/*=====================FONT ===========================*/

@font-face {
    font-family: 'Roboto';
              src: url('./../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
              src: url('./../../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}


/*========================== PREMIERE SECTION START ===========================*/
.row {
  margin: 0px;
}
.section_head h2 {
  font-weight: bold;
}

.premiere_section{
    font-family: 'Poppins', "Roboto", Arial,  sans-serif;
    background-color: #fff;
    min-height: 90vh;
    padding-top: 18vh;
    margin-bottom: 30px;
}

.premiere_section .my-col-1{
    background-color: white;
    background-image: url("./../../images/showcase/Group_18.png");
    background-repeat: no-repeat;
    background-position: 80% 5%;
    padding-left: 50px;
}

.premiere_section .my-col-1 .descriptif-realisation{
      display: block;
      border-radius: 5px;
      margin-top: 10%;
      padding: 30px;
      position: absolute;
      top : 100px;
      z-index: 5;
      width: 400px;
      height: 350px;
      background: rgba( 236, 240, 241, 0.45 );
      backdrop-filter: blur( 14.5px );
      -webkit-backdrop-filter: blur( 14.5px );
      border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.zoom-in-animation {
  animation-name: zoom-in-amination;
  animation-duration: 500ms;
  animation-timing-function: ease;
}

.zoom-out-animation {
  animation-name: zoom-out-animation;
  animation-duration: 500ms;
  animation-timing-function: ease;
}

@keyframes zoom-out-animation {
  from {
    transform: scale(0.8);
  }
  to {transform: scale(1);}
}

@keyframes zoom-in-amination {
  from {
    transform: scale(1.2);
  }
  to {transform: scale(1);}
}

.premiere_section .my-col-1 .descriptif-realisation h1{
      font-size: 2.1em;
      font-weight: bold;
      margin-bottom: 30px;
      color: #2d3436;
}

.premiere_section .my-col-1 .descriptif-realisation p{
      font-size: .9em;
      font-weight: bold;
      line-height: 1.7em;
      margin-bottom: 20px;
      color: #2d3436;
}

.premiere_section .my-col-2 {
  text-align: right;
}

.premiere_section .my-col-2 .realisation-div{
    display: block;
    margin-left: 5%;
    width: 95%;
    height: 75vh;
    border-radius: 5px;
    background-size : cover;
}

.realisation_down{
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  z-index: 5;
  font-size: 2em;
  position: absolute;
  right: -10px;
  bottom: -20px;
  text-align: center;
  background: rgba( 236, 240, 241, 0.75 );
  backdrop-filter: blur( 14.5px );
  -webkit-backdrop-filter: blur( 14.5px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.my-col-3{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.my-col-3 i, .direction-one, .direction-two,  .direction-two span{
  display: block;
}

.my-col-3 i{
  margin-bottom: 20px;
  cursor: pointer;
}

.direction-two{
  margin-top: 60px;
}


.direction-two span.pseudo-class::after{
  display: block;
  content: "";
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 50px;
  width: 1px;
  background-color: #2d3436;
}

.direction-one {

}


/*====================== PREMIERE SECTION END ==========================*/




/*====================== DEUXIEME SECTION START ==========================*/
.deuxieme_section{
    font-family: 'Poppins', 'Titillium', 'Concert_One',  "Lato",  "Roboto",     Arial,  sans-serif;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 20px;
}


.deuxieme_section .section_head{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 2em;
}


.deuxieme_section .section_head h2::after{
  display: block;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
  left: 37.5%;
}

.deuxieme_section .expertises {
    padding: 30px;
}



.deuxieme_section .expertises h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
}

.animate-section2head {
  transition: 500ms ease-in;
  animation-name: appearFromBottomHeader;
  animation-duration: 1.5s;
}



.expertises_footer {
  display: flex;
  align-items: center;
  width: auto;
  padding-top: 30px;
}

button.realisation_link{
  vertical-align: middle;
   border: none;
   background: none;
   color: white;
   font-weight: bold;
   padding: 10px;
   padding-right: 30px;
   padding-left: 30px;
   background-color: #2c3e50;
   position: relative;
   left: -32px;
   z-index: 10;
   transition: 500ms ease;
}

button.realisation_link:hover{
   border: 1px solid #2c3e50;
   background-color: white;
   color: #2c3e50;
   -webkit-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
   -moz-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
   box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);

}

.expertises_footer .on_top, .expertises_footer  .on_bottom  {
      height: 40px;
      width: 40px;
      z-index: 2;
}

.expertises_footer .on_top {
    background-color: #7EDFFF;
    position: relative;
    top: -8px;
}

.expertises_footer .on_bottom {
    background-color: #bdc3c7;
    position: relative;
    bottom: -8px;
    left: -64px;
}

@keyframes appearFromBottomHeader {
      0% {
        opacity: 0;
        color: rgb(251,251,251);
        transform: translateY(8em);
      }
      100% {
        opacity: 1;
        color: #2c3e50;
        transform: none;
      }
}

.animate-expertises-content{
  transition: 500ms ease-in;
  animation-name: appearFromBottomHeader;
  animation-duration: 2.5s;
}


.deuxieme_section .expertises_content {
  transition: 500ms ease;
  line-height: 25px;;
}

.animate-expertises-footer{
  transition:500ms linear;
  animation-name: appearFromBottomHeader;
  animation-duration: 3s;
}

.expertises_card .ex_card{
  margin-bottom: 30px;
  margin-top: 30px;
}


.deuxieme_section .card_image {
  height: 250px;
  background-size: cover;
}

.deuxieme_section .card_image:hover {

    -webkit-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
    -moz-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
    box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
}

.deuxieme_section .ex_card_text{
      text-align: center;
      color: #2c3e50;

      padding: 20px;
      background-color: #ecf0f1;
      position: relative;
}

.go_top{
  position: relative;
  top: -20px;
}

.go_down{
  position: relative;
  bottom: -20px;
}

.animate-card-1{
    transition: 500ms ease-in;
    animation-name: section2cardone;
    animation-duration: 3s;
}
.animate-card-title-1{
  transition: 500ms ease-in;
  animation-name: section2cardbone;
  animation-duration: 3s;
}

@keyframes section2cardone {
      0% {
        opacity: 0;
        transform: translateY(10em);
      }
      40% {
        opacity: 1;
        transform: none;
      }

}

@keyframes section2cardbone {
      0% {
        opacity: 0;
      }
      80% {
        opacity: 1;
      }
}


.animate-card-2{
    transition: 500ms ease-in;
    animation-name: section2cardtwo;
    animation-duration: 3s;
}
.animate-card-title-2{
  transition: 500ms ease-in;
  animation-name: section2cardbtwo;
  animation-duration: 3s;
}
@keyframes section2cardtwo {
      0% {
        opacity: 0;
        transform: translateY(10em);
      }
      600% {
        opacity: 1;
        transform: none;
      }
}
@keyframes section2cardbtwo {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
}


.animate-card-3{
    transition: 500ms ease-in;
    animation-name: section2cardthree;
    animation-duration: 3s;
}

.animate-card-title-3{
  transition: 500ms ease-in;
  animation-name: section2cardbthree;
  animation-duration: 3s;
}

@keyframes section2cardthree {
      0% {
        opacity: 0;
        transform: translateY(10em);
      }
      80% {
        opacity: 1;
        transform: none;
      }
}

@keyframes section2cardbthree {
      0% {
        opacity: 0;
      }
      80% {
        opacity: 1;
      }
}

.animate-card-4{
    transition: 500ms ease-in;
    animation-name: section2cardfour;
    animation-duration: 3s;
}

.animate-card-title-4{
  transition: 500ms ease-in;
  animation-name: section2cardbfour;
  animation-duration: 3s;
}

@keyframes section2cardfour {
      0% {
        opacity: 0;
        transform: translateY(10em);
      }
      100% {
        opacity: 1;
        transform: none;
      }
}
@keyframes section2cardbfour {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}


@media (max-width: 576px) {
  .deuxieme_section{
      padding-top: 50px;
      padding-bottom: 30px;
      padding-left: 30px;
      padding-right: 20px;
  }

}


/* DEFAULT STYLE */
 :root {
	 font-size: 16px;
	 --card-img-height: 80%;
}

 .card-container {
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: center;
	 align-items: center;
	 transition: all 200ms linear;
}
 .card {
	 align-self: flex-start;
	 position: relative;
   height: 50vh;
	 background: white;
	 transition: all 300ms linear;
}
 .card .card-img {
	 visibility: hidden;
	 width: 100%;
	 height: var(--card-img-height);
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
}
 .card .card-img-hovered {
	 --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	 transition: all 350ms linear;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 width: 100%;
	 position: absolute;
	 height: var(--card-img-height);
	 top: 0;
}
 .card .card-info {
   background-color: white;
	 position: relative;
	 padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
	 transition: all 200ms linear;
}


 .card .card-info .card-title {
	 z-index: 10;
	 font-size: 0.9em;
	 padding-bottom: 0.75rem;
	 transition: all 350ms linear;
}

 .card:hover {
	 cursor: pointer;
	 box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
	 transform: scale(1.02);
}
 .card:hover .card-img-hovered {
	 --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
	 height: 100%;
}
 .card:hover .card-about, .card:hover .card-creator {
	 opacity: 0;
}
 .card:hover .card-info {
	  background-color: transparent;
}
 .card:hover .card-title {
   background-color: #2C3E50;
   padding: 15px;
	 color: #ebecf0;
	 transform: translate(0, 40px);
}



/* ==========================================================================================*/


/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: none;
  background-color: white;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #34495e;
  border-radius: 0px;
}

/*====================== TROISIEME SECTION START ==========================*/

.section_3_content{
    padding: 4em;
    /* background-color: rgba(52, 73, 94, 0.95); */
}



.troisieme_section .section_head{
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
}


.troisieme_section .section_head h2::after{
  display: block;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
  left: 0%;
}

.troisieme_section .section_content {
  margin-top: 4em;
  text-align: center;
}

.troisieme_section .section_text  {
  margin-top: 3em;
  color: #003953;
  text-align: left;
  line-height: 25px;
}



@media only screen and (max-width: 576px) {
  .section_head  {
      text-align: center;
  }

  .section_head h2 {
      font-size: .6em;
  }

  .troisieme_section .section_content h3 {
      color: #1abc9c;
      font-size: 1.2em;
      line-height: 2em;
  }

  .troisieme_section .section_text .description {
      padding: 0px;
      font-size: .8em;
  }
}

/*====================== WHY US ==========================================*/

.why-us-section{
    font-family: 'Poppins', 'Titillium', 'Concert_One',  "Lato",  "Roboto",     Arial,  sans-serif;
    padding: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.why-us-section .section_head{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
}


.why-us-section .section_head h2::after{
  display: block;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
  left: 37.5%;
}
.why-us-row {
  justify-content: center;
}
.why-us-row .descrip {
  text-align: center;
  line-height: 35px;
  padding: 30px;
  font-size: 1.0em;
  color: #003953;
}

.why-us-row .reason{
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.why-us-row .inter-reason{
    border-left: 1px solid #4b6584;
    border-right: 1px solid #4b6584;
}

.why-img {
  width: 100%;


}

.why-img img {
  height: 80px;
  background-color: #dce7f2;
  border: 2px solid #2C3E50;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1.75rem 3rem 0rem rgba(50,0,100,0.1);
  -moz-box-shadow: 0 1.75rem 3rem 0rem rgba(50,0,100,0.1);
  box-shadow: 0 1.75rem 3rem 0rem rgba(50,0,100,0.1);
}

.explain .number {
  margin-top: 20px;
  font-size: 1.2em;
  color: #84817a;
  letter-spacing: 2px;
}

.explain .reason-head{
  margin-top: 20px;
  font-size: 1.2em;
  color: #2C3E50;
  letter-spacing: 1.5px;
  font-weight: bold;
}


.explain .explain-text {
  margin-top : 20px;
  font-size: 0.9em;
  line-height: 25px;
}
/*====================== QUATRIEME SECTION START ==========================*/

.quatrieme_section  {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.quatrieme_section .content-text  {
    padding: 30px;
    line-height: 25px;
}

.quatrieme_section .section_head{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 60px;
}


.quatrieme_section .section_head h2::after{
  display: block;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
  left: 37.5%;
}

.galerie_line{
  justify-content: center;
}

.galerie_card{
  padding: 10px;
}

.galerie_card_content {
  height: 340px;
  width: 100%;
  padding: 0px 20px 0px 20px;
  margin-bottom: 40px;
  transition: transform 0.5s;
  overflow: hidden;
  cursor: pointer;

}

.galerie_card_image{
  height: 340px;
  width: 100%;
  z-index: 10;
	transition: transform 0.5s;
}

.galerie_card_descritpion{
  height: 180px;
  width: 100%;
  padding: 20px;
  background-color: #dfe6e9;
  color: white;
  font-size: .85em;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.1s 0.4s;
}

figcaption h3{
  font-size: 1em;
  margin-top: 15px;
  line-height: 1.5em;
  color:   #2c3e50;
}

.project-type {
  font-weight: bold;
  background-color: #dfe6e9;
  font-size: .85em;
  color:   #2c3e50;
  outline: none;
}

.project-type::after{
  display: block;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #2c3e50;
  position: relative;
  top: 5px;
  left: 0%;
}


.galerie_card_content:hover .galerie_card_image{
	transform: translateY(-60px);
}

.galerie_card_content:hover figcaption {
	opacity: 1;
	transform: translateY(-180px);
	transition: transform 0.5s, opacity 0.1s;
}


.galerie_card_descritpion .button-div{
  justify-content: flex-end;
  padding-right: 20px;
}


button.lire_link{
  vertical-align: middle;
   border: none;
   background: none;
   color: #2c3e50;
   font-weight: bold;
   padding: 10px;
   padding-right: 30px;
   padding-left: 30px;
   background-color: white;
   -webkit-transition: background 0.3s linear;
   -moz-transition: background 0.3s linear;
   -o-transition: background 0.3s linear;
   -ms-transition: background 0.3s linear;
}

button.lire_link:hover{
   background-color: #95a5a6;
}

.lire-plus .on_top, .lire-plus  .on_bottom  {
      height: 30px;
      width: 30px;
      z-index: 2;
}


/*====================== CINQUIEME SECTION START ==========================*/

.cinquieme_section{
  padding: 30px;
  padding-top: 90px;
  margin-bottom: 60px;
}


.cinquieme_section .section_head{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
}


.troisieme_section .section_head h2::after{
  display: block;
  content: "";
  width: 10%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
}

.description-bloc{
  margin-bottom: 1.5em;
  padding: 2em;
}

.bloc-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;

}

.bloc-icon.one {
  background-color: rgba(126, 214, 223, 0.2);
}

.bloc-icon.two {
  background-color: rgba(240, 147, 43, 0.2);
}

.bloc-icon.three {
  background-color: rgba(181, 52, 113, 0.2);
}

.bloc-icon.four {
  background-color: rgb(37, 204, 247, 0.2);
}

.bloc-icon .bloc-icon-img{
  height: 50px;
}

.bloc-title{
  margin-top: 1em;
  font-weight: bold;

}

.bloc-text{
  margin-top: 1em;
  font-size: .8em;
}

.mot_directeur {
  justify-content: center;
}

.mot_content h3 {
  color: #003953;
  font-weight: bold;
  margin-bottom: 1em;;
}

.mot_content{
  border : 4px solid #283c4f;
  padding-top: 50px;
  padding-left: 40px;
  padding-bottom: 25px;
  line-height: 25px;
}

div.dg-mot{
  line-height: 1.9em;
}

img.quote_img{
  position: relative;
  top: 30px;
  left: 30px;
}

div.dg-img {
  height: 150px;
  width: 150px;
  background-position: center;
  margin: auto;
  -webkit-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
  -moz-box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
  box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
}

 .dg-picture{
  padding-left: 20px;

}

.dg-names {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  color: #003953;
  font-weight: bold;
}

.dg-cute {
  height: 30px;
  width: 30px;
  background-color:  #e67e22;
  position: relative;
  left: 80%;
}



/*====================================== MOBILE STYLE ===============================================================================*/
/*====================================== MOBILE STYLE ===============================================================================*/

@media only screen and (max-width: 416px) {

  .premiere_section .my-col-1 .descriptif-realisation{
        width: 80%;
        min-height: 50vh;
  }

  .premiere_section .my-col-1 .descriptif-realisation h1{
        font-size: 1.6em;
  }

  #rea-content{
    padding-bottom: 1em;
  }

  .realisation_down{
    height: 50px;
    width: 50px;
    z-index: 5;
    font-size: 2em;
    position: absolute;
    right: 0px;
    bottom: -20px;
  }

  /*=============================================== DEUXIEME SECTION =================================================================*/

  .deuxieme_section .expertises {
      padding: 10px;
      margin-bottom: 2em;
  }

  .expertises_card .ex_card{
     margin-bottom: 2em;
     padding: 0px;
  }

  .go_top{
    position: relative;
    top: 0px;
  }

  .go_down{
    position: relative;
    bottom: 0px;
  }

  /*============================================= END DEUXIEME SECTION ==============================================================*/

  /*============================================= TROISIEME SECTION =================================================================*/

  .section_3_content{
    padding: 10px;
  }

  .section_3_content .my_border{
    padding: 20px;
  }

  .section_3_content .img_sect3{
    display: none;
  }
  /*=================================================================================================================================*/

  /*=============================================== WHY US =========================================================================*/

  .why-us-section{
      padding: 10px;
      padding-top: 3em;
  }

  .why-us-row .descrip {
    padding: 30px;
    font-size: .8em;
  }

  .why-us-row .reason{
    padding: 30px;
  }

  .why-us-row .inter-reason{
      border: none;
  }

  /*=============================================== END WHY US =====================================================================*/

  /*=============================================== REALISATION SECTION ===========================================================*/

  .quatrieme_section  {
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
  }

  .galerie_card_content{
    padding: 0px;
  }

  .galerie_card_descritpion{
    font-size: .65em;
  }

  .galerie_card_descritpion .button-div{
    margin-top: 2em;
  }

  button.realisation_link{
    font-size: .8em;
  }
  /*============================================== EN REALISATION SECTION ========================================================*/

  /*============================================== CINQUIEME SECTION =============================================================*/
  .cinquieme_section{
    font-family: 'Poppins', 'Titillium', 'Concert_One',  "Lato",  "Roboto",     Arial,  sans-serif;
    padding: 10px;
  }

  .section_head{
    margin-top: 2em;
  }

  .mot_content{
    padding: 20px;
    padding-top: 50px;
    line-height: 25px;
  }

  .mot_content h3 {
    color: #e67e22;
  }

  div.dg-mot{
    font-size: .8em;
  }

  img.quote_img{
    height: 40px;
    position: relative;
    top: 20px;
    left: 20px;
  }

  div.dg-img {
    height: 150px;
    width: 150px;
    margin-top: 2em;
  }

   .dg-picture{
    padding-left: 0px;

  }

  .dg-names {
    width: 150px;
    margin: auto;
    margin-top: 20px;
    color: #003953;
    font-weight: bold;
  }

  .dg-cute {
    height: 30px;
    width: 30px;
    background-color:  #e67e22;
    position: relative;
    left: 50%;
    top: -20px;
  }

  /*============================================== TRAVAILLEZ AVEC NOUS ==========================================================*/

  .contact-section{
      padding: 60px;
      padding-left: 20px;
      padding-right: 20px;
      background-image: none;
      background-color: #2a3c4e;
  }

  .contact-img{
    display: none;
  }

  button.lire_link {
    margin-top: 2em;
  }

  /*================================================= CONTACT SECTION ====================================================================*/

  .sixieme_section {
    padding: 10px;
    padding-top: 40px;
  }

  .contact-form{
    padding: 20px;
    padding-bottom: 1.5em;
  }
  .contact-illustration img {
    display: none;
  }


}

/*====================================== END MOBILE STYLE ===============================================================================*/
/*====================================== END MOBILE STYLE ===============================================================================*/
