/*-------------------------------------- importation de feuille de style ---------------------------------*/

@import url("stylesheet.css");
@import url("style.css");
/*--------------------------------------------------------SECTION 1 ACCUEIL ----------------------------------*/


/*---------------------------------------------- HEADER ------------------------------------------------*/


@media (min-width:1101px){
  #nav-mobile{
    display: none;
  }
  #nav-desktop{
    display: block;
  }
}


#section_1_accueil {
  padding-top: 121px;
  height: 100vh;
  width: 100%;
  background-image: url("../img/desktop/accueil_beaujoire_auto_controle.jpg");
  background-size: cover;

}

#overlay_accueil{
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-right: 10%;
  padding-bottom: 5%;
  background-color: rgba(0, 0, 0, 0.507);
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}

#overlay_accueil h1 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}

/*---------------------------------------------------- SECTION 2 ACCUEIL et SECTION 3 ACCUEIL ----------------------------------------*/
#section_2_accueil,
#section_3_accueil {
  display: flex;
  width: 100%;
  height: 70vh;
  padding: 5%;
  gap: 50px;
}

.accueil-2-bloc,
.accueil-3-bloc {
  width: 50%;
}

.accueil-2-bloc img,
.accueil-3-bloc img {
  width: 100%;
}

div.accueil-3-bloc:nth-child(2) > p:nth-child(1) {
  margin-bottom: 60px;
}

@media (min-width:1342px){
  #section_2_accueil,
#section_3_accueil,#section_4_accueil,#section_5_accueil,#section_6_accueil{
  height: 100% !important;
}
#section_6_accueil{
  padding-top: 150px;
}
}

/*----------------------------------------------------- SECTION 4 ACCUEIL ---------------------------------------------*/

#section_4_accueil {
  width: 100%;
  height: 70vh;
  padding-left: 5%;
  scroll-margin-top: 140px;
}
@media (min-width:781){
  #section_4_accueil{
    height: 100%;
  }
}
/*----------------------------------------------------- SECTION 5 ACCUEIL --------------------------------------------------*/

#section_5_accueil {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 70vh;
  padding-left: 5%;
}

#section_5_accueil h3 {
  width: 100%;
  margin-bottom: 25px;
}
.accueil_bloc_5 {
  width: 50%;
}
#bureau-accueil {
  width: 100%;
}
.liens-accueil-5 {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 25px;
  justify-content: center;
}
.liens-accueil-5 a img {
  height: 20px;
}
.liens-accueil-5 a {
  text-decoration: none;
  color: var(--secondary-color);
}

.jour {
  text-align: center;
}
#bloc-horaires {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#bloc-horaire h4 {
  text-align: center;
}
.accueil_bloc_5:last-child {
  display: flex;
  align-items: center;
  padding: 30px;
}
#bloc-horaires,
#carte {
  width: 50%;
}
.infos-lieux:last-child p {
  text-align: center;
}
@media (min-width:780px) {
  #section_5_accueil{
    padding-top: 60px;
  }
}
/*--------------------------------------------------------------SECTION ACCUEIL 6 -----------------------------------*/
@media(min-width:780px){
  #section_6_accueil{
    padding-top: 60px;
  }
}


#section_6_accueil h3 {
  text-align: center;
  padding-bottom: 70px;
}


/*----------------------------------------------------------- SECTION CONTROLE TECHNIQUE ----------------------------------------*/

#section_1_controle{
  width: 100%;
  padding-top: 120px;
  height: 70vh;
  background: url(../img/desktop/controle-technique-beaujoire-auto-controle-nantes.png);
  background-size: cover;
  background-position: center;
}

#overlay_controle{
  position: absolute;
  width: 100%;
  background-color: #0000008c;
  height: 70vh;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section_2_controle{
  padding: 40px;
}
#section_2_controle h3{
  padding: 0 0 40px 0;
}

#section_2_controle ul{
  list-style: none;
}

