* {
	box-sizing: border-box;
}

*:focus {
	outline: none ! important;
}

html {

}

body {
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
}


.hide {
	display: none;
}

footer {
	display: none;
}

.mdp-oublie-a {
 font-weight: 400;
font-size: 12px;
line-height: 30px;
background: unset;
border: unset;
padding: unset;
color: #5E5E5E; 
}



.container-basic {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pour-iframe {
    position: relative;
    padding-bottom: 56.25% ! important;
    height: 0;    
    margin-bottom: 20px ! important;
}

.container-basic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: unset ! important;
    height: 100%;   
}

/*HEADER*/

.nav-autre {
  background-color: #E30000;
}

.para-attention {
  font-size: 16px  !important;
  line-height: 24px ! important;
  font-style: italic;
}


.ouvrir-menu {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 15px;
}

.ouvrir-menu-hp {
  background: rgba(255, 255, 255, 1);
  border-radius: 26px;
  padding: 11px 15px 11px 17px;
  z-index: 99;
  display: flex;
  align-items: center;
}
.ouvrir-menu-hp span {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #5C2482;
}
.ouvrir-menu-hp svg, .ouvrir-menu-autre svg {

    margin-left: 19px;

}

.menu-menu-menu {
  background: #FFF2F2;
  position: absolute;
  width: 100%;
  z-index: 98;
  text-align: center;
  min-height: 100vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hide {
  display: none;
  transition: all .3s ease-out;
}

.icon-menu-lien {
  font-weight: 700;
  font-size: 32.017px;
  line-height: 57px;
  display: block;
  margin-bottom: 46px;
  color: #000000;
  text-transform: uppercase;
}

.icon-menu-lien:hover {
	text-decoration: underline;
  color: #000000;
}
/*header hp*/


.nav-homepage {
  background: linear-gradient(to right, #E30000 41%, #FFF2F2 0);
}
.nav-idem {
  padding-top: 40px;
  padding-bottom: 30px;
}
.nav-autre {
  padding-top: 20px;
  padding-bottom: 15px;
}

.nav-idem img {
  width: 313px;
  height: auto;
  margin-left: 20px;
}

.nav-autre img {
  width: 190px;
  height: auto;
  margin-left: 20px;
}
.header-homepage {
  background: linear-gradient(to right, #E30000 41%, #FFF2F2 0);
  padding-bottom: 170px;
  padding-top: 70px;
}

.sous-header-hp {
   background: linear-gradient(to right, #5C2482 41%, #F7ECFF 0);
}

.sous-header-hp-left {
  padding-top: 50px;
}

.sous-header-hp-left h2 {
font-style: italic;
font-weight: 800;
font-size: 45.5px;
line-height: 47px;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
color: #FFFFFF;  
margin: 0;
padding-bottom: 24px;
}

.sous-header-hp-left p {
  margin: 0;
  ont-weight: 400;
font-size: 20px;
line-height: 26px;
padding-bottom: 25px;
color: #FFFFFF;
width: 372px;
}

.sous-header-hp-left span {
  display: inline-block;
  font-weight: 400;
font-size: 22px;
line-height: 25px;
background: #FFFFFF;
border: 1px solid #000000;
border-radius: 12px;
padding: 11px 20px;
color: #000000;
margin-bottom: 33px;
cursor: pointer;
transition: all 0.3s;
}

.sous-header-hp-left a {
font-weight: 400;
font-size: 18px;
line-height: 24px;
text-decoration: underline;

color: #FFFFFF;  
}

.sous-header-hp-left a:hover {
  text-decoration: none;
  color: #FFFFFF;  
}

#myInput, #myInputQuatre {
  position: absolute;
  left: -5000px;
}


.sous-header-hp-right {
  padding-top: 97px;
  padding-bottom: 40px;
}



.sous-header-hp-right div {
  background-color: #FFFFFF;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px;
margin-bottom: 30px;
padding-top: 30px ;
padding-bottom: 75px;
padding-left: 47px;
}
.bloc-bc {
  background-image: url(base-commune-deux.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}
.bloc-ls {
  background-image: url(les-statuts.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -20px;  
  background-size: contain;
}


.sous-header-hp-right div h2 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
  font-weight: 500;
font-size: 28px;
line-height: 17px;
color: #000000;
}


.sous-header-hp-right div p {
  margin: 0;
  padding-bottom: 38px;
  font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #5E5E5E;
}
.sous-header-hp-right div .sous-header-hp-right-lien {
font-weight: 400;
font-size: 22px;
line-height: 25px;
padding: 10px 20px;
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
border-radius: 12px;
display: inline-block;
transition: all 0.3s;
}





.sous-header-hp-right div .sous-header-hp-right-lien:hover,
.sous-header-hp-left span:hover {
  background: #10B981;
  text-decoration: none;
  border: 1px solid #10B981;
  color: #ffffff;  
}












.form-de-modal-sugg {
  padding-bottom: 0 ! important;
}

.bottom-modal-sugg {
  padding-bottom: 77px;
  width: 439px;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}

.bottom-modal-sugg p {
font-weight: 500;
font-size: 14px;
line-height: 20px;

margin: 0;
text-transform: uppercase;

color: #000000;
}

.bottom-modal-sugg p a {
  color: #E30000;
  text-decoration: underline;
}

.header-homepage h2 {

    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;

}
.header-homepage h2 span, .span-underline {
  text-decoration: underline;
}

.header-homepage p {

    margin-bottom: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 52px;
    color: #000000;
    display: inline;

}

.tooltipdeux {
  position: relative;
  display: inline-block;
}
.ontribution-link-header {
  display: inline-flex !important;
  position: relative;
  top: 8px;
}
.contribution-link {
  display: flex;
  align-items: center;
}

.header-homepage button {

    border: none;
    background: unset;

}

.ouvrir-sous-menu-connexion {
background: rgba(255, 255, 255, 1);
border-radius: 26px;
padding: 11px 15px 11px 17px;
z-index: 99;
display: flex;
align-items: center;
position: absolute;
right: 180px;
position: absolute;
cursor: pointer;
top: 18px;
}

.ouvrir-sous-menu {
background: rgba(255, 255, 255, 1);
border-radius: 26px;
padding: 8px 15px 9px 17px;
z-index: 99;
text-align: right;

right: 180px;
position: absolute;
cursor: pointer;
top: 18px;
}

.ouvrir-sous-menu-name {
 display: flex;
align-items: center; 
align-items: center;
justify-content: end;
}

.ouvrir-sous-menu-connexion span,
.ouvrir-sous-menu span {
font-weight: 700;
font-size: 20px;
line-height: 26px;
text-transform: uppercase;
padding-right: 10px;
color: #5C2482;
}

.ouvrir-sous-menu img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.ouvrir-sous-menu-content {
  padding-top: 20px;
}

.ouvrir-sous-menu-content ul {
  list-style: none;
  margin: 0;
}

.ouvrir-sous-menu-content li {
  list-style: none;
  font-weight: 700;
font-size: 20px;
line-height: 26px;
text-align: right;
color: #5C2482;
padding-bottom: 12px;
}

.ouvrir-sous-menu-content li a {
 color: #5C2482; 
}
.ouvrir-sous-menu-content li svg {
  margin-left: 20px;
}

.logout-menu {
font-weight: 400;
font-size: 20px;
line-height: 26px;
padding-right: 45px;
color: #5C2482;  
}







.contribution-link a {

    background: #E9C8FF !important;
    border-radius: 55px !important;
    font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    color: #5C2482 !important;
    margin-left: 0 !important;
    display: inherit !important;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    transition: all 0.3s;

}

.ontribution-link-header a {
  padding-left: 5px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.contribution-link a:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-decoration: none;
}

.tooltipdeux .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.contribution-link a span {
  padding-top: 5px;
}

.tooltipdeux .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.contribution-link a {
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 700 !important;
  color: #5C2482 !important;
}

.contribution-link svg {
  margin-right: 18px;
}

.ontribution-link-header svg {
  width: 38px;
  height: 38px;
}

.tooltipdeux:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}






/*SUGGESTION PAGE*/
.page-type-blog .col-lg-4 {
  margin-bottom: 30px;
}


.tout-mon-bloc {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
  padding: 19px 24px 19px 47px;
  margin-bottom: 20px;
  position: relative;
}

.tout-mon-bloc h2 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
  color: #000000; 
}

.tout-mon-bloc h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  color: #000000;  
  padding-bottom: 30px; 
}


.tout-mon-bloc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;  
}

