/*
Theme Name: FFC
Template: twentytwentyone
Author: ED - BRIEF
Author URI: https://brief.fr/
Description: Theme enfant FFC
Version: 0.1.0.1611927442
Updated: 2021-01-29 14:37:22
*/

/*PRESENTATION*/

.img-documentaire,
.img-parcour {
	width: 100%;
}

/*GENERAL*/

body {
	position: relative;
	background: white;
}

#main {
	margin-top: 145px;
}

.admin-bar #main {
	margin-top: 113px;
}

.clearfix {
	clear: both;
}

p,
li,
em{
	font-size: 1rem;
	line-height: 125%;
}
* {
	font-family: 'Montserrat', sans-serif;
}

#breadcrumbs *{
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	margin-top:20px!important;
}

.modal-backdrop {
	z-index: 1;
}
.wp-block-image {
    margin: 20px 0!important;
}
.wp-block-embed {
    margin-bottom: 2rem
}
#modal-search form {
	border: 2px solid #e52321;
    border-radius: 30px;
}

#modal-search .search-field,
#modal-search .search-submit {
	background: transparent;
	font-size: 1rem;
	color: black;
	border: 0;
	padding: 10px 20px;
	margin: 0;
}

#modal-search .search-field:focus {
	outline: 0;
}

#mon-espace #menu-fixe {
	display: none !important;
}

/*HEADER*/

header {
	position: fixed;
	width: 100%;
	top: 0;
	min-height: 65px;
	background: white;
	z-index: 222;
	padding: 10px 20px;
}

#header-desktop > a:first-of-type {
	display: none !important;
}

.home #header-desktop > a:first-of-type,
.home #header-mobile > a:first-of-type {
	display: block !important;
}

#header-desktop img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

#header-desktop.regions img {
	width: 100%;
	max-width: 375px;
}

#header-mobile,
#regions-header-nav-mobile {
	display: none !important;
}

#header-nav {
	width: calc(100% - 300px);
}

#header-nav > a {
	width: 100%;
	max-width: 150px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
}

#header-nav > a:not(:first-of-type) {
	border-left: 2px solid #e52321;
}

#header-nav img,
#header-desktop.regions #header-nav img {
	max-width: 30px;
    margin: 0 10px;
}

#header-nav i {
	color: #e52321;
    margin: 0 10px;
}

#nav-mobile {
	display: none !important;
}

nav {
	position: fixed;
	width: 100%;
	top: 75px;
	min-height: 70px;
	z-index: 111;
	background: #ece5e4;
	border-bottom: 5px solid #e52321;
	padding: 5px 20px 0 20px;
}
nav a {
	text-decoration: none;
}
nav > div {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: auto;
}

nav ul#menu-principal {
	width: calc(100% - 320px);
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul#menu-principal li {
	width: calc(100% / 5);
}

nav ul#menu-principal li:last-of-type {
	padding: 0 0 0 20px;
}

nav ul#menu-principal li:last-of-type a {
	color: white;
	background: #e52321;
	border-radius: 0 30px 0 0;
	font-weight: 700;
	text-transform: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
	-moz-text-align-last: left;
	     text-align-last: left;
	padding: 7px 10px 2px 10px;
	font-size: 1.2rem;
}

nav ul#menu-principal li a.active {
	background: white;
	border-bottom: 5px solid white;
	border-radius: 0 30px 0 0;
	margin: 0 0 -5px 0;
	color: #f4251c;
	font-weight: 700;
}

nav ul#menu-principal li a.active.collapsed {
	background: none;
	border-bottom: 5px solid rgba(255, 255, 255, 0.0);
}

nav ul#menu-principal a {
	width: 100%;
	padding: 20px 10px;
	text-transform: uppercase;	
	color: #662885;
}

nav #nous-connaitre,
nav #je-m-informe,
nav #j-agis {
	width: calc(100% - 320px);
	position: absolute;
	top: 65px;
	z-index: 1;
	background: white;
}

nav ul.menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: 1fr 0px 1fr;
	grid-template-rows: repeat(2, 0.5fr);
	/*	grid-auto-rows: minmax(100px, auto);*/
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	list-style: none;
	padding: 15px 10px 20px 10px;
	margin: 0;
}

nav ul.menu > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	color: #823583;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 8px 0 0 20px;
}

nav ul.menu > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

nav ul.menu > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

nav ul.menu > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

nav ul.menu > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

nav ul.menu > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

nav ul.menu > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

nav ul.menu > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.menu-intro { 
	-ms-grid-row: 1; 
	-ms-grid-row-span: 3; 
	-ms-grid-column: 1; 
	-ms-grid-column-span: 1; 
	grid-area: 1 / 1 / 4 / 2;
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
	padding: 10px;
}

nav ul.menu > li:nth-child(2) { 
	-ms-grid-row: 1; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 2; 
	-ms-grid-column-span: 1; 
	grid-area: 1 / 2 / 2 / 3;
	padding: 10px;
}
nav ul.menu > li:nth-child(2) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(3) { 
	-ms-grid-row: 1; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 3; 
	-ms-grid-column-span: 1; 
	grid-area: 1 / 3 / 2 / 4;
	padding: 10px;
}
nav ul.menu > li:nth-child(3) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(4) { 
	-ms-grid-row: 1; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 4; 
	-ms-grid-column-span: 1; 
	grid-area: 1 / 4 / 2 / 5;
	padding: 10px;
}
nav ul.menu > li:nth-child(4) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(5) { 
	-ms-grid-row: 2; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 2; 
	-ms-grid-column-span: 1; 
	grid-area: 2 / 2 / 3 / 3;
	padding: 10px;
}
nav ul.menu > li:nth-child(5) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(6) { 
	-ms-grid-row: 2; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 3; 
	-ms-grid-column-span: 1; 
	grid-area: 2 / 3 / 3 / 4;
	padding: 10px;
}
nav ul.menu > li:nth-child(6) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(7) { 
	-ms-grid-row: 2; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 4; 
	-ms-grid-column-span: 1; 
	grid-area: 2 / 4 / 3 / 5;
	padding: 10px;
}
nav ul.menu > li:nth-child(7) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(7) { 
padding: 10px;
}
nav ul.menu > li:nth-child(8) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(8) { 
	padding: 10px;
	-ms-grid-row: 3; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 1; 
	-ms-grid-column-span: 1; 
	grid-area: 3 / 2 / 3 / 3;
	padding: 10px;
}
nav ul.menu > li:nth-child(9) > a:first-of-type{
	font-weight: 600;
}
nav ul.menu > li:nth-child(9) { 
	padding: 10px;
	-ms-grid-row: 3; 
	-ms-grid-row-span: 1; 
	-ms-grid-column: 1; 
	-ms-grid-column-span: 1; 
	grid-area: 3 / 3 / 3 / 4;
}
nav ul.menu .sub-menu-toggle {
	display: none;
}