#section_2_controle_bloc{
  display: flex;
  gap: 30px;
}
#section_2_controle video{
width: 50%;
}
/* #partie_txt-controle>p{
  padding: 0 30px 0 30px;
} */
#partie_txt-controle ul{
  list-style: none;
  /* padding: 0 30px; */
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

.bloc-pt-obligatoire:nth-child(2),.bloc-pt-obligatoire:nth-child(1){
  margin-top: 40px;
}

.bloc-pt-obligatoire:nth-child(2) img{
  width: 100%;
}

.sous-tr{
  font-weight: 400;
  padding: 30px 0;
}

#issue_controle_technique{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#issue_controle_technique .sous-tr{
  width: 100%;
}

.issue_bloc{
  width: 45%;
}
.issue_bloc:last-child img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
#defaillances{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
#defaillances>p{
  width: 100%;
}

#defaillances-majeures,#defaillances-critiques{
  width: 40%;
  padding: 12px;
  margin-top: 20px;
  color: #fff;
  padding: 25px;
}

#defaillances-majeures{
  background-color: var(--secondary-color);
}

#defaillances-critiques{
  background-color: red;
}

#defaillances-majeures p, #defaillances-critiques p{
  width: 100%;
}

#defaillances-majeures h4, #defaillances-critiques h4{
  padding: 30px 0;
}
#section_contre_visite h3{
  padding-top: 30px;
}
#section_3_controle{
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
#section_3_controle h3{
  padding: 30px 0;
}

#section_3_controle>p{
  width: 100%;
 padding-bottom: 40px;
}

.bloc_controle h4{
  padding: 0 0 40px 0;
  text-transform: uppercase;
}
div.bloc_controle:nth-child(3) > p:nth-child(2){
  padding-right: 5%;
}
div.bloc_controle:nth-child(4){
  padding-top: 40px;
}

div.bloc_controle:nth-child(3){
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 30px;
}
div.bloc_controle:nth-child(3) p,div.bloc_controle:nth-child(3) div{
  width: 50%;
}
div.bloc_controle:nth-child(3) h4{
  width: 100%;
}
div.bloc_controle:nth-child(3) div img{
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.bloc_controle:nth-child(2){
  margin-top: 40px;

}
.bloc_controle:nth-child(2) h4{
  padding-bottom: 40px;
  text-transform: uppercase;
}
.bloc_controle:nth-child(2) p,div.bloc_controle:nth-child(4) > p:nth-child(2){
  padding-bottom: 60px;
}
/*--------------------------------------------------------------- SECTION PRESTATION 1 ------------------------------------------------*/

#_1_prestations {
  padding-top: 121px;
  width: 100%;
  height: 100vh;
  background-image: url("../img/desktop/prestations-beaujoire-auto-controle.png");
  background-size: cover;
}

#overlay-prestations {
  width: 100%;
  height: 100vh;
  background-color: black;
  background-color: #0000009e;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

/*---------------------------------------------------------- SECTION PRESTATION 2 --------------------------------------------------------------*/

#_2_prestations {
  width: 100%;
  height: 80vh;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media (min-width:780px){
#_2_prestations{
  height: 100%;

}

}

/*-------------------------------------------------------------- SECTIONS PRESTATION 3 --------------------------------------------------------*/

#_3_prestations {
  width: 100%;
  height: 90vh;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  scroll-margin-top:120px;
}
#paiement {
  height: 40px;
  width: 50%;
  background-color: var(--secondary-color);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prestation_prix {
  display: flex;
  flex-direction: column;
}

#prestation_prix .elements{
display: flex;
gap: 10%;
width: 100%;
align-items: center;
justify-content: space-between;
}
#prestation_prix .elements p{
  width: 33%;
}
.colonne_prestation:first-child .elements {
  font-family: "Roboto Condensed";
  font-weight: 300;
}



.colonne_prestation:last-child .elements {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#prestation_prix {
  display: flex;
  gap: 55px;
  border: 2px solid var(--secondary-color);
  padding: 50px;
}
.colonne_prestation {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.colonne_prestation .elements {
  height: 25px;
  display: flex;
  align-items: center;
}

@media (min-width:1101px){
   #prestation_prix {
    display: flex;
  }
  #prestation_prix_mobile{
    display: none;
  }


}

