@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: #ff5722;
  /* Remplacez cette couleur par celle de votre choix */
  color: #ffffff;
  /* Couleur du texte sélectionné, peut également être modifiée */
}

::selection {
  background-color: #ff5722;
  /* Remplacez cette couleur par celle de votre choix */
  color: #ffffff;
  /* Couleur du texte sélectionné, peut également être modifiée */
}

.margin-t150 {
  margin-top: 150px;
}

#adrien {
  background-image: url("/img/directeur-artistique-adrien-bertchi02.webp ");
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 570px;
  border: none;
  background-position: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/*#adrien:hover{
	background-size: 103%;
    background-position: center;
	transition: all ease-in-out .2s;
}*/
#adrien::before {
  content: "";
  background-image: url("/img/directeur-artistique-icon.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}

body {
  font-size: 14px;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #0c2c40;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 500;
  color: #ff5722;
}

.displayN-desktop {
  display: none;
}

.preTitle {
  font-size: 1.2em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
}

h1,
.titreH1 {
  display: block;
  font-family: "neue-haas-grotesk-display", serif;
  font-size: 5em;
  margin-top: 10px;
  margin-bottom: 100px;
  word-break: keep-all;
}

h2,
.titreH2 {
  display: block;
  font-family: "neue-haas-grotesk-display", serif;
  font-size: 3.14em;
  margin: 0px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: bold;
}

h3,
h4 {
  font-weight: bold;
}

.subH1 {
  color: #0C2C40;
  font-family: "neue-haas-grotesk-display", serif;
  font-size: 2.3em;
  font-weight: 600;
}

.hTitre {
  font-size: 5.07em;
  margin-bottom: 73px;
}

.hTitre-home {
  font-size: 6em;
  color: white;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: calc(100%);
  max-height: calc(100vh - 100px);
  top: 50%;
  text-shadow: 0px 4px 20px #00000066;
}

#logo-header-home {
  content: "";
  position: absolute;
  background: url("../img/logo-video.svg") 0 0 no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  /*width: 222px;
    height: 219px;*/
  width: 8vw;
  height: 16vh;
  top: 30%;
  left: calc(50%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.hTitre-home::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  left: 0;
  top: -65%;
}

.hTitre-home::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background-color: white;
  opacity: 0.2;
  right: 14%;
  bottom: -400%;
}

@media (min-width: 992px) {
  .rowEqual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rowEqual > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 4em;
  }
  .subH1 {
    font-size: 2em;
  }
}

nav {
  position: absolute;
  z-index: 6;
  top: 82px;
  width: calc(100% - 50px);
  height: 70px;
  padding: 0px 50px;
}

nav #headerLogo {
  margin-left: 100px;
  max-height: 50px;
  float: left;
}

nav #menu > li,
nav #social > li {
  position: relative;
  display: inline-block;
}

nav #menu {
  position: relative;
  float: right;
  color: #fff;
  font-size: 1.4em;
  vertical-align: middle;
  margin: 0px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-right: 5em;
}

nav #menu > li {
  margin-right: 2em;
}

nav #social {
  position: relative;
  float: right;
  margin: 0px 100px 0px 0px;
}

nav #social > li {
  line-height: 70px;
  margin-right: 15px;
}

nav #social > li i {
  color: #fff;
  font-size: 1.5em;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

nav #social > li i:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.pageSite nav {
  position: relative;
  background-color: #0c2c40;
  z-index: 100;
  top: 0px;
  height: 58px;
}

.pageSite nav #social {
  background-color: #ff5722 !important;
  padding-right: 100px;
  height: 70px;
  margin: 0px 0px 0px 0px;
}

.pageSite nav #headerLogo {
  max-height: 40px;
  margin-top: 9px;
}

.pageSite nav #menu > li > a {
  line-height: 67px;
}

.scrolled {
  position: fixed !important;
  background-color: #0c2c40;
  z-index: 9;
  top: 0px;
  height: 58px;
}

.scrolled #social {
  background-color: #ff5722 !important;
  padding-right: 100px;
  height: 70px;
  margin: 0px 0px 0px 0px;
}

.scrolled #headerLogo {
  max-height: 40px;
  margin-top: 9px;
}

.scrolled #menu > li > a {
  line-height: 67px;
}

/******* MENU ****/
* {
  outline: transparent;
  -webkit-tap-highlight-color: transparent;
}

#menu_checkbox {
  display: none;
}

label {
  position: absolute;
  right: 20px;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  cursor: pointer;
  z-index: 10;
  top: 30px;
  display: none;
}

label div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}

label div:first-child {
  width: 22px;
  margin-left: 8px;
}

label div:nth-child(2) {
  width: 10px;
  margin-left: 20px;
}

label div:last-child {
  width: 30px;
  margin-bottom: 0;
}

#menu_checkbox:checked ~ label {
  -webkit-transform: translateY(-50%) translateX(40%);
          transform: translateY(-50%) translateX(40%);
}

#menu_checkbox:checked ~ label div {
  width: 6px;
  margin-left: 12px;
  margin-bottom: 6px;
  background-color: #ff5722;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .scrolled {
    height: 58px;
  }
  #menu li:first-child {
    display: block;
  }
  label {
    display: block;
  }
  nav #menu {
    display: none;
  }
  #menu_checkbox:checked ~ body {
    overflow: hidden;
  }
  #menu_checkbox:checked ~ nav #menu {
    display: block !important;
  }
  #menu_checkbox:checked ~ nav {
    background-color: #0c2c40;
    height: 100vh;
  }
  #menu_checkbox:checked ~ nav #menu {
    width: 100%;
  }
  #menu_checkbox:checked ~ nav #menu > li {
    width: 100%;
    text-align: center;
  }
  #menu_checkbox:checked ~ nav #menu > li a {
    z-index: 10;
    position: relative;
  }
  #burgerBt {
    display: block;
  }
  #menu_checkbox:checked ~ nav #menu li:hover:after {
    height: 50px;
  }
}

footer > div:first-child {
  background-color: #0C2C40;
  height: 40px;
}