nav .sub-menu {
	list-style: outside;
	padding: 10px 0;
	margin: 0;
}
nav .sub-menu li {
	margin: 0 0 10px 10px;
}
nav .sub-menu li::marker {
    font-size: 0.4rem; 
}
nav #menu-je-fais-un-don {
	position: relative;
	width: 100%;
	max-width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav #je-fais-un-don {
	position: absolute;
	width: 100%;
	top: 60px;
	background: rgba(135, 47, 107, 0.9);
	border: 1px solid rgba(135, 47, 107, 0.9);
}

nav #menu-je-fais-un-don li a {
	width: 100%;
	color: #823580!important;
	font-weight: 800;
	padding: 8px 30px 0 30px;
	background: white;
	font-size: 1.1rem;
	border-radius: 0 30px 0 0;
}

nav #je-fais-un-don > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 10px;
}

nav #je-fais-un-don > div p {
	width: 100%;
	text-transform: uppercase;
	color: white;
	font-weight: 800;
	cursor: pointer;
	padding: 10px;
}

nav #je-fais-un-don > div p.active {
	border: 1px solid white;
}

nav #je-fais-un-don li label.active,
#footer-don li label.active {
	color: red !important;
	font-weight: 800;
	background: white;
}

nav #je-fais-un-don ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

nav #je-fais-un-don li {
	float: left;
	width: calc(100% / 4);
}

nav #je-fais-un-don li label {
	width: 100%;
	color: white;
	padding: 10px 0;
	margin: 0;
}

nav #je-fais-un-don li input,
nav #je-fais-un-don input#val,
nav #je-fais-un-don input#val2 {
	display: none;
}

nav #je-fais-un-don #libre,
nav #je-fais-un-don #libre2 {
	width: calc(100% - 20px);
    color: white;
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 10px 0;
    margin: 0 10px;
}

nav #je-fais-un-don #libre:focus {
	outline: 0;
}

nav #je-fais-un-don #libre::-webkit-input-placeholder, nav #je-fais-un-don #libre2::-webkit-input-placeholder {
	color: white;
}

nav #je-fais-un-don #libre::-moz-placeholder, nav #je-fais-un-don #libre2::-moz-placeholder {
	color: white;
}

nav #je-fais-un-don #libre:-ms-input-placeholder, nav #je-fais-un-don #libre2:-ms-input-placeholder {
	color: white;
}

nav #je-fais-un-don #libre::-ms-input-placeholder, nav #je-fais-un-don #libre2::-ms-input-placeholder {
	color: white;
}

nav #je-fais-un-don #libre::placeholder,
nav #je-fais-un-don #libre2::placeholder {
	color: white;
}

nav #je-fais-un-don form > p {
	color: white;
	padding: 10px;
	margin: 0;
}

nav #je-fais-un-don form > p span.active,
#footer-don p span.active {
	background: white;
	color: red;
	font-weight: 800;
	padding: 0 10px;
	margin: 0;
}

nav #je-fais-un-don form > div {
	position: relative;
	background: white;
	padding: 10px;
}

nav #je-fais-un-don input[type=submit] {
	width: 100%;
	text-align: left;
	color: #823580;
	font-weight: 800;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

nav #je-fais-un-don i {
	position: absolute;
	color: #823580;
	right: 15px;
	font-size: 30px;
}

nav img {
    max-width: 50px;
	max-height: 50px;
}
#menu-je-fais-un-don img{
	padding: 0 5px 10px 5px;
}
/*MENU FIXE*/

#menu-fixe {
	position: fixed;
    top: calc( 50% - 100px );
    right: 0;
}

#menu-fixe li {
	min-width: 40px;
	height: 40px;
	color: black;
	background: white;
	-webkit-box-shadow: 0 2px 10px 2px rgb(0 0 0 / 40%);
	        box-shadow: 0 2px 10px 2px rgb(0 0 0 / 40%);
    border-radius: 5px 0 0 5px;
	padding: 5px;
	margin: 2px 0;
}

#menu-fixe li img {
	width: 100%;
	max-width: 30px;
}

#menu-fixe li span {
	display: none;
	min-width: 175px;
	margin: 0 0 0 20px;
}

/*MODAL*/

#modal-search .modal-dialog {
	max-width: 100%;
	margin: 0;
}

#modal-search .modal-content {
	border: 0;
	border-radius: 0;
}

#modal-search .modal-header {
	padding: 10px 20px;
	border: 0;
}

#modal-search .modal-body {
	padding: 0 10px 20px 10px;
}

#modal-search .btn-close {
	background-color: transparent;
}

#modal-search .search-form label {
	display: none;
}

/*RETROUVEZ-NOUS PRÈS DE CHEZ VOUS*/

#retrouvez-nous {
	width: 100%;
	padding: 30px 10px;
}

#retrouvez-nous img {
	max-width: 100px;
}

#retrouvez-nous p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 800;
    border: 2px solid #f4251c;
    border-radius: 50px;
    padding: 5px 20px;
}

#retrouvez-nous a {
	color: #f4251c;
	text-decoration: none;
}

/**************Newsletter****************************/

