/*
Theme Name: Axentiel
Theme URI: https://comtogether.fr
Author: Com Together - Agence de Communication à Bordeaux et Périgueux
Author URI: https://comtogether.fr
Version: 1.0
Requires PHP: 7.4
Text Domain: axentiel
*/
.hidden {display: none;}
/* MCE */

.alignnone {
    margin: 0px 00px 20px 0;
    max-width: 100%; 
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-smiley {
    height: 20px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.2;
}
h1,h2,h3,h4,h5,h6 {line-height: 1;}
ul {padding: 0;margin: 0;list-style-type: none;}
header {
	padding: 10px 0;
	z-index: 100;
}
header a.logo {
	display: block;
}
header ul.menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
header ul.menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px;
	text-decoration: none;
	color: #4d4c4c;
	text-transform: uppercase;
	font-weight: 600;
}
header ul.menu > li.menu-item-has-children > a:after {
	content: '';
	margin-left: 5px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJEb3duX0Fycm93XzNfIiBkPSJtNjQgODhjLTEuMDIzIDAtMi4wNDctLjM5MS0yLjgyOC0xLjE3MmwtNDAtNDBjLTEuNTYzLTEuNTYzLTEuNTYzLTQuMDk0IDAtNS42NTZzNC4wOTQtMS41NjMgNS42NTYgMGwzNy4xNzIgMzcuMTcyIDM3LjE3Mi0zNy4xNzJjMS41NjMtMS41NjMgNC4wOTQtMS41NjMgNS42NTYgMHMxLjU2MyA0LjA5NCAwIDUuNjU2bC00MCA0MGMtLjc4MS43ODEtMS44MDUgMS4xNzItMi44MjggMS4xNzJ6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIi8+PC9nPjwvc3ZnPgo=);
	background-size: cover;
	-webkit-filter: invert(1);
	        filter: invert(1);
}
header ul.menu li.menu-item-has-children {
	position: relative;
}
header ul.menu li.menu-item-has-children ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 10px solid transparent;
    font-size: .9rem;
    z-index: 15;
}
header ul.menu li.menu-item-has-children:hover > ul {
	display: block;
}
header ul.menu li.menu-item-has-children ul li {
	width: 100%;
}
header ul.menu li.menu-item-has-children ul li a {
	background: #97b921;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid white;
    text-transform: none;
}
header ul.menu li.menu-item-has-children ul ul {
	top: 0;
	left: 100%;
	border: none;
}
body:not(.home) header {
	position: initial!important;
	background: #f2f2f2;
}
body:not(.home) header a.logo img {
	-webkit-filter: initial;
	        filter: initial;
}
body:not(.home) header ul.menu > li > a,
header.scrolled header ul.menu > li > a {
	color: #4d4c4c;
}
body:not(.home) header ul.menu > li.menu-item-has-children > a:after,
header.scrolled header ul.menu > li.menu-item-has-children > a:after,
header.scrolled ul.menu > li.menu-item-has-children > a:after {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
header.scrolled {
    background: white;
    border-bottom: 3px solid #97b921;
    position: fixed;
    left: 0;
    right: 0;
    position: fixed!important;
    left: 0;
    right: 0;
}
header.scrolled a.logo img {
	-webkit-filter: initial;
	        filter: initial;
	max-height: 60px;
    width: auto;
}
header.scrolled ul.menu > li > a {
	color: #4c4c4c;
}
body:not(.home) header.scrolled {
	position: fixed!important;
	left: 0;
	right: 0;
	background: white;
}
.btn-a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    background: #97b921;
    color: white;
    text-decoration: none;
    padding: 0.938rem 1.875rem;
    border-radius: 30px;
}
.btn-a:hover,
.btn-a:focus,
.btn-a:active {
	color: white;
}
#home {
	position: relative;
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
	background: -o-linear-gradient(#f5f5f5 0%, #fff 100%);
	background: linear-gradient(#f5f5f5 0%, #fff 100%);
	padding-top: 50px;
}
#home img {
    display: block;
}
#home .absolute-container {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
}
#home h1 {
	color: #97b921;
    font-weight: 800;
    font-size: 2.063rem;
    margin-bottom: 0;
}
#home h2 {
	color: #4d4c4c;
	font-size: 1.313rem;
	font-weight: 600;
    display: inline-block;
}
#home .citation {
	font-family: pacifico, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.788rem;
	line-height: 1;
	color: #4d4c4c;
	padding-left: 50px;
    display: block;
    position: relative;
}
#home .citation:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -20px;
	left: 15px;
	background-image: url('images/quote.svg');
	background-size: 30px;
	background-repeat: no-repeat;
}
#home ul.boutons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#home ul.boutons li:not(:last-child) {
	margin-right: 0.625rem;
}
#home ul.boutons li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    background: #97b921;
    padding: 1rem 1.25rem;
    text-decoration: none;
    border-radius: 30px;
    color: white;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#home ul.boutons li a:hover {
	background: #4d4c4c;
}
#presentation img {
	border-radius: 10px;
}
#presentation h2,
#expertises h2,
#temoignages h2 {
	margin-bottom: 0.938rem;
    color: #97b921;
    font-weight: 800;
    text-transform: uppercase;
}
#presentation .contenu ul {
	list-style-type: disc;
	padding: 0 0 0.938rem 1.875rem;
}
#presentation .contenu p:last-child {
	margin-bottom: 0;
}
#data {
	background: #4d4c4c;
}
#data:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/waves.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	transform: translateY(-1px);
}
#data:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/wavesNegative.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	transform: translateY(1px);
}