footer > div:nth-child(2) {
  background-color: #FF5722;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.6em;
}

footer > div:nth-child(2) > div {
  background-color: #0C2C40;
  padding: 50px 0px;
}

footer > div:nth-child(2) > div > div {
  width: 80%;
  margin: auto;
}

footer > div:nth-child(2) > div > div > div:first-child {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

footer > div:nth-child(2) > div > div > div:nth-child(2) {
  color: #fff;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  footer > div:nth-child(2) > div > div > div:nth-child(2) {
    width: 74%;
  }
}

footer > div:nth-child(2) > div > div > div:nth-child(3) {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  footer > div:nth-child(2) > div > div > div:nth-child(3) {
    display: none;
  }
}

footer #menuF {
  margin: 0px 0px 0px 20px;
  border-left: 1px solid white;
  padding: 0px;
  color: #fff;
  font-size: 1em;
  list-style-type: none;
}

footer #menuF > li {
  margin-right: 2em;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 0.9em;
  letter-spacing: 3px;
  font-weight: 300;
}

@media (max-width: 768px) {
  footer #menuF {
    display: none;
  }
}

footer #socialF {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

footer #socialF > li {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}

footer #socialF > li i {
  font-size: 1.6em;
  color: #fff;
}

footer #socialF > li i:hover {
  top: 10px;
}

footer .preTitle {
  text-transform: uppercase;
  font-size: 1.1em !important;
}

footer .fWidth img {
  margin-top: 20px;
  width: 60%;
}

.nbtOrange {
  background-color: #ff5722;
  height: 60px;
  max-width: 1500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.nbtOrange a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  color: white;
  background-color: #ff5722;
  line-height: 55px;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.nbtOrange a:hover {
  padding-left: 20px;
}

.nbtOrangeBout {
  width: 270px;
  margin: 0px;
}

#realisations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

#realisations-list a {
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 16 / 9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#realisations-list a:last-child {
  aspect-ratio: 15 / 4;
  background-size: auto 120%;
}

#realisations-list a:hover {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-size: 110%;
}

#realisations-list a:last-child:hover {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-size: auto 110%;
}

#flexContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.gWid50 {
  width: calc(50% - 12px);
}

.gWid40 {
  width: calc(60% - 12px);
}

.gWid60 {
  width: calc(40% - 12px);
}

.gWid20 {
  width: calc(40% - 12px);
}

.gWid10 {
  width: calc(40% - 12px);
}

.gWid33 {
  width: calc(33% - 12px);
}

@media (max-width: 992px) {
  .gWid50,
  .gWid40,
  .gWid60,
  .gWid20,
  .gWid10,
  .gWid33 {
    width: calc(50% - 12px);
  }
  #realisations-list a:last-child {
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 767px) {
  .gWid50,
  .gWid40,
  .gWid60,
  .gWid20,
  .gWid10,
  .gWid33 {
    width: calc(100% - 12px);
  }
}

#containerSlide {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 75px;
  grid-auto-flow: dense;
}

.containerSlide > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#real {
  overflow: hidden;
}

#real > div {
  float: left;
  height: 500px;
  margin-top: 5px;
  overflow: hidden;
}

#real > div a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#real > div a:hover {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#real > div:nth-child(1) {
  width: 35%;
}

#real div:nth-child(2) {
  margin-left: 5px;
  width: calc(65% - 5px);
}

#real div:nth-child(3) {
  width: 40%;
}

#real div:nth-child(4),
#real div:nth-child(5),
#real div:nth-child(6) {
  margin-left: 5px;
  width: calc(30% - 5px);
}

#real div:nth-child(5) {
  height: 350px;
}

#real div:nth-child(6) {
  height: 145px !important;
}

#real div:nth-child(6) div {
  height: 145px;
}

#real div:nth-child(6) div a {
  display: block;
  height: 145px;
  line-height: 145px;
  padding: 0px;
}

@media (max-width: 1200px) {
  #real > div {
    height: 400px;
  }
  #real div:nth-child(5) {
    height: calc(400px - 145px - 5px);
  }
  #real div:nth-child(6) {
    height: 145px;
  }
  #real div:nth-child(6) a {
    height: 145px;
    line-height: 145px;
  }
}

@media (max-width: 768px) {
  #real {
    overflow: hidden;
  }
  #real > div {
    float: left;
    height: 300px !important;
    margin-top: 5px;
    width: 100% !important;
    margin-left: 0px !important;
  }
}

#header-div {
  width: calc(100% - 100px);
  position: relative;
  margin: 50px;
}

#header-div #background-video {
  width: 100%;
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

#header-div::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(100%);
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(#0c2c40));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 60%, #0c2c40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0c2c40",GradientType=1);
}

#header-div::after {
  content: "";
  position: absolute;
  background: url("../img/3-video-droite.svg") 0 0 no-repeat;
  background-size: contain;
  width: 20vw;
  height: 29vw;
  bottom: 0px;
  right: -5px;
  z-index: 2;
}

#scroll-header {
  margin: auto;
  bottom: 0px;
  left: 50%;
  width: 400px;
  display: block;
  color: white;
  background-color: #ffffff00;
  font-size: 1.2em;
  letter-spacing: 2px;
  position: absolute;
  z-index: 5;
  -webkit-transform: translate(-50%, calc(-50% - 180px)) rotate(270deg);
          transform: translate(-50%, calc(-50% - 180px)) rotate(270deg);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#scroll-header a {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#scroll-header:hover > #roundGo {
  width: 20px;
}

#roundGo {
  content: "";
  width: 60px;
  height: 1px;
  background-color: white;
  right: 90px;
  top: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#tGO {
  content: "";
  background: url(../img/scroll-header.svg) 50% 56% no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  background-color: white;
  left: -140px;
  top: -5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.spacer-part {
  position: relative;
  width: 100%;
  height: 60px;
}

#orangeRect,
#orangeRect2 {
  position: absolute;
  width: 110px;
  height: 520px;
  background-color: #FF5722;
  top: -140px;
}

