.layout-slim {
	background: #D53C5E;
}


.logo-layout-slim {
	width: 334px;
	height: auto;
	margin-bottom: 20px;
	transition: all 0.3s;
}

.img-header-conv-mobile {
	display: none;
}

.my-accordeon-bloc-top {
	display: flex;
	padding: 20px;
	padding-right: 50px;
	align-items: center;
  justify-content: space-between;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s;
}

.my-accordeon-bloc {
		border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.10);
margin-bottom: 20px;
}

.hideFaq {
  transition: all .2s ease-out;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}

.my-accordeon-bloc-bottom {

	padding-left: 134px;
	padding-right: 80px;
transition: all .2s ease-out;

}

.my-accordeon-bloc-bottom p {
	color: rgba(0, 0, 0, 0.75);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

.my-accordeon-bloc-bottom li {
	color: rgba(0, 0, 0, 0.75);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;	
}

.white-color {
	color: #ffffff ! important;
	transition: all .2s ease-out;
}

.white-stroke {
	stroke: #ffffff ! important;
	transition: all .2s ease-out;
}

.white-path {
	color: rgba(255, 255, 255, 0.75) ! important;
	transition: all .2s ease-out;
}

.my-accordeon-bloc-bottom {
	transition: all .2s ease-out;
}
.background-red {
	transition: all .2s ease-out;
	background-color: #D53C5E ! important;
}

.my-accordeon-bloc-top svg path {
transition: all .2s ease-out;
}

.my-accordeon-bloc-top:hover {
	background: #D53C5E; 
}
.my-accordeon-bloc-top:hover h2 {
	color: #FFF; 
}
.my-accordeon-bloc-top:hover p {
	color: rgba(255, 255, 255, 0.75); 
}
.my-accordeon-bloc-top:hover svg path {
	stroke:#ffffff;
}


.my-accordeon-bloc-top img {
	width: 100px;
	margin-right: 22px;
	height: 100px;
	border-radius: 50%;
}
.my-accordeon-bloc-top h2 {
color: #D53C5E;
margin: 0;
font-size: 32px;
font-style: normal;
font-weight: 700;

transition: all 0.3s;
line-height: 120%;
}

.my-accordeon-bloc-top-prez {
	width: 80%;
}

.my-accordeon-bloc-top p {
color: rgba(0, 0, 0, 0.75);
font-size: 20px;
font-style: normal;
font-weight: 400;

transition: all 0.3s;
margin: 0;
line-height: 30px; 
}

.my-accordeon-bloc-top-first {
	display: flex;
	align-items: center;
}

.logo-layout-slim:hover {
	opacity: 0.8;
}

.div-logo-layout-slim {
	text-align: center;
}

.div-logo-layout-slim a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .form-errors .errorExplanation h2, .h1, .h2, .h3, .h4, .h5, .h6, .page-headline {
font-family: 'Khand', sans-serif;
}

.hide {
	display: none;
}

.img-mobile {
	display: none;
}


.truncate-100 p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4 ! important; /* number of lines to show */
           line-clamp: 4 ! important;
   -webkit-box-orient: vertical;
}

.truncate-100 p:not(:first-child) {
    display: none ! important;
}


.img-mobile-hp {
	display: none;
}

.col-margin-bt {
	margin-bottom: 30px;
}

.activity-stream-item .activity-time {
	display: none;
}

.explication-hp {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color: #ffffff;
}

.explication-hp p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: rgba(213, 60, 94, 0.75);	
	transition: all 0.5s;
	padding-top: 10px;
}

.explication-hp div svg {
	transition: all 0.5s;
}

.explication-hp div svg path {
	transition: all 0.5s;
}

.explication-hp .col-lg-4 div:hover p {
	color: rgba(213, 60, 94, 1);	
}

.explication-hp .col-lg-4 div:hover svg {
	margin-left: 25px;	
}

.explication-hp .col-lg-4 div:hover path {
	fill-opacity: 1;
}


.explication-hp .div-bo:hover svg {
	transform: rotate(80deg);
}


.explication-hp .div-fe:hover svg {
	transform: rotate(-30deg);
}
/*HEADER*/

.header-convention .ouvrir-sous-menu-name span,
.header-hp .ouvrir-sous-menu-name span {
	color: #ffffff ! important;
}

.ouvrir-sous-menu-name {
	cursor: pointer;
}

