/*TOUTES LES PAGES*/
/*Définition des variable root*/
:root {
  --blanc: #fff;
  --couleur1: #1972b8;
  --couleur2: #41b29c;
  --footer: #7f7f7f;
  --noir: #000;
  --rouge: #e5312b;
  --gris_clair: #e0e0e0;
  --num: 86;
  --num2: 36;
  --num3: 19;
}

.iframe {
  display: flex;
  justify-content: center;
}

.itemBackToTop {
  display: none;
}
.titre_agenda.right {
  color: var(--couleur1);
}
.titre_agenda.left {
  color: var(--couleur2);
}
.footer_reseau {
    margin-top: 3%;
}
* {
  box-sizing: border-box;
}
  .texte_mot_president p {
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.5em;
  }

.fa-navicon::before, .fa-reorder::before, .fa-bars::before, .fa-remove::before, .fa-close::before, .fa-times::before {  
  font-family: "FontAwesome";
}

/* texte président*/
.texte_mot_president {
    box-shadow: 5px 5px 5px 1px #7f7f7f;    
}

p.texte_president {
    font-size: large;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.texte_mot_president {
    border: 10px solid #1972b8;
    padding: 40px 0 25px 0;  
    text-align: center;
    position: relative;
}

/* Style titre président vue mobile */
h3.titre {
    text-align: center;
    padding: 7px 0; 
    border: 7px solid #fff;
    background: #1972b8;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

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

.bouton.bouton_2:hover, .bouton.bouton_1:hover {    
    transform: scale(1.1);
    background-color: #41b29c;    
    margin-top: 5px
}

.texte_bienvenue {
    background-color: white;
    background-attachment: fixed;
    background-size: cover;
    transform: translate(1%,1%);    
    padding-bottom: 20px;    
 }

.texte.texte_1 {
    padding-top: 5%;
 }

.texte {
    padding-left: 10%;
 }

.texte_bienvenue:after {
    content: "";
    width: 150px;
    height: 53%;
    background: #41b29c;
    position: absolute;
    top: 24%;
    left: 13%;
    transform: matrix(1, 0, -0.5, 1.8, 60, 0);
    z-index: -1;
    opacity: 0.1;
}

@media screen and (min-width: 1024px) {

.texte_mot_president:before {
content: "« »";
font-family: "FontAwesome";
width: 100px;
height: 100px;
line-height: 100px;
background: #fff;
margin: 0 auto;
font-size: 70px;
font-weight: 900;
color: #1972b8;
position: absolute;
top: -4rem;
left: 0;
right: 0;
text-align: center;
font-size: 35px;
}
  
/* fond blanc*/
  
.texte_bienvenue {
    background-color: white;
    background-attachment: fixed;
    background-size: cover;
    transform: translate(0%,7%);
    padding: 0px 103px 30px 16px;
    margin-bottom: 5%;
}

.texte_bienvenue:after {
    content: "";
    width: 150px;
    height: 96%;
    background: #41b29c;
    position: absolute;
    top: 8px;
    left: 25%;
    transform: matrix(1, 0, -0.5, 1, 75, 0);
    z-index: -1;
    opacity: 0.1;
}  
  
.texte_bienvenue:before {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 25rem;
    position: absolute;
    top: calc(-4% + 3.5rem);
    left: 1.1rem; 
    background-color: #1972b8;
    border-radius: 50%;
}
  
.texte.texte_1 {
    padding-top: 6%;
}

h3.titre {
    text-align: center;
    padding: 7px 0;
    margin: 0 -45px 0px;
    border: 7px solid #fff;
    background: #1972b8;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

h3.titre:before {
    content: "";
    border-top: 15px solid #1972b8;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

h3.titre:after {
    content: "";
    border-top: 15px solid #1972b8;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}

span.role {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.picto_footer:hover {
  text-decoration: none;
}

/*Marge intérieure Article */
#lnee_302 .innernews {  
  padding: 25px !important;
}

.header_trait {	
	grid-template-columns: 6% 85%;
}  
  .cb_template .ml-n2, .cb_template .mx-n2 {
    margin-left: 0.5rem !important;
}

.cb_template .mr-n2, .cb_template .mx-n2 {
    margin-right: 0.5rem !important;
}
  .cbUserListFieldLine {
    padding-right: 0%;
    text-align: center;
}

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

/* Menu principal  */

.menu {
  color: var(--noir);
  text-transform: uppercase;
  font-size: x-large;
}

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

.menu a {
  color: var(--noir);
  text-underline-offset: 3px;  
}

/*Vue mobile*/

/*Dimensionnement des images*/
img {
  max-width: 100%;
}


/*Stylisation des boutons*/
.bouton {
  border-radius: 10px;
  border: none;
  color: var(--blanc);
  background: var(--couleur1);
  width: auto;
  height: auto;
  padding: 10px;
  transition: 0.5s;
}

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

.img_picto_facebook_header {
  width: 10%;
  margin: 7% 0;
}*/



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

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

#bouton {
  text-align: center;  
}

.bouton.bouton_2 {
  width: 73%;
  margin-top: 2%;
}

#logo {
  margin-bottom: -8%;
}

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

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

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

/*POSITIONNEMENT DES DIVISIONS HEADER TRAIT*/
.header_trait {
  display: grid;
  grid-template-columns: 13% 87%;
}

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

.titre_trait {
	/*text-align: center;*/
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1px;
    margin-left: 1.6%;
}

p.span_trait_2 {
  background: var(--couleur1);
  height: 18px;
}

h2.titre_trait_2 {
    margin:0px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -1.3%;
	font-size: x-large;
  	margin-left: 6%;
    margin-bottom: 5%;
}

.header_trait_2 {
  display: grid;
  grid-template-columns: 10% 85%;
  margin-top: 7px;
  margin-bottom: -5%;
}

/*BANDEROLE*/
/*Disposition en grille des informations sur l'image de la banderole*/
section.banderole .entreprise {
  display: grid;
  grid-auto-columns: 33%;
  grid-template-columns: 33% 33% 33%;
  -ms-display: grid;
  -ms-grid-auto-columns: 33%;
  -ms-grid-template-columns: 33% 33% 33%;
  color: var(--white);
  background: linear-gradient(158deg,#41b29c 26%,#1972b8 60%,#1972b8 22%);  
  opacity: 90%;
  margin-top: 2%;
}

/*Texte en dessous "Nombre de partenoire"*/
.infos_club {
  text-align:justify;
  padding: 5%;
  }
  
/*photo en dessous "Nombre de partenaire"*/
img.img_navigation {
    /*box-shadow: 10px 10px 10px #1972b8;
    border: 3px solid white;
    padding: 3px;*/
}

/*photo enmot du président "Nombre de partenaire"*/
img.img_president {
    transform: scaleX(-1);
    /*box-shadow: 10px 10px 10px #75c4b5;
    border: 4px solid white;
    padding: 3px;*/
}

.menu_nav.w-100 {
  margin-left: 5%;
  width: 90% !important;
  }

p.texte_president {
  font-size: large;  
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/*Centrage des texte + redimensionnement du texte*/
section.banderole .parent {
  text-align: center;
  font-size: 1.2em;
  text-shadow: 3px 3px 6px #1972b8;
}

section.banderole input.bouton {
  margin-top: 10px;
}

/*Suppression du menu en mode mobile*/
.col.header_3 {
  display: none;
}


/*NAVIGATTON*/
/*Positionnement trait design*/
.span_trait_fonce {
  background: var(--couleur1);
  height: 24px;
  width: 20%;
}

/*Changement de couleur du menu footer - mentions légales*/
li.item-134 a {
  text-decoration: none;
  color: #fff;
}

/*PRESIDENT*/
/*Redimensionnement de l'image*/
section.position_1_a_2 .img_president {
  margin-left: 5%;
  width: 90%;
}

/*Mise en palce d u texte par rapport à l'image*/
section.position_1_a_2 .texte_mot_president {
  text-align: justify;
  padding: 5%;
}

/*LA DYNAMIQUE ECONOMIQUE DU SUD SARTHE*/
/*Texte centrer et aligner par rapport au mot du président*/
.texte_bienvenue {
  padding-right: 10%;
  font-size: large;
}

.texte {
  padding-left: 12%;  
}

.texte.texte_1 {
  padding-top: 15%;
}

.texte.texte_3, .texte.texte_5 {
  padding-top: 2%;
}

/*Centrage des boutons*/
#bouton_dyna {
  text-align: center;
  padding-top: 4%;
  margin-left: 15px;
}

/*Redimenssionnement des pictos télécharger*/
.picto_telecharger {
  width: 8%;
  margin-left: 10px;
}

/* Bloc activité soirée réseau */

.bloc_parent {
  background: var(--gris_clair);
  margin: 3%;
  padding: 10px;
  height: 100%;
  /*border-radius: 10px;*/
}

.bloc_parent.parent_ {
    background-image: url(/images/navigation/agenda_fond_low_poly.jpg);
    background-color: #41B29C;
    background-attachment: fixed;
    background-size: cover;
}

.bloc_parent.parent_1 {
    background-image: url(/images/navigation/agenda_fond_low_poly.jpg);
    background-color: #41B29C;
    background-attachment: fixed;
    background-size: cover;
}

/* texte soirée réseau */
/* A modifier */
.titre_inferieur_1.inférieur {
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
}
.bloc_fille.fille_ {
  background: var(--blanc);
  padding: 20px;
  margin: 5px;
  /*border-radius: 10px;*/
  box-shadow: 1px 1px 12px 1px #7f7f7f;
}

/* texte rdv */

.class_fille_3.fille_3 {
  color: var(--rouge);
}

/* Bloc texte soirée Réseau */
.bloc_fille.fille_ {
  background: var(--blanc);
  padding: 12px;
  margin: 5px;
  top: -30px;
  position: relative;
 /* border-radius: 10px;*/
}

/* Api rdv */

/* style datee de sortie, pas de margin */
.date_soiree {
  margin: 0;
}

/* style de l'api */

.border_soiree {
  border: solid 1.5px;
  text-align: center;
  padding: 5px;
  width: 60%;
  background: var(--blanc);
  border-radius: 10px;
  margin-left: 20%;
}

.border_petit_dej {
  border: solid 1.5px;
  text-align: center;
  padding: 5px;
  width: 60%;
  background: var(--blanc);
  border-radius: 10px;
  margin-left: 20%;
}

/* texte petit déjeuners */
/* A modifier */
.titre_inferieur_1.inférieur_1 {
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
}

.bloc_fille.fille_1 {
  background: var(--blanc);
  padding: 12px;
  margin: 5px;
  position: relative;
  top: -30px;
  /*border-radius: 10px;*/
  box-shadow: 1px 1px 12px 1px #7f7f7f;
}

/* texte rdv */

.class_fille_3.fille_5 {
  color: var(--rouge);
}

/* Bloc texte petit dejeuner */
.bloc_fille.fille_2 {
  background: var(--blanc);
  padding: 12px;
  margin: 5px;
}

/* Mise en page derniers articles */

/* mise en forme titre "dernier articles" car trop proche du prècédent module */

.header_trait {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
/* mis en forme */

.texte_block {
  margin: 20px 0px;
  text-align: center;
}

.img_cabinet_ace {
  margin-top: 10%;
}


/* style */
.titre_col_block {
  color: var(--rouge);
  font-weight: bold;
}

/*ACTUALITES*/
/*ENtrage des rond pour dire sur quel slide in est*/
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: rgb(0, 0, 0, 0.5);
}

/*section.titre_6,
section.position_6 {
    display: none;
}*/

/*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;
}

/*a.picto_footer {
    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: 15%;
}

/* 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);
}

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

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

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

.cb_template .ml-n2, .cb_template .mx-n2 {
    margin-left: 0.5rem !important;
}

.cb_template .mr-n2, .cb_template .mx-n2 {
    margin-right: 0.5rem !important;
}

.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}

/* Média request pour les textes dans banderole, pour la taille*/
@media screen and (min-width: 768px) and (max-width: 1024.99px){
  section.position_1_a_2 .img_president {
  margin-left: 5%;
  width: 90%;
}
  
/* position */
  section.position_1_a_2 .texte_mot_president {    
  padding: 2px;
  margin-right: 5%;
}
  
/* Adaptation texte président before*/  
h3.titre { 
  margin: 0 -30px 0px;   
}  
  
   #logo {
    margin-bottom: 0%;
}
.row.align-items-center.h-100 {
    display: flex;
    flex-wrap: wrap!important;
}
  .img_picto_facebook {
    width: 10%;
}
  .row.position_O {
    display: flex;
    flex-direction: column-reverse!important;
    align-content: space-around;
}
  img.img_navigation {
    margin-top: 5%;
}
  .texte.texte_1 {
    padding-top: 8%;
}
p.slider {
    margin-bottom: 15%;
}
  .row.footer_1_a_3 {
    display: flex;
    flex-direction: column!important;
    font-size: large;
}
  .texte {
    text-align: justify;
    margin-left: -7%;
    margin-right: -10%;
}
  .menu_nav.w-100 {
    margin-left: 0%;
    width: 100% !important;
}
  * .img_picto_facebook_header {
    width: 25%;
    margin: 0% 0%;
}
  .col-sm-3 {
    flex: 0 0 20%!important;
  }
  .footer_reseau_header {
  text-align: center;

}
  body .jf_mm_trigger.jf_mm_rtl {
    left: auto;
    right: 3%;
    top: 14%;
}

  .button_header.button1 {
    margin-top: 15px;
  }
  .div_cabinet_ace {
  display: flex;
  justify-content: center;
}
  /*NAVIGATION*/
  .col.header_3 {
	  display: none;
  }

  /*BANDEROLE*/
  section.banderole .entreprise {
    height: 150px;
    font-size: 2.2vw;
  }

  .parent.nb_entreprise,
  .parent.nb_adherents,
  .parent.nb_communes,
  .parent.annee {
    align-self: center;
    justify-self: center;
  }

  /*PRESIDENT*/
  .col-xs-12.col-sm-6.position_1 {
    align-self: center;
    justify-self: center;
  }

  .col-xs-12.col-sm-6.position_2 {
    align-self: center;
  }

  /* Dimension de l'image */
  section.position_1_a_2 .img_president {
    /*  margin-left: 5%; */
    margin: none;
    width: 100%;
  }

  /* text predident */
  .texte_mot_president {
    margin-left: -28%;
    padding: 5px;
   /* border-radius: 10px;*/
  }

  .texte_mot_president p {
    margin-bottom: 0px;
    font-size: 0.9em;
  }

  .texte_president {
    padding: 10px;    
  }

  /*BLOCK*/
  .article_2,
  .article_1,
  .article_3 {
    margin: 0 15px;
  }
  .bouton {
    width: 73%;
    margin: 2%;
  }
  
  .cbUserListSearchButtons.cbUserListsSearchTrigger {
  margin-top: 9%;
  margin-left: -1.5%;
}
  
  .error {
  padding: 3% 20% 0% 20%;
}
  ul#menu_connexion {
  display: flex;
  font-size: large;
  flex-direction: column;
  align-items: center;
}
  .bouton.bouton_2 {
  margin-top: 0%;
}  

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 70% !important;    
 }

.texte_bienvenue:before {    
    height: 21rem;    
}
div#bouton_dyna {
    max-width: 70%;  
    margin: auto;
 }
  
}


@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;
 }
}