#orangeRect2 {
  left: -50px;
  top: 200px;
  width: 50px;
  height: 250px;
}

#orangeRect::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  top: -1px;
}

#orangeRect::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background-color: white;
  opacity: 0.2;
  left: 110px;
  bottom: 430px;
}

#orangeBlock {
  height: 460px;
  width: 900px;
  background-color: #FF5722;
  background-image: url("../img/matiere.png");
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#l-agence {
  position: relative;
  height: 480px;
  padding: 100px 0 100px 50px;
}

#bleuRect {
  position: absolute;
  width: 60px;
  right: 0px;
  height: 300px;
  background-color: #0C2C40;
  top: 30px;
  z-index: 5;
}

#bleuRect2 {
  position: absolute;
  width: 300px;
  right: -50px;
  height: 300px;
  background-color: #0c2c40;
  top: 300px;
  z-index: 5;
}

#bleuRect3 {
  position: absolute;
  width: 60px;
  height: 340px;
  bottom: 120px;
  left: -50px;
  background-color: #0c2c40;
}

#orangeRect3 {
  position: absolute;
  width: 300px;
  right: -50px;
  height: 600px;
  background-color: #ff5722;
  top: 300px;
  z-index: 5;
  background-image: url("../img/matiere.png");
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.marg50 {
  margin: 50px;
}

.margW50 {
  margin: 0px 50px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#agence-graphBlock {
  position: relative;
  /* right: 0; */
  /* top: 0; */
  width: 40%;
  float: left;
}

#agence-graphBlock img {
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 2;
}

#agence-graphBlock:before {
  width: 800px;
  height: 300px;
  background-color: #FF5722;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -5em;
  bottom: 0em;
  z-index: 3;
}

#agence-graphBlock img {
  z-index: 3;
  position: relative;
}

#textBlock {
  width: 60%;
  float: left;
}

.titleBlock {
  max-width: 1500px;
  width: calc(100% - 50px);
  margin: auto;
  position: relative;
  margin-bottom: 80px;
}

.titleBlock p {
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 44px 0;
  line-height: 1.6em;
}

.titleBlockSolo {
  width: calc(100% - 100px);
}

.delireDeGraphiste {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.delireDeGraphiste h2,
.delireDeGraphiste h1 {
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  display: inline-block;
}

.delireDeGraphiste-1:before,
.delireDeGraphiste-h:before,
.delireDeGraphiste-services:before,
.delireDeGraphiste-realisations:before,
.delireDeGraphiste-contact:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 7.5px;
  background-color: #FF5722;
  position: absolute;
  left: 26%;
  bottom: 0%;
}

.delireDeGraphiste-1:after,
.delireDeGraphiste-h:after,
.delireDeGraphiste-services:after,
.delireDeGraphiste-realisations:after,
.delireDeGraphiste-contact:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 10.5px;
  background-color: #FF5722;
  position: absolute;
  left: 60.6%;
  top: 16%;
  border: 2px solid white;
}

.delireDeGraphiste-1 h2:before,
.delireDeGraphiste-1 h1:before,
.delireDeGraphiste-h h2:before,
.delireDeGraphiste-h h1:before,
.delireDeGraphiste-services h2:before,
.delireDeGraphiste-services h1:before,
.delireDeGraphiste-realisations h2:before,
.delireDeGraphiste-realisations h1:before,
.delireDeGraphiste-contact h2:before,
.delireDeGraphiste-contact h1:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 7.5px;
  background-color: #FF5722;
  position: absolute;
  left: 93.8%;
  bottom: 19%;
}

.delireDeGraphiste-services:before {
  left: 8%;
  bottom: 0%;
}

.delireDeGraphiste-services:after {
  left: 68.1%;
  top: 16%;
}

.delireDeGraphiste-services h2:before,
.delireDeGraphiste-services h1:before {
  left: 101%;
  bottom: 19%;
}

.delireDeGraphiste-h:before {
  left: 36.6%;
  bottom: 0%;
  border: 1px solid #ff5722;
}

.delireDeGraphiste-h:after {
  left: 74.5%;
  top: 19%;
  border: 1px solid #ff5722;
}

.delireDeGraphiste-h h2:before,
.delireDeGraphiste-h h1:before {
  left: 101%;
  bottom: 19%;
  display: none;
}

.delireDeGraphiste-services.blue:after {
  border: 2px solid #0c2c4000;
}

.delireDeGraphiste-realisations:before {
  left: 6.5%;
  bottom: 0%;
}

.delireDeGraphiste-realisations:after {
  left: 50.9%;
  top: 16%;
}

.delireDeGraphiste-realisations h2:before,
.delireDeGraphiste-realisations h1:before {
  left: 101%;
  bottom: 19%;
}

.delireDeGraphiste-contact:before {
  left: 6.5%;
  bottom: 0%;
}

.delireDeGraphiste-contact:after {
  left: 64.9%;
  top: 16%;
}

.delireDeGraphiste-contact h2:before,
.delireDeGraphiste-contact h1:before {
  left: 101%;
  bottom: 19%;
}

.points-title,
#points-title-services,
#points-title-realisations {
  position: relative;
}

.points-title::before {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(../img/rond-h1.svg);
  background-repeat: no-repeat;
  height: 280px;
  width: 680px;
  top: -14px;
  left: 128px;
  background-size: 440px;
}

#points-title-services::before {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(../img/rond-h1-services.svg);
  background-repeat: no-repeat;
  height: 280px;
  width: 680px;
  top: -14px;
  background-size: 439px;
}

#points-title-realisations::before {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(../img/rond-h1-realisations.svg);
  background-repeat: no-repeat;
  height: 280px;
  width: 680px;
  top: -14px;
  background-size: 510px;
}

#home-realisation {
  position: relative;
  margin-top: 130px;
}

#home-realisation::before {
  width: 400px;
  height: 501px;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -206px;
  top: -100px;
  z-index: -3;
}

