:root {
  --dark_logo: rgba(18, 66, 86, 1);
  --light_logo: rgba(25, 121, 143, 1);
  --grey_white: rgba(248, 250, 251, 1);

}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: clip;
}

p {
  margin-bottom: 0;
}

.a_fonce {
  color: var(--dark_logo);
}

.a_clair {
  color: white;
}

.a_fonce:hover {
  color: var(--dark_logo);
}

.a_clair:hover {
  color: white;
}

a {
  text-decoration: none;
}



.a_bouton {
  text-decoration: none;
}

.btn_site {
  margin-top: 6%;
  text-align: center;
  border-radius: 3px;
  display: block;
  box-shadow: 2px 2px 5px rgb(9, 37, 51);
}

.btn_site_fonce {
  background-color: var(--dark_logo);
  color: white !important;
}

.btn_site_clair {
  background-color: var(--grey_white);
  color: var(--dark_logo);
}

.btn_site_clair:hover {
  background-color: rgb(204, 204, 205) !important;
  color: var(--dark_logo);
}

.btn_site_clair:active {
  background-color: rgb(204, 204, 205) !important;
  background-position: right center;
  text-decoration: none;
  color: var(--dark_logo) !important;
  border: none !important;
}

.btn_site_fonce:hover {
  background-color: rgb(12, 45, 59) !important;
  background-position: right center;
  text-decoration: none;
  color: white !important;
}

.btn_site_fonce:active {
  background-color: rgb(12, 45, 59) !important;
  background-position: right center;
  text-decoration: none;
  color: white !important;
  border: none !important;
}

P {
  text-align: justify;
  padding-top: 2%;
}

.p_fonce {
  color: var(--dark_logo);
}

.p_clair {
  color: var(--grey_white);
  width: 100%
}

.titre_fonce {
  color: var(--dark_logo);
}

.titre_clair {
  color: var(--grey_white);
}

/* ------------------------------------------------------------------------------------------- */
/* -----------------------------------------TOPBAR ---------------------------------------- */

/* #topbar{
    position: fixed;
  } */
#bande1_topbar {
  background-color: var(--dark_logo);
  height: 2em;
  position: relative;
}
/* .bande_logo_langues{
  max-height:10%;
} */
.langues {
  position: absolute;
  right: 8%;
  max-height: 1em;
  position: absolute;
  max-height: 1em;
  gap: 20%;
}

.a_langues {
  max-width: 16px;
}

.drapeaux {
  max-height: 100%;
}

.langues_mediaqueries {
  display: none;
}

#logo-topbar {
  margin: 0.6% 0 0.6% 2%;
  width: 20%;
  height: auto;
}

.bande2_topbar {
  background-color: var(--dark_logo);
  height: 0.05em;
}

/* ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------home ------------------------------------------------ */

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------- INTRO ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

/* ********* image *************/
.div_img_intro {
  min-width: 100%;
  height: 400px;
  position: relative;
  overflow-x: clip;
}

.img_intro {
  opacity: 40%;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
}

/* ********* texte *************/

.p_intro {
  color: var(--dark_logo);
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 160%;
  font-weight: 500;
}

/* /-------------------------GENERAL SECTION --------------------------------------------- */

.div_domaine {
  justify-content: center;
  padding-top: 2%;
  margin-bottom: 2%;
  padding-bottom: 3%;
}

.div_img_domaine {
  width: 30%;
  height: auto;
}

.img_domaine {
  max-width: 110%;
  height: 60%;
  box-shadow: 2px 2px 5px rgba(18, 66, 86, 1);
}

.texte_photo_domaine {
  gap: 3%;
  width: 80%;
  justify-content: center;
  margin: auto;
  align-items: center;
  margin-bottom: 4%;
}

.div_texte_domaine {
  width: 40%;
}

.texte_dte {
  margin-left: 10%;
}

.titre_section {
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  margin-left: 10px;
}

.div_photo_droite {
  background-color: #E4E0E0;
}

.div_photo_gche {
  margin-bottom: 5%;
}

