/*TOUTES LES PAGES*/
/*Définition des variable root*/
:root {
  --blanc: #fff;
  --couleur1: #1972b8;
  --couleur2: #41b29c;
  --footer: #7f7f7f;
  --noir: #000;
  --rouge: #e5312b;
  --gris_clair: #e0e0e0;
}
p.texte_animenflech {
    text-align: justify;
    margin-top: 2%;
}
* {
  box-sizing: border-box;
}

*,
body,
html,
li,
h1,
h2,
h3,
h4,
p,
button {
  margin: 0;
  font-family: verdana, Sans-Serif, serif;
}

.menu {
  color: var(--noir);
  text-transform: uppercase;
  font-size: x-large;
}
.menu li:hover {
    transform:scale(1.2);
    transition: 0.6s;    
}

.menu li {
  margin-bottom: 10px;
  transition: 0.6s;
}

.menu a {
  color: var(--noir);  
  margin-bottom: 10px;
}


li.item-117:after, li.item-111:after, li.item-112:after, li.item-114:after, li.item-116:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all .8s;
  
}

li.item-117:hover:after, li.item-111:hover:after, li.item-112:hover:after, li.item-114:hover:after, li.item-116:hover:after {
  width: 100%;
  background: #7f7f7f;  
}

.levelHolderClass.rtl.jf_mm_inactive {
    margin-right: -300px !important;
}


/*Vue mobile*/
img {
  max-width: 100%;
}


/*Stylisation des boutons*/
.bouton {
  border-radius: 10px;
  border: none;
  color: var(--blanc);
  padding: 5px;
  background: var(--couleur1);
}

/*HEADER*/
/*HEADER*/
/*Ajpout réseau*/
.footer_reseau_header {
  text-align: center;
}

.img_picto_facebook_header {
  width: 13%;
  margin: 7% 0;
}

/*Decalage à gauche de la div logo*/
div#bouton {
  text-align: center;
}

/*Paramètre en commun des boutons du header*/
input.button_header {
  border-radius: 10px;
  border: none;
  color: var(--blanc);
  padding: 10px;
}

#bouton_header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*Couleur de fond bouton "Devenir adhérent du club"*/
input.button_header.button1 {
  background: var(--couleur1);
  margin-bottom: 2%
}

/*Couleur de fond bouton "Adhérer à mon compte"*/
input.button_header.button2 {
  background: var(--couleur2);
  margin-top: 2% !important;
  width: auto;
  height: auto;
  padding-right: 28px;
}

/*POSITIONNEMENT DES DIVISIONS HEADER TRAIT*/
.header_trait {
	display: grid;
	grid-template-columns: 3% 97%;
    margin-top: 5%;
}

p.span_trait {
	background: var(--couleur2);
	height:  40px;
  	width: 40px;
}

.titre_trait {
  font-size: x-large;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1%;
  margin-left: 10%;
}

/*Positionnement des trait en couleur bleu foncé*/
p.span_trait_2 {
  background: #1972b8;
  height: 18px;
}

h2.titre_trait_2 {
  font-size: 15px;
  font-weight: bold;
}

.header_trait_2 {
  display: grid;
  grid-template-columns: 10% 85%;
}

.block_titre {
  margin-left: 10px;
}

.sous_titre_trait_2 {
  font-size: 11px;
  font-style: italic;
}
.titre_trait_2 {
  margin-left: 10px;
}
/* Menu autre page */

.col.header_3 {
  display: none;
}

.parent_picto_infos {
transition-duration: 1s;
}

.parent_picto_infos:hover,
.img_cogito:hover {
    transform: scale(0.9);
    transition-duration: 1s;
    transition-delay: 0s;
}

/* button de header pour un petit marge quand le menu est en none*/
#bouton {
  margin-bottom: 7px;
}

/*Réduction des images pictos*/
img.img_picto_infos_pros {
  width: 20%;
}

/* Image entreprises + texte */
.img_infos_pros {
  text-align: center;
}

.img_infos {
  width: 80%;
}
.infos_pros_lien {
  font-size: 0.8em;
}

.infos_club, .infos_club_cogito {
    text-align: center;
}

.info_text {
  text-align: center;
  padding: 10px;
}

.texte_cogito, .texte_animenflech {
  padding: 2% 4%;
  text-align: justify;
}

.reseaux_infos_pros {
  text-align: center;
  margin-top: -14%;
  margin-bottom: 9%;
}