#home-realisation::after {
  width: 120%;
  height: 500px;
  background-color: #ff5722;
  content: " ";
  background-image: url(../img/3blanc.png);
  position: absolute;
  background-size: 380px;
  background-position: right -80px top -20px;
  background-repeat: no-repeat;
  right: -200px;
  top: 300px;
  z-index: -2;
}

#nos-services {
  position: relative;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 50px;
}

#nos-services .btOrange {
  display: block;
  position: relative;
  margin: 40px auto;
  width: calc(100% - 80px);
  max-width: 1420px;
}

#nos-services:before {
  /* AVEC IMAGE
    width: 100%;
    height: 600px;
    background-color: $colBleu;
    content: " ";
    background-image: url(../img/matiere.png);
    position: absolute;
    background-size: 300px;
    background-position: left bottom;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;*/
  width: 100%;
  height: 100%;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 300px;
  background-position: left 120%;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}

.whiText {
  color: #fff;
}

.fWidth {
  width: 100%;
}

.dBlock {
  display: block;
}

.linkT {
  font-size: 1.285em;
  margin-top: 3em !important;
}

#services-liste {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  max-width: 1500px;
}

.service-item {
  padding: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px #00000016;
  box-shadow: 0px 0px 20px 0px #00000016;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.service-item .preTitle {
  margin: 40px 0 20px 0;
}

.service-item p {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
}

.midContainer {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  margin: auto;
}

.transition-fade {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

#pageAgence #l-agence {
  background-image: url(../img/header-agence.webp);
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
}

#pageAgence #text-header {
  position: absolute;
  margin-top: 200px;
  background-color: white;
  padding: 80px 130px;
  width: 30%;
  font-size: 1.35em;
  -webkit-box-shadow: 0px 0px 20px 0px #00000016;
  box-shadow: 0px 0px 20px 0px #00000016;
}

#pageAgence #text-header p {
  line-height: 30px;
  letter-spacing: 1px;
}

#pageAgence .service-item {
  padding: 0px;
}

#pageAgence .service-item img {
  width: 100%;
}

#pageContact #contactHeader {
  background-image: url(../img/Header-contact.webp);
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  height: 480px;
}

#pageContact #text-header {
  position: absolute;
  margin-top: 200px;
  background-color: white;
  padding: 80px 130px;
  width: 25%;
  font-size: 1.35em;
  -webkit-box-shadow: 0px 0px 20px 0px #00000016;
  box-shadow: 0px 0px 20px 0px #00000016;
}

#pageContact #text-header p {
  line-height: 30px;
}

#pageContact .service-item {
  padding: 0px;
}

#pageContact .service-item img {
  width: 100%;
}

#pageServices #nos-services-h {
  background-image: url(../img/Header-services.webp);
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  height: 480px;
}

#pageServices #text-header {
  position: absolute;
  margin-top: 200px;
  background-color: white;
  padding: 80px 130px;
  width: 25%;
  font-size: 1.35em;
  -webkit-box-shadow: 0px 0px 20px 0px #00000016;
  box-shadow: 0px 0px 20px 0px #00000016;
}

#pageServices #text-header p {
  line-height: 30px;
}

#pageRealisation .btOrange {
  display: block;
  width: 74%;
}

#pageRealisation .btOrange:hover {
  text-decoration: none;
  width: 74%;
  padding: 15px 10px 20px 70px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#pageRealisation .titleBlock {
  z-index: 3;
  position: relative;
  background-color: white;
}

#pageRealisation #realisations-list {
  position: relative;
  z-index: 2;
}

#pageRealisation #realisations-list:before {
  width: 400px;
  height: 400px;
  background-color: #0C2C40;
  content: " ";
  background-image: url("../img/matiere.png");
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -200px;
  top: -100px;
  z-index: -1;
}

#pageRealisation #realisations-list:after {
  width: 100%;
  height: 400px;
  background-color: #FF5722;
  content: " ";
  background-image: url("../img/3blanc.png");
  position: absolute;
  background-size: 300px;
  background-position: right -80px top -20px;
  background-repeat: no-repeat;
  left: 200px;
  top: 300px;
  z-index: -2;
}

#nosRealisations {
  width: calc(100%);
  overflow-x: hidden;
}

.pageProjet p {
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 44px 0;
  line-height: 1.6em;
}

.pageProjet #headerImg {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
}

.pageProjet #headerImg:before {
  width: 10vh;
  height: 50vh;
  background-color: #FF5722;
  content: " ";
  background-image: url("../img/matiere.png");
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -0;
  top: 25vh;
  z-index: 1;
}

.pageProjet .baEffet {
  max-width: 100%;
  overflow: hidden;
}

.pageProjet .baEffet:before {
  width: 10vh;
  height: 300px;
  background-color: #0C2C40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -5em;
  bottom: 7em;
  z-index: 1;
}

.pageProjet .baEffet:after {
  width: 5vh;
  height: 10vh;
  background-color: #FF5722;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -1em;
  top: -1em;
  z-index: 4;
}

.pageProjet .baEffet img {
  z-index: 3;
  position: relative;
}

.pageProjet .baEffet2 {
  max-width: 100%;
  overflow: hidden;
}

.pageProjet .baEffet2:before {
  width: 10vh;
  height: 300px;
  background-color: #FF5722;
  content: " ";
  position: absolute;
  left: -5em;
  top: -2em;
  z-index: 4;
}

.pageProjet .baEffet2:after {
  width: 16vh;
  height: 20vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -1em;
  bottom: 0em;
  z-index: 1;
}

.pageProjet .baEffet2 img {
  z-index: 3;
  position: relative;
}

.pageProjet .cartouche {
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 30px;
}

.pageProjet .cartouche a {
  color: #FF5722;
  margin-top: 30px;
  display: block;
  text-decoration: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.pageProjet .cartouche a:hover {
  text-decoration: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.pageProjet .cartouche strong {
  color: #0c2c40;
  font-weight: 600;
}

.pageProjet #flexContent {
  font-size: 20px;
  line-height: 30px;
}

.pageProjet #flexContent .left-block {
  max-width: 80%;
  margin-bottom: 30px;
}