/* ----------------------------------------- SAP ---------------------------------------- */

.div_SAP {
  align-items: center;
  max-height: 45em;

}

#img_algue_top {
  transform: translate(120%, -20%);
  z-index: 0;
}

#img_algue_bottom {
  transform: translate(-70%, -90%);
  /* margin-left : -150%; */
  width: 50em;
  height: 20em;
  z-index: 0;
}


.div_titre {
  margin-top: 7%;
}

#div_titre_SAP {
  margin-top: -10%;
}

.div_txt_img_SAP {
  /* padding-top: 0; */
  margin-top: 0;
  margin-bottom: 4%;
  z-index: 99;
}

.texte_SAP {
  width: 95%;
}

/* ----------------------------------------- DRC ---------------------------------------- */

.div_DRC {
  background-image: url(../img/textures-claire.jpg);
  min-width: 100%;
  /* height: 213px; */
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---------------------------------------E-INVOICING----------------------------------*/

.div_texte_invoicing {
  margin: auto;
  z-index: 99;
  transform: translate(-20%);
}

.div_img_domaine_invoicing {
  transform: translate(-20%);
}

.img_algue_bleu {
  transform: translate(-90%);
  /* margin-left : -150%; */
  height: 20em;
  z-index: 0;
}

/* ----------------------------------------- EDI ---------------------------------------- */

.div_EDI {
  background-image: url(../img/textures-fonce.jpg);
  min-width: 100%;
  /* height: 213px; */
  background-repeat: no-repeat;
  background-size: cover;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------- FOOTER ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

footer {
  background-color: var(--dark_logo);
  width: 100%;
  height: 8em;
  font-size: 0.80em;
}

.img_res_sociaux {
  padding-right: 30%;
  width: 2em;
  z-index: 99;
}

#renseignements {
  display: flex;
  justify-content: center;
  transform: translate(0, -20%);
}

#renseignements a {
  color: white;
  text-decoration: none;
  font-family: poppins;
}

#renseignement_tel {
  padding: 0;
}

#renseignement_mail {
  padding: 0;
}

#div_logo_footer {
  display: flex;
  justify-content: center;
}

#logo-footer {
  width: 10%;
  margin-bottom: 1%;
  padding-top: 1%;
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------- MEDIA QUERIES ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1200px) and (max-width: 1357px) {

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* tdifférentes couleurs pour se repérer. Décommenter si besoin de regarder les differentes queries selon taille d'écran*/

  /* .titre_section {
    background-color: red;
  } */

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

  body {
    margin: 0;
    min-height: 100%;
    overflow-x: clip;
  }
  /* ----------------SAP----------------------------- */
  .img_SAP_main {
    margin-top: -25%;
  }

  /* ----------------E-INVOICING----------------------------- */

  .div_texte_invoicing {
    transform: translate(-40%);
  }

  .titre_invoicing {
    /* letter-spacing: 5em; */
    font-size: 0.8em;
  }

  .div_img_domaine_invoicing {
    transform: translate(-40%);
  }

  /* ----------------FOOTER----------------------------- */
  #logo-footer {
    width: 10%;
    margin-top: 1%;
  }

}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  /* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* tdifférentes couleurs pour se repérer. Décommenter si besoin de regarder les differentes queries selon taille d'écran*/


  /* .titre_section {
    background-color: rgb(52, 180, 26);
  } */

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


  /* ----------------GENERAL----------------------------- */
  body {
    margin: 0;
    min-height: 100%;
    overflow-x: clip;
  }

  .titre_section {
    font-size: 2.5em;
  }

  .texte_photo_domaine {
    width: 100%
  }

  /* ----------------SAP----------------------------- */
  .img_SAP_main {
    margin-top: -25%;
    max-height: 200px;
  }

  /* ----------------E-INVOICING----------------------------- */

  .img_algue_bleu {
    display: none
      /* z-index: 0; */
  }

  #div_texte_invoicing {
    transform: translate(-10%);
  }


  .div_img_domaine_invoicing {
    transform: translate(-35%);
  }

  /* ----------------FOOTER----------------------------- */
  #logo-footer {
    width: 10%;
    margin-top: 1%;
    margin-bottom: 1.5%;
  }
}