/*FOOTER*/
/*Mise en forme du footer*/
footer {
	background: var(--footer);
	margin-top: 50px;
	padding: 25px 6px;
	text-align: center;
	color: var(--blanc);
}

/*Centrage du menu footer mentions légales*/
.col-xs-12.col-sm-3.footer, 
.col-xs-12.col-sm-6.footer {
    display: flex;
    justify-content: center;
    justify-self: center;
    align-self: center;
}

/*Mise en blanc le menu mentions légales*/
li.item-134 a {
    text-decoration: none;
    color: white;
}

/*Mise en blanc de l'email*/
a.mail_club {
	color: var(--blanc);
}

/*Supression des liste à puces*/
.footer_plan_mentions {
	list-style-type: none;
	padding: 0;
	margin:0;
}

/*Légère espace*/
/*.footer_reseau {
	padding: 1%;
	display: flex;
	justify-content: center;
}*/

/*Couleur blanche sur les liens du plan du site*/
a.plan_du_site_mentions {
	color: var(--blanc);
}

/*Positionnement de l'image*/
.img_picto_facebook {
	width: 10%;
}

.reseaux_infos_pros, .reseaux_infos_pros_acheter {
  text-align: center;
  margin-top: -4%;
  margin-bottom: 8%;
}



/* menu hamburger */
/* style titre menu */
.levelHolderClass > h2:nth-child(1) {
  margin: 5%;
}

/*Epaississement des traits dasn le menu hamburger*/
.jf_mm_wrapper li {
  border-top: 2.5px solid #5a5e5f;
  border-top-color: rgb(90, 94, 95);
}

/*Epaississement du dernier trait dasn le menu hamburger*/
.jf_mm_wrapper li:last-child {
  border-bottom: 2.5px solid #5f6466;
  border-bottom-color: rgb(95, 100, 102);
}

body .jf_mm_trigger.jf_mm_rtl {
  left: auto;
  right: 0px;
}

/* position et taille de l'icone burger */

.jf_mm_trigger.jf_mm_rtl {
  width: 60px;
  height: 56px;
  top: 44%;
  padding: 9px;
  border-radius: 10px;
}

/* taille des bar du menu */
.jf_mm_trigger {
  font-size: 38px;
}

/* Information pratiques et actualités entreprises */

.infos_question {
  padding: 15px;
  text-align: center;
}

.img_picto_cogito {
  width: 65px;
}

.img_picto_acheter {
  width: 65px;
}

@media screen and (min-width: 575px) and (max-width: 767px) {
.row.align-items-center.h-100 {
    flex-direction: column;
}
.col-sm-6 {
    min-width: 90%;
}
.img_picto_facebook_header {
    width: 35% !important;    
}
 .row.footer_1_a_3 {
    display: flex; 
    flex-direction: column!important;  
 }
}

/* Média request pour les textes dans banderole, pour la taille*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*HEADER*/
  .button_header.button1 {
    margin-top: 15px;
  }

.footer_reseau_header {
    text-align: center;
    margin-left: -50%;
}
  /*information pratiques et actualités entreprises */
  .infos_question {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  #bouton_header {
    text-align: center;
    margin-bottom: 3%;
    margin-left: -25%;
}
body .jf_mm_trigger.jf_mm_rtl {
    left: auto;
    right: 1%;
    top: 14%;
}
  .row.footer_1_a_3 {
    display: flex;
    flex-direction: column!important;
    font-size: large;
}
ul#menu_connexion {
    display: flex;
    font-size: large;    
    flex-direction: column;
    align-items: center;
  }
.header_trait {
    margin-top: initial;
}
}

@media screen and (min-width: 1024.01px) and (max-width: 1024.99px) {
.col.header_3 {
    display: initial;
}

ul.nav.menu.pb-5.mod-list {
    justify-content: space-evenly;
    display: none;
 }
 
.infos_question {
   display: grid;
   grid-template-columns: 50% 50%;
 }
}

/* media resquest grand ecran */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  /*HEADER*/
  
    .header_trait {
    margin-top: 2%;
}
  .col-xs-12.col-sm-6.button_head {
    align-self: center;
  }