#expertises h2 {
	color: #4d4c4c;
}
#expertises h2:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url('images/logo-minify.png');
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
#data .enjeu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#data .enjeu svg,
#data .enjeu img,
#expertises .expertise .pictogramme svg,
#expertises .expertise .pictogramme img {
	fill: white;
	width: 100%;
	max-width: 60px;	
}
#data .enjeu span.pictogramme,
#expertises .expertise span.pictogramme {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #97b921;
	border-radius: 100%;
	margin: auto 0.938rem 0.938rem 0;
}
#data .enjeu span:not(.pictogramme),
#data .chiffre span:not(.pourcentage):not(.value) {
	display: block;
	font-weight: 800;
	font-size: 1.2rem;
	color: white;
}
#data .chiffre span:not(.pourcentage):not(.value) {
	color: #97b921;
}
#data .chiffre {
	background: white;
    padding: 2rem;
    border-radius: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#data .chiffre .pourcentage {
	display: block;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 0.938rem 0;
	color: #4d4c4c;
}
#data .chiffre .pourcentage:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #4d4c4c;
    border-radius: 5px;
    margin: 1rem auto 0;
}
#data .chiffre span:not(.pourcentage) {
	text-align: center;
}
#expertises .expertise {
	-webkit-box-shadow: 0px 3px 80px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 3px 80px rgba(0, 0, 0, 0.05);
	background: white;
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
}
#expertises .expertise .content {
	padding: 1.875rem 0.938rem;
}
#expertises .expertise .content h3 {
	text-align: center;
    color: #97b921;
    margin-bottom: 1.875rem;
    font-weight: bold;
}
#expertises .expertise .content h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #97b921;
    border-radius: 5px;
    margin: 0.875rem auto 0 auto;
}
#expertises .expertise .content a:not(.btn-a) {
	color: #97b921;
}
#expertises .expertise img {
	width: 100%;
	height: auto;
	max-height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
}
#expertises .expertise span.pictogramme {
	margin: -40px auto 0 auto;
	position: relative;
	width: 80px;
    height: 80px;
}
#expertises .expertise span.pictogramme img,
#expertises .expertise span.pictogramme svg {
	max-width: 40px;
}
#expertises .expertise ul {
	list-style-type: disc;
	padding: 0 0 0.938rem 1.875rem;
}
#expertises .expertise .btn-a {
	display: block;
	text-align: center;
	border-radius: 0;
}
#temoignages {
	background: #4d4c4c;
}
#temoignages:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/waves.svg');
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	transform: translateY(-1px);
}
#temoignages:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/wavesNegative.svg');
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	transform: translateY(1px);
}
#temoignages h2 {
	color: white;
}
#temoignages #quote {
	fill: #97b921;
	max-width: 60px;
	display: block;
	margin: auto;
}
#temoignages .owl-temoignages {
	margin-top: 1.875rem;
	text-align: center;
	color: white;
}
#temoignages .owl-temoignages .temoignage {
	margin-bottom: 0.938rem;
}
#temoignages .owl-temoignages .identite {
	display: block;
	color: #97b921;
	font-weight: 600;
	margin-top: 0.938rem;
}
#temoignages .owl-temoignages .owl-nav button img {
	max-width: 40px;
}
#temoignages .owl-temoignages .owl-nav button.disabled {
	opacity: .1;
}
#logos img {
	width: auto;
	height: 100px;
}