.tout-mon-bloc li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;  
}

.tout-le-bloc-de-texte {
  padding-top: 40px;
  padding-bottom: 20px;
}
.tout-mon-bloc svg {
  position: absolute;
  top: 31px;
  cursor: pointer;
  left: 22px;  
}

.tout-mon-bloc svg {
 position: absolute;
left: 17px;
  top: 31px;
transition: all 0.3s;
}

.tout-mon-bloc svg path {
  transition: all 0.3s;
}


.col-left-box-header {
  padding-top: 50px;
}

.col-left-box-header img {
  width: 48px;
  height: auto;
}
.col-left-box-header h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 40px;
  margin: 0;
  color: #000000;  
  font-family: 'Poppins', sans-serif;
}

.col-left-box-header h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 68px;
  font-weight: 400;
  font-size: 35px;
  line-height: 38px;
  text-transform: uppercase; 
}



.selection-chapitre {
  margin-top: 80px;
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 40px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
  position: relative;
  margin-bottom: 34px;
}

.selection-chapitre p {
  margin: 0;
font-weight: 500;
font-size: 22px;
line-height: 35px;
color: #000000;  
}

.selection-chapitre svg {
 position: absolute;
left: 17px;
top: 31px; 
transition: all 0.3s;
}

.selection-chapitre svg path {
  transition: all 0.3s;
}

