/*
Theme Name: NDS Architecture
Description: Thème sur mesure pour le site de NDS Architecture
Version: 1.0

http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x16x122*/
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'acumin-pro', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1d1d1b;
  margin: 0 auto;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
.outliner {
  display: none;
}
strong,
b {
  font-weight: bold;
}
ol {
  list-style: decimal;
}
ol li::marker {
  content: none;
}
em {
  font-style: italic;
}
p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #1d1d1b;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
  width: 102.5rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.big-content {
  width: 90%;
  margin: 0 auto;
  min-width: 15.625rem;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol1 {
  width: 7.625rem;
}
.wcol2 {
  width: 16.25rem;
}
.wcol3 {
  width: 26.875rem;
}
.wcol4 {
  width: 33.5rem;
}
.wcol5 {
  width: 42.125rem;
}
.wcol6 {
  width: 50.75rem;
}
.wcol7 {
  width: 59.375rem;
}
.wcol8 {
  width: 68rem;
}
.wcol9 {
  width: 76.625rem;
}
.wcol10 {
  width: 85.25rem;
}
.pc19 {
  width: 19%;
}
.pc20 {
  width: 20%;
}
.pc24 {
  width: 24%;
}
.pc25 {
  width: 25%;
}
.pc30 {
  width: 30%;
}
.pc32 {
  width: 32%;
}
.pc35 {
  width: 35%;
}
.pc48 {
  width: 48%;
}
.pc50 {
  width: 50%;
}
.pc40 {
  width: 40%;
}
.pc60 {
  width: 60%;
}
.pc70 {
  width: 70%;
}
.pc80 {
  width: 80%;
}
.pc100 {
  width: 100%;
}
.l-title,
.page-divers h1 {
  font-size: 3.75rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
  line-height: 1.15em;
}
.m-title,
.page-divers h2 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
}
.page-divers h1,
.page-divers h2,
.page-divers h3 {
  margin-bottom: 0.5em;
}
.cta-button {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  font-family: 'acumin-pro', sans-serif;
  font-size: 1rem;
  background-color: #1d1d1b;
}
.cta-button:hover {
  background-color: #dd1f30;
}
.c-rougeF {
  color: #a41415;
}
.c-rouge {
  color: #dd1f30;
}
.c-rougeC {
  color: #ea8e94;
}
.c-blanc {
  color: #ffffff;
}
.c-grisc {
  color: #ededed;
}
.c-noir {
  color: #1d1d1b;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-start {
  justify-content: flex-start;
  gap: 2.5rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-items-end {
  align-items: flex-end;
}
.align-flex-start {
  align-items: flex-start;
}
.padding-L {
  padding: 8rem 0;
}
.padding-M {
  padding: 4rem 0;
}
.txt-center {
  text-align: center;
}
.back {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 1rem 0 1rem 3rem;
}
.back:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -278px -64px;
  background-size: 494px 180px;
  width: 52px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.back:hover {
  color: #dd1f30;
}
.back:hover:before {
  left: -1rem;
}
header {
  padding: 1rem 0;
}
header .bloc2 {
  position: relative;
  gap: 4rem;
  padding-left: 14rem;
}
header .bloc2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  z-index: -1;
}
header .menu-button {
  display: none;
  position: absolute;
  top: 0.8rem;
  right: 0rem;
  z-index: 1;
}
header .menu-button svg {
  width: 90px;
}
header .menu-button #top-line,
header .menu-button #bottom-line,
header .menu-button #middle-line {
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
header .menu-button.active svg #top-line {
  animation: down-rotate 0.6s ease-out both;
}
header .menu-button.active svg #bottom-line {
  animation: up-rotate 0.6s ease-out both;
}
header .menu-button.active svg #middle-line {
  animation: hide 0.6s ease-out forwards;
}
header .menu {
  display: flex;
  gap: 4rem;
}
header .menu li {
  position: relative;
}
header .menu a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2rem 0;
  display: inline-block;
}
header .menu a:hover {
  color: #dd1f30;
}
header .menu .current-menu-item a {
  font-weight: 600;
}
header .menu .current-menu-item:after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 120%;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  background-color: #dd1f30;
  transform: translateX(-50%);
}
header .social {
  gap: 0.3rem;
}
header .social a {
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 494px 180px;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
header .social a:hover {
  transform: scale(0.9);
}
header .social .fb a {
  background-position: -278px 0;
}
header .social .insta a {
  background-position: -344px 0;
}
header .social .lin a {
  background-position: -410px 0;
}
header .social span {
  display: none;
}
header .cta-button {
  width: 12rem;
  margin-top: 2.55rem;
}
.page-accueil .slider-realisations .slick-prev,
.page-accueil .slider-realisations .slick-next {
  background: url('imgs/sprite.svg') no-repeat 0 0;
  background-size: 494px 180px;
  width: 75px;
  height: 75px;
  top: initial;
  bottom: 0.12rem;
}
.page-accueil .slider-realisations .slick-prev:before,
.page-accueil .slider-realisations .slick-next:before {
  content: none;
}
.page-accueil .slider-realisations .slick-next {
  transform: none;
  right: 6.8rem;
}
.page-accueil .slider-realisations .slick-prev {
  transform: rotate(180deg);
  left: initial;
  right: 12rem;
  z-index: 1;
}
.page-accueil .slider-realisations .slick-slide img {
  width: 100%;
  height: auto;
}
.page-accueil .citation {
  font-size: 40px;
  position: relative;
  padding: 0 25rem;
  font-weight: 200;
}
.page-accueil .citation span {
  font-size: 28px;
  color: #a41415;
  display: block;
  text-align: right;
  margin-top: 2rem;
}
.page-accueil .citation .illu {
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -96px 0;
  background-size: 494px 180px;
  width: 160px;
  height: 150px;
  position: absolute;
  left: 5rem;
  top: -11rem;
}
.page-realisations .l-title {
  color: #ffffff;
}
.page-realisations .bannertitle {
  padding: 2rem 3.3rem;
  height: 27rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.page-realisations .bannertitle .l-title {
  margin-bottom: 0;
}
.page-realisations .bannertitle:before {
  content: '';
  display: inline-block;
  width: 432px;
  height: 194px;
  background-image: url('imgs/nds-architecture-logo-gris.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0.7rem;
  left: -32rem;
  transform-origin: top;
}
.page-realisations .secteurs {
  padding: 5rem 0 2rem;
  justify-content: flex-end;
  gap: 2rem;
}
.page-realisations .secteurs h3 {
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-realisations .secteurs h3:hover {
  color: #dd1f30;
}
.page-realisations .secteurs .mixitup-control-active {
  font-weight: bold;
  color: #dd1f30;
}
.page-realisations .secteurs:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -5px -100px;
  background-size: 494px 180px;
  width: 64px;
  height: 16px;
}
.liste-realisations ul {
  gap: 2%;
}
.liste-realisations li {
  position: relative;
  margin-bottom: 3rem;
}
.liste-realisations li img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: all 0.5s;
}
.liste-realisations li a {
  color: #ffffff;
}
.liste-realisations li h3,
.liste-realisations li h4 {
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s opacity 0.5s;
  line-height: 1.3em;
}
.liste-realisations li h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.liste-realisations li h4 {
  font-size: 14px;
}
.liste-realisations li .titlebox {
  background-color: #dd1f30;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  transition: all 0.5s;
}
.liste-realisations li:hover .titlebox {
  width: 230px;
  height: 230px;
  padding: 2rem;
  background-color: rgba(221, 31, 48, 0.8);
}
.liste-realisations li:hover img {
  filter: grayscale(0);
}
.liste-realisations li:hover h3,
.liste-realisations li:hover h4 {
  opacity: 1;
}
.une-realisation .l-title {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.une-realisation .l-title:before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-color: #ea8e94;
  margin-bottom: 1rem;
}
.une-realisation .photographe {
  display: block;
  text-align: right;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}
.une-realisation .description {
  font-size: 20px;
}
.une-realisation .collaboration {
  font-size: 18px;
  font-weight: bold;
  color: #dd1f30;
  margin-top: 0.5rem;
}
.une-realisation .infos {
  position: relative;
  align-items: flex-end;
  margin-bottom: 10rem;
}
.une-realisation .infos img {
  width: 100%;
  height: auto;
}
.une-realisation .infos:before {
  content: '';
  display: inline-block;
  width: 658px;
  height: 300px;
  background-image: url('imgs/nds-architecture-logo-gris.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(-90deg);
  position: absolute;
  top: 19.8rem;
  left: -22rem;
  transform-origin: top;
}
.une-realisation .infos .bloc1 {
  margin-bottom: 0.2rem;
  padding-right: 2rem;
}
.une-realisation .infos .bloc2 {
  position: relative;
}
.une-realisation .galerie {
  position: relative;
}
.une-realisation .galerie:before {
  content: '';
  display: inline-block;
  width: 536px;
  height: 536px;
  background-color: #ededed;
  position: absolute;
  top: -2rem;
  right: -3rem;
  z-index: -1;
}
.une-realisation .galerie #gallery-1 {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.une-realisation .galerie #gallery-1 br {
  display: none;
}
.une-realisation .galerie #gallery-1 .gallery-item {
  width: 32%;
  margin-bottom: 1rem;
}
.une-realisation .galerie #gallery-1 img {
  border: 0;
  width: 100%;
  height: auto;
}
.une-realisation .back {
  padding: 1rem 3rem 1rem 0;
}
.une-realisation .back:before {
  left: initial;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.page-secteur .l-title {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ededed;
}
.page-equipe {
  position: relative;
}
.page-equipe .content {
  position: relative;
}
.page-equipe .content .illu {
  display: inline-block;
  height: 775px;
  width: 355px;
  background-image: url('imgs/nds-architecture-logo-noir.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1rem;
  right: -1.1rem;
}
.page-equipe .content .illu[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 0.1;
}
.page-equipe:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1000px;
  background-image: url('imgs/nds-architecture-equipe-arriere-plan.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-equipe .intro {
  position: relative;
}
.page-equipe .intro p {
  font-size: 16px;
}
.page-equipe .intro:after {
  content: '';
  display: block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -5px -100px;
  background-size: 494px 180px;
  width: 64px;
  height: 16px;
  margin-top: 2rem;
  transform: scale(1.5);
  transform-origin: left;
}
.page-equipe .liste-membres {
  margin-top: 5.8rem;
}
.page-equipe .liste-membres li {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-equipe .liste-membres li img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.page-equipe .liste-membres li .titlebox {
  width: 100%;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.page-equipe .liste-membres li h3,
.page-equipe .liste-membres li h4 {
  text-transform: uppercase;
  transition: color 0.5s;
}
.page-equipe .liste-membres li h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: .5rem;
}
.page-equipe .liste-membres li h4 {
  font-size: 18px;
}
.page-equipe .liste-membres li a {
  color: #1d1d1b;
}
.page-equipe .liste-membres li:hover .titlebox {
  background-color: rgba(221, 31, 48, 0.8);
}
.page-equipe .liste-membres li:hover h3,
.page-equipe .liste-membres li:hover h4 {
  color: #ffffff;
}
.page-equipe .liste-membres li:hover img {
  transform: scale(1.05);
}
.page-equipe .conclusion {
  margin: 6rem auto 0;
}
.page-equipe .conclusion p {
  font-size: 22px;
}
.page-equipe .cta-button {
  display: inline-block;
  margin-top: 2rem;
  background-color: #a41415;
}
.page-equipe .cta-button:hover {
  background-color: #1d1d1b;
}
.un-membre .infos {
  margin-bottom: 2rem;
}
.un-membre img {
  width: 100%;
  height: auto;
}
.un-membre .m-title {
  color: #dd1f30;
  margin-bottom: 5rem;
}
.un-membre .m-title:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -5px -100px;
  background-size: 494px 180px;
  width: 64px;
  height: 16px;
  margin-right: 1rem;
}
.page-contact .social {
  justify-content: flex-end;
  margin: 0.5rem 0 2rem;
  gap: 0.3rem;
  transform: scale(1.8);
  transform-origin: right;
}
.page-contact .social:after {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -5px -100px;
  background-size: 494px 180px;
  width: 64px;
  height: 16px;
  transform: translateY(0.34rem);
  margin-left: 0.5rem;
}
.page-contact .social a {
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 494px 180px;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.page-contact .social a:hover {
  transform: scale(0.9);
}
.page-contact .social .fb a {
  background-position: -278px 0;
}
.page-contact .social .insta a {
  background-position: -344px 0;
}
.page-contact .social .lin a {
  background-position: -410px 0;
}
.page-contact .social span {
  display: none;
}
.page-contact .map {
  height: 34rem;
}
.page-contact #content5 h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-contact #content5 p {
  font-weight: 200;
  margin-bottom: 0;
  font-size: 14px;
}
.page-contact #content5 a {
  font-weight: bold;
  margin-top: 0.5rem;
  display: block;
  color: #dd1f30;
}
.page-contact #content5 a:hover {
  text-decoration: none;
}
.page-contact .coord {
  margin: 6rem 0;
}
.page-contact .coord ul {
  display: flex;
  justify-content: space-between;
}
.page-contact .coord li {
  width: 33%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}