/* media resquest grand ecran */
@media screen and (min-width: 1025px) and (max-width:1300px) {
  /*HEADER*/
  /*Ajout réseaux*/  
  .col-xs-12.col-sm-6.button_head {
    align-self: center;
  }
.texte.texte_1 {
    padding-top: 6%;
}
  input.button_header.button2 {
  margin-top: 2%;
}
  
  /*.button_header.button2 {
    margin-top: 0px !important;
    margin-left: 10px;
  }*/

  .button_header.button1 {
    margin-top: 0px;
  }
  
  .texte_bienvenue {    
    transform: translate(7%,7%);    
  }

 /*NAVIGATION*/
  .col.header_3 {
	  display: initial;
  }

  /*PRESIDENT*/  
  section.position_1_a_2 .img_president {
    margin-left: 5%;
    width: 90%;
  }

  .col-xs-12.col-sm-6.position_2 {
    align-self: center;
  }
  
  /* text predident */
  .texte_mot_president {
    margin-left: -20%;
    padding: 5px;
  }

  /* position */
  section.position_1_a_2 .texte_mot_president {
    text-align: justify;
    margin-left: -25%;
    margin-right: 5%;
    padding: 2px;
    background: white;
    line-height: 2;
    /*border-radius: 10px;*/
  }
  
/* Adaptation texte président before*/
  
h3.titre { 
    margin: 0 -33px 0px;   
}  

  /*LA DYNAMIQUE ECONOMIQUE DU SUD SARTHE*/
  section.position_3 .texte {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  section.position_3 .texte_1 {
    padding-top: 0px;
  }

  section.position_3 .texte.texte_5 {
    padding-bottom: 10px;
  }

  /*PETIT DEJEUNER ET SOIREE RESEAUX*/
  /* block de texte */
  .bloc_fille.fille_ {
    top: 0px;
    padding: 30px;
    left: -8.5%;
    height: 100%;
    background: white;
  }

  .bloc_fille.fille_1 {
    top: 0px;
    padding: 30px;
    left: -5%;
    height: 100%;
    background: white;
  }
  
  .img_plusieurs_block.image1 {
  width: 93.5%;
}
  
.header_trait {
	display: grid;
	grid-template-columns: 3% 97%;
}

 /* img {
    width: 100%;
  }*/
  
  img.img_plusieurs_block.image2 {
    width: 100%;
  }

  /* position du block*/
  .bloc_parent {
    display: flex;
    align-items: center;
  }

  /* background activiter*/
  .col.position_4 {
    background: var(--gris_clair);
  }

  .col.position_5 {
    background: var(--gris_clair);
  }
  .border_petit_dej {
    background: white;
    margin-bottom: 15px;
  }

  .border_soiree {
    background: white;
  }

  /*DERNIERE ARTICLE*/
  /*Centrage des images*/
  section.block_1_a_4 ._img {
    display: flex;
    justify-content: center;
  }

  /*Rédustion des images en vue desktop*/
  section.block_1_a_4 img.img_block {
    width: 75%;
  }

  /*ACTUALITE*/
  .col.position_6 {
    max-width: 80%;
  }
  .row.position_6 {
    justify-content: center;
  }

  /* media request menu nav */
  .nav.menu.mod-list {
    justify-content: space-evenly;
  }

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

  /*BANDEROLE*/
  section.banderole .entreprise {
    height: 300px;
    font-size: 30px;
  }

  .parent.nb_entreprise,
  .parent.nb_adherents,
  .parent.nb_communes,
  .parent.annee {
    align-self: center;
    justify-self: center;
    color: white;
  }
  
  .infos_club {
  padding: 18% 7% 7% 7%;
  }
  
  .menu_nav.w-100 {
  padding: 7%;
  width: 100% !important;
  }
  
  section.titre_6,
  section.position_6 {
    display: initial;
  }
    .div_cabinet_ace {
  display: flex;
  justify-content: center;
}

.img_cabinet_ace {
  width: 40.5%;
  margin-top: 2%;
}
  
  .bouton.bouton_2 {
  margin-left: 2%;
  width: initial;
}
  
  #logo {
  margin-bottom: initial;
}
  
  /*Couleur de fond bouton "Adhérer à mon compte"*/
input.button_header.button2 {
  margin-top: 2%;
}
  
  h2.titre_trait_2 {
  	margin-left: 0.6%;
    margin-top: -0.6%;
}
  div#cbfr_59, div#cbfr_41, div#cbfr_58, div#cbfr_50, div#cbfr_57 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  div#cbfv_59, div#cbfv_41, div#cbfv_58, div#cbfv_56, div#cbfv_57 {
    margin-top: initial;
}
  
  .cbUserListSearchButtons.cbUserListsSearchTrigger {
  margin-top: 9%;
  margin-left: -1.5%;
}
  