.ouvert-bloc {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.tout-mon-bloc svg {
  position: absolute;
}


.ouvert-bloc-vert {
  stroke: #10B981;
  transition: all 0.3s;
}

.selection-chapitre-header,
.selection-averstissement-header {
  cursor: pointer;
}

.selection-averstissement {
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 17px;
  padding-right: 10px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  margin-bottom: 34px;
  position: relative;
}
.les-averstissements {
  padding-bottom: 0px;
  padding-top: 20px;
}

.les-averstissements p {
  margin:0;
font-weight: 500;
font-size: 14px;
line-height: 21px;
}
.les-averstissements ul {
   margin:0; 
   padding-left: 15px;
}
.les-averstissements li {
   margin:0; 
   font-weight: 500;
font-size: 14px;
line-height: 21px;
}


.selection-averstissement svg {
  position: absolute;
  left: 17px;
  top: 31px;
  transition: all 0.3s;
}
.selection-averstissement-header p {
  margin: 0;
  font-weight: 500;
  padding-left: 25px;
  font-size: 22px;
  line-height: 35px;
  color: #000000;
}

.les-chapitres {
  padding-bottom: 0px;
  padding-top: 20px;
}
.les-chapitres .les-a-chap {
  font-weight: 600;
  font-size: 28.5714px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #EAEAEA;
  border-radius: 50px;
  margin-right: 0px;
  width: 48px;
  display: inline-block;
  height: 48px;
  padding-top: 8px;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.chap-down {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
  text-decoration: underline;
  color: #5E5E5E;
}

.chap-down:hover {
  text-decoration: none;
  color: #5E5E5E;
}

.les-chapitres .les-a-chap:hover {
  text-decoration: none;
  background: #ADE9D5;
}

.chapitre-actif {
  background: #10B981 ! important;
}





.tout-le-bloc-des-suggestions {
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 17px;
  padding-right: 17px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
 position: sticky;
top: 34px; 

}


.sugg-et-tag {
height: 80vh;
overflow-y: scroll;  
padding-top: 50px;
}




.tout-le-bloc-des-suggestions-header {
  cursor: pointer;
}

.tout-le-bloc-des-suggestions-header p {
  margin: 0;
font-weight: 500;
font-size: 22px;
line-height: 35px;
color: #000000;  
padding-left: 25px;
}

.tout-le-bloc-des-suggestions-header svg {
 position: absolute;
  left: 17px;
  top: 32px; 
  transition: all 0.3s;
}

.tout-le-bloc-des-suggestions-header svg path {
  transition: all 0.3s;
}





.card-violet {
background: #F7ECFF;
}


.card-orange {
  background: #FFF2F2;
}
.card-jaune {
  background: #FFFDE7;
}
.card-bleu {
  background: #F2F9FF;
}

.suggestion-box-div-card {
border-radius: 21.71px;
padding: 28px 46px 38px 67px;
margin-bottom: 30px;
position: relative;
}

.suggestion-box-div-card-headder p {
font-weight: 700;
font-size: 20px;
margin: 0;
line-height: 20px;
}

.suggestion-box-div-card-headder h3 {
 font-weight: 500;
font-size: 15px;
margin: 0;
font-family: 'Poppins', sans-serif;
line-height: 20px; 
padding-top: 10px;
}

.suggestion-box-div-card-headder {
  padding-bottom: 16px;
  position: relative;
}

.suggestion-box-div-card-headder img {
  position: absolute;
  left: -53px;
  top: 0px;
}
.suggestion-box-div-card-headder .img-avatar {
   position: absolute;
  left: -53px;
  top: 0px;
}




.content-idee p {
font-weight: 400;
font-size: 15px;
line-height: 17px;
margin: 0;

color: #000000;  
}

.link-open-suggestion {
  text-align: center;
}

.link-open-suggestion a {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  padding: 9px 20px;
  color: #000000; 
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 12px; 
  transition: all 0.3s;
  display: inline-block;
  margin-left: -43px;
}

.link-open-suggestion a:hover {
  background: #10B981;
  text-decoration: none;
  border: 1px solid #10B981;
  color: #ffffff;
}

.content-idee {
  padding-bottom: 32px;
}


.content-idee a {
  display: none;
}


.tag-list-sugg {
  margin-bottom: 28px;
  background: #F4F4F4;
  border: 1px solid #DADADA;
  border-radius: 80px;
  padding: 5px 10px;
  display: inline-block;
    font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000; 
 padding-left: 10px;
padding-right: 10px; 

}




.tag-list-sugg li {
  cursor: pointer;
}



.ajouter-suggestion-box {
  margin-bottom: 34px;
}
.ajouter-suggestion-box-non-connecte-header {
  position: relative;
  cursor: pointer;
}

.ajouter-suggestion-box-non-connecte-header div {
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.ajouter-suggestion-box-non-connecte-header img {
  width: 43px;
  height: 43px;
  margin-right: 18px;
}

.ajouter-suggestion-box-non-connecte-header p {
  margin: 0;
 font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000; 
}

.ajouter-suggestion-box-non-connecte-header svg {
 position: absolute;
  left: 0px;
  top: 21px; 
  transition: all 0.3s;
}

.ajouter-suggestion-box-non-connecte-header svg path {
  transition: all 0.3s;
}

.ajouter-suggestion-box-non-connecte {
padding-top: 19px;
padding-bottom: 23px;
padding-left: 17px;
padding-right: 10px;
background: #FFFFFF;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px;  
margin-bottom: 34px;
}

.le-boutton-connexion {
  padding-top: 48px;
  text-align: right;
  padding-right: 20px;
}

.le-boutton-connexion button {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 30px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 12px;
  transition: all 0.3s;
}
.le-boutton-connexion button:hover {
  background: #10B981;
  text-decoration: none;
  border: 1px solid #10B981;
  color: #ffffff;  
}

.ajouter-suggestion-box-connecte {
padding-top: 19px;
padding-bottom: 23px;
padding-left: 17px;
padding-right: 10px;
background: #FFFFFF;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px;  
margin-bottom: 34px;
}

.ajouter-suggestion-box-connecte-header {
  position: relative;
  cursor: pointer;
}

.ajouter-suggestion-box-connecte-header div {
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.ajouter-suggestion-box-connecte-header img {
  width: 43px;
  height: 43px;
  margin-right: 18px;
  border-radius: 50px;
}

.ajouter-suggestion-box-connecte-header p {
  margin: 0;
 font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000; 
}

.ajouter-suggestion-box-connecte-header svg {
 position: absolute;
  left: 0px;
  top: 15px; 
  transition: all 0.3s;
}

.ajouter-suggestion-box-connecte-header svg path {
  transition: all 0.3s;
}


/*PAGE SUGGESTION*/

.contenu-page-suggestion {
  padding-top: 52px;
}
.contenu-page-suggestion-header {
  padding-bottom: 64px;
}

.contenu-page-suggestion-header a:hover {
  text-decoration: none;
}

.contenu-page-suggestion-header img {
  width: 48px;
  height: 31px;
  margin-bottom: 44px;
}



.contenu-page-suggestion-header p {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}





.contenu-page-suggestion-header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000;  
  margin: 0;
}







.contenu-page-suggestion-content p {
font-weight: 400;
font-size: 20px;
line-height: 30px;
margin: 0;
padding-bottom: 20px;
color: #000000;  
}

.contenu-page-suggestion-content {
  padding-bottom: 80px;
}

.page-suggestion-bloc-reaction {
 background: #FFFFFF;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px; 
margin-bottom: 34px;

}

.page-suggestion-bloc-reaction-vrai {
  background: #FFFFFF;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px; 
margin-bottom: 34px; 
}

.la-ou-tagtag {
  text-align: center;
  padding-bottom: 30px;
}





.div-de-une-reaction .card {
  background-color: unset ! important;
}




.nombre-reaction {
  position: absolute;
top: 3px;
right: 20px;
 font-weight: 500;
font-size: 21.7778px;
line-height: 42px;
text-transform: uppercase;
color: #000000; 
}

















/*MODAL*/

.modal-backdrop.show {
  opacity: unset;
} 

.modal-backdrop {
  background: rgba(255, 242, 242, 0.8);
}

.modal-sign-new {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
  padding-top: 58px;
}


.modal-header {
  padding: unset;
  text-align: center;
  padding-bottom: 62px;
  display: block;
}

.modal-body {
  padding: unset;
}

.modal-header p {
  margin: 0;
  font-weight: 500;
font-size: 25px;
line-height: 30px;
color: #000000;
}

.modal .close {
  background-image: url(close-modal.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  margin: unset;
  top: 20px;
  right: 20px;
}

.btn-new-compte {

  border-radius: 23px;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px;
  border: unset;
  transition: all 0.3s;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  transition: all 0.3s;

  margin-top: 23px;
    color: #000000;
  background: #FFFFFF;
}



.btn-new-compte:hover {
  background: #10B981;
  color: #FFFFFF;
}

.btn-se-connecter {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  padding: 12px 30px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 12px;
  transition: all 0.3s;  

  background: #10B981;
  text-decoration: none;
  border: 1px solid #10B981;
  color: #ffffff;  

}


.btn-new-conn {
  text-align: center;
}




.btn-se-connecter:hover {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  text-decoration: none;
}

.btn-new-mdp {
  margin-top: 22px;
  text-align: center;
}
.btn-new-mdp button {
 font-weight: 400;
font-size: 12px;
line-height: 30px;
background: unset;
border: unset;
padding: unset;
color: #5E5E5E; 
}
.btn-new-mdp button:hover {
  text-decoration: underline;
}


.form-de-modal input {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 20px;
  width: 439px;
}

.form-de-modal textarea {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 20px;
  width: 439px;
}

.form-de-modal {
width: 439px;
margin-left: auto;
margin-right: auto;  
padding-bottom: 48px;
}

.modal-content-mdp {
  padding-bottom: 34px;
}





.page-pages-show-suggestion-box main,
.page-pages-show-faq main,
.page-pages-show-blog main {
  padding-bottom: 150px;
}


.le-haut-du-footer {
  background: #E30000;
  padding-bottom: 60px;
  padding-top: 60px;  
}

.le-haut-du-footer h2 {
  margin: 0;
 font-weight: 700;
font-size: 30px;
line-height: 45px;
font-family: 'Poppins', sans-serif;
color: #FFFFFF; 
}

.new-footer {
  background: #E30000;
  padding-bottom: 60px;
  padding-top: 60px;
}

.new-footer .col-md-5 img {
  width: auto;
  height: 212px;
}
.new-footer .col-md-7 {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  height: 212px;
}
.bloc-lien-footer {
  display: flex;
  align-items: center;
}
.new-footer .col-md-7 a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin-left: 30px;
}

.link-logo-footer {
  display: none !important;
}

.pour-defilemennt {
  position: relative;
  background: #E30000;
  padding-bottom: 100px;
}

.vers-la-gauche {
  position: absolute;
  left: 10px;
  z-index: 99;
  width: 68px;
  height: 68px;
  top: 26%;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.vers-la-droite {
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 26%;
  width: 68px;
  height: 68px;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.pour-defilemennt:hover .vers-la-gauche {
  opacity: 1;
}
.pour-defilemennt:hover .vers-la-droite {
  opacity: 1;
}




.tous-les-membres-parent {
  display: flex;
  overflow: hidden;
  position: relative;
}

.tous-les-membres-parent a:hover {
  text-decoration: none;
}

.tous-les-membres {
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: flex;
}
.membre-equipe-width {
  width: 270px;
  margin-left: 4px;
  margin-right: 4px;
  height: 280px;
}

.membre-equipe {
  width: 270px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background: #F7ECFF;
box-shadow: 1.63468px 2.56701px 12.3746px rgba(0, 0, 0, 0.25);
border-radius: 17.7445px;
height: 280px;
transition: all 0.3s;
}

.membre-equipe:hover {
  background: #5C2482;
}

.membre-equipe:hover h3 {
  color: #FFFFFF;
}
.membre-equipe:hover p {
  color: #FFFFFF;
}
.membre-equipe:hover h4 {
  color: #FFFFFF;
}
.membre-equipe:hover .spe-cioumeur {
  fill: #E9C8FF;
}

.membre-equipe h3 {
 font-weight: 600;
font-size: 25px;
line-height: 31px;
margin: 0;
transition: all 0.3s;
color: #5C2482; 
font-family: 'Poppins', sans-serif;

}

.spe-cioumeur {
  transition: all 0.3s;
}

.membre-equipe h4 {
font-weight: 500;
font-size: 16.3468px;
line-height: 25px;
margin: 0;
transition: all 0.3s;
color: #797979;
font-family: 'Poppins', sans-serif;
padding-bottom: 5px;
}

.membre-equipe-un h3 {
padding-bottom: 40px;
}
.membre-equipe-un img {
  width: 159px;
  height: auto;
}

.membre-equipe-deux {
  padding-right: 20px;
}

.membre-equipe-deux h3 {
  padding-bottom: 10px;
}
.membre-equipe-deux p {
font-weight: 500;
font-size: 12px;
line-height: 18px;
margin: 0;
color: #797979;  
transition: all 0.3s;
}




.membre-equipe-deux p span {
font-weight: 700;

}




.membre-equipe-trois h3 {
  padding-bottom: 20px;
}
.membre-equipe-quatre h3 {
  padding-bottom: 55px;
}
.membre-equipe-cinq h3 {
  padding-bottom: 16px;
}
.membre-equipe-six h3 {
  padding-bottom: 16px;
}
.membre-equipe-sept h3 {
  padding-bottom: 17px;
}
.membre-equipe-huit h3 {
  padding-bottom: 23px;
}





.membre-equipe-quatre img {
  width: 134px;
  height: auto;
}
.membre-equipe-cinq img {
  width: 138px;
  height: auto;
}
.membre-equipe-six img {
  width: 200px;
  height: auto;
}
.membre-equipe-sept img {
  width: 100%;
  height: auto;
}
.membre-equipe-huit img {
  width: 147px;
  height: auto;
}

.membre-equipe-huit div {
  text-align: center;
}





.title-blog-actualite {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #1E1E1E;
  margin: 0;
  padding-bottom: 57px;
  padding-top: 45px;
}


.content-pages-show-blog .col-lg-4 {
  margin-bottom: 40px;
}

.bloc-actualite-blog {
  background-repeat: no-repeat;
  background-size: 79px;
  background-position-x: 30px;
  background-position-y: 30px;
  border-radius: 23px;
  padding-left: 30px;
  padding-right: 30px;
}

.bloc-actualite-blog-jaune {
  background-color: #FFFDE7;
  background-image: url(debats.png);
}

.bloc-actualite-blog h2 {
  font-weight: 700;
  font-size: 32.6225px;
  line-height: 38px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 139px;
}
.div-signe-show {
  font-size: unset;
}

.bloc-actualite-blog-jaune h5 {
  background: #F2C94C;
}

.bloc-actualite-blog h5 {
  margin: 0;
  font-weight: 400;
  font-size: 10.4079px;
  line-height: 14px;
  font-family: 'Poppins', sans-serif;
  color: #F2F2F2;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
}

.bloc-actualite-blog-content {
  padding-top: 25px;
}

.bloc-actualite-blog-lien {
  text-align: center;
  padding-bottom: 31px;
  padding-top: 20px;
}



.bloc-actualite-blog-lien a {
  border-radius: 13.4px;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px 27px;
  color: #F2F2F2;
  transition: all 0.3s;
}


.bloc-actualite-blog-jaune .bloc-actualite-blog-lien a {

    background: #F2C94C;

}

.bloc-actualite-blog-violet {
  background-color: #F7ECFF;
  background-image: url(texte.png);
}

.bloc-actualite-blog-violet h5 {
  background: #9B51E0;
}
.bloc-actualite-blog-violet .bloc-actualite-blog-lien a {
  background: #9B51E0;
}

.bloc-actualite-blog-lien a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bloc-actualite-blog-rouge {
  background-color: #FFF2F2;
  background-image: url(statuts.png);
}


.bloc-actualite-blog-rouge h5 {
  background: #EB5757;
}

.bloc-actualite-blog-rouge .bloc-actualite-blog-lien a {
  background: #EB5757;
}

.bloc-actualite-blog p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1E1E1E;
}

.bloc-actualite-blog-bleu .bloc-actualite-blog-lien a  {
  background: #2F80ED;
}
.bloc-actualite-blog-bleu h5 {
  background: #2F80ED;
}
.bloc-actualite-blog-bleu {
  background-color: #F2F9FF;
  background-image: url(auteur.png);  
}

.bloc-actualite-blog-vert {
  background-color: #E4FBE7;
  background-image: url(pupitre.png);
}

.bloc-actualite-blog-vert .bloc-actualite-blog-lien a  {
  background: #27AE60;
}

.bloc-actualite-blog-vert h5 {
  background: #27AE60;
}

.title-blog-actualite {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #1E1E1E;
  margin: 0;
  padding-bottom: 57px;
  padding-top: 45px;
}


.accordion .card {
  border-radius: 0;
}

.card-header-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid #000000;
  cursor: pointer;
}
.la-ou-picto {
  display: flex;
  align-items: center;
}
.la-ou-picto img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.la-ou-picto h2 {
  margin: 0;
}
.btn-faq {
  border: unset;
  background-color: unset;
}
.btn-faq img {
  width: 31px;
  height: 31px;
}
.div-lien-actus {
  padding-top: 75px;
}

.div-lien-actus h2 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  color: #1E1E1E;
  padding-bottom: 17px;
}


.div-lien-actus a {
  display: inline-block;
  background: #E9C8FF;
  border-radius: 10px;
  padding: 10px 34px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 18.6705px;
  line-height: 25px;
  text-transform: uppercase;
  color: #5C2482;
}



.accordion-headline {
  font-weight: 500 ! important;
  font-size: 20px ! important;
  line-height: 31px ! important;
  font-family: 'Poppins', sans-serif ! important;
  color: #1E1E1E ! important;
}


.accordion .card-body {
  padding-top: 0 ! important;
  padding-bottom: 0 ! important;
  padding-right: 0 ! important;
  padding-left: 46px ! important;
  border: unset ! important;
}



.accordion .card-body p:last-child {
  padding-bottom: 20px !important;
}


.accordion .card-body p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  padding-bottom: 5px;
  color: #1E1E1E;
}



.accordion .card + .card {
  margin-top: unset;
}

.accordion .card {
box-shadow: unset;
border-left: unset;
border-right: unset;
border: unset;
}
.accordion .card:last-child {
  border-bottom: 1px solid #000000;
}
.accordion .card {
  border-radius: 0;
}


#myInput, #myInputQuatre {
  position: absolute;
  left: -5000px;
}