.ouvrir-sous-menu-name img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.ouvrir-sous-menu-name span {
	font-weight: 700;
font-size: 18px;
line-height: 23px;

color: #000000;
}

.ouvrir-sous-menu {
	display: inline-block;
	position: relative;
}

.menu {
	position: absolute;
	z-index: 9;
}
.logout-menu {
	font-weight: 400;
font-size: 18px;
line-height: 30px;

text-decoration: underline;
color: #D53C5E;
}

.logout-menu:hover {
	text-decoration: none;
	color: #D53C5E;
}

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

.ouvrir-sous-menu-content ul li {
	font-weight: 600;
font-size: 20px;
line-height: 30px;

color: #D53C5E;
}

.ouvrir-sous-menu-content {
position: absolute;
width: 240px;
right: 0;
text-align: right;
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 20px;
margin-top: 20px;
}

.container-convention,
.container-hp,
.container-normal {
	position: relative;
}


.container-normal .menu {
	position: absolute;
	z-index: 9;
	top: 24px;
	right: 40px;
}

.container-convention .menu,
.container-hp .menu {
	position: absolute;
	z-index: 9;
	top: 24px;
	right: 40px;
}
.norm-header {
font-weight: 700;
font-size: 18px;
line-height: 23px;
padding-right: 30px;
color: #FFFFFF;
}

.norm-header-norm {
font-weight: 700;
font-size: 18px;
line-height: 23px;
padding-right: 30px;
color: #000000;
}

.log-header-mobile {
	display: none;
}


.norm-header:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.norm-header-norm:hover {
	text-decoration: underline;
	color: #000000;
}
.log-header {
	padding: 12px 15px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s;
	color: #FFFFFF;
}
.log-header:hover {
	text-decoration: none;
	color: #D53C5E;
	background-color: #ffffff;
}

.log-header-norm {
	padding: 12px 15px;
	border: 1px solid #000000;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s;
	color: #000000;
}
.log-header-norm:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}

.pilote-div-un {
	width: calc(100% - 200px);
	display: flex;
  justify-content: start ! important;
}

