*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

*:focus,
button:focus {
  outline: none; }

html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  box-sizing: border-box; 
  font-family: 'Roboto', sans-serif;
}

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }


.main-container {
  max-width: 130rem;
  padding: 0 2rem;
  margin: 0 auto; }
  @media only screen and (max-width: 48em) {
    .main-container {
      padding: 0 0rem; } }

/* About */

.about-header{
    height: 15rem;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../ressources/img/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-header h1{
    color: white;
    font-weight: bold;
    font-size: 3.5rem;
    text-align: center;
    padding-top:5rem;
}

.vision-one{
  background-color: #084561;
  /*max-height: 45rem;*/
  padding: 2rem;
}

.vision-one h2{
  color: #f56200;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.5rem;
}

.vision-one h4{
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 2
}

.vision-two{
  background-color: #ff6600;
  /*max-height: 11rem; */
  margin-top: 5rem;
  border-radius: 3rem;
  padding: 1rem;
}

.vision-two h4{
  text-align: center;
  color: white;
  font-weight: 600;
}

.join-us-one{
  padding: 2rem;
  background-color: #f56200; 
  /*max-height: 25rem;*/
  letter-spacing: .1rem
}

.join-us-one h4{
  color: #084561;
  font-weight: 700;
  text-align: center;
  line-height: 2
}

.join-us-two{
  height: 50vh; 
  margin-top: 2rem;
  width: 100%;
}

.values{
  background-color: #084561; 
  /*max-height: 57rem;*/
  padding: 2rem;
}

.values h1{
  color: #f56200;
  font-weight: 800;
  text-align: center;
}

.values h4{
  color: #f56200;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

.values h5{
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 2
}

.section-position{
  margin: auto;
}

.social-link{
  height: 4rem;
  width: 4rem;  
}

.icon-media-list .icon-media-item{
    display: inline-block ;
}


/*ebook*/

.secretariat-clipath{           
  height: 120vh; 
  width:100% ; 
  background-size: cover; 
  background-position: top;
  background-image:url("../ressources/img/se.png");
  position: relative;
}


/*.clipath-design{
  height: 65rem; 
  width: 100%; 
  background-color: #08456198;
  clip-path: polygon(0 47%, 100% 29%, 100% 62%, 0 79%);
  position: absolute;
  top: 5%;
  padding-top: 27rem;
}*/


.secretariat-design h4{
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

.ebook-notification{
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem;
}

.ebook-header{
    height: 12rem;
    background-color: rgb(12, 40, 54);
    background-size: cover;
}

.ebook-header  h1{
	color: white;
	text-align: center;
	margin:  0 auto;
	font-weight: bold;
	padding-top:5rem;
}

.logo-design{
  height: 7rem; 
  width: 7rem; 
  border-radius: 100%; 
  float: right
}

.block-one{
  width:10rem;  
  color: white; 
  float: left;
}

.white-divider{
  height: 0.2rem; 
  width:70%; 
  background-color: white;  
  margin-top:1.2rem; 
  margin-bottom: 1.2rem
}

.secretaire{
  font-weight: 100; 
  font-size: 3.5rem; 
  font-family:  'roboto' sans-serif;
}

.independante{
  font-weight: 500; 
  font-size: 2.9rem;
  font-family:  'roboto' sans-serif;
}

.description{
  font-size: 1.5rem;  width: 15rem
}

/*CGS*/

.header{
  padding-top: 9.5rem;
  padding-bottom: 5rem;
  background-image:linear-gradient(
    to right bottom, 
    rgba(0,0,0,0.5), 
    rgba(0,0,0,0.5)) , 
    url(../ressources/img/bg.jpg);
  background-attachment: fixed;
  background-size: cover; 
  background-position: top;
}

@media only screen and (max-width: 768px) {
  .header{
    height: 70rem;
  }
}

@media screen and (max-width: 3478px){
  .header{
    height: 110rem;
  }
}

.heading-primary-main{
  display: block;
  font-size: 3rem;
  font-weight: 600;
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8rem;
  padding-left: 1.5rem;
    padding-right: 2rem;
}

.edit-design{
  margin-top: 10rem; 
  text-align: center;
}

@media screen and (max-width: 3478px){
  .edit-design{
    margin-top: 30rem;
  }
}

@media screen and (max-width: 1024px){
  .edit-design{
    margin-top: 30rem
  }
}

@media only screen and (max-width: 768px){
  .edit-design{
    margin-top: 35rem
  }
}

@media screen and (max-width: 768px){
  .edit-design{
    margin-top: 13rem
  }
}

/**** Timelines *****/

.steps-section{
  margin: 7rem;
}

@media only screen and (max-width: 3478px){
  .steps-section{
    margin-top: 30rem;
  }
}

@media screen and (max-width: 1024px){
  .steps-section{
    margin-top: 25rem;
  }
}

@media only screen and (max-width: 768px){
  .steps-section{
    margin-top: 15rem
  }
}




.section-header, .steps-header, .steps-name {
  color: #084561;
  font-weight: 400;
  font-size: 1.4em;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-img-content{
  text-align: center; 
  color: white; 
  font-weight: bold; 
  font-size: 2.5rem; 
  padding: 1.3rem
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}
@media screen and (max-width: 500px) {
  .steps-timeline {
    border-left: 2px solid #084561;
    margin-left: 25px;
  }
}
@media screen and (min-width: 500px) {
  .steps-timeline {
    border-top: 3px solid #084561;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}
@media screen and (max-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }
}
@media screen and (min-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 500px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 500px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}

@media screen and (max-width: 500px) {
  .steps-three {
    margin-bottom: -100%;
  }
}
@media screen and (min-width: 500px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}

.steps-img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #084561;
}

.steps-img:hover{
  background-color: #084561;
  transform: scale(2);
  transition: all 0.6s ease-in-out;

}
@media screen and (max-width: 500px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

.steps-name,
.steps-description {
  margin: 0;
  color: white;
  font-weight: 300;
}

@media screen and (min-width: 500px) {
  .steps-name {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .steps-description {
    text-align: center;
  }
}

/*btn*/


.btn-roundeds {
  font-size: 1.6rem;
  border: none;
  padding: .5rem 1.2rem;
  border-radius: 25px;
  background-color: #eee;
  color: #084561;
  font-weight: 300;
  transition: all .2s ease; }
  .btn-roundeds:hover {
    transform: translateY(-0.2rem);
    background-color: #e9e9e9; }
  .btn-roundeds.--orange-btn {
    background-color: #ff6600;
    color: #fff; }
    .btn-roundeds.--orange-btn:hover {
      transform: translateY(-0.2rem);
      background-color: #f56200; }
  .btn-roundeds.--btn-thin {
    font-size: 1.4rem;
    padding: .4rem 1rem; }
  .btn-roundeds.--btn-big {
    font-size: 1.8rem;
    padding: .7rem 1.5rem; }
  @media only screen and (max-width: 36em) {
    .btn-roundeds.--phone {
      font-size: 1.5rem;
      padding: .4rem 1rem; } }


/*Politique de confidentialité*/
.main-title{
  color: #f60;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.color-main{
  color: #f60;
  font-weight: 600;
}

.gray-divider{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.text-justify {
  text-align: justify
}

.page-details{
  font-size: 1.7rem;
  line-height: 2
}


.btn-roundeded {
  font-size: 1.6rem;
  border: none;
  padding: 1rem 1.8rem;
  border-radius: 10px;
  background-color: #eee;
  color: #fff;
  font-weight: bold;
  transition: all .2s ease; }
  .btn-roundeded:hover {
    transform: translateY(-0.2rem);
    background-color: #e9e9e9; }
  .btn-roundeded.--orange-btn {
    background-color: #ff6600;
    color: #fff; }
    .btn-roundeded.--orange-btn:hover {
      transform: translateY(-0.2rem);
      background-color: #f56200; }
  .btn-roundeded.--btn-thin {
    font-size: 1.4rem;
    padding: .4rem 1rem; }
  .btn-roundeded.--btn-big {
    font-size: 1.8rem;
    padding: .7rem 1.5rem; }
  @media only screen and (max-width: 36em) {
    .btn-roundeded.--phone {
      font-size: 1.5rem;
      padding: .4rem 1rem; } }

.input-design{
  border: 2px solid #eee!important;
  min-height: 60px;
  height: auto;
  border-radius: 3px;
}

.outborder {
  border: 0;
  width: 100%;
  background: 0 0;
}

/*mention légale*/
/*Condition générale*/

.decalage{
  margin-left: 7rem
}

/* FAQ */

.questions-fair{
  background-color: #e5edf0; 
  min-height: 35rem; 
  width:100%;
  padding:3rem;
}

.questions-fair h2 {
  color: #084561;
  font-weight: 900;
}

.questions-fair p{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom:3rem
}

.subscription{
  color: #ff6600;
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 5rem;
  margin-bottom: -3rem
}

  /*Select*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #084561;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 75%;
  height: 6rem;
  line-height: 3;
  background: #084561;
  overflow: hidden;
  border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5rem;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  padding: 0 1.5rem;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  height: 6rem;
}
/* Transition */
.select:hover::after {
  color: #084561; 
}



  /*Accordéons*/

button.accordion {
    background-color: #084561;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 2rem
}



button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    font-weight: bold;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    background-color: #e5edf0;
    width: 100% 
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.p-one{
  font-size: 1.7rem;
  font-weight: 500;
}

.vertical-divider{
  min-height: 5rem; 
  width: .4rem; 
  background-color: #ff6600; 
  margin: 1.5rem
}

.panel p{
  padding: 1rem 2.5rem; 
  font-size: 1.5rem;
  font-weight: 500;
}

/*problems cards*/

.problems-card{
  min-height: 25rem; 
  background-color:  #e5edf0;
  padding: 3rem;
  border-bottom-left-radius: 2%;
  border-top-left-radius: 2%;
}

.problems-card h2 {
  color: #084561;
  font-weight: 900;
}

.problems-card p{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom:3rem

}
  /*Barre de recherche*/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #084561;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  min-height: 6rem;
}

.searchTerm:focus{
  color: #084561;
  font-size: 1.5rem
}

.searchButton {
  width: 15rem;
  min-height: 50px;
  border: 1px solid #084561;
  background: #084561;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 1.5rem;
  padding-left: 2rem; 
  padding-right: 2rem;
}

.wrap{
  width: 80%;
}

/*needs card*/
.needs-card{
  background-color: #084561; 
  min-height: 20rem;
  padding:3rem;
  color: #fff;
  border-bottom-right-radius: 2%;
  border-top-right-radius: 2%;
}

.needs-card h2{
  font-weight: 900;
}

.needs-card p{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom:3rem
}

.contact-us{
  background-color: #fff;
  color: #084561;
  padding: 1rem 2rem;
  border-color: transparent;
  font-weight: 800;
  font-size: 1.6rem
}

/*Autorité*/

.autority-header{
    height: 15rem;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../ressources/img/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.autority-header h1{
    color: white;
    font-weight: bold;
    font-size: 3.5rem;
    text-align: center;
    padding-top:5rem;
    text-transform: uppercase;
}

.autority-bg{           
  height: 81vh; 
  width:100% ; 
  background-size: cover; 
  background-position: top;
  background-image:url("../ressources/img/bg2.jpg");
  position: relative;
}

.logo-card{
  height: 20rem; 
  width: 20rem; 
  border-width: .5rem; 
  border-color: #084561;
  border-style: solid;
}

@media only screen and (max-width: 768px) {
  .logo-card {
    height: 25.5rem; 
    width: 16rem; 
    border-width: .5rem; 
    border-color: #084561;
    border-style: solid; 
  } 
}

.autority-btn{
    flex: 1;
    height: 12rem;
    margin-left: 2rem;
}

.autority-logo-left{
    flex: 1;
    margin-right: 2rem;
}

.centrer{
  margin: auto;
}

.account-img{
  height: 3.5rem; width:3.5rem; border-radius: 100%
}

.large-box{
  border-width: 0.3rem;  padding:5rem 8rem; border-style: solid; border-color: #eee; 
}
.account-name{
color: #ff6600; font-weight: bold;
}

.account-link{
  background-color: #084561; color: #fff; font-weight: 500; padding:0.35rem 0.9rem
}