.col-left-contribution {
  position: sticky;
  top: 40px;
  padding-bottom: 40px;
}




.sous-titre-page {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #B3B3B3;
  margin: 0;
  padding-bottom: 18px;
}

.back-image-button {
  background-image: url(contribuer-type-form.png) !important;
  background-repeat: no-repeat !important;
  padding-left: 60px !important;
  background-size: 20% !important;
  background-position-x: 3% !important;
  background-position-y: 31% !important;
}
.back-image-button-mobile {
  display: none !important;
}
.lien-charte {
  padding-top: 22px;
}

.lien-charte a {
  font-weight: 400;
  font-size: 12.8px;
  line-height: 20px;
  text-decoration: underline;
  color: #5C2482;
}

.col-right-contribution {
  position: sticky;
  top: 40px;
  padding-bottom: 40px;
}

.special-span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8B5CF6;
  background: #EDE9FE;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 2px;
  padding: 2px 11px;
}


.span-select {
  background: #7822B8 !important;
  color: #F2F2F2 !important;
}


.sous-titre-page-bas {
  padding-top: 30px;
}

.tooltipdeux {
  position: relative;
  display: inline-block;
}
.div-copier-le-lien-page {
  cursor: pointer;
}

.div-copier-le-lien-page img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.div-copier-le-lien-page span {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-decoration: underline;
  color: #5C2482;
}
.tooltipdeux .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipdeux .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.sous-titre-page-principal {
  font-weight: 700;
  font-size: 20px;

  text-transform: uppercase;
  color: #D5D5D5;
  margin: 0;
  padding-bottom: 50px;
  padding-left: 20px;
}