#head {
	background-color: #f2f2f2;
	position: relative;
	/*color: white;*/
	min-height: 200px;
}
#head:before {
	content: '';
	width: 100%;
	height: 30px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
	background-image: url('images/wave_top.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
    -webkit-transform: rotate(180deg) translateY(-1px);
        -ms-transform: rotate(180deg) translateY(-1px);
            transform: rotate(180deg) translateY(-1px);
}
#head .container-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#head h1 {
	color: #97b921;
}
#head #breadcrumbs a {
	color: #97b921;
}
#head .no-thumbnail-content #breadcrumbs a,
#head .no-thumbnail-content #breadcrumbs {
	color: #97b921;
}
#head .no-thumbnail {
	height: 350px;
	background: #f2f2f2;
	display: block;
}
#head .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 15px;
}
#head .date:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxwYXRoIGQ9Im0zOCAyNGMtMS4xIDAtMiAuOS0yIDJ2M2gtMy4xOWMtNC4zMSAwLTcuODEgMy41LTcuODEgNy44MXYzMi4zOWMwIDQuMyAzLjUgNy44MSA3LjgxIDcuODFoMzQuMzljNC4zIDAgNy44MS0zLjUgNy44MS03Ljgxdi0zMi4zOWMwLTQuMy0zLjUtNy44MS03LjgxLTcuODFoLTMuMnYtM2MwLTEuMS0uOS0yLTItMnMtMiAuOS0yIDJ2M2gtMjB2LTNjMC0xLjEtLjktMi0yLTJ6bTIyIDl2M2MwIDEuMS45IDIgMiAyczItLjkgMi0ydi0zaDMuMTljMi4xIDAgMy44MSAxLjcxIDMuODEgMy44MXYzMi4zOWMwIDIuMS0xLjcxIDMuODEtMy44MSAzLjgxaC0zNC4zOGMtMi4xIDAtMy44MS0xLjcxLTMuODEtMy44MXYtMzIuMzljMC0yLjEgMS43MS0zLjgxIDMuODEtMy44MWgzLjE5djNjMCAxLjEuOSAyIDIgMnMyLS45IDItMnYtM3oiLz48Y2lyY2xlIGN4PSIzOSIgY3k9IjQ5IiByPSIzIi8+PGNpcmNsZSBjeD0iNTAiIGN5PSI0OSIgcj0iMyIvPjxjaXJjbGUgY3g9IjYxIiBjeT0iNDkiIHI9IjMiLz48Y2lyY2xlIGN4PSIzOSIgY3k9IjYwIiByPSIzIi8+PGNpcmNsZSBjeD0iNTAiIGN5PSI2MCIgcj0iMyIvPjxjaXJjbGUgY3g9IjYxIiBjeT0iNjAiIHI9IjMiLz48L2c+PC9zdmc+);
	background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