.newsletter-je-me-test form .newslettre-container-footer{
	margin: 0!important;
}
.newslettre-container-footer{
	
	margin: 20px 0 !important;
	background-color:transparent;
	border: 1px white solid;
	border-radius: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding:.25rem;
	margin-left:20%;
	margin-left: 5% !important;
    margin-right: 5% !important;
	max-height: 35px;		
}
.newslettre-container-footer input{
	
	all:unset !important;
	background-color:transparent;
	color:white;	
}
.newslettre-container-footer .form-control{
	width: 90% !important;
	padding-left:10px !important;
}

.newslettre-container-footer input::-webkit-input-placeholder {
  color: white;
}

.newslettre-container-footer input::-moz-placeholder {
  color: white;
}

.newslettre-container-footer input:-ms-input-placeholder {
  color: white;
}

.newslettre-container-footer input::-ms-input-placeholder {
  color: white;
}

.newslettre-container-footer input::placeholder {
  color: white;
}

.newslettre-container-footer input[value^="OK"] {
	padding-right:10px !important;
	font-size:14px !important;
	color:white !important;
	cursor: pointer !important;
}


.newslettre-container-sidebar{
	padding:0 1px 0 1px;
	margin: 20px 0 !important;
	background-color:transparent;
	border: 1px #9F908F solid;
	border-radius: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
}

.newslettre-container-sidebar input{
	all:unset !important;
	background-color:transparent;
}

.newslettre-container-sidebar .form-control{
	    max-width: 85% !important;
}

.newslettre-container-sidebar input::-webkit-input-placeholder {
	padding-left:5px !important;
    font-size:15px !important;
	color:#9B9592 !important;
}

.newslettre-container-sidebar input::-moz-placeholder {
	padding-left:5px !important;
    font-size:15px !important;
	color:#9B9592 !important;
}

.newslettre-container-sidebar input:-ms-input-placeholder {
	padding-left:5px !important;
    font-size:15px !important;
	color:#9B9592 !important;
}

.newslettre-container-sidebar input::-ms-input-placeholder {
	padding-left:5px !important;
    font-size:15px !important;
	color:#9B9592 !important;
}

.newslettre-container-sidebar input::placeholder {
	padding-left:5px !important;
    font-size:15px !important;
	color:#9B9592 !important;
}
.newslettre-container-sidebar input[value^="OK"] {
	padding-top:5px !important;
	padding-right:5px !important;
	font-size:16px !important;
	color:#9B9592 !important;
	cursor: pointer !important;
	}


#sidebar #national-sidebar-form-newsletter h3 {
	font-family: 'Montserrat', sans-serif;
	color:#E52321;
	font-size:18px !important;
}

#footer-newsletter * {
	color: white;
}
#footer-newsletter {
	width: 100%;
	min-height: 200px;
	background-image: url(/wp-content/uploads/2021/02/bg-accueil-don.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
}

#footer-newsletter.non-active {
	display: none !important;
}

#footer-newsletter p:first-of-type{
	font-weight: 700;
	font-size : 1.5rem;
}
/*formulaire je me test NL*/

.newsletter-je-me-test{
	padding: 10px;
}
.newsletter-je-me-test p:first-of-type {
    font-size: 1.1rem!important;
	padding-bottom: 20px;
}
.newsletter-je-me-test form{
	max-width: 1200px;
}
.newsletter-je-me-test input {
    font-size: 1rem!important;
}
/**************FOOTER DON****************************/

#footer-don {
	background-image: url(/wp-content/uploads/2021/02/bg-accueil-don.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 20px;
}

#footer-don > div {
	width: 100%;
	max-width: 1200px;
	padding: 30px 0;
}
#footer-don > div > div:first-of-type{
	width: 60%;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
#footer-don > div > div:first-of-type * {
	color: white;	
}

#footer-don > div > div:last-of-type {
	position: relative;
		width: 40%;
}

#footer-don > div > div:last-of-type img {
	position: absolute;
    width: 100%;
    max-width: 100px;
	top: 15px;
    right: 50px;
}

#footer-don > div > div:last-of-type h2 {
    width: 100%;
    color: #823580;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    background: white;
    border-radius: 0 30px 0 0;
    padding: 10px;
    margin: 0;
}

#footer-don > div > div:last-of-type > div {
    background: rgba(135, 47, 107, 1);
}

#footer-don > div > div:last-of-type > div > div {
	padding: 10px;
}

#footer-don .d_ponctuel,
#footer-don .d_mensuel {
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    cursor: pointer;
    padding: 10px;
	margin: 0 10px 0 0;
}

#footer-don .d_ponctuel.active,
#footer-don .d_mensuel.active {
    border: 1px solid white;
}

#footer-don ul {
    list-style: none;
    padding: 0 10px;
    margin: 30px 0 0 0;
}

#footer-don li:last-of-type input {
	color: white;
	background: none;
	border: 0;
	border-bottom: 1px solid white;
	padding: 4px;
	margin: 0;
	    width: 100%;
}

#footer-don li:last-of-type input::-webkit-input-placeholder {
	color: white;
}

#footer-don li:last-of-type input::-moz-placeholder {
	color: white;
}

#footer-don li:last-of-type input:-ms-input-placeholder {
	color: white;
}

#footer-don li:last-of-type input::-ms-input-placeholder {
	color: white;
}

#footer-don li:last-of-type input::placeholder {
	color: white;
}

#footer-don li:not(:last-of-type) label {
    width: 100%;
	min-width: 60px;
    text-align: center;
    color: white;
    padding: 10px 0;
    margin: 0;
}

#footer-don li input[type=radio] {
	display: none;
}

#footer-don form > p {
    color: white;
    padding: 10px;
    margin: 10px 0;
}

#footer-don form > div {
    background: white;
}

#footer-don form > div input {
	color: #823580;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    background: white;
	border: 0;
	padding: 10px;
	margin: 0 10px 0 0;
}

#footer-don i {
	color: #823580;
    font-size: 30px;
}
#footer-don > div > div:first-of-type p:not(:first-of-type){
	text-transform: uppercase;
}
#footer-don > div > div:first-of-type p:first-of-type span{
	font-size: 3rem;
	font-weight: 500;
}
#footer-don > div > div:first-of-type p:first-of-type{
	 font-weight: 400;
}
#footer-don > div > div:first-of-type p {
    font-size: 1em;
    font-weight: 700;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
	padding: 10px 0;
	max-width: 90%;
}

