html {
  /* scroll-behavior: smooth; */
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: white;
  box-sizing: border-box;
  text-decoration: none;
}

* {
  /* border: red solid 1px; */
  box-sizing: border-box;
}

.container {
  width: 65%;
  min-width: 1250px;
  height: auto;
  margin: 170px auto 0 auto;
  padding: 0 auto;
  /* border: navy solid 2px; */
}

.container2 {
  width: 65%;
  min-width: 1250px;
  height: auto;
  margin: 0 auto;
  padding: 0 auto;
  /* border: navy solid 2px; */
}

.contenair_header{
  width: 90%;
  height: auto;
  min-height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
}
.social, .login {
  width: 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social i, .login i{
  color: black;
  font-size: 1.5em;
  margin-right: 15px;
}

.login a h4{
  font-weight: 700;
}
#top_header{
  height: auto;
  width: 33.3333%;
  padding: 20px 0;
  background-color: #ffffff;
}

#top_header a h3{
  width: 100%;
  text-align: center;
  color: black;
  font-family: 'Yellowtail', cursive;
  font-size: 4em;
}


/*------------------------------------------------*/
/*-----HEADER------*/
/*------------------------------------------------*/

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header article {
  position: relative;
  overflow: hidden;
}

.header_left {
  width: calc(60% - 4px);
  height: 500px;
  /* border: navy solid 2px; */
}

.header_right {
  width: 40%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  /* border: navy solid 2px; */
}

.header_right a{
  width: 100%;
  height: 500px;
}

.header_left article {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border: red solid 2px;  */
}

.header_right a {
  width: 100%;
  height: 248px;
  /* border: red solid 2px; */
}

.header_right a article {
  width: 100%;
  height: 248px;
  overflow: hidden;
  /* border: red solid 2px; */
}

.header_left article figure,
.header_right article figure {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease-out 0.5s;
  /* border: solid red 2px; */
}

.header_left article figure:hover,
.header_right article figure:hover {
  transform: scale(1.1);
}

.header_left article figure img,
.header_right article figure img{
  display: none;
}

.lien_top_left {
  position: absolute;
  width: 85%;
  left: 20px;
  bottom: 20px;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
  color: #ffffff;
}

.lien_top_right {
  position: absolute;
  width: 85%;
  left: 20px;
  bottom: 20px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  color: #ffffff;
}

.voile{
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, 
  transparent 0%, rgba(0, 0, 0, 0.4) 85%, #000 100%);
}

.social_fixed {
  display: none;
}
/*------------------------------------------------------------*/
/*--------section #middle_top-------------*/
/*------------------------------------------------------------*/

section#middle_top {
  width: 100%;
  height: auto;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;

}

section#middle_top h3 {
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  font-weight: bolder;
  margin-bottom: 30px;
  margin-top: 10px;
}

section#middle_top h3 span{
  width: auto;
  border: gray solid 1px;
  padding: 10px 30px;
  border-radius: 5px;
}

section#middle_top a {
  width: 31%;
  height: 350px;
}


section#middle_top article {
  width: 100%;
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* border: solid red 2px; */
}

section#middle_top article h2{
  width: 100%;
  height: 120px;
  text-align: center;
  padding: 30px 30px 0 30px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  color: black; 
  opacity: .7;
  overflow: hidden;
}

.middle_top_trait{
  width: 50px;
  height: 2px;
  margin: 15px 0;
  background-color: gray;
}

section#middle_top article figure {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

section#middle_top article figure img {
  display: none;
}

/*------------------------------------------------------------*/
/*--------section #banniere-------------*/
/*------------------------------------------------------------*/

section#banniere {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #182d4d;
  border: solid #f7f7f7;
  border-width: 1px 0 1px 0;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /* border: red dotted 4px;  */
}

section#banniere form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  margin: 0;
  /* border: solid red 2px; */
}

section#banniere h3{
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  margin-top: 30px;
  margin-bottom: 25px;
  /* border: solid red 2px; */
}

.form_nom {
  margin-right: 50px;
}

.form_email{
  margin-right: 0;
}

.form_rgpd{
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 0.8em;
}

section#banniere form label{
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  display: block;
}

section#banniere form input[type=text],
section#banniere form input[type=email] {
  width: 400px;
  height: 50px;
  border-radius: 5px;
  border: none;
  margin: 0;
}

section#banniere form input[type=submit]{
  width: 150px;
  height: 50px;
  background-color: #ad6c02;
  color: white;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  margin: 0;
  transition: ease-out 0.2s;
}

section#banniere form input[type=submit]:hover{
  background-color: white;
  color: black;
  cursor: pointer;
}


/*------------------------------------------------------------*/
/*--------section #middle-------------*/
/*------------------------------------------------------------*/

section#middle{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  margin-top: 0;
  /* border: solid rgb(0, 132, 255) 2px; */
}

#middle_left article figure img,
.middle_right article figure img {
  display: none;
}
/*----LEFT-------------------------*/