.overflow-scroll-contribution {
  padding-left: 20px;
  padding-bottom: 60px;
  padding-right: 20px;
}



.new-card-contribution {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  padding-left: 77px;
  padding-top: 23px;
  position: relative;
}

.img-absolute {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 18px;
  top: 24px;
}

.new-card-contribution .new-card-contribution-haut h2 p, .new-card-contribution .new-card-contribution-haut h2, .new-card-contribution .new-card-contribution-haut h2 p span {
  margin-bottom: 0 !important;
  margin: 0;
    margin-bottom: 0px;
  font-style: normal !important;
  font-weight: 700;
  font-family: 'Poppins', sans-serif ! important;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 0 !important;
  text-transform: inherit !important;
}


.new-card-contribution .new-card-contribution-haut h3 p, .new-card-contribution .new-card-contribution-haut h3, .new-card-contribution .new-card-contribution-haut h3 p span {

    margin-bottom: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 14px !important;
    font-family: 'Poppins', sans-serif ! important;

}


.tag-no-lien .post-tag {
  cursor: inherit !important;
}


.new-card-contribution span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
}



.post-tag {
  display: inline-block;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #8B5CF6 !important;
  background: #EDE9FE;
  cursor: pointer;
  border-radius: 2px;
  padding: 2px 11px;
}
.new-card-contribution .lien-du-document {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 18px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  margin-right: 58px;
}

.lien-du-document-flex {
  display: flex;
  align-items: center;
}

.new-card-contribution .icone-document {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.new-card-contribution p {
  margin-bottom: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #334155;
}

.new-card-contribution span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
}



.new-card-contribution .icone-telecharger {
  width: 20px;
  height: 20px;
}

.selection-chapitre-mobile {
  display: none;
}





.page-texte-vigueur h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  color: #1E1E1E;
  padding-bottom: 75px;
  font-family: 'Poppins', sans-serif;
}

.page-texte-vigueur-div {
  padding-right: 42px;
  padding-bottom: 36px;
  background: #F7ECFF;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  padding-left: 45px;
  padding-top: 50px;
}
.page-texte-vigueur {
  padding-bottom: 130px;
}

.page-texte-vigueur h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  padding-top: 18px;
  margin: 0;
  padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}

.img-texte-vig {
  height: 234px;
  width: auto;
  max-width: 100%;
}

.page-texte-vigueur-lien {
  text-align: right;
}
.page-texte-vigueur a {
  font-weight: 400;
  transition: all 0.3s;
  font-size: 14.4px;
  line-height: 19px;
  display: inline-block;
  background: #9B51E0;
  text-transform: uppercase;
  padding: 9px 21px;
  border-radius: 10px;
  color: #F2F2F2;
}






.le-journal-du-congres {
  background: #E30000;
  padding-top: 50px;
  padding-bottom: 60px;
}

.le-journal-du-congres h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
}


.le-journal-du-congres p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 47px;
  color: #FFFFFF;
}
.le-journal-du-congres a {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding-top: 13px;
  padding-bottom: 12px;
  width: 250px;
  transition: all 0.3s;
  margin-right: 20px;
}

.le-journal-du-congres a:hover svg {
  transform: rotate(-20deg);
}
.le-journal-du-congres a:hover {
  text-decoration: none;
}
.le-journal-du-congres a:hover {
  opacity: 0.8;
}

.le-journal-du-congres a svg {
  margin-left: 15px;
  margin-right: 15px;
}
.le-journal-du-congres a svg {
  transition: all 0.3s;
}
.le-journal-du-congres a span {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  transition: all 0.3s;
  color: #E30000;
  display: inline-block;
}

.page-texte-soumis .les-textes-a-voter {
  padding-top: 75px !important;
}



.les-textes-a-voter {
  background: #FFF2F2;
  padding-top: 94px;
  padding-bottom: 120px;
  position: relative;
}



.page-texte-soumis h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  color: #1E1E1E;
  margin: 0;
  padding-bottom: 47px;
}
.img-livre-news {
  margin-bottom: 15px;
}
.les-textes-a-voter p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
}

.les-textes-a-voter h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  padding-bottom: 12px;
  color: #000000;
}




.les-textes-a-voter .premier-lien {
  background: #E30000;
  border: 1px solid #E30000;
}

.les-textes-a-voter a {
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 8px;
  width: 246px;
  display: inline-block;
 margin-right: 6px;
  transition: all 0.3s;
}
.les-textes-a-voter a svg {
  margin-left: 15px;
  margin-right: 15px;
}

.les-textes-a-voter a svg {
  transition: all 0.3s;
}

.les-textes-a-voter a span {
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  line-height: 16px;
}


.les-textes-a-voter .premier-lien span {
  color: #FFFFFF;
}