#credits {
	background: #4d4c4c;
    padding: 0.938rem 0;
    color: white;
    font-size: .9rem;
}
#credits a {
	color: #97b921;
	text-decoration: none;
}
ul.contact li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin-right: 10px;
}
ul.contact li {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.contact li.localisation:before {
	background-image: url('images/location.svg');
}
ul.contact li.tel:before {
	background-image: url('images/telephone.svg');
}
ul.contact li.mail:before {
	background-image: url('images/mail.svg');
}
footer {
	/*background: #F2F2F2;*/
	border-top: 3px solid #f2f2f2;
}
footer ul,
#credits ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style-type: none;
} 
footer ul li {
	width: 100%;
	text-align: left;
}
footer ul li a {
	text-decoration: none;
	color: #4d4c4c;
}
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
	color: #97b921;
}
footer ul.social,
#contenu .contact_form ul.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer ul.social li a svg,
#contenu .contact_form ul.social li a svg {
	width: 30px;
	height: 30px;
}
footer ul.logos {
	font-size: .7rem;
}
footer ul.logos li {
	text-align: center;
}
footer ul.logos li:first-child {
	width: 60%;
}
footer ul.logos li:last-child {
	width: 40%;
}
footer ul.logos li img {
    width: auto;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
}
footer ul.social li,
#contenu .contact_form ul.social li {
	width: auto;
	margin: 0 5px;
}
footer ul.social li a,
#contenu .contact_form ul.social li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100%;
	background: #97b921;
	width: 40px;
	height: 40px;
}
footer ul.social li a:hover,
footer ul.social li a:focus,
footer ul.social li a:active,
#contenu .contact_form ul.social li a:hover,
#contenu .contact_form ul.social li a:focus,
#contenu .contact_form ul.social li a:active {
	background: #4d4c4c;
}
footer ul.social li a svg,
#contenu .contact_form ul.social li a svg {
	fill: white;
	width: 20px;
    height: 20px;
}
footer h4 {
	font-size: 1rem;
	font-weight: 800;
	color: #4d4c4c;
}
/*footer ul.contact {
	margin-top: 1.875rem;
}*/
footer ul.contact li:not(:last-child) {
	margin-bottom: 0.938rem;
}
footer ul.contact li span {
	display: block;
}
#contenu img {
	border-radius: 10px;
}
#contenu h2 {
	margin-bottom: 0.938rem;
    color: #97b921;
    font-weight: 600;
    font-size: 1.8rem;
}
#contenu .bloc_1 .bloc_1_content ul,
#contenu .page_content ul {
	list-style-type: disc;
	padding-left: 1.875rem;
	margin-bottom: 0.938rem;
}
#contenu .bloc_1 .bloc_1_content a:not(.btn-a),
#contenu .bloc_3 a:not(.btn-a),
#contenu .page_content a {
	color: #97b921;
	text-decoration: none;
}
#contenu .bloc_1 .bloc_1_content ul.boutons {
	list-style-type: none;
	padding: 0;
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#contenu .bloc_1 .bloc_1_content ul.boutons li:not(:last-child) {
	margin-right: 10px;
}
#contenu .bloc_2 {
	background: #4d4c4c;
	color: white;
}
#contenu .bloc_2:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/waves.svg');
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	transform: translateY(-1px);
}
#contenu .bloc_2:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('images/wavesNegative.svg');
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	transform: translateY(1px);
}
#contenu .bloc_2.last:after {
	content: none;
}
#contenu .bloc_2 .container {
    padding-bottom: calc(3rem + 30px)!important;
}
#contenu .bloc_2 h2 {
	margin-bottom: 0.938rem;
    color: #97b921;
    font-weight: 800;
    text-transform: uppercase;
}
#contenu .bloc_2 .bloc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#contenu .bloc_2 .bloc span.pictogramme {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #97b921;
    border-radius: 100%;
    margin: auto 0.938rem 0.938rem 0;
}
#contenu .bloc_2 .bloc span.pictogramme svg,
#contenu .bloc_2 .bloc span.pictogramme img {
    fill: white;
    width: 100%;
    max-width: 60px;
}
#contenu .bloc_2 .bloc span:not(.pictogramme) {
	display: block;
    font-weight: 600;
    color: white;
    font-size: 1.1rem;
    text-align: center;
}
#contenu .bloc_2 .bloc a.btn-a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    background: #97b921;
    padding: 1rem 1.25rem;
    text-decoration: none;
    border-radius: 30px;
    color: white;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 0.938rem;
}
#contenu .bloc_3 {
	background: #4d4c4c;
	position: relative;
	color: white;
}
#contenu .bloc_3:before {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-image: url(images/wave_top.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    transform: translateY(-1px);
}
#contenu .bloc_4 .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #97b921;
    width: 130px;
    height: 130px;
    background: #4d4c4c;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    margin: auto auto 1rem auto;
}
#contenu .bloc_4 .intitule {
	display: block;
	text-align: center;
	color: #4d4c4c;
	font-weight: 600;
}
#contenu .contact_form input:not([type="checkbox"]),
#contenu .contact_form textarea {
	width: 100%;
	padding: 0.313rem;
	outline: none;
	border: 1px solid #97b921;
	border-radius: 5px;
}
#contenu .contact_form label {
	display: block;
	margin-bottom: 0.213rem;
}
#contenu .contact_form input[type="submit"] {
	background: #97b921;
    padding: 15px 30px;
    display: block;
    width: 100%;
    margin-top: 15px;
}
#contenu .contact_form input[type="submit"]:disabled {
	opacity: .5;
}
#contenu .contact_form .wpcf7-not-valid {
	border-color: #dc3232!important;
}
#contenu .contact_form span[data-name="rgpd"] .wpcf7-list-item {
	margin: 0;
}
#contenu .contact_form ul.contact li,
#contenu .contact_form ul.contact li span {
	display: block;
	width: 100%;
}
#contenu .contact_form ul.contact li {
	margin-bottom: 10px;
}
#contenu .contact_form ul.contact li a {
	color: #97b921;
	text-decoration: none;
}
#contenu .contact_form form .wpcf7-response-output {
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
#catalogue .barre {
	top: 30px;
}
#catalogue ul.links {
	margin-top: 15px;
}
#catalogue ul.links li a {
	padding: 10px;
	color: #4d4c4c;
	display: block;
	border: 2px solid #4d4c4c;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#catalogue ul.links li a:hover,