.error {
  padding: 3% 20% 0% 20%;
}
  ul#menu_connexion {
  display: flex;
  font-size: large;
  flex-direction: column;
  align-items: center;
}
  
#menu_connexion > li > a {
  text-decoration: none;
}
 .bouton.bouton_2 {
  margin-top: 0%;
  width: 60%;
}
  
.bouton {
    margin: 2%;
    width: 60%;
}

.texte_bienvenue:before {  
    left: 2.1rem;    
}  
  
.titre_trait {
    /* text-align: center; */
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1px;
    margin-left: 6.6%;
}
img.img_navigation {
    margin-top: 5em;
}

img.img_president {
    margin-top: 5em;
}

}	

@media screen and (min-width: 1212px) and (max-width: 1300px) {  
.texte_bienvenue:before {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 25rem;
    position: absolute;
    top: calc(-4% + 3.5rem);
    left: 3.1rem;
    background-color: #1972b8;
    border-radius: 50%;
}

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;
  margin-top: 8px;  
}

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;  
}

.menu li:hover {
    transform:scale(1.2);
    transition: 0.6s;    
}
  
}

@media screen and (min-width: 1301px) {
  /*HEADER*/
  /*Ajout réseaux*/  
  .col-xs-12.col-sm-6.button_head {
    align-self: center;
  } 
   
.texte_bienvenue {
    background-color: white;
    background-attachment: fixed;
    background-size: cover;
    transform: translate(4%,7%);
    padding: 0px 103px 30px 16px;
}

.texte_bienvenue:after {
    content: "";
    width: 150px;
    height: 96%;
    background: #41b29c;
    position: absolute;
    top: 8px;
    left: 25%;
    transform: matrix(1, 0, -0.5, 1, 150, 0);
    z-index: -1;
    opacity: 0.1;
}
  
  
.texte_bienvenue:before {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 21rem;
    position: absolute;
    top: 2.5rem;
    left: 2.625rem; 
    background-color: #1972b8;
    border-radius: 50%;    
}

.texte.texte_1 {
    padding-top: 6%;
}
  
  /*.button_header.button2 {
    margin-top: 0px !important;
    margin-left: 10px;
  }*/

  .button_header.button1 {
    margin-bottom: 0% !important;
  }

 /*NAVIGATION*/
  .col.header_3 {
	  display: initial;
  }

  /*PRESIDENT*/
  section.position_1_a_2 .img_president {
    margin-left: 5%;
    width: 90%;
  }

  .col-xs-12.col-sm-6.position_2 {
    align-self: center;
  }

  /* text predident */
  .texte_mot_president {
    margin-left: -20%;
    padding: 5px;
  }

  /* position */
  section.position_1_a_2 .texte_mot_president {
    text-align: justify;
    margin-left: -25%;
    margin-right: 5%;
    padding: 16px;
    background: white;
    line-height: 2;
   /* border-radius: 10px;*/
  }

  /*LA DYNAMIQUE ECONOMIQUE DU SUD SARTHE*/
  section.position_3 .texte {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  section.position_3 .texte_1 {
    padding-top: 0px;
  }

  section.position_3 .texte.texte_5 {
    padding-bottom: 10px;
  }

  /*PETIT DEJEUNER ET SOIREE RESEAUX*/
  /* block de texte */
  .bloc_fille.fille_ {
    top: 0px;
    padding: 30px;
    left: -8.5%;
    height: 100%;
    background: white;
  }

  .bloc_fille.fille_1 {
    top: 0px;
    padding: 30px;
    left: -5%;
    height: 100%;
    background: white;
  }
  
  .img_plusieurs_block.image1 {
  width: 93.5%;
}
  
.header_trait {
	display: grid;
	grid-template-columns: 3% 97%;
}

 /* img {
    width: 100%;
  }*/
  
  img.img_plusieurs_block.image2 {
    width: 100%;
  }

  /* position du block*/
  .bloc_parent {
    display: flex;
    align-items: center;
  }

  /* background activiter*/
  .col.position_4 {
    background: var(--gris_clair);
  }

  .col.position_5 {
    background: var(--gris_clair);
  }
  .border_petit_dej {
    background: white;
    margin-bottom: 15px;
  }

  .border_soiree {
    background: white;
  }

  /*DERNIERE ARTICLE*/
  /*Centrage des images*/
  section.block_1_a_4 ._img {
    display: flex;
    justify-content: center;
  }

  /*Rédustion des images en vue desktop*/
  section.block_1_a_4 img.img_block {
    width: 75%;
  }

  /*ACTUALITE*/
  .col.position_6 {
    max-width: 80%;
  }
  .row.position_6 {
    justify-content: center;
  }

  /* media request menu nav */
  .nav.menu.mod-list {
    justify-content: space-evenly;
  }

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

  /*BANDEROLE*/
  section.banderole .entreprise {
    height: 300px;
    font-size: 30px;
  }

  .parent.nb_entreprise,
  .parent.nb_adherents,
  .parent.nb_communes,
  .parent.annee {
    align-self: center;
    justify-self: center;
    color: white;
  }
  
  .infos_club {
  padding: 18% 7% 7% 7%;
  }
  
  .menu_nav.w-100 {
  padding: 3%;
  }
  
  section.titre_6,
  section.position_6 {
    display: initial;
  }
    .div_cabinet_ace {
  display: flex;
  justify-content: center;
}

.img_cabinet_ace {
  width: 40.5%;
  margin-top: 2%;
}
  .button.bouton.bouton_1 {
   width: initial;
  }
  
  .bouton.bouton_2 {
  margin-left: 2%;
  width: initial;
}
  
  #logo {
  margin-bottom: initial;
}
  
  /*Couleur de fond bouton "Adhérer à mon compte"*/
input.button_header.button2 {
  margin-top: 2%;
}
  
  h2.titre_trait_2 {
  	margin-left: 0.6%;
    margin-top: -0.6%;
}
  div#cbfr_59, div#cbfr_41, div#cbfr_58, div#cbfr_50, div#cbfr_56, div#cbfr_57, div#cbfr_42, div#cbfr_51__current, div#cbfr_51, div#cbfr_51__verify, div#cbfr_56, div#cbfr_57,   div#cbfr_63  {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
  div#cbfv_59, div#cbfv_41, div#cbfv_58, div#cbfv_56, div#cbfv_57 {
    margin-top: initial;
}

  
  .cbImgPict.cbFullPict.img-thumbnail {
  position: absolute;
  left: 105%;
}