.pageProjet #flexContent2 {
  margin-bottom: 50px;
}

.pageProjet #flexContent2 .grid-item {
  width: 50%;
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pageProjet #flexContent2 .bRight img {
  min-width: 100%;
}

.pageProjet #flexContent2 .bLeft > * {
  max-width: 80%;
}

.pageProjet .btOrange {
  display: block;
  text-decoration: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.pageProjet .btOrange:hover {
  text-decoration: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.pageModelAtout .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelAtout #vImLine {
  margin-top: 10vw;
}

.pageModelAtout .div60P,
.pageModelAtout .div60D,
.pageModelAtout .div60P2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelAtout .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelAtout #divImg1 {
  background: url("../img/site-internet-responsive-atout-gaz.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: 80px;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelAtout #divImg2 {
  background: url("../img/systemes-chauffage-climatisation.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 3 / 4;
  background-color: #0c2c40;
  bottom: 0;
  z-index: 11;
  margin-top: 2%;
}

.pageModelAtout .div60P::before {
  width: 10%;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10%;
  bottom: 1em;
  z-index: 11;
}

.pageModelAtout #divImg1::after {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelAtout .div60D #img2 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelAtout .div40,
.pageModelAtout .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  padding: 100px 40px 100px 100px;
  vertical-align: middle;
  padding: 30px 40px 0px 150px;
}

.pageModelAtout .div40r {
  padding: 0px 100px 300px 0px;
}

.pageModelAtout .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelAtout #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
}

.pageModelAtout #d7030 div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../img/optimisation-seo-entretien-maintenance-depannage-chauffage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelAtout #d7030 div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/projet1.png");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelAtout #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 1;
}

.pageModelAtout #d7030 div:nth-child(2)::before {
  width: 300px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 2;
}

.pageModelAtout h3 {
  font-size: 1.9em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  margin: 0px;
}

.pageModelJudi .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelJudi #vImLine {
  margin-top: 10vw;
}

.pageModelJudi .div60P,
.pageModelJudi .div60D,
.pageModelJudi .div60P2,
.pageModelJudi .div60P3 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelJudi .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelJudi #divImg1 {
  background: url("../img/branding-print-carte-de-visite-judicimes.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelJudi #divImg2 {
  background: url("../img/charte-graphique-creation-logotype-judicimes.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 3 / 4;
  background-color: #0c2c40;
  bottom: 0;
  z-index: 11;
}

.pageModelJudi #divImg3 {
  background: url("../img/creation-site-internet-responsive.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 2 / 3;
  background-color: #0c2c40;
  /* bottom: 0; */
  z-index: 11;
}

.pageModelJudi #divImg3::before {
  width: 100px;
  height: 40vh;
  background-color: #0c2c40;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelJudi #divImg3::after {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -50px;
  bottom: -40px;
  z-index: 10;
}

.pageModelJudi .div60P::before {
  width: 10%;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -4%;
  bottom: 1em;
  z-index: 11;
}

.pageModelJudi #divImg1::after {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelJudi .div60D #img2 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelJudi .div40,
.pageModelJudi .div40r,
.pageModelJudi .div40V2 {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  padding: 100px 40px 100px 100px;
  vertical-align: middle;
  padding: 100px 40px 0px 150px;
}

.pageModelJudi .div40r {
  padding: 0px 100px 300px 0px;
}

.pageModelJudi .div40V2 {
  padding: 80px 100px 0px 0px;
}

.pageModelJudi .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelJudi #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
}

.pageModelJudi #d7030 div:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/projet2.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelJudi #d7030 div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/projet1.png");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelJudi #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 1;
}

.pageModelJudi #d7030 div:nth-child(2)::before {
  width: 300px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 2;
}

.pageModelJudi h3 {
  font-size: 1.9em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  margin: 0px;
}

.pageModelVueD .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelVueD .div60P,
.pageModelVueD .div60D {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelVueD .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelVueD #divImg1 {
  background: url("../img/creation-site-internet-opticien.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
}

.pageModelVueD #divImg1::before {
  width: 10vh;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10vh;
  bottom: 1em;
  z-index: 1;
}

.pageModelVueD .div40::before {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelVueD .div60D #img2 {
  position: absolute;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelVueD .div40,
.pageModelVueD .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  padding: 100px 40px 100px 100px;
  vertical-align: middle;
}

.pageModelVueD .div40r {
  padding-left: 0px;
}

.pageModelVueD .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelVueD #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  max-height: 540px;
  margin-top: 20px;
}

.pageModelVueD #d7030 div:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/developper-sa-presence-en-ligne-opticien02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelVueD #d7030 div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../img/site-internet-responsive-opticien.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelVueD #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -20vh;
  bottom: -5vh;
  z-index: 1;
}

.pageModelVueD #d7030 div:nth-child(2)::before {
  width: 600px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  left: -50vh;
  bottom: -5vh;
  z-index: 2;
}

.pageModelHomere {
  /* .two-column div img {
     width: 100%; 
} */
}

.pageModelHomere .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelHomere .div60P,
.pageModelHomere .div60D {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelHomere .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelHomere #divImg1 {
  background: url("../img/creation-identite-visuelle.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelHomere #divImg1::before {
  width: 10vh;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10vh;
  bottom: 1em;
  z-index: 1;
}

.pageModelHomere .div40::before {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelHomere .div60D #img2 {
  position: absolute;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelHomere .div40,
.pageModelHomere .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  padding: 100px 40px 100px 100px;
  vertical-align: middle;
}

.pageModelHomere .div40r {
  padding-left: 0px;
}

.pageModelHomere .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelHomere #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
}

.pageModelHomere #d7030 div:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/site-internet-responsive-immobilier.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelHomere #d7030 div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/site-web-cartes-de-visite-brochures-medias-sociaux.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelHomere #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 1;
}

.pageModelHomere #d7030 div:nth-child(2)::before {
  width: 300px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 2;
}

.pageModelHomere h3 {
  font-size: 1.9em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  margin: 0px;
}