.header-hp {
	background-image: url(back-header.png),linear-gradient(113deg, #DD7295 9.66%, #F70059 64.78%);
	background-repeat: no-repeat;
	background-size: 372px,auto;
	padding-top: 40px;
	background-position: right bottom 35px,bottom;
	padding-bottom: 130px;
}

.header-hp h1 {
font-size: 32px;
line-height: 120%;
margin-bottom: 0;
padding-bottom: 49px;
color: #FFFFFF;
}

.logo-header-hp {
	text-align: center;
}
.logo-header-hp img {
	width: 100%;
	height: auto;
	margin-top: 45px;
	width: 533px;
	display: block;
}

.bottom-suggggg {
	background: #FBEBEF;
	padding-top: 80px;
}

.top-suggggg {
	padding-top: 80px;
}

.form-hp-new {
width: 100%;
}
.input-mail {
	width: 50%;
}
.input-submit {
	padding: 18px 39px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
border-radius: 0px 4px 4px 0px;
background: unset;
transition: all 0.3s;
}
.input-submit:hover {
	background: #D53C5E;
}


.input-mail {
	background: #FFFFFF;
	border-radius: 4px 0px 0px 4px;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	line-height: 28px;
	color: #D53C5E;
	padding-top: 18px;
	padding-bottom: 18px;

	padding-left: 15px;
}

.header-convention {
	padding-top: 40px;
	position: relative;
	padding-bottom: 150px;
}

.img-header-conv {
	position: absolute;
width: 600px;
right: 0;
bottom: 240px;
	height: auto;
}

.img-header-conv-pop {
	bottom: 400px ! important;
}

.img-header-conv-ega {
  bottom: 320px !important;
}

.header-convention-une {
	background: linear-gradient(297.38deg, #E7245B 5.62%, #E72956 20.65%, #E93849 39.45%, #EC5234 61.07%, #EF7517 82.69%, #F39200 97.73%);
}

.header-convention-six {
	background: linear-gradient(90deg, #F70059 0%, #00A19A 100%);
}

.header-convention-deux {
	background: linear-gradient(90deg, #D53C5E 0%, #38428A 100%);
}

.header-convention-six .img-header-conv,
.header-convention-huit .img-header-conv {
	width: 300px ! important;
	right: 100px;
}

.header-convention-huit {
	background: linear-gradient(90deg, #F70059 0%, #D1C100 100%);
}

.header-convention-trois {

background: linear-gradient(297.38deg, #E7245B 3.74%, #82368C 97.73%);
}

.convention-cinq,
.header-convention-cinq {
	background: linear-gradient(280deg, #DC2C5D 2.71%, #203B58 94.04%);;
}


.logo-header-sugg {
	height: auto;
	width: 150px;
	margin-bottom: 84px;
	transition: all 0.3s;
}

.logo-header-sugg:hover {
	opacity: 0.8;
}

.header-convention .special-span {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	background: #FFFFFF;
	border-radius: 100px;
	line-height: 12px;
	padding: 5px 8px;
	text-transform: uppercase;
	color: #D53C5E;
}

.header-convention h1 {
	margin-bottom: 0;
	padding-bottom: 44px;
	padding-top: 40px;
	font-size: 56px;
	line-height: 120%;
	color: #FFFFFF;	
}

.header-convention p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;	
}

/*FOOTER*/


footer {
	display: none;
}

.new-footer-bottom-rs a {
	padding-left: 10px;
	padding-right: 10px;
}


.new-footer-top {
	background: #F9337A;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}

.new-footer-top a {
	font-size: 16px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;	
}

.new-footer-top a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}



.new-footer-bottom {
	background: #F70059;
	padding-top: 57px;
	text-align: center;
	padding-bottom: 40px;
}

.new-footer-bottom img {
	width: 334px;
	margin-bottom: 50px;
	height: auto;
	transition: all 0.3s;
}

.new-footer-bottom img:hover {
	opacity: 0.8;
}

.new-footer-bottom-p-un {
	padding-bottom: 20px;
}

.new-footer-bottom-p-un p {
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
}

.new-footer-bottom-p-deux {
	padding-top: 18px;
}

.new-footer-bottom-p-deux p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 30px; 
	margin-bottom: 0;
}

.new-footer-bottom-p-deux a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}

.new-footer-bottom-p-deux a:hover {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}








.ressource-pilote {
	padding-top: 60px;
}


.ressource-top {
	padding-bottom: 48px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.ressource-top h2 {
	font-size: 38px;
	line-height: 120%;
	margin-bottom: 0;
	color: #000000;	
	padding-left: 20px;
}

.ressource-top a {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #D53C5E;
}

.ressource-top a:hover {
	color: #D53C5E;
	text-decoration: underline;
}

.col-lg-12-ressource a:hover {
	text-decoration: none;
}

.col-lg-12-ressource,
.col-twitter {
	margin-bottom: 20px;
}

.ressource-div {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;	
	padding: 25px 20px 17px 20px;
	background-color: #ffffff;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}

.ressource-div h3 {
	margin-bottom: 0;
	font-size: 32px;
	line-height: 120%;
	color: #D53C5E;	
	transition: all 0.3s;
	width: 70%;
}

.ressource-div p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.75);
	transition: all 0.3s;
}

.ressource-div p span {
	color: #D53C5E;
	transition: all 0.3s;
}

.ressource-div div {
	display: flex;
	align-items: center;
}

.ressource-div div svg {
	margin-left: 10px;
}

.ressource-div:hover {
	background: #D53C5E;
}

.ressource-div:hover h3 {
	color: #FFFFFF;
}

.ressource-div:hover p {
	color: rgba(255, 255, 255, 0.6);
}

.ressource-div:hover p span {
	color: rgba(255, 255, 255, 1);
}

.ressource-div path {
	transition: all 0.3s;
}

.ressource-div:hover path {
	fill: #ffffff;
}

.ressource-div:hover .path-micro {
	fill: unset ! important;
	stroke: #ffffff;
}

.webinaires {

}
.webinaires h2 {
	font-size: 38px;
	line-height: 120%;
	padding-left: 20px;
	margin-bottom: 0;
	color: #000000;	
	padding-bottom: 24px;
}

.ressource-pilote-pilote {
	padding-bottom: 80px;
}

.ressource-pilote-pilote-top,
.webinaires-top {
	padding-top: 100px;
	padding-bottom: 41px;
}

.ressource-pilote-pilote-top h2 {
	font-size: 38px;
	line-height: 120%;
	padding-left: 20px;
	margin-bottom: 0;
	color: #000000;	
	padding-bottom: 24px;
}

.ressource-pilote-pilote-top p {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.75);
}

.ressource-pilote-pilote-top p a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: underline;
}

.ressource-pilote-pilote-top p a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}


.col-twitter a:hover {
	text-decoration: none;
}

.lien-vers:hover {
	text-decoration: none;
}

.lien-vers p {
	color: #000000;
}
.lien-vers:hover h3 {
	text-decoration: underline;
}


.card,
.is-hover-box {
	transition: all 0.3s;
}

.is-hover-box {
	box-shadow: unset;
}

.pilote-div {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;	
	background-color: #ffffff;
	transition: all 0.3s;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-answer {
	background: #FAFBFF;
}

.pilote-div div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pilote-div img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 22px;
}

.pilote-div h3 {
	transition: all 0.3s;
	font-size: 32px;
	line-height: 120%;
	color: #D53C5E;	
	margin-bottom: 0;
}
.pilote-div p {
	transition: all 0.3s;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.75);	
}