#catalogue ul.links li a:active,
#catalogue ul.links li a:focus {
	background: #4d4c4c;
	color: white;
}
#catalogue ul.links li:not(:last-child) {
	margin-bottom: 10px;
}
#catalogue #catalogue_open {
	padding: 15px;
	-webkit-box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
	        box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
    background: white;
    display: block;
    border-radius: 20px;
    text-decoration: none;
}
#catalogue #catalogue_open img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#catalogue #catalogue_open span.btn {
	display: block;
    background: #97b921;
    color: white;
    margin-top: 15px;
}
#catalogue .introduction h2 {
	font-size: 1.5rem;
    color: #4d4c4c;
    margin-bottom: 30px;
}
#catalogue .introduction a {
	text-decoration: none;
	color: #97b921;
}
#catalogue a.formation {
	display: block;
	-webkit-box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
	        box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
    background: white;
    border-radius: 20px;
    padding: 75px 15px 25px 15px;
    text-decoration: none;
    color: #000;
    position: relative;
    height: 100%;
}
#catalogue a.formation p {
    min-height: 165px;
}
#catalogue a.formation .thematique {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 20px 0 100% 0;
	position: absolute;
	top: 0;
	left: 0;
}
#catalogue a.formation h3 {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1.5rem;
}
#catalogue a.formation span.btn {
	display: block;
	color: white;
    font-weight: 500;
    font-size: .9rem;
}
#catalogue .additionnel a.formation {
	background: white;
	padding: 30px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #4d4c4c;
	text-align: center;
}
#catalogue .additionnel a.formation span.titre {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	color: #97b921;
	line-height: 1;
}
#catalogue .additionnel a.formation p {
	min-height: auto;
	margin-bottom: 0;
}
#catalogue .accordeon .item,
#kit .accordeon .item {
}
#catalogue .accordeon .item:not(:last-child),
#kit .accordeon .item:not(:last-child) {
	margin-bottom: 15px;
}
#catalogue .accordeon .item .intitule,
#kit .accordeon .item .intitule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #4d4c4c;
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#catalogue .accordeon .item .intitule:after,
#kit .accordeon .item .intitule:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGlkPSJEb3duX0Fycm93XzNfIiBkPSJtNjQgODhjLTEuMDIzIDAtMi4wNDctLjM5MS0yLjgyOC0xLjE3MmwtNDAtNDBjLTEuNTYzLTEuNTYzLTEuNTYzLTQuMDk0IDAtNS42NTZzNC4wOTQtMS41NjMgNS42NTYgMGwzNy4xNzIgMzcuMTcyIDM3LjE3Mi0zNy4xNzJjMS41NjMtMS41NjMgNC4wOTQtMS41NjMgNS42NTYgMHMxLjU2MyA0LjA5NCAwIDUuNjU2bC00MCA0MGMtLjc4MS43ODEtMS44MDUgMS4xNzItMi44MjggMS4xNzJ6Ii8+PC9zdmc+);
	-webkit-filter: invert(1);
	        filter: invert(1);
	background-size: 20px;
}
#catalogue .accordeon .item.open .intitule,
#kit .accordeon .item.open .intitule {
	border-radius: 5px 5px 0 0;
}
#catalogue .accordeon .item.open .contenu,
#kit .accordeon .item.open .contenu {
	display: block;
}
#catalogue .accordeon .item .contenu,
#kit .accordeon .item .contenu {
    -webkit-box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
            box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
    background: white;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    display: none;
}
#catalogue .accordeon .item .contenu p:last-child,
#kit .accordeon .item .contenu p:last-child {
	margin-bottom: 0;
}
#kit .accordeon .item .intitule {
	color: white;
}
#kit .bc_commun ul {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 15px;
}
#catalogue .infos {
	background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    color: #4d4c4c;
    text-align: center;
    padding: 30px 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