#cb_tabid_19 {
  margin-left: clamp(15%, 20%, 45%);
}

/*#cbtabsCBMenucb_tabmain::after {
  content: "";
  background: var(--couleur2);
  width: 3%;
  height: 299px;
  display: block;
  margin-top: -33%;
}

#cbtabsCBMenucb_tabmain {
  top: 118.5%;
  position: absolute;
  left: 34%;
}

#cb_tabid_29 {
  margin-left: 9%;
}*/
  
  .cbUserListSearchButtons.cbUserListsSearchTrigger {
  margin-top: 9%;
  margin-left: 1%;
}
  
 #cbUserTable {
  padding: 0 1%;
}
  
.chiffre_annee, .chiffre_nb_adehrents, .chiffre_nb_communes {
  animation: 3s anim-parent;
}
  
.annee, .nb_adherents, .nb_communes {
    animation: 2s anim-parent;
}
  
  @keyframes anim-parent {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
  
.lien_agenda {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.lien_agenda:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.lien_agenda:hover {
  padding-right: 25px;
}

.lien_agenda:hover:after {
  opacity: 1;
  right: 0;
}
  
.bouton.bouton_2:hover, .bouton.bouton_1:hover {background-color: #41b29c; transform: scale(1.1);}

.bouton.bouton_2:active, .bouton.bouton_1:active {
  background-color: #41b29c;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*.texte_president {
animation: 12s slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}*/ 
 .error {
  padding: 3% 20% 0% 20%;
}
ul#menu_connexion {
  display: flex;
  font-size: large;
  flex-direction: column;
  align-items: center;
}
  #menu_connexion > li > a {
  text-decoration: none;
}
   .bouton.bouton_2 {
  margin-top: 0%;
}
  
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;
  margin-top: 8px;  
}

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;  
}