.page-contact .coord a {
  text-decoration: none;
  color: #dd1f30;
}
.page-contact .coord a:hover {
  color: #a41415;
}
.page-contact .coord a[href^="mailto"] {
  color: #ea8e94;
}
.page-contact .coord a[href^="mailto"]:hover {
  color: #a41415;
}
.page-contact .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}
.page-contact .imgs div {
  background-size: cover;
  background-position: center;
}
.page-contact .imgs .img1 {
  width: 536px;
  height: 1088px;
  grid-row: span 2 / span 2;
}
.page-contact .imgs .img2,
.page-contact .imgs .img3,
.page-contact .imgs .img4,
.page-contact .imgs .img5 {
  width: 536px;
  height: 536px;
}
.page-contact .imgs .img6 {
  width: 100%;
  height: 700;
  grid-column: span 3 / span 3;
  grid-row-start: 3;
}
footer .content {
  border-top: 1px solid #ededed;
  position: relative;
  padding-top: 10rem;
}
footer .content:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 0;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -5px -100px;
  background-size: 494px 180px;
  width: 64px;
  height: 16px;
}
footer .content:after {
  content: '';
  display: inline-block;
  width: 320px;
  height: 148px;
  background-image: url('imgs/nds-architecture-logo-gris.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 6rem;
  right: -1.4rem;
  transform-origin: top;
}
footer h4 {
  font-size: 24px;
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none;
}
footer .coord li {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}
footer .coord a:hover {
  color: #ea8e94;
}
footer .coord .email {
  color: #ea8e94;
  font-weight: bold;
}
footer .coord .email:hover {
  color: #a41415;
}
footer .cta-button {
  display: inline-block;
}
footer .menu-menu-principal-container {
  margin-bottom: 2.5rem;
}
footer .menu-menu-principal-container li {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
footer .menu-menu-principal-container li a:hover {
  color: #dd1f30;
}
footer .social {
  margin-top: 0.5rem;
  gap: 0.3rem;
}
footer .social a {
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 494px 180px;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
footer .social a:hover {
  transform: scale(0.9);
}
footer .social .fb a {
  background-position: -278px 0;
}
footer .social .insta a {
  background-position: -344px 0;
}
footer .social .lin a {
  background-position: -410px 0;
}
footer .social span {
  display: none;
}
footer .copyright {
  margin: 4rem 0 0.5rem;
}
footer .copyright p {
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}
footer .copyright a:hover {
  color: #dd1f30;
}
@media screen and (max-width: 1700px) {
  /*12x16x100*/
  .wcol1 {
    width: 6.25rem;
  }
  .wcol2 {
    width: 13.5rem;
  }
  .wcol3 {
    width: 20.75rem;
  }
  .wcol4 {
    width: 28rem;
  }
  .wcol5 {
    width: 35.25rem;
  }
  .wcol6 {
    width: 42.5rem;
  }
  .wcol7 {
    width: 49.75rem;
  }
  .wcol8 {
    width: 57rem;
  }
  .wcol9 {
    width: 64.25rem;
  }
  .wcol10 {
    width: 71.5rem;
  }
  .content {
    width: 86rem;
  }
  .page-accueil .citation {
    padding: 0 16rem;
  }
  .page-realisations .bannertitle:before {
    left: -29rem;
  }
  .page-realisations .secteurs h3 {
    font-size: 18px;
  }
  .une-realisation .infos:before {
    width: 600px;
    height: 280px;
    top: 17.8rem;
    left: -20.2rem;
  }
  .une-realisation .galerie:before {
    width: 448px;
    height: 448px;
    top: -0.6rem;
    right: -1rem;
  }
  .page-equipe .intro:before {
    right: -46.55rem;
  }
  .page-contact .coord li {
    font-size: 20px;
  }
  .page-contact .imgs .img1 {
    width: 28rem;
    height: 57rem;
  }
  .page-contact .imgs .img2,
  .page-contact .imgs .img3,
  .page-contact .imgs .img4,
  .page-contact .imgs .img5 {
    width: 28rem;
    height: 28rem;
  }
  .page-contact .imgs .img6 {
    height: 28rem;
  }
}
@media screen and (max-width: 1430px) {
  /*1124 : 12x79x16*/
  .wcol1 {
    width: 4.94rem;
  }
  .wcol2 {
    width: 10.875rem;
  }
  .wcol3 {
    width: 16.81rem;
  }
  .wcol4 {
    width: 22.75rem;
  }
  .wcol5 {
    width: 28.69rem;
  }
  .wcol6 {
    width: 34.625rem;
  }
  .wcol7 {
    width: 40.56rem;
  }
  .wcol8 {
    width: 46.5rem;
  }
  .wcol9 {
    width: 52.44rem;
  }
  .wcol10 {
    width: 58.375rem;
  }
  .content {
    width: 70.25rem;
  }
  .padding-L {
    padding: 6rem 0;
  }
  .padding-L {
    padding: 3rem 0;
  }
  header .bloc2 {
    padding-left: 0;
    gap: 3rem;
  }
  header .menu {
    gap: 3rem;
  }
  .page-accueil .citation {
    padding: 0 11rem;
  }
  .page-realisations .bannertitle {
    height: 22rem;
  }
  .page-realisations .bannertitle:before {
    left: -24rem;
    bottom: 0rem;
    width: 360px;
    height: 172px;
  }
  .une-realisation .infos:before {
    width: 359px;
    height: 168px;
    top: 10.7rem;
    left: -12.1rem;
  }
  .une-realisation .l-title:before {
    width: 45px;
    height: 45px;
    margin-bottom: 0.8rem;
  }
  .une-realisation .galerie:before {
    width: 360px;
    height: 360px;
  }
  .page-equipe .intro {
    width: 46.5rem;
  }
  .page-equipe .liste-membres li .titlebox {
    padding: 1.5rem 1rem;
  }
  .page-equipe .conclusion {
    width: 34.625rem;
  }
  .un-membre .infos .bloc2 {
    width: 34.625rem;
  }
  .page-contact .social {
    transform: scale(1.6);
  }
  .page-contact .coord {
    margin: 5rem 0;
  }
  .page-contact .coord a {
    display: block;
  }
  .page-contact .imgs .img1 {
    width: 22.75rem;
    height: 46.5rem;
  }
  .page-contact .imgs .img2,
  .page-contact .imgs .img3,
  .page-contact .imgs .img4,
  .page-contact .imgs .img5 {
    width: 22.75rem;
    height: 22.75rem;
  }
  .page-contact .imgs .img6 {
    height: 22.75rem;
  }
}
@media screen and (max-width: 1200px) {
  /*908 : 12x61x16*/
  .wcol1 {
    width: 3.8125rem;
  }
  .wcol2 {
    width: 8.625rem;
  }
  .wcol3 {
    width: 13.4375rem;
  }
  .wcol4 {
    width: 18.25rem;
  }
  .wcol5 {
    width: 23.0625rem;
  }
  .wcol6 {
    width: 27.875rem;
  }
  .wcol7 {
    width: 32.6875rem;
  }
  .wcol8 {
    width: 37.5rem;
  }
  .wcol9 {
    width: 42.3125rem;
  }
  .wcol10 {
    width: 47.125rem;
  }
  .content {
    width: 56.75rem;
  }
  /*60px->50p<*/
  .l-title,
  .page-divers h1 {
    font-size: 50px;
  }
  /*40px->35px*/
  .page-accueil .citation {
    font-size: 35px;
  }
  /*30px -> 25px*/
  .une-realisation .l-title {
    font-size: 25px;
  }
  /*22px -> 20px*/
  .m-title,
  .page-divers h2 {
    font-size: 20px;
  }
  /*22px -> 18px*/
  .page-equipe .liste-membres li h3,
  .page-equipe .conclusion p,
  .page-contact .coord li {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .page-equipe .liste-membres li h4,
  .back {
    font-size: 16px;
  }
  /*16px -> 14px*/
  .liste-realisations li h3,
  .une-realisation .photographe {
    font-size: 14px;
  }
  header {
    padding: 0.5rem 0;
  }
  header .content {
    width: 100%;
    padding: 0 6rem 0 1rem;
  }
  header .logo {
    width: 7rem;
    height: auto;
  }
  header .menu-menu-principal-container {
    display: none;
    position: fixed;
    width: 15rem;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1d1d1bdb;
    z-index: 2;
  }
  header .menu-button {
    display: block;
    cursor: pointer;
    z-index: 2;
  }
  header .menu {
    gap: 0rem;
    flex-direction: column;
    align-items: flex-end;
    padding: 8rem 2rem 2rem;
  }
  header .menu a {
    color: #ffffff;
    font-size: 18px;
    padding: 1.5rem 0;
  }
  header .menu .current-menu-item:after {
    bottom: 0.3rem;
  }
  header .bloc2:after {
    bottom: 0.55rem;
    left: -2rem;
  }
  header .cta-button {
    margin-top: 0;
  }
  .page-accueil .slider-realisations .slick-prev {
    transform: scale(0.8) rotate(180deg);
    bottom: -0.3rem;
    right: 9.5rem;
  }
  .page-accueil .slider-realisations .slick-next {
    transform: scale(0.8);
    bottom: -0.3rem;
    right: 5rem;
  }
  .page-accueil .citation {
    padding: 2rem 7rem;
  }
  .page-accueil .citation .illu {
    left: 3rem;
    top: -7rem;
    transform: scale(0.8);
  }
  .page-accueil .citation span {
    margin-top: 1.5rem;
  }
  .page-realisations .bannertitle {
    padding: 1.4rem 2.3rem;
  }
  .page-realisations .bannertitle:before {
    left: -21rem;
    width: 330px;
    height: 157px;
  }
  .page-realisations .secteurs {
    gap: 1.6rem;
  }
  .page-realisations .secteurs h3 {
    font-size: 14px;
  }
  .une-realisation .infos:before {
    width: 250px;
    height: 115px;
    top: 7.7rem;
    left: -8.4rem;
  }
  .une-realisation .l-title:before {
    width: 35px;
    height: 35px;
    margin-bottom: 0.3rem;
  }
  .une-realisation .infos {
    margin-bottom: 6rem;
  }
  .une-realisation .galerie:before {
    width: 290px;
    height: 290px;
  }
  .page-equipe:before {
    height: 46rem;
  }
  .page-equipe .content .illu {
    height: 650px;
    width: 300px;
  }
  .page-equipe .conclusion {
    margin: 3rem auto 2rem;
  }
  .page-equipe .liste-membres li .titlebox {
    padding: 1.5rem 0rem;
  }
  .un-membre .infos .bloc2 {
    width: 27.875rem;
  }
  .un-membre .m-title {
    margin-bottom: 2rem;
  }
  .un-membre .infos {
    margin-bottom: 0;
  }
  .liste-realisations li:hover .titlebox {
    width: 200px;
    height: 200px;
    padding: 1.5rem;
  }
  .page-contact .map {
    height: 27rem;
  }
  .page-contact .social {
    position: relative;
    z-index: 1;
    transform: scale(1.4) translateX(0.2rem);
    gap: 0.2rem;
  }
  .page-contact .social:after {
    position: absolute;
    bottom: -1rem;
    right: 4px;
    transform-origin: top right;
    transform: scale(0.8);
  }
  .page-contact .imgs .img1 {
    width: 18.25rem;
    height: 37.5rem;
  }
  .page-contact .imgs .img2,
  .page-contact .imgs .img3,
  .page-contact .imgs .img4,
  .page-contact .imgs .img5 {
    width: 18.25rem;
    height: 18.25rem;
  }
  .page-contact .imgs .img6 {
    height: 18.25rem;
  }
  footer img {
    width: 10rem;
    height: auto;
  }
  footer .content {
    padding-top: 6rem;
  }
  footer .content:before {
    top: 1.5rem;
  }
  footer .content:after {
    width: 300px;
    height: 136px;
    bottom: 6.5rem;
  }
  footer li {
    font-size: 0.875rem;
  }
  footer .coord li {
    margin-bottom: 1rem;
  }
  footer .coord a {
    display: block;
  }
  footer .copyright {
    margin: 3rem 0 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  /*692 : 12x43x16*/
  .wcol1 {
    width: 2.6875rem;
  }
  .wcol2 {
    width: 6.375rem;
  }
  .wcol3 {
    width: 10.0625rem;
  }
  .wcol4 {
    width: 13.75rem;
  }
  .wcol5 {
    width: 17.4375rem;
  }
  .wcol6 {
    width: 21.125rem;
  }
  .wcol7 {
    width: 24.8125rem;
  }
  .wcol8 {
    width: 28.5rem;
  }
  .wcol9 {
    width: 32.1875rem;
  }
  .wcol10 {
    width: 35.875rem;
  }
  .content {
    width: 43.25rem;
  }
  .tablet-noflex {
    flex-direction: column;
  }
  .tablet-noflex-reverse {
    flex-direction: column-reverse;
  }
  .tablet-w100 {
    width: 100%;
  }
  .page-realisations .secteurs h3 {
    font-size: 14px;
  }
  .cta-button {
    font-size: 14px;
    width: 11rem;
  }
  .padding-M {
    padding: 3rem 0;
  }
  .page-realisations .secteurs {
    width: 100%;
  }
  header .menu-button {
    top: 0.4rem;
  }
  header .logo {
    width: 5.5rem;
    height: auto;
  }
  header .bloc2 {
    gap: 1rem;
  }
  header .bloc2:after {
    bottom: 0.35rem;
    left: -1.5rem;
  }
  header .cta-button {
    width: 11rem;
  }
  .page-accueil .citation {
    line-height: 1.2em;
  }
  .page-accueil .citation .illu {
    left: 1rem;
  }
  .page-accueil .slider-realisations .slick-next {
    bottom: -0.35rem;
    right: 3rem;
  }
  .page-accueil .slider-realisations .slick-prev {
    bottom: -0.3rem;
    right: 7.5rem;
  }
  .page-realisations .bannertitle {
    height: 18rem;
  }
  .page-realisations .bannertitle:before {
    left: -15.6rem;
    width: 250px;
    height: 119px;
  }
  .page-realisations .secteurs {
    column-gap: 1.6rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
  }
  .une-realisation .infos {
    margin-bottom: 4rem;
  }
  .une-realisation .infos .bloc1 {
    margin-top: 1rem;
  }
  .une-realisation .infos .bloc2 {
    width: 32.1875rem;
  }
  .une-realisation .description {
    font-size: 18px;
  }
  .une-realisation .galerie:before {
    content: none;
  }
  .un-membre img {
    max-width: 450px;
    display: block;
    margin-bottom: 2rem;
  }
  .un-membre .infos {
    margin-bottom: 3rem;
  }
  .un-membre .infos .bloc2 {
    width: 100%;
  }
  .liste-realisations li:hover .titlebox {
    width: 170px;
    height: 170px;
    padding: 1.2rem;
  }
  .page-equipe .intro {
    width: 80%;
  }
  .page-equipe .liste-membres {
    margin-top: 2.5rem;
  }
  .page-equipe .liste-membres li {
    width: 48%;
  }
  .page-equipe .content .illu {
    height: 550px;
    width: 258px;
    top: 0;
    right: -1.5rem;
  }
  .page-equipe:before {
    height: 50rem;
  }
  .page-contact .coord ul {
    flex-direction: column;
  }
  .page-contact .coord li {
    width: 100%;
    margin: 0.6rem auto;
  }
  .page-contact .coord li br {
    display: none;
  }
  .page-contact .map {
    height: 25rem;
  }
  .page-contact .coord {
    margin: 3rem 0;
  }
  .page-contact .imgs .img1 {
    width: 13.75rem;
    height: 28.5rem;
  }
  .page-contact .imgs .img2,
  .page-contact .imgs .img3,
  .page-contact .imgs .img4,
  .page-contact .imgs .img5 {
    width: 13.75rem;
    height: 13.75rem;
  }
  .page-contact .imgs .img6 {
    height: 13.75rem;
  }
  footer .content {
    padding-top: 4rem;
  }
  footer .content:after {
    width: 260px;
    height: 114px;
    bottom: 6.5rem;
  }
  footer .flex > div {
    width: 48%;
  }
  footer .flex > div:first-of-type {
    display: none;
  }
  footer .copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 730px) {
  .content {
    width: 90%;
  }
  .smartphone-noflex {
    flex-direction: column;
  }
  .smartphone-w100 {
    width: 100%;
  }
  /*50px -> 40px*/
  .l-title,
  .page-divers h1 {
    font-size: 40px;
  }
  /*35px -> 30px*/
  .page-accueil .citation {
    font-size: 30px;
  }
  /*28px -> 25px*/
  .page-accueil .citation span {
    font-size: 25px;
  }
  .page-accueil .citation {
    padding: 2rem 2rem;
  }
  .page-accueil .citation .illu {
    left: 0rem;
    transform: scale(0.65);
  }
  .page-accueil .slider-realisations .slick-prev {
    transform: scale(0.65) rotate(180deg);
    bottom: -0.7rem;
    right: 5.5rem;
  }
  .page-accueil .slider-realisations .slick-next {
    transform: scale(0.65);
    right: 1.5rem;
    bottom: -0.7rem;
  }
  .page-realisations .bannertitle {
    float: none;
  }
  .page-realisations .bannertitle:before {
    content: none;
  }
  .page-realisations .secteurs {
    padding: 2rem 0 2rem;
  }
  .liste-realisations ul {
    gap: 4%;
  }
  .liste-realisations li {
    width: 48%;
  }
  .une-realisation .infos {
    margin-bottom: 2rem;
  }
  .une-realisation .infos:before {
    content: none;
  }
  .une-realisation .infos .bloc1 {
    margin-top: 2rem;
  }
  .une-realisation .infos .bloc2 {
    width: 100%;
  }
  .une-realisation .galerie #gallery-1 {
    gap: 4%;
  }
  .une-realisation .galerie #gallery-1 .gallery-item {
    width: 48%;
  }
  .page-equipe .intro {
    width: 100%;
  }
  .page-equipe .intro p {
    font-size: 15px;
  }
  .page-equipe .content .illu {
    height: 415px;
    width: 190px;
    top: 0.5rem;
    right: -1.5rem;
  }
  .page-equipe .liste-membres li h3 {
    font-size: 15px;
  }
  .page-equipe .liste-membres li h4 {
    font-size: 14px;
  }
  .page-equipe .conclusion {
    width: 100%;
  }
  .un-membre img {
    max-width: none;
  }
  .page-contact .social {
    justify-content: center;
    transform: scale(1.4);
    transform-origin: center;
    margin: 2rem 0 5rem;
  }
  .page-contact .social li:last-of-type {
    margin-right: 1rem;
  }
  .page-contact .social:after {
    bottom: -1.8rem;
    right: 50%;
    transform-origin: center;
    transform: scale(0.8) translateX(50%);
    margin-left: 0;
  }
  .page-contact .map {
    height: 20rem;
  }
  .page-contact .imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 4%;
    row-gap: 1rem;
  }
  .page-contact .imgs .img1 {
    width: 100%;
    height: 14rem;
  }
  .page-contact .imgs .img2 {
    width: 48%;
    height: 14rem;
  }
  .page-contact .imgs .img3 {
    width: 48%;
    height: 14rem;
  }
  .page-contact .imgs .img4 {
    width: 48%;
    height: 14rem;
  }
  .page-contact .imgs .img5 {
    width: 48%;
    height: 14rem;
  }
  .page-contact .imgs .img6 {
    width: 100%;
    height: 14rem;
  }
  footer .menu-menu-principal-container {
    margin-bottom: 1.5rem;
  }
  footer h4 {
    font-size: 22px;
  }
  footer .content:after {
    width: 180px;
    height: 88px;
    bottom: 6.95rem;
  }
}
@media screen and (max-width: 550px) {
  .padding-M {
    padding: 2rem 0;
  }
  .liste-realisations li h3,
  .une-realisation .photographe {
    font-size: 12px;
  }
  .smartphone-s-noflex {
    flex-direction: column;
  }
  .smartphone-s-w100 {
    width: 100%;
  }
  .l-title,
  .page-divers h1 {
    font-size: 35px;
    letter-spacing: 0.2rem;
  }
  header .cta-button {
    display: none;
  }
  header .bloc2:after {
    display: none;
  }
  header .social {
    transform: scale(0.9);
    transform-origin: bottom;
  }
  header .menu-menu-principal-container {
    width: 12rem;
  }
  .page-accueil .slider-realisations .slick-next {
    transform: scale(0.5);
    right: 0;
    bottom: -1.03rem;
  }
  .page-accueil .slider-realisations .slick-prev {
    transform: scale(0.5) rotate(180deg);
    bottom: -1.03rem;
    right: 3rem;
  }
  .page-accueil .citation {
    padding: 2rem 0rem 0.5rem;
    font-size: 25px;
  }
  .page-accueil .citation span {
    font-size: 22px;
  }
  .page-accueil .citation .illu {
    transform-origin: left;
    transform: scale(0.5);
  }
  .page-realisations .bannertitle {
    height: 11rem;
    padding: 0.5rem 1rem;
  }
  .liste-realisations li {
    width: 100%;
  }
  .une-realisation .l-title {
    font-size: 22px;
  }
  .une-realisation .infos .bloc1 {
    padding-right: 0;
    margin-top: 3rem;
  }
  .une-realisation .galerie #gallery-1 .gallery-item {
    margin-bottom: 0;
    width: 100%;
  }
  .une-realisation .galerie #gallery-1 {
    flex-direction: column;
  }
  .page-equipe .liste-membres li h4,
  .back {
    font-size: 14px;
  }
  .page-equipe .l-title {
    margin-bottom: 5rem;
  }
  .page-equipe:before {
    height: 10rem;
    background-position: center;
  }
  .page-equipe .liste-membres li h3,
  .page-equipe .conclusion p,
  .page-contact .coord li {
    font-size: 17px;
  }
  .page-equipe .content .illu {
    height: 222px;
    width: 101px;
  }
  .page-equipe .liste-membres li {
    width: 100%;
  }
  footer h4 {
    font-size: 20px;
  }
  footer li {
    font-size: 13px;
  }
  footer .content:after {
    bottom: initial;
    top: 9.5rem;
    right: -12px;
  }
  footer .cta-button {
    margin-bottom: 1rem;
    width: 100%;
  }
  footer .copyright {
    margin: 2rem 0 0.5rem;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .flex > div {
    width: 100%;
  }
  footer .flex > div:last-of-type {
    text-align: center;
  }
  footer .flex > div:last-of-type h4 {
    display: none;
  }
  footer .flex .menu-menu-principal-container {
    display: none;
  }
  footer .social {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .l-title,
  .page-divers h1 {
    letter-spacing: 0;
    font-size: 34px;
  }
  .m-title,
  .page-divers h2 {
    font-size: 18px;
  }
  header .social {
    display: none;
  }
  .page-accueil .citation {
    font-size: 23px;
  }
  .page-accueil .citation span {
    font-size: 20px;
  }
  .page-contact .imgs .img1,
  .page-contact .imgs .img2,
  .page-contact .imgs .img3,
  .page-contact .imgs .img4,
  .page-contact .imgs .img5 {
    height: 10rem;
  }
  .page-realisations .bannertitle {
    height: 10rem;
  }
  .page-equipe:before {
    height: 9rem;
  }
  .page-equipe .content .illu {
    height: 222px;
    width: 90px;
    right: -0.4rem;
  }
  .un-membre .m-title:before {
    display: block;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .page-contact .map {
    height: 18rem;
  }
  .page-contact .social {
    transform: scale(1.2);
  }
}