#catalogue .infos a:not(.btn-a),
#catalogue .infos a:not(.btn-a):hover {
	color: #97b921;
}
#catalogue .infos h3 {
	color: #97b921;
    margin-bottom: 30px;
}
#catalogue .infos ul {
	list-style-type: decimal;
    padding: 0 30px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#catalogue .infos ul li {
	width: calc(50% - 15px);
}
#catalogue .infos ul li:not(:last-child) {
	margin-bottom: 5px;
}
#catalogue .infos .btn-a {
	margin-top: 30px;
}
#catalogue .modalites h2 {
	margin-bottom: 30px;
	color: #4d4c4c;
}
#kit .download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 15px;
	border-radius: 10px; 
	color: white;
	text-decoration: none;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#kit .download:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDgwIDQ4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDQ4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00NzIsODguMDE0aC0zMnYtNDBjMC4wMTYtNC40MTgtMy41NTMtOC4wMTMtNy45NzItOC4wMjhjLTAuMjM0LTAuMDAxLTAuNDY3LDAuMDA5LTAuNywwLjAyOGwtMjAuODcyLDEuNzYNCgkJCWMtNTAuNjE1LDQuMTg2LTEwMC4yNTksMTYuMjkxLTE0Ny4xMiwzNS44NzJMMjQwLDg3LjM1bC0yMy4zMTItOS42NzJjLTQ2Ljg2Ni0xOS41ODQtOTYuNTE2LTMxLjY5MS0xNDcuMTM2LTM1Ljg4bC0yMC44OC0xLjc4NA0KCQkJYy00LjQwMy0wLjM3MS04LjI3MywyLjg5Ny04LjY0NCw3LjNjLTAuMDIsMC4yMzMtMC4wMjksMC40NjctMC4wMjgsMC43djQwSDhjLTQuNDE4LDAtOCwzLjU4Mi04LDh2MzM2YzAsNC40MTgsMy41ODIsOCw4LDhoNDY0DQoJCQljNC40MTgsMCw4LTMuNTgyLDgtOHYtMzM2QzQ4MCw5MS41OTYsNDc2LjQxOCw4OC4wMTQsNDcyLDg4LjAxNHogTTE2LDQyNC4wM1YxMDQuMDE0aDI0djI4MGMtMC4wMTUsNC4xNjYsMy4xNjksNy42NDYsNy4zMiw4DQoJCQlsMjEuNTI4LDEuODRjNS44NjcsMC40OTEsMTEuNzMzLDEuMDk2LDE3LjYsMS44MTZjMS45NiwwLjIzMiwzLjkwNCwwLjU0NCw1Ljg2NCwwLjhjMy44OCwwLjUyLDcuNzYsMS4wNCwxMS42MjQsMS42NTYNCgkJCWMyLjMwNCwwLjM2OCw0LjYsMC44LDYuODk2LDEuMjA4YzMuNTA0LDAuNjE2LDcuMDA4LDEuMjMyLDEwLjQ5NiwxLjkyYzIuNCwwLjQ4LDQuOCwxLjAwOCw3LjIsMS41MjgNCgkJCWMzLjM2OCwwLjcyLDYuNzM2LDEuNDU2LDEwLjA4OCwyLjI1NmMyLjQsMC41NzYsNC44NCwxLjE5Miw3LjI1NiwxLjgwOGMzLjMwNCwwLjg0OCw2LjYsMS43MTIsOS44ODgsMi42MjQNCgkJCWMyLjQsMC42NzIsNC44LDEuMzc2LDcuMiwyLjA4YzMuMjY0LDAuOTY1LDYuNTIsMS45NjgsOS43NjgsMy4wMDhjMi4zNzksMC43NTcsNC43NTIsMS41MzYsNy4xMiwyLjMzNg0KCQkJYzMuMjcyLDEuMDk2LDYuNTIsMi4yNDgsOS43NjgsMy40MjRjMi4zMDQsMC44LDQuNjE2LDEuNjcyLDYuOTA0LDIuNTQ0YzAuOTkyLDAuMzc2LDEuOTc2LDAuOCwyLjk2LDEuMTY4SDE2eiBNMjMyLDQyMC4wMTQNCgkJCWwtMTQuNzUyLTYuMTZjLTQ2LjgzLTE5LjYyLTk2LjQ1LTMxLjc2OC0xNDcuMDQ4LTM2TDU2LDM3Ni42N1Y1Ni43MThsMTIuMjA4LDEuMDI0YzQ4Ljk2Niw0LjA0Niw5Ni45OTMsMTUuNzU0LDE0Mi4zMjgsMzQuNjk2DQoJCQlMMjMyLDEwMS4zNVY0MjAuMDE0eiBNMjQ4LDQyMC4wMTRWMTAxLjM1bDIxLjQ4OC04LjkyYzQ1LjMyNy0xOC45MzgsOTMuMzQ2LTMwLjY0MywxNDIuMzA0LTM0LjY4OEw0MjQsNTYuNzE4djMxOS45MjgNCgkJCWwtMTMuMTQ0LDEuMDcyYy01MC42MjksNC4yMDMtMTAwLjI5MywxNi4yNzktMTQ3LjIsMzUuNzkyTDI0OCw0MjAuMDE0eiBNNDY0LDQyNC4wMTRIMjgwLjY0YzEuMDk2LTAuNDI0LDIuMTg0LTAuODcyLDMuMjgtMS4yODgNCgkJCWMyLjQtMC45Miw0LjgtMS43OTIsNy4yNTYtMi42NjRjMy4xMzYtMS4xMzYsNi4yODUtMi4yMzcsOS40NDgtMy4zMDRjMi40NjQtMC44LDQuOTQ0LTEuNiw3LjQxNi0yLjQNCgkJCWMzLjE2LTEuMDA4LDYuMzM2LTEuOTY4LDkuNTEyLTIuOTEyYzIuNDk2LTAuNzM2LDUtMS40NjQsNy41MDQtMi4xNTJjMy4yLTAuODk2LDYuNC0xLjczNiw5LjY4LTIuNTYNCgkJCWMyLjQ4LTAuNjMyLDQuOTY4LTEuMjY0LDcuNDY0LTEuODU2YzMuMzI4LTAuOCw2LjY4LTEuNTIsMTAuMDMyLTIuMjMyYzIuNC0wLjUyLDQuOC0xLjA1Niw3LjI0OC0xLjUzNg0KCQkJYzMuNTItMC42OTYsNy4wNTYtMS4zMTIsMTAuNTg0LTEuOTI4YzIuMjg4LTAuNCw0LjU2OC0wLjgsNi44NjQtMS4yYzMuOTQ0LTAuNjI0LDcuODk2LTEuMTYsMTEuODU2LTEuNjg4DQoJCQljMS44OTYtMC4yNDgsMy43OTItMC41NTIsNS42OTYtMC44YzUuODY3LTAuNzA5LDExLjc2My0xLjMxNSwxNy42ODgtMS44MTZsMjAuNDg4LTEuNjY0YzQuMTYtMC4zNDIsNy4zNTgtMy44MjYsNy4zNDQtOHYtMjgwaDI0DQoJCQlWNDI0LjAxNHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: invert(1);
	        filter: invert(1);
}
#kit .download h2 {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0;
	display: block;
	width: 100%;
	margin-top: 15px;
}
#kit #tarifs {
	font-size: .9rem;
}
#kit #tarifs thead tr th {
	background: #4d4c4c;
	padding: 5px;
	color: white;
	font-weight: 500;
}
#kit #tarifs tbody tr td {
	border-bottom: 1px solid #4d4c4c;
	border-left: 1px solid #4d4c4c;
	padding: 5px;
}
#kit .accordeon .item .titre {
	width: calc(100% - 120px);
}
#kit .accordeon .item .duree {
	background: #97b921;
	padding: 5px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: 15px;
}
#kit .accordeon .item .contenu {
	text-align: justify;
}
#kit .accordeon .item .contenu table {
	width: 100%;
	margin-top: 15px;
}
#kit .accordeon .item .contenu table thead tr th {
	background: #4d4c4c;
	padding: 10px;
    text-align: center;
    color: white;
    border: 1px solid #4d4c4c;
}
#kit .accordeon .item .contenu table tbody tr td {
	border: 1px solid #4d4c4c;
	padding: 10px;
    text-align: center;
}
#kit .modules h2 {
    color: #4d4c4c;
    text-align: center;
}
#blog .article {
	display: block;
    -webkit-box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
            box-shadow: 0px 3px 80px rgb(0 0 0 / 5%);
    background: white;
    border-radius: 20px;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}