.menu li:hover {
    transform:scale(1.2);
    transition: 0.6s;    
}

.menu li {   
   transition: 0.6s;    
}

}

@media screen and (min-width: 1500px) {
input.button_header.button2 {
  margin-top: 2%;
}

/* Menu principal  

.menu {
  color: var(--noir);
  text-transform: uppercase;
  font-size: x-large;
}

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

.menu a {
  color: var(--noir);
  text-underline-offset: 8px; 
  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;
  margin-top: 8px;  
}

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;  
}
.menu li {
transition: 0.6s;
}
.menu li:hover {
    transform:scale(1.2);
    transition: 0.6s;    
}
  
ul#menu_connexion {
  display: flex;
  font-size: large;
  flex-direction: column;
  align-items: center;
}
  #menu_connexion > li > a {
  text-decoration: none;
}
 .bouton.bouton_2 {
  margin-top: 0%;
}

}

@media screen and (max-width: 499.99px) {
p.chiffre_annee_anim, p.chiffre_nb_adehrents_anim, p.chiffre_nb_communes_anim, p.chiffre_annee, p.chiffre_nb_adehrents, p.chiffre_nb_communes {
  font-size: 1.5rem;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 0px #ccc;*/
 }  
}

@media screen and (min-width: 500px) and (max-width: 767.99px) {

.texte_bienvenue {
    background-color: white;
    background-attachment: fixed;
    background-size: cover;
    transform: translate(1%,1%);    
    padding-bottom: 15px;    
 }

.texte.texte_1 {
    padding-top: 5%;
 }

.texte {
    padding-left: 10%;
 }

.texte_bienvenue:after {
    content: "";
    width: 150px;
    height: 96%;
    background: #41b29c;
    position: absolute;
    top: 8px;
    left: 5%;
    transform: matrix(1, 0, -0.5, 1, 150, 0);
    z-index: -1;
    opacity: 0.1;
 }
  
}

