/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "dm-serif-display-italic";
  src:
    url("../fonts/DM_Serif_Display/DMSerifDisplay-Italic.woff") format("woff"),
    url("../fonts/DM_Serif_Display/DMSerifDisplay-Italic.woff2") format("woff2");
    font-style: normal;

}

@font-face {
  font-family: "dm-serif-display-regular";
  src:
    url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.woff") format("woff"),
    url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.woff2") format("woff2");
    font-style: normal;

}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src:
    url("../fonts/sourceSansPro/SourceSansPro-Semibold.woff") format("woff"),
    url("../fonts/sourceSansPro/SourceSansPro-Semibold.woff2") format("woff2");
    font-style: normal;

}

@font-face {
  font-family: "SourceSansPro-Regular";
  src:
    url("../fonts/sourceSansPro/SourceSansPro-Regular.woff") format("woff"),
    url("../fonts/sourceSansPro/SourceSansPro-Regular.woff2") format("woff2");
    font-style: normal;

}

.carre{
  width: 150px;
  height: 150px;
  background-color: red;
}

.forme2{
  background-color: lime;
}

a:link, a:active, a:visited, a:hover{
  text-decoration: none;
  color: #1A2C42;
}

html, body{
  font-family: "SourceSansPro-Regular",sans-serif;
  scroll-behavior: smooth;
}

.header{
  width: 100%;

}

.menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;

}

.logo{
  width: 14%;

}

.logo img{
  width: 100%;

}

.nav{
  width: 57%;
  min-width: 870px;
}

#nav-links{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  list-style: none;
  font-family: "SourceSansPro-Semibold", serif;
  font-weight: normal;
  font-size: 18px;
  height: 100%;

}

#nav-links li{
  display: block;
  align-items: center;
}

#nav-links li a{
  display: block;
  padding: 13px 25px;
}

#nav-links li a:hover{
  background-color: rgb(236, 175, 68);
}

section, footer{
  display: flex;
}

section .left, section .right{
  width: 50%;
}

/**** HEAD *******/

.head .images{
  background-image: url("../imgs/road-1024x598.jpg");
  background-position: 50%;
  background-size: cover;
}


.head .container.text{
  padding: 10%;
  background: #4156A1;
  min-width: 40%;
  color: #fff;
}

.head .container.text p{
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}

.head .text h2{
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 15px;
}

.head .button{
  font-size: 19px;
  width: 100%;

}

.head .button a{
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  padding: 12px 24px;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
}

.button a:active,
.button a:visited,
.button a:link,
.button a:hover {
  color: #fff;
}

/***** NOUS *****/

#nous .text{
  padding: 10% 2% 10% 15%;
  background: #fff;
  min-width: 40%;
  color: #1A2C42;
}

#nous  .text h2{
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 15px;
  color: #ECAF44;
}

#nous .container.text p{
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}


#nous .button{
  font-size: 19px;
  width: 100%;

}

#nous .button a{
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  padding: 12px 24px;
  border: 1px solid #1A2C42;
  cursor: pointer;
  display: inline-block;
}

#nous .button a:active,
#nous .button a:visited,
#nous .button a:link,
#nous .button a:hover {
  color: #1A2C42;
}
#nous svg{
  width: 500px;
  height: 500px;
  margin-top: 60px;
  margin-left: 100px;
}


.st0, .st1 {
  fill: none;
  transform: scale(1.3);

}

.st1 {
  stroke: #ECAF44;
  stroke-miterlimit: 5;
  stroke-width: 4px;
}

svg image{

}

/***** MEMBRES *****/

#membres .one{
  background-color: #1A2C42;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}

#membres .text h2{
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  max-width: 1100px;
}

#membres .text p{
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
  max-width: 1140px;
}

/***** ACTIVITES *****/

#activites{
  justify-content: center;

}

#activites .container{
  max-width: 1140px;
  padding: 5% 0;
}
#activites h2{
  width: 100%;
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 48px;
  color: #ECAF44;
  text-align: center;

}

#activites .activities{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#activites .thumb{
  width: 26%;
  text-align: center;
  color: #1A2C42;
  line-height: 30px;
  margin-bottom: 50px;
}

#activites .thumb .picto{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

#activites .thumb h3{
  font-size: 25px;
  font-weight: bolder;
}

#activites .thumb ul{
  list-style: none;
}

#activites .thumb img{
  width: 85px;
}

/**** TEMOIGNAGES *****/

#temoignages{
  height: 450px;
}

#temoignages .text{
  background-color: #4156A1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dm-serif-display-italic", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  color: #fff;

}
.slider-text{
  width: 100%;
}

.temoin-cell{
}

.temoin-cell{
  width: 80%;
  height: 200px;
  margin: 0 5%;
}

.temoin-cell p:last-child{
  font-family: "SourceSansPro-Regular",sans-serif;
  font-size: 16px;
  margin-top: 35px;
}

#temoignages .images{
    background-image: url("../imgs/unnamed2-scaled.jpeg");
    background-size: cover;
}

/***** IMAGES ****/

#photos{
  justify-content: center;

}

#photos .container{
  width: 100%;
  padding: 5% 10%;
}
#photos h2{
  width: 100%;
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 48px;
  color: #ECAF44;
  text-align: center;

}

.slider-images{
  width: 100%;
  height: 500px;
}

.slider-cell{
  width: 100%;
  margin: 0 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.slider-cell img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% top;
}




/**** CONTACTEZ-NOUS ****/

#contact{
  background-color: #1A2C42;
}

#contact .text{
  display: flex;
  justify-content: flex-end;
  padding: 5%;
  font-weight: 400;
  line-height: 30px;

}

#contact .containText{
  width: 70%;
}

#contact h2{
  color: #ECAF44;
  font-family: "dm-serif-display-regular", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 46px;
  margin-bottom: 30px;
}

#contact p{
  color: #fff;
  margin-bottom: 30px;
}

#contact ul{
  color: #fff;
  padding-left: 12px;
}

#contact svg{
  width: 550px;
  height: 550px;
}

#contact .st0 {


}

/**** MAP *****/
 iframe{
   width: calc(100vw - 18px);
   height: 350px;
   padding: 0;
 }


/**** FOOTER *****/

#footer{
    background-color: #1A2C42;
    width: 100%;
    height: 250px;
    color: #fff;
}


#footer .one{
    width: 100%;
    padding: 2%;
}

#footer .logo{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

#footer .logo img{
  width: 200px;
}

#footer .containText{
    text-align: center;
    line-height: 30px;
}

#footer .copyright{
    margin-top: 45px;
}


/********* FLICKITY *******/