.pilote-div p span {
	transition: all 0.3s;
	color: #D53C5E;
}

.pilote-div svg {
	margin-left: 10px;
}

.pilote-div:hover {
	background: #D53C5E;
}

.pilote-div:hover h3 {
	color: #FFFFFF;
}

.pilote-div:hover p {
	color: rgba(255, 255, 255, 0.6);
}

.pilote-div:hover p span {
	color: #FFFFFF;
}








.ressource-donner-avis {
	background: #D53C5E;
	padding-bottom: 112px;
	padding-top: 121px;
	background-image: url(convention-nationale-ps-header.png);
	background-repeat: no-repeat;
background-size: 30%;
background-position-x: right;
background-position-y: center;
}

.ressource-donner-avis h2 {
font-size: 62px;
line-height: 120%;
padding-bottom: 35px;
color: #FFFFFF;
margin-bottom: 0;
}

.ressource-donner-avis p {
font-size: 24px;
line-height: 34px;
margin-bottom: 0;
padding-bottom: 42px;
color: #FFFFFF;	
}

.ressource-donner-avis span {
	display: inline-block;
	transition: all 0.3s;
	padding: 12px 44px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;	
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
}

.ressource-donner-avis span:hover {

	color: #D53C5E;
	background-color: #ffffff;
}