/*Attention laisser cette Media REQUEST MOBILE, Problème Mobile first*/
@media screen and (max-width: 767px) {
  .bouton {
    width: 73%;
  }
  h3.titre { 
  margin: 0 -10px 10px; 
}

h3.titre::before {
  display:none;
}

h3.titre::after {
  display:none;
}

.entreprise {    
  font-size: 3.2vw;
}
  
section.position_1_a_2 .texte_mot_president {
text-align: left;
padding: 5% 0 0 0;
}

span.role {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}  
  
section.banderole .entreprise {
padding: 15px;
}

#lnee_302 .innernews {
padding: 45px !important;
}
  
/*Centrage des texte + redimensionnement du texte*/
section.banderole .parent {
  font-size: 1.2em;
}

div#\#article {
    padding: 20px;
}
  
.picto_telecharger {
    width: 5%;
    margin-left: 10px;
}
  
}

@media screen and (min-width: 575px) and (max-width: 767px) {

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.col-sm-6 {    
    min-width: 90%;    
}
.img_picto_facebook_header {
    width: 35%;
    margin: 7% 0;
}
}


@media (pointer: coarse) {
p.chiffre_nb_adehrents_anim {
  display: none;
 }
p.chiffre_annee_anim {
  display: none;
 }
p.chiffre_nb_communes_anim {
  display: none;
 }
}