@media screen and (min-width: 600px) and (max-width: 980px) {

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* tdifférentes couleurs pour se repérer. Décommenter si besoin de regarder les differentes queries selon taille d'écran*/

  /* .titre_section {
    background-color: rgb(144, 28, 173);
  } */

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




  /* ----------------GENERAL----------------------------- */

  body {
    margin: 0;
    min-height: 100%;
    overflow-x: clip;
  }

  .titre_section {
    font-size: 2.5em;
  }

  .div_texte_domaine {
    width: 60%;
  }

  .texte_photo_domaine {
    width: 100%
  }

  .p_clair,
  .p_fonce {
    width: 80%;
    margin: auto;
  }

  .div_titre_fonce {
    margin-left: 20%;
    margin-top: -3%;
  }


  .texte_dte {
    margin: auto;
  }

  .btn_mediaqueries2 {
    margin-top: 3%;
  }

  .a_clair {
    margin: auto;
  }

  .a_fonce {
    margin: auto;
  }

  .btn_mediaqueries {
    display: flex;
    /* width: 15%; */
    margin: auto;
    margin-top: 7%;
  }

  /* ----------------TOPBAR----------------------------- */
  #bande1_topbar {
    display: none
  }

  #logo-topbar {
    margin: 1.5% 0 1.5% 2%;
    width: 35%;
    height: auto;
  }


  .langues_mediaqueries {
    display: inline-flex;
    position: absolute;
    right: 8%;
    max-height: 1em;
    gap: 20%;
}
  
  .a_langues {
    max-width: 16px;
  }
  
  .drapeaux {
    max-height: 100%;
  }

  /* ----------------INTRO----------------------------- */
  .div_img_intro {
    height: 300px;
  }

  .p_intro {
    width: 70%;
    z-index: 99;
    font-size: 100%;
    font-weight: 500;
  }

  /* ----------------SAP----------------------------- */
  .img_SAP_main {
    margin-top: -25%;
    max-height: 200px;
  }

  .div_SAP {
    /* align-items: center; */
    /* max-height: 38em; */
    width: 100%
  }



  .texte_SAP {
    width: 100%;
    margin-right: 3%;
  }

  #img_algue_top {
    display: none;
  }

  #img_algue_bottom {
    display: none;
  }

  #div_titre_SAP {
    margin-top: 8%;
  }


  /* ----------------E-INVOICING----------------------------- */

  .img_algue_bleu {
    display: none
      /* z-index: 0; */
  }

  .div_titre_invoicing {
    justify-content: center;
    font-size: 0.9em;
  }

  #div_texte_invoicing {
    transform: translate(-5%);
  }


  .div_img_domaine_invoicing {
    transform: translate(-35%);
  }

  /* ----------------FOOTER----------------------------- */
  #logo-footer {
    width: 15%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }



}