/*RGPD*/

.cn-text-container {
	display: inherit !important;
}

.cn-buttons-container {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#cn-notice-text p {
	font-size: 0.9rem !important;
	text-align: left;
	margin: 5px 0;
}

#cn-notice-text p a {
	color: white;
	font-weight: 800;
}

.cn-close-icon {
	top: 15px !important;
	margin-top: 0 !important;
}

#cn-accept-cookie {
	font-size: 1rem;
    font-weight: 800;
	border: 1px solid white;
	background: none;
	padding: 10px 20px;
	margin: 5px !important;
}

#cn-refuse-cookie {
	font-size: 0.8rem;
    font-weight: 800;
	text-decoration: underline;
	background: none;
	padding: 10px 20px;
	margin: 5px !important;
}


/*FOOTER*/

footer {
	background: #f9f7f7;
	padding-top: 20px;
}
footer a{
	text-decoration: none;
}
footer > div {
	width: 100%;
	max-width: 1200px;
	margin: 10px 0;
	padding-bottom: 20px;

}
footer > div:first-of-type{
	border-bottom: 1px solid black;
}
footer > div:last-of-type a{
	font-size: 0.8rem;
}
#national-footer-bloc-1,
#national-footer-bloc-2 {
	width: 50%;
}
#national-footer-bloc-1{
	padding-right: 25px;
}
#national-footer-bloc-1 > div > div > div,
#regions-footer-bloc-1 > div > div > div {
	width: 50%;
}
#national-footer-bloc-1 h4,
#national-footer-bloc-1 h4 a,
#regions-footer-bloc-1 h4
{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #e52321;
	font-weight: 800;
	font-size: 0.7rem;	
}
#national-footer-bloc-1 > div > h4:first-of-type,
#regions-footer-bloc-1 > div > h4:first-of-type {
	font-size: 0.9rem;	
	    padding: 25px 0 20px 0;
	border-bottom: 1px solid black;
}
#national-footer-bloc-1 p,
#regions-footer-bloc-1 p{
	font-size: 0.8rem;	
	 padding: 10px 0 0 0;
}
#national-footer-bloc-2 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#national-footer-bloc-1 > div > div:first-of-type,
#regions-footer-bloc-1 > div > div:first-of-type{
	padding-top: 25px;
}
#national-footer-bloc-1 > div > div > div:first-of-type,
#regions-footer-bloc-1 > div > div > div:first-of-type {
	padding-left: 20px;
}
/*bloc2*/
#national-footer-bloc-2 > div > div:first-of-type {
	width: 40%;
	padding: 0 25px;
}
#national-footer-bloc-2 > div > div > div:first-of-type img {
	padding: 10px 0;
	max-width: 100px;
}
#national-footer-bloc-2 > div > div:first-of-type p{
	font-size: 0.6rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#national-footer-bloc-2 > div > div:first-of-type p span{
	font-size: 1rem;
	font-weight: 700;
}
#national-footer-bloc-2 > div > div:last-of-type {
	width: 60%;
	padding-top: 20px;
	padding-left: 20px;
}

#national-footer-bloc-2 > div > div:last-of-type i,
#regions-footer-bloc-2 > div i{
 	background: #e52321;
	border-radius: 50%;	
	text-align: center;
	padding: 7px;
    color: white;
    width: 30px;
    margin-right: 10px;
    height: 30px;	
}

#national-footer-bloc-2 > div > div:last-of-type ul{
	padding-bottom: 15px;
	border-bottom: 1px solid black;
}
#national-footer-bloc-2 > div > div:last-of-type p,
#regions-footer-bloc-2 > div p {
	padding-top: 10px;
	font-size: 0.8rem;
}
#national-footer-bloc-2 > div > div:last-of-type p:first-of-type{
	padding-top: 25px;
}

/*Footer Région*/
#regions-footer-bloc-1 {
	width: 65%;
}
#regions-footer-bloc-1 .custom-html-widget{
	max-width: 80%;
}
#regions-footer-bloc-2 {
	width: 35%;
}
#regions-footer-bloc-2 ul:first-of-type 
{
	padding: 20px 0;
	border-bottom: 1px solid black;
}
#regions-footer-bloc-2 ul:last-of-type 
{
	padding-top: 25px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu-menu-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#menu-menu-footer .menu-intro {
	display: none !important;
}