@-moz-document url-prefix() {  
p.chiffre_annee {
  display: block; 
}

}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
    

/*@media (pointer: coarse) {
p.chiffre_nb_adehrents_anim {
  display: none;
 }
p.chiffre_annee_anim {
  display: none;
 }
p.chiffre_nb_communes_anim {
  display: none;
 }
}*/

@media (pointer: fine) {

p.chiffre_nb_adehrents {
  display: none;
}
p.chiffre_annee {
  display: none;
}
p.chiffre_nb_communes {
  display: none;
}
  
  
@property --num {
  syntax: "<integer>";
  initial-value: 86;
  inherits: false;
}


p.chiffre_nb_adehrents_anim {
  animation: counter 3s;
  -webkit-animation: counter 3s;
  counter-reset: num var(--num);  
}
p.chiffre_nb_adehrents_anim::after {
  content: counter(num);  
}

@keyframes counter {
  from {
    --num: 0;    
  }
  to {
    --num: 86;
    -webkit---num: 86;
  }
 }

@property --num2 {
  syntax: "<integer>";
  initial-value: 36;
  inherits: false;
}
  
p.chiffre_annee_anim {
  animation: counter2 3s;
  -webkit-animation: counter2 3s;
  counter-reset: num var(--num2);
  -webkit-counter-reset: num var(--num2);
}
p.chiffre_annee_anim::after {
  content: counter(num);
  -webkit-counter-reset: num var(--num);
}

@keyframes counter2 {
  from {
    --num2: 0;    
  }
  to {
    --num2: 36;
    -webkit---num2: 36;
  }
 }

@property --num3 {
  syntax: "<integer>";
  initial-value: 19;
  inherits: false;
}
  
p.chiffre_nb_communes_anim {
  animation: counter3 3s;
  -webkit-animation: counter3 3s;
  counter-reset: num var(--num3);
  -webkit-counter-reset: num var(--num3);
}
p.chiffre_nb_communes_anim::after {
  content: counter(num);
  -webkit-counter-reset: num var(--num3);
}

@keyframes counter3 {
  from {
    --num3: 0;
    -moz---num3: 19;
  }
  to {
    --num3: 19;
    -webkit---num3: 19;
  }
 }
}
}

/*Mise en page de la liste pour impression pdf*/

.listadherents {
    display: grid;
    grid-template-columns: auto;
    font-family: verdana, Sans-Serif, serif;
  max-width: 95%;
  margin: auto;
  align-items: center;
}

.cardcontainer {
    text-align: center;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px black;
  	background-color: #e0e0e0;
    display: flex;
    flex: 1 1 auto;
    min-height: 1px;
    justify-content: space-between;
    align-items:start;
  	height: 150px;
    width: 700px;
    border: 1px solid black;
  margin: auto;
  margin-top: 5px;
}

.lc, .rc {
  margin: 5px;
  border-radius: 10px;
  max-height: 125px;
  max-width: 125px;
}

.cc p, .cc strong {
  padding: 2.5px;
  white-space: nowrap;
}

.marginbtm {
  margin-bottom: 20px;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-bottom-1 {
  animation: fade-bottom-1 1.2s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
 
@keyframes fade-bottom-1 {
  0% {
    transform: translateY(50px);    
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);    
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

@keyframes fade-right {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