/*.button_header.button2 {
    margin-top: 0px !important;
    margin-left: 10px;
  } */

  .button_header.button1 {
    margin-top: 0px;
  }
  
  .nav > li > a:hover {
  transform: scale(1.2);
  }

  /* Menu autre page */
  .col.header_3 {
    display: block;
  }

  /* Menu autre page */
  .nav.menu.mod-list {
    justify-content: space-evenly;
  }

  .nav-link {
    color: var(--noir);
  }

  #bouton {
    margin-bottom: none;
  }

  /*FOOTER*/
  /*Rediemnsionnement du picto*/
  .img_picto_facebook {
    width: 4%;
  }

  /*information pratiques et actualités entreprises */
  .infos_question {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }

  /* Image entreprises + texte */
  .img_infos {
    width: 70%;
    margin-left: 52%;
  }
  .info_global {
    display: grid;
    grid-template-columns: 25% 75%;
  }
  .info_text {
    align-self: center;
  }
  
  .infos_club {
  padding: 2% 13%;
  text-align: justify;
  }
  
  .infos_club_cogito {
  padding: 2% 13% 0 13%;
}
  
img.img_cogito {
  float: left;
  padding-right: 1%;
  width: 25%;
  transition-duration: 1s;
}
  
  .col.position_2 {
  margin-bottom: 2%;
}
  
  .texte_cogito_lien {
  position: absolute;
  bottom: -13%;
  left: 13%;
}
  
  .titre_trait {
  margin-top: 0.5%;
  margin-left: 2%;
}
  p.texte_animenflech {
    margin-top: 0;
}
  ul#menu_connexion {
    display: flex;
    font-size: large;    
    flex-direction: column;
    align-items: center;
  }
  .header_trait {
    margin-top: initial;
}
  
  .reseaux_infos_pros, .reseaux_infos_pros_acheter {
  text-align: initial;
  margin-top: initial;
  margin-bottom: initial;
  position: absolute;
  top: 86%;
  left: 32%;
}
}
@media screen and (min-width: 1301px)  {
  /*HEADER*/
  
    .header_trait {
    margin-top: 2%;
}
  .col-xs-12.col-sm-6.button_head {
    align-self: center;
  }

/*.button_header.button2 {
    margin-top: 0px !important;
    margin-left: 10px;
  } */

  .button_header.button1 {
    margin-top: 0px;
  }
  
  .nav > li > a:hover {
  transform: scale(1.2);
  }

  /* Menu autre page */
  .col.header_3 {
    display: block;
  }

  /* Menu autre page */
  .nav.menu.mod-list {
    justify-content: space-evenly;
  }

  .nav-link {
    color: var(--noir);
  }

  #bouton {
    margin-bottom: none;
  }

  /*FOOTER*/
  /*Rediemnsionnement du picto*/
  .img_picto_facebook {
    width: 4%;
  }

  /*information pratiques et actualités entreprises */
  .infos_question {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }

  /* Image entreprises + texte */
  .img_infos {
    width: 70%;
    margin-left: 52%;
  }
  .info_global {
    display: grid;
    grid-template-columns: 25% 75%;
  }
  .info_text {
    align-self: center;
  }
  
  .infos_club {
  padding: 1% 13%;
  text-align: justify;
  }
  
  .infos_club_cogito {
  padding: 2% 13% 0 13%;
}
  
  .texte_cogito, .texte_animenflech {
  padding: initial;
  text-align: justify;
}

img.img_cogito {
  float: left;
  padding-right: 1%;
  width: 25%;
  transition-duration: 1s;
}
  
  .col.position_2 {
  margin-bottom: 2%;
}
  
.reseaux_infos_pros {
  left: 32%;
  position: absolute;
  top: 75%;
  text-align: initial;
margin-top: initial;
margin-bottom: initial;
}
  
  .reseaux_infos_pros_acheter {
    left: 32%;
    position: absolute;
    top: 91%;
    text-align: initial;
    margin-top: initial;
    margin-bottom: initial;
}
  
  p.texte_animenflech_lien {
    position: absolute;
    margin-top: 2%;
}
  .titre_trait {
  margin-top: initial;
  margin-left: initial;
}
  p.texte_animenflech {
    margin-top: 0;
}
  ul#menu_connexion {
    display: flex;
    font-size: large;    
    flex-direction: column;
    align-items: center;
  }
  .header_trait {
    margin-top: initial;
}

img.img_picto_cogito:hover, img.img_picto_acheter:hover {
    transform: translateY(-10px);    
    transition: 0.3s;
}

img.img_picto_cogito, img.img_picto_acheter {
transition: 0.3s;
} 
  
}

@media screen and (min-width: 1807px) {
.button_header.button1 {
  margin-bottom: 0% !important;
}
  ul#menu_connexion {
    display: flex;
    font-size: large;    
    flex-direction: column;
    align-items: center;
  }
  .header_trait {
    margin-top: initial;
}
}