.convention-une {
	background: linear-gradient(90deg, #D53C5E 0%, #82368C 100%);
}


.convention-une img {
	height: 200px;
	width: auto;
}



.convention-deux {
	background: linear-gradient(106.46deg, #414F95 2.05%, rgba(211, 60, 93, 0.94) 99.7%);
}


.convention-trois {
	background: linear-gradient(297.38deg, #E7245B 5.62%, #E72956 20.65%, #E93849 39.45%, #EC5234 61.07%, #EF7517 82.69%, #F39200 97.73%);
}

.convention-quatre {
	background: linear-gradient(297.38deg, #E7245B 3.74%, #82368C 97.73%);
}



.convention-deux img {
	width: auto;
	height: 142px;
}


.convention-norme  {
	padding-top: 90px;
	padding-bottom: 88px;
}

.convention-norme img {
	transition: all 0.3s;
}

.convention-norme img:hover {
	opacity: 0.8;
}

.convention-norme h2 {
	margin-bottom: 40px;
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 8px;
	text-transform: uppercase;
	color: #D53C5E;	
	background: #FFFFFF;
	display: inline-block;
	border-radius: 100px;
}

.convention-norme p {
	margin-bottom: 0;
	padding-bottom: 60px;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
}

.convention-norme .col-lg-6 a {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding: 12px 25px;
	color: #FFFFFF;	
	margin-right: 15px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	transition: all 0.3s
}

.link-acces {
	border: none ! important;
}

.convention-norme .col-lg-5 {
	display: flex;
	align-items: center;
	justify-content: end;
}

.convention-norme .col-lg-5 a:hover {
	text-decoration: none;
}

.convention-norme .col-lg-6 a:hover {
	color: #D53C5E;
	background-color: #ffffff;
	text-decoration: none;
}

.convention-norme span {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;	
	color: #FFFFFF;	
}

.convention-norme span:hover {
	text-decoration: underline;
}









.logo-header-normal {
	height:auto;
	width: 200px;
	transition: all 0.3s;
}

.logo-header-normal:hover {
	opacity: 0.8;
}
.header-normal {
	padding-top: 40px;
}

.page-content p {
font-size: 20px;
line-height: 30px;
font-weight: 400;
margin-bottom: 0;
padding-bottom: 40px;
}

.page-content li {
font-size: 20px;
line-height: 30px;
font-weight: 400;
}
.page-content ul {
	padding-bottom: 40px;
}


.page-content h2 {
font-weight: 700;
font-size: 56px;
line-height: 120%;
padding-bottom: 35px;
margin-bottom: 0;
}

.page-content h3 {
font-size: 38px;
line-height: 120%;
margin-bottom: 0;
padding-bottom: 15px;
}

.page-content h4 {
font-size: 32px;
line-height: 120%;
margin-bottom: 0;
padding-bottom: 20px;
}

.page-content p a {
	font-weight: 600;
	color: #D53C5E;
	text-decoration: underline;
}

.page-content p a:hover {
	color: #D53C5E;
	text-decoration: none;	
}


.header-sous-chapitre span {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
	line-height: 1;
    letter-spacing: -0.12px;
    padding: 4.5px 8px;
	border-radius: 100px;
	border: 1px solid #FFF;
	text-transform: uppercase;
}





.convention-six {
	background: linear-gradient(90deg, #F70059 0%, #00A19A 100%);
}
.convention-six img,
.convention-huite img {
	max-width: 242px;
}

.convention-huite {
	background: linear-gradient(90deg, #F70059 0%, #D1C100 100%);
}



.explication-hp p {
	color: #F70059;
}




.groupe-de-travail-chantier {
	padding-top: 100px;

}




.groupe-de-travail-chantier .groupe-de-travail-top {
		padding-bottom: 41px;
}


.groupe-de-travail-chantier .my-accordeon-bloc-top-prez {
  width: auto ! important;
}



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

	.img-header-conv {
	  position: absolute;
	  width: 450px;
	  right: 0;
	  bottom: 290px;
	  height: auto;
	}
}


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

.groupe-de-travail-chantier  {
	padding-top: 40px;

}
.groupe-de-travail-chantier .groupe-de-travail-top {
    padding-bottom: 30px;
}


.groupe-de-travail-chantier .my-accordeon-bloc-top-first {
	width: 100% ! important;
	align-items: center ! important;
	justify-content: space-between ! important;
}

.groupe-de-travail-chantier  .my-accordeon-bloc-top-svg {
    position: absolute;
    bottom: 6px ! important;
    right: unset ! important;
    left: 20px  ! important;
  }



.groupe-de-travail-chantier  .my-accordeon-bloc-top-prez {
    width: calc(100% - 95px) ! important;
  }


.pilote-div-un {
	width: 100%;
}


.en-cours {
	font-size: 12px !important;
  display: inline-block !important;
  line-height: 12px ! important;
}

.my-accordeon-bloc-bottom p {
	color: rgba(0, 0, 0, 0.75);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}


.my-accordeon-bloc-bottom li {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
}



.my-accordeon-bloc-top h2 {

  margin: 0;
  font-size: 24px;

}


.my-accordeon-bloc-top p {

  font-size: 16px;

}

.my-accordeon-bloc-top img {
  width: 80px;
  height: 80px;
  margin-right: 0;
}

.my-accordeon-bloc-top {
	padding: 20px;
}
.my-accordeon-bloc-top-first {
  display: flex;
  align-items: initial;
  flex-direction: row-reverse;
}

  .my-accordeon-bloc-top-svg {
    position: absolute;
    bottom: 22px;
    right: 45px;
  }
.my-accordeon-bloc {
  position: relative;
}

.my-accordeon-bloc-top-img {
	width: 80px;
}

.my-accordeon-bloc-top-prez {
	width: calc(100% - 85px);
}

.my-accordeon-bloc-bottom {
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-out;
}










.log-header-mobile {
	display: inline-block;
}
.log-header-mobile img {
	width: 52px;
	height: 52px;
}
.convention-deux img {
	width: 100%;
	height: auto;
}
.log-header,
.log-header-norm {
	display: none;
}
.logo-header-normal {
  height: 60px;
  width: auto;
  transition: all 0.3s;
}
.header-convention {
  padding-top: 20px;
  position: relative;
  padding-bottom: 40px;
}
.header-normal {
  padding-top: 20px;
}
.logo-header-sugg {
  height: 60px;
  width: auto;
  margin-bottom: 44px;
  transition: all 0.3s;
}
.img-header-conv {
	display: none;
}
.container-convention .menu {
	right: 20px;
	top: 6px;
}
.header-convention h1 {
  margin-bottom: 0;
  padding-bottom: 31px;
  padding-top: 40px;
font-size: 44px;
line-height: 120%;
  color: #FFFFFF;
}
.norm-header-norm {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding-right: 20px;
  color: #000000;
}
.norm-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding-right: 20px;
  color: #FFFFFF;
}
.ouvrir-sous-menu-name img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.page-content p {
font-size: 18px;
line-height: 30px;
padding-bottom: 20px;
}

.ouvrir-sous-menu-name span {
	display: none;
}
.container-normal .menu {
  position: absolute;
  z-index: 9;
  top: 6px;
  right: 20px;
}
.page-content li {
font-size: 18px;
line-height: 30px;
font-weight: 400;
}

.page-content h2 {
font-weight: 700;
font-size: 38px;
line-height: 120%;
padding-bottom: 10px;
margin-bottom: 0;
}

.page-content h3 {
font-size: 32px;
line-height: 120%;
margin-bottom: 0;
padding-bottom: 20px;
}

.page-content h4 {
font-size: 32px;
line-height: 120%;
margin-bottom: 0;
padding-bottom: 20px;
}


.explication-hp {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #ffffff;
}



.explication-hp .col-lg-4 div {
	padding-bottom: 60px;
}





.convention-norme .col-lg-5 {
  display: none;
}

.convention-norme {
  padding-top: 60px;
  padding-bottom: 37px;
}


.img-mobile {
	display: block;
	margin-bottom: 40px;
}


.convention-norme .col-lg-6 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 25px;
  color: #FFFFFF;
  margin-right: 0px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  transition: all 0.3s;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
.convention-norme span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

.convention-norme p {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.convention-norme h2 {
  margin-bottom: 60px;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px;
  text-transform: uppercase;
  color: #D53C5E;
  background: #FFFFFF;
  display: inline-block;
  border-radius: 100px;
}

.new-footer-top a {
  font-size: 16px;
  line-height: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.new-footer-top {
	padding-bottom: 0;
}
.logo-header-hp {
	display: none;
}





.img-mobile-hp {
	display: block;
	text-align: right;
}
.img-mobile-hp img {
	margin-bottom:100px;
}




.header-hp h1 {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #FFFFFF;
}

.header-hp {
  background: linear-gradient(113deg, #DD7295 9.66%, #F70059 64.78%);
  padding-top: 120px;
  padding-bottom: 40px;
}

.input-mail,
.input-submit {
width: 50%;
}
.input-submit {

padding: 18px;
padding-left: unset;
padding-right: unset;
}

.container-hp .menu {
  position: absolute;
  z-index: 9;
  top: -90px;
  right: 30px;
}




	.ressource-pilote {
	  padding-top: 40px;
	}
	.ressource-top h2 {
	  font-size: 38px;
	  line-height: 120%;
	  margin-bottom: 0;
	  color: #000000;
	  padding-bottom: 20px;
	  padding-left: 0px;
	}
	.ressource-top {
	  padding-bottom: 33px;
	  display: inherit;
	  align-items: flex-end;
	  justify-content: space-between;
	}

	.ressource-div {
		display: block;
		padding: 15px 20px 20px 20px;
	}
	.ressource-pilote-pilote-top h2,
	.webinaires h2 {
	  font-size: 38px;
	  line-height: 120%;
	  padding-left: 0px;
	  margin-bottom: 0;
	  color: #000000;
	}

	.ressource-pilote-pilote-top p {
		padding-left: 0;
	}
	.ressource-div h3 {
		padding-bottom: 9px;
		width: 100%;
	}
	.ressource-pilote-pilote-top,
	.webinaires-top {
	  padding-top: 40px;
	  padding-bottom: 30px;

	}

.pilote-div div {
  display: flex;
  align-items: center;
  justify-content: normal;
}

.pilote-div {
	display: block;
}


.pilote-div img {
  width: 80px;
  height: 80px;
  margin-right: 14px;
}

.ressource-donner-avis h2 {
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 363px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.ressource-donner-avis p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  padding-bottom: 34px;
  color: #FFFFFF;
}
.ressource-donner-avis {
	padding-bottom: 56px;
	padding-top: 60px;
	background-size: 352px;
	background-position-y: 217px;
}



.img-header-conv-mobile {
	display: block;
	height: auto;
	margin-top: 40px;
	width: 100%;
}

}	