#middle_left{
  width: calc(70% - 30px);
  min-width: 650px;
  height: auto;
  /* border: solid green 3px; */
}

#middle_left article{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: #f3f3f3 solid 1px;
  /* border: solid red 2px; */
}

#middle_left article figure{
  width: 40%;
  height: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.asid{
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 25px 10px 25px;
}

#middle_left article h4{
  width: 100%;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
  color: #c0c0c0;
}


#middle_left article h2{
  width: 100%;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  /* border: solid blue 2px; */
}

.text_intro_accueil{
  width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 6em;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1em;
  margin-bottom: 25px;
  /* border: solid green 2px; */
}

a.lien_middle_left{
  width: 140px;
  height: 40px;
  background-color: black;
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  padding-top: 12px;
  text-align: center;
  border-radius: 5px;
}

/*----RIGHT-------------------------*/
#widget{
  width: 30%;
  border: solid #f5f5f5 1px;
}
.middle_right{
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.middle_right .aside_les_plus_lus{
  width: 60%;
}


.middle_right .aside_les_plus_lus h2{
  transition: ease-in-out 0.2s;
}

.middle_right .aside_les_plus_lus:hover h2{
  color: blue;
}


.middle_right .aside_categories{
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  margin: 0 auto;
  border-bottom: #f7f7f7 solid 1px;
  /* border: solid red 2px; */
}

.middle_right .aside_categories a{
  transition: ease-in-out 0.2s;
}

.middle_right .aside_categories:hover a{
  letter-spacing: 1px;
  font-weight: 600;
  color: blue;
}

.middle_right h3{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 40px 15px;
}

.middle_right article{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px 30px 15px;
  /* border: solid red 2px; */
}

.middle_right article figure{
  width: 40%;
  height: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.middle_right article aside{
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.middle_right article h2{
  width: 100%;
  line-height: 1.5em;
  font-size: 0.9em;
  margin-bottom: 20px;
  padding-left: 10px;
  /* border: solid blue 2px; */
}


/*------------------------------------------------------------*/
/*-----------------------------NAV PAGINATION----------------------------*/
/*------------------------------------------------------------*/

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: #f1f1f1 solid;
  border-width: 1px 0;
  box-shadow: 0 4px 8px 0 rgba(92, 92, 92, 0.2);
  margin-bottom: 60px;
  padding: 0;
  z-index: 10000;
  /* border: blue solid 1px */
}

#pagination ul, 
#pagination ul ul{
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;   
}

#first_ul{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination ul li{
  display:inline-block;
  position:relative;   
  /* border: red solid 1px */
}
#pagination ul ul li{
  display:inherit;
  border: #f8f8f8 solid 1px;
  background-color: white;
  text-align: left;
  width: 200px;
  height: 40px;
}
#pagination  ul ul{
  position:absolute;
  z-index: 1000;
  max-height:0;
  left: 0;
  right: 0;
  overflow:hidden;
  transition: .3s all;
}
#pagination ul li:hover ul{
  margin-top: 10px;
  max-height: 70vh;
}


#pagination ul a{
  text-decoration:none;
  display:block;
  padding: 10px 30px;
  color:black;
}

#pagination ul li ul li:hover a{
  letter-spacing: 1px;
}
#pagination ul li ul a{
  padding: 10px;
  transition: ease-out .3s;
}

.active{
  border: black solid 1px;
  font-weight: 700;
}

.disabled a{
  opacity: .3;
  pointer-events: none;
}

.hide{
  display: none;
}

.fa-angle-right,
.fa-angle-left {
  font-size: 27px;
  transition: all ease-in 0.2;
}

.fa-angle-right:hover,
.fa-angle-left:hover {
  transform: scale(1.4);
}

/*---------------FOOTER-----------------------------*/

footer{
  width: 100%;
  height: auto;

  /* border: tomato solid 3px; */
}

#Copyright{
  width: 100%;
  height: 50px;
  background-color: #000011;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Copyright p{
  color: white;
  font-size: 0.8em;
}


/*-------------------------CONTACT----------------------*/

.contactSide{
  width: 70%;
  min-width: 240px;
  height: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border:  #d8d8d8 solid;
  border-width: 0 1px 0 0;
 /* border: blue solid 1px;*/
}


#formContact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  /* border:red solid 1px; */
}


#formContact p{
  width: 80%;
  height: 40px;
}

#formContact p input{
  width: 100%;
  height: 40px;
}

#formContact p textarea{
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
}


#formContact p:nth-of-type(odd){
  margin-top: 15px;
  padding: 0;  
  height: 30px; 
}


#formContact input[type=submit]{
  width: 150px;
  height: 40px;
  background-color: black;
  color: white;
  font-size: 1.1em;
  position: absolute;
  bottom: 25px;
  /* border: firebrick solid 3px; */
}







.ama{
  border: firebrick solid 3px;
}