@media (max-width: 1200px) {
  .pageModelAtout .div40r,
  .pageModelJudi .div40r {
    padding: 0px 100px 100px 0px;
  }
}

.pageModelFlorentin .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelFlorentin .div60P,
.pageModelFlorentin .div60D {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelFlorentin .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelFlorentin #divImg1 {
  background: url("../img/reportage-photo-restaurant.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelFlorentin #divImg1::before {
  width: 10vh;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10vh;
  bottom: 1em;
  z-index: 1;
}

.pageModelFlorentin .div40::before {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelFlorentin .div60D #img2 {
  position: absolute;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelFlorentin .div40,
.pageModelFlorentin .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  padding: 100px 40px 100px 100px;
  vertical-align: middle;
}

.pageModelFlorentin .div40r {
  padding-left: 0px;
}

.pageModelFlorentin .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelFlorentin #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
}

.pageModelFlorentin #d7030 div:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/creation-site-internet-restaurant.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 986 / 651;
  /* height: 100%; */
}

.pageModelFlorentin #d7030 div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/photographie-professionnelle-restaurant.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelFlorentin #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -12vh;
  top: -10vh;
  z-index: 1;
}

.pageModelFlorentin #d7030 div:nth-child(2)::before {
  width: 30vh;
  height: 30vh;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 380px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  top: -23vh;
  z-index: 2;
}

.pageModelMetay .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelMetay #vImLine {
  margin-top: 10vw;
}

.pageModelMetay .div60P,
.pageModelMetay .div60D,
.pageModelMetay .div60P2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelMetay .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelMetay #divImg1 {
  background: url("../img/cartes-de-visites-personnalisees.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelMetay #divImg2 {
  background: url("../img/renforcer-sa-visibilite-en-ligne.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 3 / 4;
  background-color: #0c2c40;
  bottom: 0;
  z-index: 11;
}

.pageModelMetay .div60P::before {
  width: 10%;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10%;
  bottom: 1em;
  z-index: 11;
}

.pageModelMetay .div60P2 {
  top: 200px;
}

.pageModelMetay #divImg1::after {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelMetay .div60D #img2 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelMetay .div40,
.pageModelMetay .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  vertical-align: middle;
  padding: 30px 40px 0px 150px;
}

.pageModelMetay .div40r {
  padding: 0px 100px 300px 0px;
}

.pageModelMetay .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelMetay #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
  margin-top: 100px;
}

.pageModelMetay #d7030 div:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/optimise-le-referencement.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelMetay #d7030 div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/strategie-et-communication-digitale.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelMetay #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 1;
}

.pageModelMetay #d7030 div:nth-child(2)::before {
  width: 300px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 2;
}

.pageModelMetay h3 {
  font-size: 1.9em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  margin: 0px;
}

.pageModelTerra .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pageModelTerra #vImLine {
  margin-top: 10vw;
}

.pageModelTerra .div60P,
.pageModelTerra .div60D,
.pageModelTerra .div60P2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.pageModelTerra .div60P #img1 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelTerra #divImg1 {
  background: url("../img/cartes-de-visites-personnalisees.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 5 / 4;
  background-color: #0c2c40;
}

.pageModelTerra #divImg2 {
  background: url("../img/renforcer-sa-visibilite-en-ligne.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  aspect-ratio: 3 / 4;
  background-color: #0c2c40;
  bottom: 0;
  z-index: 11;
}

.pageModelTerra .div60P::before {
  width: 10%;
  height: 30vh;
  background-color: #0c2c40;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -10%;
  bottom: 1em;
  z-index: 11;
}

.pageModelTerra .div60P2 {
  top: 200px;
}

.pageModelTerra #divImg1::after {
  width: 100px;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -50px;
  top: -40px;
  z-index: 10;
}

.pageModelTerra .div60D #img2 {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.pageModelTerra .div40,
.pageModelTerra .div40r {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  z-index: 10;
  background: white;
  vertical-align: middle;
  padding: 30px 40px 0px 150px;
}

.pageModelTerra .div40r {
  padding: 0px 100px 300px 0px;
}

.pageModelTerra .fWidthSub40 {
  max-width: calc(1500px - 80px);
}

.pageModelTerra #d7030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  max-height: 540px;
  margin-top: 100px;
}

.pageModelTerra #d7030 div:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("../img/optimise-le-referencement.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
}

.pageModelTerra #d7030 div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: url("../img/strategie-et-communication-digitale.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageModelTerra #d7030 div:nth-child(2)::after {
  width: 20vh;
  height: 30vh;
  background-color: #ff5722;
  content: " ";
  position: absolute;
  background-size: 400px;
  background-position: left bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 1;
}

.pageModelTerra #d7030 div:nth-child(2)::before {
  width: 300px;
  height: 290px;
  content: " ";
  background-image: url(../img/matiere.png);
  position: absolute;
  background-size: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  right: -10vh;
  bottom: -10vh;
  z-index: 2;
}

.pageModelTerra h3 {
  font-size: 1.9em;
  color: #ff5722;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  margin: 0px;
}