.les-textes-a-voter .second-lien {
  background: #FFFFFF;
  border: 1px solid #E30000;
}

.les-textes-a-voter .second-lien span {
  color: #E30000;
}

.audio-lecteur {
  background: #FFFFFF;
  border: 1px solid #E30000;
  border-radius: 50px;
  margin-top: 20px;
  padding: 5px 5px 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio-lecteur span {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #E30000;
}

audio {
  border-radius: 50px;
}

.img-pre-footer img {
  width: 100%;
  height: auto;
}

.les-actu-hp {
  padding-top: 57px;
  padding-bottom: 50px;
}

.les-actu-hp .col-lg-12 h2 {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #1E1E1E;
  margin-top: 0;
  padding-bottom: 57px;
  text-align: center;
}


.les-actu-hp .col-lg-4 {
  margin-bottom: 40px;
}

.les-actu-lien-hp {
  text-align: center;
  padding-top: 20px;
}


.les-actu-lien-hp a {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  text-decoration: underline;
  color: #5C2482;
}

.breadcrumb-actu {
  padding-top: 45px;
  padding-bottom: 57px;
}


.breadcrumb-actu .breadcrumb {
  padding: unset;
  margin-bottom: unset;
  list-style: none;
  background-color: unset;
  border-radius: unset;
  display: block;
}


.breadcrumb-actu a {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #1E1E1E;
  text-transform: uppercase;
}


.breadcrumb-actu .breadcrumb {
  list-style: none;
}
.header-actualite {
  padding: 50px 50px 50px 50px;
  display: flex;
  border-radius: 23px;
  align-items: center;
  margin-bottom: 40px;
}

.header-actualite-jaune {
  background-color: #FFFDE7;
}

.header-actualite img {
  width: 79px;
  height: 79px;
  margin-right: 50px;
}

.header-actualite h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.div-signe-show {
  font-size: unset;
}
.header-actualite h5 {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Poppins', sans-serif;
  color: #F2F2F2;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
}


.header-actualite-jaune h5 {
  background: #F2C94C;
}


.header-actualite-vert {
  background-color: #E4FBE7;  
}


.header-actualite-vert h5 {
  background: #27AE60;
}


.header-actualite-violet {
  background-color: #F7ECFF;
}

.header-actualite-violet h5 {
  background: #9B51E0;
}

.header-actualite-rouge {
  background-color: #FFF2F2;
}

.header-actualite-rouge h5 {
  background: #EB5757;
}

.header-actualite-bleu {
  background-color: #F2F9FF;
}
.header-actualite-bleu h5 {
  background: #27AE60;
}



.page-suggestion-bloc-reaction-vrai {
  padding: 19px 30px 1px 30px;
}

.bloc-title-reaction h3 {
font-weight: 500;
font-size: 25px;
line-height: 38px;
margin: 0;
color: #000000;
font-family: 'Poppins', sans-serif;
padding-bottom: 60px;
}


#page-stream {
  list-style: none;
  padding: unset;
}


.space-y-4 > * + * {
  margin-top: unset !important;
}




.div-de-une-reaction {
  margin-bottom: 34px;
  border-radius: 21.71px;
}


.div-de-une-reaction .card {
border: unset;
border-radius: unset;
box-shadow: unset;
}


.div-de-une-reaction .activity-time {
  display: none;
}