#menu-menu-footer li {
	padding: 10px;
}
/*map selecteurs*/
.map-filters{
	font-weight: 600;
}
.map-filters span:nth-child(1) {
	color: #ff7f01!important;
}
.map-filters span:nth-child(2){
	color: #e52321;
}
.map-filters span:nth-child(3){
	color: #00820c;
}
.map-filters span:nth-child(4){
	color: #007fff;
}
/***********************************************************************************************/
/****************************************RESPONSIVE*********************************************/
/***********************************************************************************************/
@media screen and (max-width: 1280px) {
	nav {
		padding-left: 0;
	}
	nav ul#menu-principal {
		width: calc(100% - 210px);
	}
	nav ul#menu-principal a {
		padding: inherit;
		font-size: 0.9rem;
	}
	nav ul#menu-principal li:last-of-type a{
		padding: 5px;
		font-size: 1rem;
	}
	nav ul#menu-principal li:last-of-type a{
		font-size: 1rem;
	}
	
	nav #menu-je-fais-un-don{
		max-width: 200px;
	}
	nav #menu-je-fais-un-don li a {
		font-size: 0.9rem;
		padding: 5px;
	}
}
@media screen and (max-width: 1000px){
	#footer-don > div > div:last-of-type img {
		right: 10px;
	}
	#footer-don .d_ponctuel, #footer-don .d_mensuel {
		font-size: 0.8rem;
	}
	#footer-don li label{
		font-size: 1rem;
	}
	#footer-don li:not(:last-of-type) label{
		min-width: 50px;
	}
}
@media screen and (max-width: 768px) {
	
	#wpadminbar {
		position: fixed;
	}
	
	/*HEADER*/
	
	header {
		min-height: 65px;
	}
	
	nav {
		top: 65px;
	}
	
	#nav-mobile,
	#regions-header-nav-mobile {
		margin: 10px 0;
	}
	
	nav ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#main {
		margin-top: 130px!important;
	}
	#header-desktop,
	#menu-fixe,
	#nav-desktop,
	#regions-header-nav-desktop {
		display: none !important;
	}
	
	#header-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	#header-mobile > a {
		text-decoration: none;
		font-size: 0.8rem;
    	color: #e52321;
    	font-weight: 700;
	}

	#header-mobile > a.don-mobile img {
		width: 100%;
		max-width: 40px;
		margin: 0 10px;
	}

	#header-mobile .fa-search{
		color: #f4251c!important;
    	margin: 0 10px;
		font-size: 1.5rem;
	}
	
	#header-mobile > a.logo-mobile img {
		width: 100%;
		max-width: 170px;
	}
	#header-mobile > a.custom-logo-link img {
		width: 100%!important;
		max-width: 170px!important;
	}
	#header-mobile.regions > a.don-mobile{
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		    -ms-flex-direction: column!important;
		        flex-direction: column!important;
		font-size: 0.6rem;
	}
	#header-mobile.regions > a.don-mobile img {
		width: 100%;
		max-width: 25px;
		margin: 0 10px;
	}
	#header-mobile.regions > a.logo-mobile img,
	#header-mobile.regions > a.custom-logo-link img{
		width: 100%!important;
		max-width: 170px!important;
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-bretagne.png)
	}
	/****Logo région version mobile***/
	/*Bretagne*/
	#region-2 > #header-mobile.regions > a.logo-mobile img,
	#region-2 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-bretagne.png)!important;
	}
	/*Alpes*/
	#region-5 > #header-mobile.regions > a.logo-mobile img,
	#region-5 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-alpes.png)!important;
	}
	/*Bretagne occidentale*/
	#region-6 > #header-mobile.regions > a.logo-mobile img,
	#region-6 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-bretagneoccidentale.png)!important;
	}
	/*Pays de loire*/
	#region-7 > #header-mobile.regions > a.logo-mobile img,
	#region-7 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-paysdelaloire.png)!important;
	}
	/*Anjou maine*/
	#region-8 > #header-mobile.regions > a.logo-mobile img,
	#region-8 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-anjoumaine.png)!important;
	}
	/*Centre val de loire*/
	#region-9 > #header-mobile.regions > a.logo-mobile img,
	#region-9 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-centrevaldeloire.png)!important;
	}
	/*basse normandie*/
	#region-10 > #header-mobile.regions > a.logo-mobile img,
	#region-10 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-bassenormandie.png)!important;
	}
	
	/*haute normandie*/
	#region-11 > #header-mobile.regions > a.logo-mobile img,
	#region-11 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-hautenormandie.png)!important;
	}	
	/*IDF*/
	#region-12 > #header-mobile.regions > a.logo-mobile img,
	#region-12 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-iledefrance.png)!important;
	}
	/*champagne-ardennes*/
	#region-13 > #header-mobile.regions > a.logo-mobile img,
	#region-13 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-champagneardennes.png)!important;
	}
	/*Nord pas de calais*/
	#region-15 > #header-mobile.regions > a.logo-mobile img,
	#region-15 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-nordpasdecalais.png)!important;
	}
	/*lorraine*/
	#region-16 > #header-mobile.regions > a.logo-mobile img,
	#region-16 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-lorraine.png)!important;
	}
	/*Alsace*/
	#region-17 > #header-mobile.regions > a.logo-mobile img,
	#region-17 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-alsace.png)!important;
	}
	/*Franche compté*/
	#region-18 > #header-mobile.regions > a.logo-mobile img,
	#region-18 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-franchecomte.png)!important;
	}
	/*Bourgogne*/
	#region-19 > #header-mobile.regions > a.logo-mobile img,
	#region-19 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-bourgogne.png)!important;
	}
	/*Poitou charente*/
	#region-20 > #header-mobile.regions > a.logo-mobile img,
	#region-20 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-poitoucharentes.png)!important;
	}
	/*Limousin*/
	#region-21 > #header-mobile.regions > a.logo-mobile img,
	#region-21 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-limousin.png)!important;
	}
	/*Val de rhone*/
	#region-22 > #header-mobile.regions > a.logo-mobile img,
	#region-22 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-valderhone.png)!important;
	}
	/*Auvergne*/
	#region-23 > #header-mobile.regions > a.logo-mobile img,
	#region-23 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-auvergne.png)!important;
	}
	/*Aquitaine*/
	#region-24 > #header-mobile.regions > a.logo-mobile img,
	#region-24 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-aquitaine.png)!important;
	}
	/*Midi-pyrénée*/
	#region-25 > #header-mobile.regions > a.logo-mobile img,
	#region-25 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-midipyrenees.png)!important;
	}
	/*Languedoc*/
	#region-26 > #header-mobile.regions > a.logo-mobile img,
	#region-26 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-Languedoc-Roussillon-copie.png)!important;
	}
	/*Provence*/
	#region-27 > #header-mobile.regions > a.logo-mobile img,
	#region-27 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-provence.png)!important;
	}
	/*Cote d'azur*/
	#region-28 > #header-mobile.regions > a.logo-mobile img,
	#region-28 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-cotedazur.png)!important;
	}
	/*Picardie*/
	#region-32 > #header-mobile.regions > a.logo-mobile img,
	#region-32 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-picardie.png)!important;
	}
	/*Antilles*/
	#region-35 > #header-mobile.regions > a.logo-mobile img,
	#region-35 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-antilles.png)!important;
	}
	/*Guyane*/
	#region-36 > #header-mobile.regions > a.logo-mobile img,
	#region-36 > #header-mobile.regions > a.custom-logo-link img{
		content: url(/wp-content/uploads/2021/05/FFC-Logo-Region-guyane.png)!important;
	}
	#header-mobile button {
		font-size: 1.5em;
		border: 0;
		color: #662885;
		background: none;
		padding: 0;
		margin: 0;
	}
	#header-mobile button i.fa-bars{
		font-weight: 600!important;
	}
	#header-mobile button:focus {
		outline: none;
	}
	
	
	/*NAV*/
	
	nav {
    	border-bottom: none;
    	padding: 0;

	}
	
	#nav-mobile,
	#regions-header-nav-mobile {
		position: relative;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		z-index: 1;
		
	}
	#nav-mobile i.fa-user,
	#regions-header-nav-mobile i.fa-user {
		color: #e52321;
	}

	
	#nav-mobile ul,
	#regions-header-nav-mobile ul {
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#nav-mobile ul.menu li a:first-of-type{
		font-size:0.9rem!important;
	}
	#nav-mobile ul.sub-menu li {
		list-style: outside!important;
		margin: 5px 0 0 25px!important;
    	font-size: 0.9rem;
	}
	#nav-mobile > ul > li,
	#regions-header-nav-mobile > ul > li {
		width: 50%;
	}
	
	#nav-mobile > ul > li:first-of-type a,
	#regions-header-nav-mobile > ul > li:first-of-type a {
		width: 100%;
		min-height: 30px;
		border-right: 1px solid #e52321;
	}
	
	#nav-mobile > ul > li:last-of-type a,
	#regions-header-nav-mobile > ul > li:last-of-type a {
		width: 100%;
		min-height: 30px;
		border-left: 1px solid #e52321;
	}
	
	#nav-mobile > ul > li img,
	#regions-header-nav-mobile > ul > li img {
		width: 100%;
		max-width: 30px;
		margin: 0 10px;
	}
	
	#nav-mobile i,
	#regions-header-nav-mobile i {
		margin: 0 10px;
	}
	
	#menu-mobile {
		position: absolute;
		top: -10px;
		width: 100%;
		background: white;
		padding: 0;
		height: 90vh;
		overflow: scroll;
	}
	
	#menu-mobile div.je-me-teste {
		background: #93c8a4;
	padding: 10px 10px 3px 10px;
	}
	
	#menu-mobile div.je-me-teste span {
		font-size: 1.2rem;
		font-weight: 700;
		color: white;
	}
	
	#menu-mobile div.je-me-teste img {
		width: 100%;
		max-width: 40px;
		margin: 0 10px;
	}
	
	#menu-mobile-collapse {
		background-image: url(/wp-content/uploads/2021/04/background-mobile.png);
		background-size: cover;
		padding: 20px 0;	
	
	}
	
	#menu-mobile-collapse .accordion-item {
		background: none !important;
		border: none !important;
	}

	#menu-mobile-collapse h2{
		font-size: 1rem;
		text-transform: uppercase;
		padding: 0 20px;
	}
	
	#menu-mobile-collapse h2 > a {
		color: white;
	}
	
	#menu-mobile-collapse button {
		background: none;
		font-size: 1rem;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		color: white;
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid white;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		box-shadow: none;
	}
	
	#menu-mobile-collapse .accordion-button:focus {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	
	#menu-mobile-collapse button::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	
	#menu-mobile-collapse .accordion-item > div {
		border: 0;
		padding: 0 20px;
		margin: -20px 0 0 0;
	}
	
	#menu-mobile-collapse .accordion-item > div > div {
		background: white;
		margin: 0 0 20px 0;
		padding: 0 20px!important;
	}
	#menu-mobile-collapse .menu-intro {
		display: none !important;
	}
	
	#menu-mobile-collapse li {
		grid-area: inherit !important;
		padding-top: 5px;
	}
	
	#menu-mobile > div:last-of-type {
		padding: 10px;
	}
	
	#menu-mobile > div:last-of-type a {
		width: 50%;
		max-width: 250px;
		min-height: 75px;
		color: white;
		background: #82c4cf;
		padding: 10px 0;
		margin: 10px 5px 10px 10px;
		font-weight: 700;
		font-size: 1rem;
		border-radius: 0 0 30px 0;
	}
	#menu-mobile > div:last-of-type i.fa-user{
		color: white;
		font-size: 1.5rem;
	}
	#menu-mobile > div:last-of-type > a img {
		max-width: 50px;
		margin: 0 5px 0 0;
	}
	
	#menu-mobile p:not(:last-of-type) {
		padding: 0 20px;
		margin: 0 0 10px 0;
	}
	
	#menu-mobile p:not(:last-of-type) a {
		width: 100%;
		color: #5e368e;
		text-align: center;
		font-weight: 800;
		border: 2px solid #5e368e;
		border-radius: 0 0 20px 0;
		padding: 10px 20px;
	}
	
	#menu-mobile p:last-of-type {
    	font-size: 3rem;
		color: #5e368e;
	}

	/*Menu mob region*/
	#regions-header-nav-mobile >  div#menu-mobile > div > div#menu-mobile-collapse ul li br {
		display: contents!important;
	}
	#regions-header-nav-mobile >  div#menu-mobile > div > div#menu-mobile-collapse ul{
		margin: 0 20px;
	}
	#regions-header-nav-mobile >  div#menu-mobile > div > div#menu-mobile-collapse ul li{
		padding: 20px 0;
		text-transform: uppercase;
		border-bottom: 1px solid white;
		width: 90%;	
	}
	#regions-header-nav-mobile >  div#menu-mobile > div > div#menu-mobile-collapse ul li:last-of-type{
		border-bottom: none;
	}
	#regions-header-nav-mobile >  div#menu-mobile > div > div#menu-mobile-collapse ul li a{
		color: white;
		font-size: 1rem;
	}
	/**Footer NL**/
	#footer-newsletter{
		min-height: auto;
		padding-top : 20px ;
	}
	#footer-newsletter > div {
		max-width: 80%;
	}
	#footer-newsletter > form > p:first-of-type {
    	font-weight: 600;
    	font-size: 1rem;
		text-align: center;
	}
	
	/*Footer don*/
	
	#footer-don {
		background-position: center;
		display: none!important;
	}
	
	#footer-don > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#footer-don > div > div {
		width: 100%;
		padding: 10px;
	}
	
	/*Footer*/
	footer{
		padding: 10px 20px 0 20px;
	}
	footer > div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
	}
	
	#national-footer-bloc-1 > div > h4:first-of-type,
	#regions-footer-bloc-1 > div > h4:first-of-type{
		border-bottom: none;
		text-align: left!important;
	}	
	#national-footer-bloc-1,
	#regions-footer-bloc-1{
		width: 100%;
		padding-right: 0;
	}
	#national-footer-bloc-1 p{
		font-size: 0.7rem;
	}
	#national-footer-bloc-1 > div > div > div:first-of-type h4,
	#regions-footer-bloc-1 > div > div:first-of-type h4{
		color: black!important;
	}
	#national-footer-bloc-1 > div > div:first-of-type, 
	#regions-footer-bloc-1 > div > div:first-of-type {
    	padding-top: 0;
	}
	#national-footer-bloc-1 > div > div > div:first-of-type{
		width: 80%;
		padding: 0;
	}

	#national-footer-bloc-1 > div > div > div:last-of-type{
		display: none;
	}
	#national-footer-bloc-1 .don-en-confiance-img{
		display: block!important;
		width: 100%;
    	max-width: 80px;
    	max-height: 80px;
	}
	#national-footer-bloc-1 br,
	#regions-footer-bloc-1 br{
		display: contents!important;
	}
	#national-footer-bloc-2{
		width: 100%;
	}
	#national-footer-bloc-2 > div > div:first-child{
		display: none;
	}
	#national-footer-bloc-2 > div > div:last-of-type,
	#regions-footer-bloc-2 {
		width: 100%!important;
		padding-left: 0;
	}
	#national-footer-bloc-2 > div > div:last-of-type p{
		display: none;
	}
	#national-footer-bloc-2 > div > div:last-of-type ul,
	#regions-footer-bloc-2  ul{
		border-bottom: none;
		-webkit-box-pack: center!important;
		    -ms-flex-pack: center!important;
		        justify-content: center!important;
	}
	/*#national-footer-bloc-2 > div > div:last-of-type ul li{
		font-size: 1.3rem;
	}*/
	footer > div:last-of-type{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	footer > div:last-of-type a,
	footer > div:last-of-type p,
	#menu-menu-footer p, #menu-menu-footer li{
    	font-size: 0.7rem;
		line-height: 150%;
	}
	#menu-menu-footer li {
		padding: 5px!important;
	}
	