@media (max-width: 1024px) {
  .pageModelJudi .fWidthSub40,
  .pageModelMetay .fWidthSub40,
  .pageModelTerra .fWidthSub40,
  .pageModelAtout .fWidthSub40,
  .pageModelVueD .fWidthSub40,
  .pageModelHomere .fWidthSub40,
  .pageModelFlorentin .fWidthSub40 {
    max-width: calc(100% - 80px);
  }
  .pageModelHomere #d7030 div:first-child,
  .pageModelFlorentin #d7030 div:first-child {
    background-position: center;
    background-size: 100%;
  }
  .pageModelMetay .two-column,
  .pageModelTerra .two-column,
  .pageModelAtout .two-column,
  .pageModelVueD .two-column,
  .pageModelFlorentin .two-column,
  .pageModelJudi .two-column,
  .pageModelVueD #d7030,
  .pageModelMetay #d7030,
  .pageModelTerra #d7030,
  .pageModelHomere .two-column,
  .pageModelHomere #d7030 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageModelAtout #vImLine,
  .pageModelVueD #vImLine,
  .pageModelMetay #vImLine,
  .pageModelTerra #vImLine,
  .pageModelJudi #vImLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pageModelAtout .div40r,
  .pageModelAtout .div40,
  .pageModelVueD .div40,
  .pageModelVueD .div40,
  .pageModelHomere .div40,
  .pageModelHomere .div60P,
  .pageModelJudi .div40,
  .pageModelJudi .div40r,
  .pageModelJudi .div40V2,
  .pageModelFlorentin .div40,
  .pageModelFlorentin .div40r,
  .pageModelMetay .div40r,
  .pageModelTerra .div40r {
    padding: 0px 20px 0px 20px;
  }
  .pageModelFlorentin #divImg1,
  .pageModelFlorentin .div60D #img2,
  .pageModelAtout #divImg1,
  .pageModelAtout #divImg2,
  .pageModelJudi #divImg1,
  .pageModelVueD #divImg1,
  .pageModelHomere #divImg1,
  .pageModelJudi #divImg2,
  .pageModelJudi #divImg3,
  .pageModelMetay #divImg2,
  .pageModelTerra #divImg2,
  .pageModelMetay #divImg1,
  .pageModelTerra #divImg1 {
    position: relative;
  }
  .pageModelAtout #d7030,
  .pageModelAtout .div60P::before,
  .pageModelAtout #divImg1::after,
  .pageModelVueD #divImg1::before,
  .pageModelVueD .div40:before,
  .pageModelJudi #d7030,
  .pageModelJudi #divImg3::before,
  .pageModelJudi #divImg3::after,
  .pageModelJudi .div60P::before,
  .pageModelJudi #divImg1::after,
  .pageModelVueD #d7030 div:nth-child(2),
  .pageModelHomere #d7030 div:nth-child(2)::after,
  .pageModelHomere #d7030 div:nth-child(2)::before,
  .pageModelHomere #d7030 div:nth-child(2),
  .pageModelFlorentin #d7030 div:nth-child(2),
  .pageModelHomere #divImg1::before,
  .pageModelHomere .div40::before,
  .pageModelHomere .div40::before,
  .pageModelFlorentin #d7030 div:nth-child(2)::before,
  .pageModelFlorentin #d7030 div:nth-child(2)::after,
  .pageModelFlorentin .div40::before,
  .pageModelMetay #divImg1::after,
  .pageModelTerra #divImg1::after,
  .pageModelMetay .div60P::before,
  .pageModelTerra .div60P::before,
  .pageModelMetay #d7030 div:nth-child(2)::before,
  .pageModelTerra #d7030 div:nth-child(2)::before,
  .pageModelMetay #d7030 div:nth-child(2)::after,
  .pageModelTerra #d7030 div:nth-child(2)::after {
    display: none;
  }
  .pageModelVueD #d7030 div:first-child {
    background-position: center;
  }
  .pageModelMetay .div60P2, .pageModelTerra .div60P2 {
    top: auto;
  }
  .pageModelMetay #d7030, .pageModelTerra #d7030 {
    margin-top: 20px;
  }
  .pageModelJudi .margin-t150 {
    margin-top: 50px;
  }
  .pageModelMetay #d7030 div:nth-child(2), .pageModelTerra #d7030 div:nth-child(2) {
    background-size: 100%;
    position: relative;
    background-position: center;
  }
  .h1024 {
    display: none;
  }
}

#page-restaurant #header-restaurant {
  background: url("../images/header-restaurant.jpg");
}

#page-restaurant #en-un-mot {
  padding-top: 74px;
}

#page-restaurant #florentin-facade {
  background-image: url("../images/florentin-lyon-6.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  #inv2 {
    padding-top: 20px;
  }
}

#menu a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu li a {
  line-height: 67px;
}

#menu li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background-color: #FF5722;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu li:first-child {
  display: none;
}

@media (max-width: 1024px) {
  #menu li:first-child {
    display: block;
  }
}

#menu li:hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

#menu li:hover a {
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}

#menu li:hover:after {
  bottom: 4px;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#pageContact #contacForm {
  padding-right: 60px;
}

#pageContact .halfW {
  float: left;
  width: 50%;
}

#pageContact #contact-block img {
  width: 100%;
}

#pageContact .form-control {
  width: calc(100% - 30px);
}

#pageContact .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

#pageContact .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
}

#pageContact input.form-control {
  line-height: 60px;
  padding-left: 30px;
  background-color: #0C2C40;
  color: #FFFFFF !important;
}

#pageContact input.form-control::-webkit-input-placeholder, #pageContact textarea::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-weight: bold;
}

#pageContact input.form-control:-ms-input-placeholder, #pageContact textarea:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-weight: bold;
}

#pageContact input.form-control::-ms-input-placeholder, #pageContact textarea::-ms-input-placeholder {
  color: #FFFFFF !important;
  font-weight: bold;
}

#pageContact input.form-control::placeholder, #pageContact textarea::placeholder {
  color: #FFFFFF !important;
  font-weight: bold;
}

#pageContact textarea {
  padding-left: 30px;
  background-color: #0C2C40;
  color: #FFFFFF !important;
}

#pageContact .doubleFlex {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}

#pageContact #contactBt {
  display: block;
}

@media (max-width: 1280px) {
  nav #menu {
    margin-right: 0px;
  }
  .pageSite nav #social {
    padding-right: 50px;
  }
  .pageSite nav #headerLogo {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .pageProjet #headerImg:before {
    display: none;
  }
  .pageProjet h1 {
    font-size: 3.2em;
    margin-bottom: 0px;
  }
  .pageProjet .cartouche {
    position: relative;
    text-align: left;
  }
  #pageHome #headerLogo {
    margin-left: 40px;
  }
  #pageHome #social {
    margin: 0px 70px 0px 0px;
  }
  #pageHome nav #menu > li {
    margin-right: 1em;
  }
  .delireDeGraphiste {
    font-size: 7px;
  }
  #l-agence > div > div p {
    width: 100%;
  }
  #l-agence > #agence-graphBlock {
    width: 100%;
  }
  #l-agence > #agence-graphBlock img {
    position: relative !important;
    top: unset;
    right: unset;
    width: calc(100% - 50px);
  }
  #l-agence > #agence-graphBlock:before {
    display: none;
  }
  #l-agence > #agence-graphBlock:before {
    left: 2em;
  }
  #header-div::after {
    width: 200px;
    height: 200px;
    bottom: 0px;
    right: -65px;
  }
  #pageContact #text-header,
  #pageAgence #text-header {
    width: 30%;
    padding: 80px 80px;
  }
}

