/* Palette de couleurs */
:root {
    --gris-beton: rgba(128, 128, 128, 1);
    --marron: rgba(139, 69, 19, 1); /* Marron */
    --blanc: rgba(255, 255, 255, 1);
    --noir-anthracite: rgba(54, 69, 79, 1);
    --beige-sable: rgba(245, 222, 179, 1);
    --jaune-ocre: rgba(204, 119, 34, 1);
}

        /* ANIMATION HEADER */
.animate__animated {
  visibility: hidden;
}

.animate__animated.animate__fadeInDown, 
.animate__animated.animate__fadeInUp {
  visibility: visible; 
  animation-delay: 0.7s;
}

      /* FIN ANIMATION HEADER */

      /* TEXT ANIMATION HEADER */

@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.bg-text-contain-left {
  text-align: start;
  color: white;
  font-size: 250%;
  /*margin-top: 50px;*/
  font-family: roboto !important;
  width: 100% !important;
  height: 100px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
.bg-text-contain-left h1{
  font-size: 80px;
}
.bg-text-contain-left h3{
  font-size: 60px;
}
/*.bg-text-contain-left div:first-child{
  width: 70% !important;
}*/

.bg-text-contain-left div {
  display:inline-block;
  overflow:hidden;
  /*white-space:nowrap;*/
}

/*.bg-text-contain-left div:first-of-type {
  animation: showup 7s infinite;
}*/

.bg-text-contain-left div:last-of-type {
  /*width:0px;*/
  width: fit-content !important;
  /*padding-left: 10px;*/
  animation: reveal 7s infinite;
}

.bg-text-contain-left div:last-of-type span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}
      
@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}


.bg-text-contain-left p {
  font-size:12px;
  color:#999;
  margin-top:200px;
}

.bg-img-arrow a{
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); 
  
}
.bg-img-arrow img{ 
  width: 2.5vh;
  animation: shakeY;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}


      /* FIN TEXT ANIMATION HEADER */



          /* SLIDER */
.bg-slide{
  background-color: white;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px 0px 10px 15px;
  border-bottom: 1px solid #0000001a;
}
.slide-track{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:" auto-slide1 auto-slide2 auto-slide3 auto-slide4 ";
  text-align: center;
}
.auto-slide1{
  grid-area: auto-slide1;
}
.auto-slide2{
  grid-area: auto-slide2;
}
.auto-slide3{
  grid-area: auto-slide3;
}
.auto-slide4{
  grid-area: auto-slide4;
}

      /* FIN SLIDER */
  
      /* TEXT ACCUEIL */
.contain-accueil{
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-template-areas:"contain-accueil-left ."
                      "bg-text-contain-left contain-accueil-right";
  margin-top: 10%;
  padding: 0px 40px 0px 80px;
  color: white;
}

.contain-accueil-left{
  grid-area: contain-accueil-left;
  /*margin-bottom: 6%;*/
}