.commentaire-header {
  padding-top: 24px;
  text-align: center;
  padding-bottom: 30px;
}
.commentaire-header p {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.new-comment-form {
  width: 522px;
  padding-bottom: 34px;
  margin-left: auto;
margin-right: auto;
}
.new-comment-form textarea {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 33px;
  width: 522px;
}

.btn-new-conn-com {
  text-align: right ! important;
}
.new-card-contribution a:hover {
  text-decoration: none;
}
.new-card-contribution .lien-du-document:hover {
  background: #E2E8F0;
}




.mdp-page-suggestion {
  text-align: center;
  padding-bottom: 48px;
  padding-top: 20px;
}

.ins-page-suggestion {
  text-align: center;
  padding-bottom: 30px;
}


.mdp-page-suggestion span {
font-weight: 400;
font-size: 12px;
line-height: 30px;
cursor: pointer;
color: #5E5E5E;  
cursor: pointer;
}

.ins-page-suggestion span {
font-weight: 500;
font-size: 20px;
line-height: 25px;
text-transform: uppercase;
cursor: pointer;
color: #000000;
}
.ins-page-suggestion span:hover {
  text-decoration: underline;
}



.mdp-page-suggestion span:hover {
  text-decoration: underline;
}


.page-suggestion-bloc-reaction .bloc-title-reaction {
  text-align: center;
  padding-top: 50px;
}






.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.headline-basic {
  font-style: italic;
  font-weight: 800 !important;
  font-size: 45.5px;
  line-height: 57px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.content-basic p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.content-basic li {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}

.content-basic h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #000000;
}
.content-basic a {
  color: #ff0800;
  text-decoration: underline;
}

.content-basic a:hover {
  color: #ff0800;
  text-decoration: none;
}




.ajouter-date {
  background: linear-gradient(to right, #5C2482 41%, #F7ECFF 0);
  padding-top: 57px;
  padding-bottom: 22px;
}



.ajouter-date h2 {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  padding-bottom: 30px;
}
.relatif {
  position: relative;
}

.ajouter-date .col-lg-5 .div-lien-agenda {
  font-weight: 400;
  font-size: 16.76px;
  line-height: 25px;
  color: #FFFFFF;
  cursor: pointer;
}


.atcb_button {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 400px;
  height: 61px;
  background: unset;
  opacity: 0;
  max-width: unset;
}

.atcb_icon {
  display: none;
}
.atcb_text {
  display: none;
}


.col-spe-flex {
  justify-content: center;
  display: flex;
}
.chronologie-date {
  border-left: 1px solid #E2E8F0;
}

.une-date {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.une-date svg {
  position: absolute;
  left: -17px;
}


.ajouter-date .col-lg-5 .div-lien-agenda img {
  height: 48px;
  width: auto;
  margin-right: 20px;
}

.une-date {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.une-date svg {
  position: absolute;
  left: -17px;
}


.atbc-un {
  position: absolute;
  top: 0;
  left: -15px;
  width: 61px;
  height: 61px;
}




.une-date h3 {
  margin-bottom: 0;
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5C2482;
  margin-top: 0;
  padding-top: 8px;
  font-family: 'Poppins', sans-serif;
}



.une-date p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #64748B;
}
.bloc-tuto h2 {
font-weight: 700;
font-size: 32px;
line-height: 35px;
font-family: 'Poppins', sans-serif;
margin: 0;
padding-bottom: 18px;
color: #1E1E1E;
}
.bloc-tuto h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 500;
font-size: 22px;
line-height: 36px;
  padding-bottom: 24px;
  color: #000000;
}
.bloc-tuto p {
margin: 0;  
font-weight: 400;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #000000;
padding-bottom: 20px;
}
.bloc-tuto a {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  display: block;
  text-align: center;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  transition: all 0.3s;
  background: #FFFFFF;
border: 1px solid #000000;
border-radius: 12px;
}
.bloc-tuto span {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  display: block;
  text-align: center;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
   background: #FFFFFF;
border: 1px solid #000000;
border-radius: 12px; 
  width: 100%;
  transition: all 0.3s;  
}

.bloc-tuto-un {
background: #F7ECFF;
}
.bloc-tuto-deux {
  background: #FFF2F2;
}
.bloc-tuto-trois {
  background: #F2F9FF;
}

.bloc-tuto a:hover {
background: #10B981;
text-decoration: none;
border: 1px solid #10B981;
color: #ffffff;
}

.bloc-tuto span:hover {
 background: #10B981;
text-decoration: none;
border: 1px solid #10B981;
color: #ffffff; 
}

.bloc-tuto {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
border-radius: 23px;
padding: 30px 50px 43px 50px;
text-align: center;
}

.bloc-tuto img {
  width: 100%;
  height: auto;
  margin-bottom: 66px;
}


.page-tuto {
  padding-top: 104px;
}



.page-tuto h1 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 60px;
  font-weight: 700;
font-size: 32px;
line-height: 35px;
color: #1E1E1E;


}



.le-pourquoi {
  background: linear-gradient(to right, #FFED00 41%, #FFFDE7 0);
  padding-top: 60px;
  padding-bottom: 90px;
}

.le-pourquoi h2 {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0;
}

.le-pourquoi p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.le-pourquoi-un {
  padding-bottom: 30px;
}

.le-pourquoi p strong {
  font-weight: 700;
}





.form-mes-informations {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 70px;
  padding-right: 70px;
}


.form-mes-informations .form-mes-informations-input input {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 20px;
}




.form-mes-informations .form-mes-informations-input textarea {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 20px;
}


.back-image-button {
 position: relative ! important;
}

.back-image-button button {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  width: 100% !important;
  top: 0 !important;
  padding: 0 !important;
}



@media all and (max-width: 1200px) {

.header-homepage h2, .le-pourquoi h2, .ajouter-date h2, .partager-contribution h2 {
  font-size: 37px;
  line-height: 54px;
}

}









@media all and (max-width: 992px) {

.col-beige-mobile {
  display: none;
}

.container-basic {
  padding-top: 50px;
  padding-bottom: 50px;
}



.selection-averstissement {
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 17px;
  padding-right: 10px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  margin-bottom: 34px;
  position: relative;
}
.les-averstissements {
  padding-bottom: 0px;
  padding-top: 20px;
}

.les-averstissements p {
  margin:0;
font-weight: 500;
font-size: 14px;
line-height: 21px;
}
.les-averstissements ul {
   margin:0; 
   padding-left: 15px;
}
.les-averstissements li {
   margin:0; 
   font-weight: 500;
font-size: 14px;
line-height: 21px;
}

.selection-averstissement svg {
  position: absolute;
  left: 17px;
  top: 31px;
  transition: all 0.3s;
}
.selection-averstissement-header p {
  margin: 0;
  font-weight: 500;
  padding-left: 25px;
  font-size: 22px;
  line-height: 35px;
  color: #000000;
}







.selection-chapitre p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.new-footer .col-md-5 {
  display: none;
}
.bloc-lien-footer {
  display: inherit;
}
.link-charte-mobile {
  display: inherit !important;
}
.new-footer .col-md-7 a {
  margin-left: 0 ! important;
}

.new-footer .col-md-7 {
  display: block ! important;
  height: auto ! important;
}
.sous-header-hp {
  background: unset;
}

.sous-header-hp .col-lg-5 {
  background: #5C2482;
  padding-bottom: 80px;
}


.bloc-bc {
  background-image: url(base-commune-deux.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 256px;
  background-position-y: 20px;
}
.bloc-ls {
  background-image: url(les-statuts.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 256px;
  background-position-y: 20px;
}

.sous-header-hp .col-lg-7 {
  background: #F7ECFF;
}


.sous-header-hp-right {
  padding-top: 24px;
  padding-bottom: 40px;
}

.sous-header-hp-right div {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  margin-bottom: 30px;
  padding-top: 259px;
  padding-bottom: 45px;
  padding-left: 27px;
}



.selection-chapitre-ordi {
  display: none;
}

.suggestion-box-div-card-headder {
  width: 200px;
}
.content-idee {
  padding-bottom: 32px;
  width: 200px;
}

.les-chapitres .les-a-chap {
  font-weight: 600;
  font-size: 28.5714px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #EAEAEA;
  border-radius: 50px;
  margin-right: 0px;
  width: 40px;
  display: inline-block;
  height: 40px;
  padding-top: 5px;
  transition: all 0.3s;
}
.tout-mon-bloc svg {
  position: absolute;
  left: 17px;
  top: 27px;
  transition: all 0.3s;
}
.tout-mon-bloc {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  padding: 19px 24px 19px 40px;
  margin-bottom: 20px;
  position: relative;
}

.tout-le-bloc-de-texte {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
}


.tout-mon-bloc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}






.les-chapitres {
  padding-bottom: 0px;
}

.tout-mon-bloc h2 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  color: #000000;
}


.selection-chapitre-mobile svg {
  display: none;
}




.selection-chapitre-mobile {
  display: inherit;
  padding-left: 10px;
  margin-top: 20px;
}
.col-left-box-header h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.col-left-box-header h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 0px;
  margin: 0;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.nav-idem {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-idem img {
  width: 155px;
  height: auto;
  margin-left: 10px;
}

.ouvrir-menu-hp svg {
  width: 20px;
  height: auto;
  margin-left: unset;
}


.ouvrir-menu {
  top: 20px;
}
.ouvrir-menu-hp {

  border-radius: 26px;
  padding: 11px 15px 11px 15px;
  z-index: 99;
  display: flex;
  align-items: center;
}
.ouvrir-sous-menu-connexion span {
  display: none;
}

.ouvrir-sous-menu-connexion-sp span {
  display: inline-block ! important;
    font-size: 16px;
}
.ouvrir-sous-menu-connexion-sp {
  top: 40px ! important;
  right: 10px ! important;

  padding-right: 0;
}

.ouvrir-menu-hp span, .ouvrir-menu-autre span {
  display: none !important;
}
.ouvrir-sous-menu span {
display: none;
}

.ouvrir-sous-menu-connexion {
  background: rgba(255, 255, 255, 1);
  border-radius: 26px;
  padding: 6px 11px 7px 11px;
  z-index: 99;
  display: flex;
  align-items: center;
  position: absolute;
  right: 70px;
  position: absolute;
  cursor: pointer;
  top: 20px;
}

.ouvrir-sous-menu {
  background: rgba(255, 255, 255, 1);
  border-radius: 26px;
  padding: 5px 8px 4px 8px;
  z-index: 99;
  text-align: right;
  right: 70px;
  position: absolute;
  cursor: pointer;
  top: 18px;
}

.icon-menu-lien {
  font-weight: 700;
  font-size: 23.017px;
  line-height: 41px;
  display: block;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
}

.nav-homepage {
  background: #E30000;
}

.nav-idem {
  padding-top: 30px;
  padding-bottom: 30px;
}


.header-homepage {
  background: linear-gradient(to bottom, #E30000 240px, #FFF2F2 0);
  padding-bottom: 60px;
  padding-top: 35px;
}
.header-homepage h2, .le-pourquoi h2, .ajouter-date h2, .partager-contribution h2 {
  font-size: 34px;
  line-height: 44px;
}
.header-homepage h2 {
  padding-bottom: 51px;
}
.header-homepage p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 40px;
  color: #000000;
}
.ontribution-link-header a {
  font-size: 17px !important;
  line-height: 23px !important;
}

.ontribution-link-header svg {
  width: 26px;
  height: 26px;
}
.ontribution-link-header svg {
  margin-right: 8px;
}
.ontribution-link-header a span {
  padding-top: 1px;
}

.new-footer {
  background: #E30000 ! important;
  padding-bottom: 30px ! important;
  padding-top: 70px ! important;
  z-index: 999;
  position: relative;
}


.new-footer .col-md-7 a {
  margin-left: 0 ! important;
}

.link-logo-footer img {
  width: 300px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}



.link-logo-footer {
  display: inherit !important;
}
.les-camarades {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.les-camarades img {
  width: 1000px;
  max-width: unset;
}



.bloc-actualite-blog {
  background-repeat: no-repeat;
  background-size: 66px;
  background-position-x: 24px;
  background-position-y: 22px;
  border-radius: 23px;
  padding-left: 24px;
  padding-right: 24px;
}

.bloc-actualite-blog h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 115px;
}

.bloc-actualite-blog-content {
  padding-top: 25px;
}








.back-image-button-mobile {
  display: block !important;
  position: fixed !important;
  z-index: 999 !important;
  bottom: 20px !important;
  right: 17px !important;
}



.col-left-contribution {
  display: none;
}

.col-left-contribution {
  position: inherit;
  top: unset;
}


.col-right-contribution {
  padding-bottom: 15px;
  z-index: 9999;
  background: #fff;
}


.sous-titre-page {
  display: none;
}



.col-right-contribution div {
  display: inline-block;
}

.div-copier-le-lien-page {
  display: none !important;
}

.new-card-contribution {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-bottom: 22px;
  margin-bottom: 12px;
  padding-left: 44px;
  padding-top: 23px;
  position: relative;
}

.img-absolute {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 4px;
  top: 24px;
}




.new-card-contribution .lien-du-document {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 18px 8px;
  margin-right: 15px;
}

.pour-def-sug {
  position: relative;

}



.tous-les-membres-parent-sugg {
  display: flex;
  overflow: hidden;
  position: relative;
}



.sugg-et-tag {
  height: auto;
  overflow-y: unset;
  padding-top: 50px;
}




.tous-les-membre-sugs {
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: flex;
}



.suggestion-box-div-card {
  width: 314px;
  height: 240px;
  margin-right: 10px;
}

.pour-largeur {
   width: 314px; 
}

.tous-les-membre-sugs,
.tous-les-membres {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.suggestion-box-div-card {
  border-radius: 21.71px;
  padding: 19px 31px 14px 70px;
  margin-bottom: 30px;
  position: relative;
}


.suggestion-box-div-card p {
  width: 220px;
}
.suggestion-box-div-card-headder h3 {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  width: 220px;
}






.page-texte-vigueur h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  color: #1E1E1E;
  padding-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}




.page-texte-vigueur-div {
  margin-bottom: 40px;
}

.page-texte-vigueur-div {
  padding-right: 30px;
  padding-bottom: 30px;
  background: #F7ECFF;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.page-texte-vigueur h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  padding-top: 10px;
  margin: 0;
  padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}


.page-texte-vigueur {
  padding-bottom: 70px;
}


.le-journal-du-congres {
  background: #E30000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.le-journal-du-congres .col-md-5 img {
  margin-bottom: 20px;
}


.le-journal-du-congres h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
}
.le-journal-du-congres p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding-bottom: 30px;
  color: #FFFFFF;
}

.le-journal-du-congres a {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 13px;
  padding-bottom: 12px;
  width: 235px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-texte-soumis .les-textes-a-voter {
  padding-top: 40px !important;
}


.les-textes-a-voter a {
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 8px;
  width: 205px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}


.audio-lecteur {
  margin-top: 0;
  display: inherit;
}


.pasdding-mobile {
  margin-bottom: 30px;
}

audio {
  border-radius: 50px;
  width: 100%;
  margin-top: 6px;
}

.img-pre-footer img {
  width: auto;
  height: 368px;
  object-fit: cover;
}


.breadcrumb-actu {
  padding-top: 45px;
  padding-bottom: 57px;
}


.breadcrumb-actu a {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #1E1E1E;
  text-transform: uppercase;
}

.header-actualite {
  padding: 21px 6px 21px 19px;
  display: flex;
  border-radius: 23px;
  align-items: flex-start;
  margin-bottom: 40px;
}



.header-actualite img {
  width: 43px;
  height: 43px;
  margin-right: 18px;
}





.header-actualite h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
}

.content-actu-after p, .content-actu-after li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1E1E1E;
}

.content-actu-before p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1E1E1E;
}