/**footer region**/
	#regions-footer-bloc-1 .custom-html-widget {
    	max-width: 100%;
	}
	#regions-footer-bloc-1 > div > div > div:first-of-type{
		width: 80%;
		padding: 0;
	}
	#regions-footer-bloc-1 > div > div > div:last-of-type{
		/*display: none;*/
		 width: 80%;
    	padding: 0;
	}
	#regions-footer-bloc-1 .custom-html-widget .don-en-confiance-img{
		display: block!important;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		 width: 20%;
    	max-height: 80px;
		max-width: 80px;
	}
	#regions-footer-bloc-1 p{
		font-size: 0.7rem;
	}
	#regions-footer-bloc-2 ul:first-of-type{
		border-bottom: none;
	}
	#regions-footer-bloc-2 > div > ul:last-of-type{
		display: none;
	}
	#regions-footer-bloc-2 > div {
		width: 100%;
	}

	/************************ NEWS LETTRE **************************/
	.newslettre-container-footer input::-webkit-input-placeholder {
	 	font-size:14px;		
	}
	.newslettre-container-footer input::-moz-placeholder {
	 	font-size:14px;		
	}
	.newslettre-container-footer input:-ms-input-placeholder {
	 	font-size:14px;		
	}
	.newslettre-container-footer input::-ms-input-placeholder {
	 	font-size:14px;		
	}
	.newslettre-container-footer input::placeholder {
	 	font-size:14px;		
	}
	.newslettre-container-footer input[value^="OK"] {
		padding-top:2px !important;
		padding-right:10px !important;
		font-size:16px !important;
		color:white !important;
		cursor: pointer !important;
	}
}