@media (max-width: 1024px) {
  .scrolled #headerLogo, #pageHome #headerLogo, .pageSite nav #headerLogo {
    margin-left: 20px;
    margin-top: 15px;
  }
  #pageContact #text-header,
  #pageAgence #text-header {
    width: calc(100% - 160px);
    padding: 80px 80px;
  }
  #bleuRect2 {
    display: none;
  }
  .delireDeGraphiste-h:after {
    border: 2px solid #ff5722;
  }
  #orangeRect,
  #bleuRect,
  #bleuRect3,
  #orangeRect3,
  .pageProjet #headerImg:before {
    display: none;
  }
  #social {
    display: none;
  }
  .scrolled #social {
    padding-right: 0px !important;
  }
  .margW50 {
    margin: 0px;
  }
  #header-div::after {
    display: none;
  }
  #home-realisation:before,
  #home-realisation:after {
    display: none;
  }
  #header-div {
    margin: 0px;
    width: calc(100%);
  }
  nav {
    top: 10px;
    padding: 0px;
    width: calc(100%) !important;
  }
  nav #headerLogo {
    width: 80px;
  }
  nav #headerLogo {
    margin-left: 10px;
  }
  nav #nav #social {
    margin: 0px 10px 0px 0px;
  }
  #l-agence {
    width: calc(100% - 100px);
    padding: 50px 0 50px 50px;
    margin: 0px 50px;
    padding: 0px;
  }
  #l-agence #textBlock {
    width: 100%;
  }
  #l-agence #agence-graphBlock img {
    width: 100%;
  }
  #header-div .delireDeGraphiste {
    font-size: 5px;
  }
  #roundGo {
    display: none;
  }
  #scroll-header span {
    display: none;
  }
  #header-div::after {
    width: 110px;
    height: 110px;
    bottom: 0px;
    right: -35px;
  }
  #services-liste {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .service-item:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  #header-div .hTitre {
    font-size: 8em;
  }
  #pageContact .halfW,
  #pageAgence .halfW {
    float: none;
    width: calc(100%);
    margin-left: 0px;
  }
  #pageContact #contacForm {
    padding-right: 0px;
  }
  #pageContact .halfW:last-of-type,
  #pageAgence .halfW:last-of-type {
    display: none;
  }
}

@media (max-width: 768px) {
  #l-agence {
    padding: 0px !important;
    margin: 0px !important;
  }
  #l-agence .titleBlock {
    padding: 0px;
  }
  .hTitre-home {
    top: 25%;
  }
  .titleBlock {
    max-width: 1450px;
    width: calc(100% - 10px);
    margin: auto;
    padding-left: 10px;
    position: relative;
    margin-bottom: 80px;
  }
  .titleBlockSolo {
    width: calc(100% - 100px);
  }
  .marg50 {
    margin: 0px;
  }
  #logo-header-home {
    top: 10%;
  }
  #header-div::after {
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: -22px;
  }
  #l-agence {
    margin: 0px;
    width: calc(100%);
  }
  #l-agence > #agence-graphBlock img {
    width: 100%;
  }
  #scroll-header {
    display: none;
  }
}

@media (max-width: 500px) {
  #nos-services > .nbtOrange.fWidth {
    width: 90%;
  }
  .displayN-mobile {
    display: none;
  }
  .displayN-desktop {
    display: block;
  }
  #header-div #background-video {
    width: 100%;
    height: 63vh;
  }
  #l-agence {
    width: 100%;
  }
  #l-agence #textBlock {
    width: 90%;
    margin: auto;
    float: unset;
  }
  #nos-services:before {
    background-image: none;
  }
  #nos-services .titleBlock {
    width: 90%;
  }
  #services-liste {
    width: 90%;
  }
  #nos-realisations .titleBlock {
    width: 90%;
  }
  #home-realisation {
    margin-top: 50px;
  }
  #real div:nth-child(6) a {
    height: 85px;
    line-height: 85px;
  }
  footer .fWidth img {
    margin-top: 0;
    margin-bottom: 20px;
    width: 60%;
  }
  footer > div:nth-child(2) > div {
    padding: 10px 0px;
  }
  footer > div:nth-child(2) > div > div > div:first-child {
    width: 60%;
  }
  footer > div:nth-child(2) > div > div > div:nth-child(2) {
    width: 100%;
  }
  #bleuRect2 {
    display: none;
  }
  #pageContact #text-header,
  #pageServices #text-header,
  #pageAgence #text-header {
    margin-top: 230px;
    padding: 40px 50px;
    width: calc( 100% - 100px);
  }
  #pageContact #contacForm {
    padding-right: 0;
  }
  #logo-header-home {
    top: 20%;
    width: 30vw;
  }
  #pageContact .halfW,
  #pageAgence .halfW {
    float: none;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #pageServices .spacer-part:first-of-type,
  #pageContact .spacer-part:first-of-type,
  #pageAgence .spacer-part:first-of-type {
    display: none;
  }
  #pageServices .spacer-part,
  #pageContact .spacer-part,
  #pageAgence .spacer-part {
    height: 40px;
  }
  /* #pageContact .hTitre {font-size: 9em;} */
  #pageServices .titleBlock,
  #pageContact .titleBlock,
  #pageAgence .titleBlock {
    margin-bottom: 50px;
  }
  .hTitre-home {
    top: 40%;
  }
}
/*# sourceMappingURL=main.css.map */