@media screen and (min-width: 200px) and (max-width: 600px) {

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* tdifférentes couleurs pour se repérer. Décommenter si besoin de regarder les differentes queries selon taille d'écran*/

  /* .titre_section {
    background-color: rgb(180, 131, 26);
  } */

  /* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



  /* ----------------GENERAL----------------------------- */
  body {
    margin: 0;
    min-height: 100%;
    overflow-x: clip;
  }

  .titre_section {
    font-size: 2.5em;
  }

  .div_domaine {
    margin-top: 30%;
  }

  .div_texte_domaine {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -20%;
  }

  .texte_photo_domaine {
    flex-direction: column-reverse !important;
    width: 100%;
    gap: 0%;
  }

  #div_titre_SAP {
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: 1%;
  }

  .div_titre {
    margin-top: 20%;
    margin-bottom: 5%;
    margin-left: 10%;
  }

  .p_clair {
    width: 90%;
    margin: auto;
  }

  .p_fonce {
    width: 90%;
    margin: auto;
  }

  .div_titre_fonce {
    margin-left: 30%;
    margin-top: -3%;
  }

  .img_domaine {
    /* display: none; */
    z-index: 99;
    border-color: var(--light_logo);
    border-style: solid;
    border-width: 2px;
    /* min-width:60%; */
    width: auto;
    height: 100px;
  }

  

  #div_img_DRC, #div_img_EDI{
    transform: translate(-60%, -30%);
    min-width: 40%;
  }
  
  /* #div_img_EDI {
    transform: translate(5%, -30%);
    min-width: 100%;
  } */

  .texte_dte {
    margin: auto;
  }

  .a_clair {
    margin: auto;
  }

  .a_fonce {
    margin: auto;
  }

  .btn_mediaqueries {
    display: flex;
    /* width: 15%; */
    margin: auto;
    margin-top: 7%;
  }

  .btn_mediaqueries2 {
    /* margin-top: 10%; */
  }

  .btn_site_clair {
    margin-left: 35%;
  }

  /* ----------------TOPBAR----------------------------- */
  #bande1_topbar {
    display: none
  }

  #logo-topbar {
    margin: 1.5% 0 1.5% 2%;
    width: 35%;
    height: auto;
  }

  .bande2_topbar {
    margin-top: 0 !important;
  }

  .langues_mediaqueries {
    display: inline-flex;
    position: absolute;
    right: 8%;
    max-height: 1em;
    gap: 20%;
}
  
  .a_langues {
    max-width: 16px;
  }
  
  .drapeaux {
    max-height: 100%;
  }

  /* ----------------INTRO----------------------------- */
  .div_img_intro {
    height: 250px;
  }

  .p_intro {
    width: 80%;
    z-index: 99;
    font-size: 100%;
    font-weight: 500;
    line-height: 120%;
  }

  /* ----------------SAP----------------------------- */


  #div_SAP {
    position: relative;
    background-color: rgb(240, 243, 243);
    width: 100%;
    margin-top: 30%;
    min-height:fit-content;
  }

  #div_SAP::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
    right: 0%;
    border-top: 1.5px solid var(--light_logo);
  }

  #div_SAP::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
    right: 30%;
    border-top: 1.5px solid var(--light_logo);
  }

  #div_titre_SAP {
    margin-top: 10%;
    margin-bottom: -20%;
  }

  #titre_fonce_SAP {
    margin-top: 50%;
  }

  #div_domaine_SAP {
    margin-top: 20%;
  }

  #img_SAP_main {
    /* display: none; */
    transform: translate(90%, -180%);
    min-width: 100%;
    /* margin-right: 0%; */
  }

  .div_img_SAP {
    margin-right: 10%;
  }

  #texte_SAP {
    width: 80%;
    /* margin-right: 3%; */
  }

  #img_algue_top {
    display: none;
  }

  #img_algue_bottom {
    display: none;
  }




  /* ----------------E-INVOICING----------------------------- */


  #div_invoicing {
    background-color: rgb(240, 243, 243);
    width: 100%;
    margin: 30% auto auto auto;
    position: relative;

  }

  #div_invoicing::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
    right: 0%;
    border-top: 1.5px solid var(--light_logo);
  }

  #div_invoicing::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
    right: 30%;
    border-top: 1.5px solid var(--light_logo);
  }

  #div_img_invoicing {
    transform: translate(90%, -30%);
    min-width: 30%;
  }

  .img_algue_bleu {
    display: none
  }

  .texte_photo_domaine_invoicing {
    padding-left: 5%;
  }

  .div_titre_invoicing {
    justify-content: left;
    font-size: 0.9em;
    margin-left: 3%
  }

  #div_texte_invoicing {
    transform: translate(-5%);
  }



  /* ----------------EDI----------------------------- */

  .div_EDI {
    margin-bottom: 20%;
  }

  /* ----------------FOOTER----------------------------- */
  #logo-footer {
    width: 40%;
    margin-top: 2%;
    margin-bottom: 4%;
  }



}