/*IDII*/

.page-id-4540 .page__title {
	  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 66px;
    color: #e52321;
	padding: 50px 0!important;
}
@media (max-width: 1024px) {
	.page-id-4540 .header .page__title {
		font-size: 6.5vw;
		text-align: center;
	}
}

.page-id-4540 .wpgmza-modern-store-locator {
    top: 0;
    left: 0!important;
    width: 100%;
    background: white;
    padding-bottom: 20px;
	max-width: 100%!important;
}

.page-id-4540  .wpgmza-modern-store-locator {
	padding: 0;
}


.page-id-4540  .wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder {
	max-height: 100%;
}

.page-id-4540 .wpgmza_cat_ul{
	text-align: center!important;
}

.page-id-4540 .wpgmza_store_locator_options_button, #pdc-carte .wpgmza_store_locator_options_button {
	display: none;
}

.page-id-4540 .addressInput, #pdc-carte .addressInput{
	width: 100%;
    max-width: 50%;
    border-radius: 0;
    height: 50px!important;
    line-height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #B2B2B2;
    padding: 0 16px!important;
    outline: none;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
	margin: 0;
    border-right: 0;
}


.page-id-4540 .wpgmza-search, #pdc-carte .wpgmza-search {
	position: relative;
    height: 50px!important;
    line-height: 50px;
    width: 80px;
    background-color: #e52321;
    padding: 0!important;
    min-width: 50px;
    margin: 0;
    color: #FFF;
}