#blog .article img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}
#blog .article span.no-thumbnail {
	display: block;
	width: 100%;
	height: 200px;
	background-image: url('images/logo-minify.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
}
#blog .article .content {
	padding: 30px 15px;
}
#blog .article .content h2 {
	color: #97b921;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#blog .article .content span.date {
	color: #4d4c4c;
	display: block;
}
#blog .contenu .post_t {
	max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
}
#blog .contenu a,
#blog .contenu h2,
#blog .contenu h3,
#blog .contenu h4,
#blog .contenu h5,
#blog .contenu h6 {
	color: #97b921;
}
#blog .contenu ul {
	padding-left: 30px;
	margin-bottom: 15px;
}
#blog .contenu iframe {
	display: block;
	margin: auto;
	max-width: 100%;
}
#blog .contenu img {
	max-width: 100%;
	height: auto;
}
#blog .pagination-blog .page-numbers {
    padding: 5px 10px;
    border: 2px solid #97b921;
    border-radius: 5px;
    text-decoration: none;
    color: #97b921;
    margin: 0 3px;
}
#blog .pagination-blog .page-numbers:hover,
#blog .pagination-blog .page-numbers:active,
#blog .pagination-blog .page-numbers:focus,
#blog .pagination-blog .page-numbers.current {
    background: #97b921;
    color: white;
}