@media screen and (max-width: 960px){
  .contain-accueil-left{
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 410px){
  .contain-accueil-left h2 span{
    /*display: block;
    text-align: start;*/
  }
  .contain-accueil-left h2 img{
    width: 100px !important;
   /* display: block;*/
  }
}
@media screen and (max-width: 603px){
  .contain-accueil-left h2 img{
    width: 100px !important;
  }
}
@media screen and (min-width: 410px) and (max-width: 603px){
    .bg-text-contain-left{
      margin: 30px 0px 20px 0px !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px){
    .bg-text-contain-left{
      margin: -47px 0px 20px 0px !important;
    }
    .contain-accueil-left h2 img{
      width: 120px !important;
    }
}
@media screen and (min-width: 1910px){
  .contain-accueil-right{
    margin-top: -80px;
  }
}
@media screen and (min-width: 1000px){
  .contain-accueil-left h2 img{
    width: 200px !important;
  }
}

.contain-accueil-left h2 img{
  width: 180px;
}
.contain-accueil-left h2 img:hover{
  cursor: pointer;
  scale: 1.2;
}
.modal-content-logo{
  border-radius: 0px !important;
  background-color: transparent !important;
  border: none !important;
}
.modal-header-logo{
  border-bottom: none !important;
}
.modal-body-logo{
  display: flex;
  justify-content: center;
}
.modal-body-logo img{
  width: 70%;
  border-radius: 5px;
}
.bg-text-contain-left{
  grid-area: bg-text-contain-left;
}
.contain-accueil-left h1{
  font-size: 355%;
  letter-spacing: 4px;
}
.contain-accueil-left h3{
  font-size: 3.3vw;
  font-weight: bold;
  margin-top: 22px;
}
.contain-accueil-right{
  grid-area: contain-accueil-right;
  padding-top: 12%;
}
.contain-accueil-right h2{
  text-align: end;
}
.contain-accueil-right h4{
  text-align: center;
  font-size: 30px;
}
.contain-accueil-right img, svg{
  margin-right: 10px;
}
.contain-accueil-right .devis{
  background-color: transparent;
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}
.contain-accueil-right .devis button{
  background-color: rgba(255, 255, 255, 1.0);
  border: none;
  color: black;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 16px;
  cursor: grab;
  /*text-transform: capitalize;*/
}
.contain-accueil-right .devis button:last-child{
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.contain-accueil-right .devis button span{
  font-size: 18px;
}
.contain-accueil-right h4 span{
  vertical-align: middle;
}
.contain-accueil .bg-btn{
    
}
.contain-accueil .bg-btn button{
  /*border: none;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  margin-top: 30px;*/
  color: black;
  font-weight: bold;
  padding: 12px 40px 12px 40px;
}
.contain-accueil .bg-btn button:hover{
  color: white;
  background-color: black;
  border:none;
  box-shadow: none;
}

.custom-btn {
  width: fit-content;
  border-radius: 20px;
  margin-top: 10px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-11 {
  border: none;
  background: white;
  color: #fff;
  overflow: hidden;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #000;
    animation: shiny-btn1 5s ease-in-out infinite;
}

.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

      /* FIN TEXT ACCUEIL */


          
          /* SECTION A APROPOS */

.about-section {
  background-color: white;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-section {
  color: #ffb142;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-weight: bold;
  letter-spacing:  .60em;
  text-transform: uppercase;
}
.h3{
  font-weight: bold;
}    
.about-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "about-container-left about-container-right";
  /*max-width: 1200px;*/
  margin: 0 auto;
  gap: 20px;
}

.about-container-left{
  grid-area: about-container-left;
  background-color: #f6f6f6;
  padding: 150px 180px 180px 180px;
}
.about-container-left-1{
  margin-top: 20px;
}
.about-container-left-2{
  color: #878c8d;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
}
.about-container-left-icons{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0px 60px 0px 60px;
}

.bg-icon1, .bg-icon2, .bg-icon3{
  position: relative;
}
.bg-circle-icon1, .bg-circle-icon3{
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #ffb142;
  background-color: rgba(255, 177, 66, 0.5);
  height: 90%;
  width: 90%;
  border-radius: 50%;
}
.bg-circle-icon2{
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ffb142;
  background-color: rgba(255, 177, 66, 0.5);
  height: 90%;
  width: 90%;
  border-radius: 50%;
}


.rotateBtn {
  animation: rotate 2s linear infinite; /* Ajout de la rotation */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.about-container-right{
  grid-area: about-container-right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-container-right-number{
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  background: url('../IMAGES/maison.jpg') no-repeat center;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "Baumans", serif !important;
}

.baumans-regular {
  font-family: "Baumans", serif;
  font-weight: 400;
  font-style: normal;
} 

.about-container-right-number .number{
  font-size: 200px;
  font-weight: bold; 
  line-height: 1;
  background: url('../IMAGES/maison.jpg') no-repeat center;
  /*background: url('https://livedemo00.template-help.com/wt_prod-26897/images/text-image.jpg') no-repeat center;*/
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "Baumans", serif !important;
}
.about-container-right-number .text{
  font-size: 60px;
  color: #FFA500;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
          /* FIN SECTION A PROPOS */


           /* ANIMATION A PROPOS */
.section-animation-1 {
  opacity: 0;
}
.section-animation-1.visible {
    opacity: 1;
    animation: fadeInLeftBig 1.5s ease-out;
}


.section-animation-2 {
  opacity: 0;
}
.section-animation-2.visible {
    opacity: 1;
    animation: fadeInLeftBig 1.5s ease-out;
}


.section-animation-3 {
  opacity: 0;
}
.section-animation-3.visible {
    opacity: 1;
    animation: fadeInLeftBig 1.5s ease-out;
}

.section-animation-4 {
  opacity: 0;
}
.section-animation-4.visible {
    opacity: 1;
    animation: bounceInRight 3.5s ease-out;
}


        /* AnIMATION PRESTATIONS */
.section-animation-5 {
  opacity: 0;
}
.section-animation-5.visible {
    opacity: 1;
    animation: fadeInRightBig 1.8s ease-out;
}

.section-animation-6 {
  opacity: 0;
}
.section-animation-6.visible {
    opacity: 1;
    animation: fadeInRightBig 1.8s ease-out;
}

.section-animation-7 {
  opacity: 0;
}
.section-animation-7.visible {
    opacity: 1;
    animation: fadeInRightBig 1.8s ease-out;
}

.section-animation-8 {
  opacity: 0;
}
.section-animation-8.visible {
    opacity: 1;
    animation: fadeInRightBig 1s ease-out;
}

      /* FIN ANIMATION PRESTATIONS */