.page-id-4540 .wpgmza-use-my-location {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.page-id-4540 .wpgmza-radius {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.categories-post .item img {
	max-width: 250px!important;
}

.home .wpgmza-modern-store-locator {
    position: absolute;
    top: -15px!important;
    width: 100%;
    background: white;
    padding: 0;
    z-index: 99;
    left: 0!important;
    max-width: 100% !important;
	height: 100%;
    z-index: 96!important;
}

.home  .wpgmza-modern-store-locator > .wpgmza-inner {
	    -webkit-box-shadow: none;
	            box-shadow: none;
}

.home .wpgmza-modern-store-locator .wpgmza-radius,
.home .wpgmza-modern-store-locator .wpgmza_store_locator_options_button,
.home .wpgmza-modern-store-locator .wpgmza-use-my-location,
.home .wpgmza-address, 
.home .wpgmza_marker_icon {
	display: none!important;
}

.home .wpgmza-modern-store-locator .wpgmza-address {
	width: 80%;
    margin: 0;
    font-weight: 700;
    padding-left: 0;
    border-radius: 0;
    border: none;
    width: 80%;
    border-bottom: 1px solid #f4251c;
	display: inline-block!important;
}
.wpgmza-modern-store-locator {
     max-width: 100%!important;
}
.home .wpgmza-modern-store-locator .wpgmza-search {
	background: inherit;
    border-color: #f4251c;
    color: #f4251c;
}

.home .wpgmaps_mlist_row  {
	width: 100%!important;
	border-width: 0!important;
}

.home .wpgmza-basic-listing-image-holder {
	float: left!important;
	width: 30%!important;
}

.home .wpgmza-content-address-holder {
	width: 70%!important;
	padding: 0 20px;
}

.home .wpgmza-content-address-holder-inner a {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem!important;
    font-weight: 700!important;
    color: #f4251c!important;
    padding-bottom: 10px;
}

.home .wpgmza-gallery-container .wpgmza_map_image {
		border-width: 0!important;
}

.home .wpgmza-content-address-holder .wpgmza-link {
	    text-align: right!important;
} 


.home .wpgmza-content-address-holder .wpgmza-link a {
	padding-right: 0!important;
}

.home .gm-style {
	background: #FFF!important;
}

.home .gmnoprint,
.home .gmnoscreen,
.home .gm-style-cc {
	display: none!important;
}

#mask {
    position:absolute;
    z-index:9000;
    background-color: #000000;
    display:none;
    top: 0px;
	left: 0px;
}

#boxes .window {
    position:fixed;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding: 3rem 1rem;
}

#boxes .window a.close{
	position: absolute;
	top: 0;
	right: 1rem;
}

#boxes #z-dialog {
    width:375px; 
    height:203px;
    background: #fff;
}
#boxes input{
	border: 1px solid #6dc6d1;
    border-radius: 0 0 20px 0!important;
	font-size: 14px;
    width: 100%;
    padding: 5px 10px;
}
#boxes input[type=submit] {
    border-radius: 30px!important;
    background-color: #fff!important;
    border: 2px solid #602878;
    color: #602878;
}
#boxes p{
	font-weight: 600;
}
.myaccount-header-txt {
	font-weight: bold;
}

span.password-verdict.description {
	margin-top: 5px;
}

.password-verdict + a {
	top: 20% !important;
}


.doc-box-list-div {
	font-size: 13px;
	text-align: start;
}

.img-from-documentaire {
	margin: 5px;
}

.doc-img-thumb {
	width: 100px !important;
	height: 100% !important
}

.border-doc-box {
	border: 3px solid #51bac4;
    border-radius: 0px 0px 50px;
}

.doc-title-color {
	color: #293280;
}

.doc-download a{
	text-decoration: none;
	color: #51bac4;
}

.documentaire-slider {
	background: url('https://fcardio.org/wp-content/themes/ffc/images/bg_doc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: start;
	padding: 70px;
	font-weight: bold;
	max-height: 500px;
}

.documentaire-slider p {
	color: white !important;
	margin-bottom: 10px;
}

.documentaire-slider h2 {
	color: #293280;
	margin-bottom: 15px;
}

.mailto-documentaire {
	color: white;
	font-size: 17px;
	text-decoration: none;
}

.documentaire-theme-search-header {
	color: #293280 !important;
	text-align: start;
	font-weight: bold;
	font-size: 22px;
}

.search-by-documentaire-category {
	padding: 70px;
}

.pagination__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 2px solid #51bac4;
	width: 100%;
}

#documentaireGeneralBox .pagination li {
	margin-right: 10px;
}

.pagination {
	margin-top: -20px !important;
}

ul.pagination li.active a {
	color: #51bac4;
}

ul.pagination li a {
    font-weight: bold;
}

li.prev a, li.next a {
    color: #51bac4;
}

.pagination, .comments-pagination {
	border-top: none;
}

.user-registration-MyAccount-content .img-espace-benevole {
	min-height: 500px;
	text-align: start;
}


.user-registration-MyAccount-content .img-espace-benevole .espace-benevole-img-user {
	margin-bottom: 10px;
}
.user-registration-MyAccount-content .img-espace-benevole > div{
	text-shadow: none!important;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px!important;
	max-width: 50%;
}
.user-registration-MyAccount-content .img-espace-benevole > div p,
.user-registration-MyAccount-content .img-espace-benevole > div h2{
	color: white!important;
	
}

.user-registration-MyAccount-content #content.accueil-container.espace-benevole {
	margin-top: 0px !important;
}

.actualites-inner-title {
    font-size: 1.3rem!important;
}
.espace-benevole-user-card {
    margin-top: -40px;
}



#appendCatsHere {
	margin-top: -30px;
}

#appendCatsHere label {
    margin-right: 60px;
}

p.documentaire-theme-search-header {
    margin-left: -60px;
}

#searchDocumentaire {
    height: 40px;
    border: 3px solid #51bac4;
    width: 700px;
    margin-top: 20px;
	margin-bottom: 30px;
}

button#submitSearchDocumentaire {
    margin-top: 20px;
    height: 40px;
    line-height: 0px;
    background: #51bac4;
    border-radius: 0px 0px 20px;
}

input.radio.mx-2{
	border: #51bac4 solid;
}

abbr.required:hover {
    cursor: default !important;
}
#user-registration-form-41 label.ur-label,
.user-registration-profile-fields label.ur-label{
    font-weight: 600!important;
}