@media (min-width:780px){
  #_3_prestations{
    height: 100% !important;
  }
}

/*------------------------------------------------------------------- SECTION CONTACT 1 -------------------------------------------------*/

#section_1_contact {
  padding-top: 120px;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/desktop/contact-nous-1.png");
  background-size: cover;
  background-position: center bottom;
}

/*----------------------------------------------------------------------- SECTION CONTACT 2 ---------------------------------------------------*/

#section_2_contact {
  width: 100%;
  display: flex;
  padding: 70px 0 0 5%;
  gap: 10%;
}

.bloc_section_2 {
  width: 50%;
}

.bloc_section_2:first-child {
  display: flex;
  flex-direction: column;
  gap: 5%;
}

#telephone-contact {
  background-color: var(--secondary-color);
  width: 180px;
  padding: 25px;
}

#telephone-contact a {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

#telephone-contact a img {
  height: 25px;
}

form {
  width: 100%;
  padding-right: 10%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
label {
  padding-bottom: 8px;
}

form input:not(input[type="submit"]),
select {
  height: 35px;
  border: 1px solid var(--secondary-color);
  text-indent: 15px;
}
select {
  background-color: transparent;
  cursor: pointer;
}

form div:not(.rgpd-formulaire, .bloc-identite) {
  display: flex;
  flex-direction: column;
}

textarea {
  resize: none;
  border: 1px solid var(--secondary-color);
  padding: 15px;
}

.bloc-identite {
  display: flex;
  gap: 10px;
}

.choix-civilite,
.nom-formulaire {
  width: 50%;
}

input[type="checkbox"] {
  border: 1px solid var(--secondary-color);
}

.rgpd-formulaire {
  display: flex;
  gap: 10px;
}

.controle_technique_nantes {
  padding: 40px 0 40px 0;
}

/*--------------------------------------------------------------------- SECTION 1 FAQ ---------------------------------------*/

#section_1_faq {
  width: 100%;
  height: 70vh;
  padding-top: 120px;
  background-image: url(../img/desktop/faq-beaujoire-auto-controle.jpg);
  background-size: cover;
}

/*--------------------------------------------------------- Overlay FAQ ----------------------------------------------*/

#overlay-faq {
  width: 100%;
  height: 70vh;
  background-color: #00000073;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------------------------------- SECTION 2  FAQ ---------------------------------------------------------*/

#section_2_faq {
  padding-top: 40px;
}
#section_2_faq h3 {
  text-align: center;
  width: 100%;
}
#section_2_faq > p {
  margin-left: 50%;
  padding-top: 50px;
  transform: translateX(-50%);
}

#bloc_faq {
  width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 45px;
}
details p {
  padding-top: 5px;
}

.contact-faq a {
  text-decoration: none;
  color: var(--secondary-color);
}
/*------------------------------------------------------------------ MENTIONS LEGALES  & POLITIQUE DE CONFIDENTIALITE --------------------------------------*/

#section_1_mentions_legales {
  width: 100%;
  height: 70vh;
  padding-top: 120px;
  background: url("../img/desktop/mentions_legales_beaujoire_auto_controle_nantes.jpg");
  background-size: cover;
  background-position: center bottom;
}

#overlay_mentions_legales ,#overlay_politique {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.39);
  position: absolute;
  top: 0;
}

#grp_mentions_legales,#grp_politique {
  width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 25px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-weight: 300;
}

#grp_mentions_legales a,#grp_politique a {
  text-decoration: none;
  color: var(--secondary-color);
}

/*----------------------------------------------------------- POLITIQUE DE CONFIDENTIALITE ----------------------------------------------*/

#section_1_politique {
  width: 100%;
  height: 70vh;
  padding-top: 120px;
  background: url("../img/desktop/politique-de-confidentialite-beaujoire-auto-controle.jpg");
  background-size: cover;
  background-position: center bottom;
}