@media only screen and (max-width:  1400px) {
	#home h2 {
		font-size: 1.113rem;
	}
}
@media only screen and (max-width: 1200px) {
	#home h1 {
		font-size: 1.75rem;
	}
	#home .citation {
		font-size: 1.158rem;
	}
}
@media only screen and (max-width: 992px) {
	button.hamburger .hamburger-inner,
	button.hamburger .hamburger-inner:before,
	button.hamburger .hamburger-inner:after,
	button.hamburger.is-active .hamburger-inner,
	button.hamburger.is-active .hamburger-inner:before,
	button.hamburger.is-active .hamburger-inner:after,
	button.hamburger .hamburger-inner,
	button.hamburger .hamburger-inner:before,
	button.hamburger .hamburger-inner:after,
	button.hamburger.is-active .hamburger-inner,
	button.hamburger.is-active .hamburger-inner:before,
	button.hamburger.is-active .hamburger-inner:after {
		background: #97b921;
	}
	header.open .logo img {
	    max-height: 60px;
	    width: auto;
	}
	header.open a.logo img,
	body:not(.home) header.open a.logo img {
    	-webkit-filter:  brightness(0) invert(1);
    	        filter:  brightness(0) invert(1);
	}
	header nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding-top: 100px;
		background: #4d4c4c;
		overflow-y: scroll;
		z-index: 2;
		width: 100%!important;
	}
	header.open nav {
		display: block;
	}
	header nav::-webkit-scrollbar,
	header nav::-webkit-scrollbar-track,
	header nav::-webkit-scrollbar-thumb,
	header nav::-webkit-scrollbar-thumb:hover {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	header nav ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	header ul.menu li.menu-item-has-children ul {
		position: initial;
		border: none;
	}
	header ul.menu li.menu-item-has-children ul li {
		margin-bottom: 0;
	}
	header ul.menu > li a {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding: 15px 10px;
	    text-decoration: none;
	    color: #4d4c4c;
	    text-transform: uppercase;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    background: white;
	}
	header ul.menu > li.menu-item-has-children > a:after {
		-webkit-filter: invert(1);
		        filter: invert(1);
	}
	header.open a.logo,
	header.open .hamburger {
	    position: relative;
	    z-index: 5;
	}
	footer ul li {
		text-align: center;
	}
	footer ul.social {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 15px;
	}
	footer ul.logos {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 15px;
	}
	footer ul.contact {
		margin-bottom: 30px;
	}
	footer ul.contact li {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#home {
		min-height: auto;
		padding-bottom: 50px;
	}
	#data .enjeu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#contenu .bloc_1 .bloc_1_content ul.boutons {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media only screen and (max-width: 768px) {
	.btn-a {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#home ul.boutons li,
	#home ul.boutons li a {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#home ul.boutons li:not(:last-child) {
		margin-bottom: 0.938rem;
	}
	#data .enjeu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#data .enjeu span.pictogramme {
		margin: auto auto 0.938rem auto;
	}
	#contenu .bloc_2 .bloc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#contenu h2 {
		font-size: 1.5rem;
	}
	#contenu .bloc_1 .bloc_1_content ul {
    	text-align: left;
	}
	#contenu .bloc_1 .bloc_1_content ul.boutons li:not(:last-child) {
    	margin-right: 0;
    	margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px) {
	#home h1 {
		font-size: 2rem;
	}
	#home h2 {
		font-size: 1.2rem;
	}
	#home img {
		min-height: 600px;
	}
}