.content-actu-after h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #1E1E1E;
}


.ajouter-date {
  background: linear-gradient(to bottom, #5C2482 217px, #F7ECFF 0);
  padding-top: 26px;
  padding-bottom: 32px;
}







.header-homepage h2, .le-pourquoi h2, .ajouter-date h2, .partager-contribution h2 {
  font-size: 34px;
  line-height: 44px;
}
.relatif {
  position: relative;
  padding-bottom: 40px;
}


.ajouter-date .col-lg-5 .div-lien-agenda {
  font-size: 14px;
}

.ajouter-date .col-lg-5 .div-lien-agenda img {
  height: 48px;
  width: auto;
  margin-right: 20px;
}


.ajouter-date .col-lg-5 .div-lien-agenda img {
  margin-right: 5px;
}
.atcb_button {
  width: 350px;
}



.chronologie-date {
  margin-top: 38px;
  margin-left: 35px;
}



.modal-sign-new {
  padding-left: 15px;
  padding-right: 15px;
}
.form-de-modal input {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  margin-bottom: 20px;
  width: 100%;
}


.user-session-form-container {
    padding-left: 15px;
  padding-right: 15px;
}




.form-de-modal {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.le-pourquoi {
  background: linear-gradient(to bottom, #FFED00 200px, #FFFDE7 0);
  padding-top: 32px;
  padding-bottom: 60px;
}
.le-pourquoi h2 {
  padding-bottom: 30px;
}
.header-homepage h2, .le-pourquoi h2, .ajouter-date h2, .partager-contribution h2 {
  font-size: 34px;
  line-height: 44px;
}


.le-pourquoi-un {
  padding-top: 40px;
}





.form-mes-informations {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 23px;  
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 15px;
  padding-right: 15px;
}





}	