/* CSS GENEREE DYNAMIQUEMENT DEPUIS FUNCTIONS.PHP */

/* FONT SIZE */
.list-group-item { font-size: 1rem !important; }
.list-group-item .list-group-item { font-size: 0.8rem !important; }

/* COLOR : BLANC */
.font-blanc, .font-blanc a, .font-hover-blanc:hover, li.font-hover-blanc:hover > a, .placeholder-blanc::placeholder, .placeholder-blanc ::placeholder { color: #ffffff !important; }
@media (min-width: 992px) { .font-lg-blanc a, li.font-hover-lg-blanc:hover > a { color: #ffffff !important; } }
.link-blanc a, .link-hover-blanc:hover { color: #ffffff !important; text-decoration: underline !important; }
.bg-blanc, .bg-hover-blanc:hover { background-color: #ffffff !important; }
@media (min-width: 992px) { .bg-lg-blanc { background-color: #ffffff !important; } }
.border-blanc, .border-hover-blanc:hover { border-color: #ffffff !important; }
.picto-blanc { fill: #ffffff !important; }
.bullet-blanc span { background-color: #ffffff !important; }

/* COLOR : NOIR */
.font-noir, .font-noir a, .font-hover-noir:hover, li.font-hover-noir:hover > a, .placeholder-noir::placeholder, .placeholder-noir ::placeholder { color: #1F1F1F !important; }
@media (min-width: 992px) { .font-lg-noir a, li.font-hover-lg-noir:hover > a { color: #1F1F1F !important; } }
.link-noir a, .link-hover-noir:hover { color: #1F1F1F !important; text-decoration: underline !important; }
.bg-noir, .bg-hover-noir:hover { background-color: #1F1F1F !important; }
@media (min-width: 992px) { .bg-lg-noir { background-color: #1F1F1F !important; } }
.border-noir, .border-hover-noir:hover { border-color: #1F1F1F !important; }
.picto-noir { fill: #1F1F1F !important; }
.bullet-noir span { background-color: #1F1F1F !important; }

/* COLOR : BLEU */
.font-bleu, .font-bleu a, .font-hover-bleu:hover, li.font-hover-bleu:hover > a, .placeholder-bleu::placeholder, .placeholder-bleu ::placeholder { color: #3A5CA6 !important; }
@media (min-width: 992px) { .font-lg-bleu a, li.font-hover-lg-bleu:hover > a { color: #3A5CA6 !important; } }
.link-bleu a, .link-hover-bleu:hover { color: #3A5CA6 !important; text-decoration: underline !important; }
.bg-bleu, .bg-hover-bleu:hover { background-color: #3A5CA6 !important; }
@media (min-width: 992px) { .bg-lg-bleu { background-color: #3A5CA6 !important; } }
.border-bleu, .border-hover-bleu:hover { border-color: #3A5CA6 !important; }
.picto-bleu { fill: #3A5CA6 !important; }
.bullet-bleu span { background-color: #3A5CA6 !important; }

/* COLOR : ORANGE */
.font-orange, .font-orange a, .font-hover-orange:hover, li.font-hover-orange:hover > a, .placeholder-orange::placeholder, .placeholder-orange ::placeholder { color: #EA5336 !important; }
@media (min-width: 992px) { .font-lg-orange a, li.font-hover-lg-orange:hover > a { color: #EA5336 !important; } }
.link-orange a, .link-hover-orange:hover { color: #EA5336 !important; text-decoration: underline !important; }
.bg-orange, .bg-hover-orange:hover { background-color: #EA5336 !important; }
@media (min-width: 992px) { .bg-lg-orange { background-color: #EA5336 !important; } }
.border-orange, .border-hover-orange:hover { border-color: #EA5336 !important; }
.picto-orange { fill: #EA5336 !important; }
.bullet-orange span { background-color: #EA5336 !important; }

/* COLOR : MARRON */
.font-marron, .font-marron a, .font-hover-marron:hover, li.font-hover-marron:hover > a, .placeholder-marron::placeholder, .placeholder-marron ::placeholder { color: #86836E !important; }
@media (min-width: 992px) { .font-lg-marron a, li.font-hover-lg-marron:hover > a { color: #86836E !important; } }
.link-marron a, .link-hover-marron:hover { color: #86836E !important; text-decoration: underline !important; }
.bg-marron, .bg-hover-marron:hover { background-color: #86836E !important; }
@media (min-width: 992px) { .bg-lg-marron { background-color: #86836E !important; } }
.border-marron, .border-hover-marron:hover { border-color: #86836E !important; }
.picto-marron { fill: #86836E !important; }
.bullet-marron span { background-color: #86836E !important; }

/* COLOR : BEIGE */
.font-beige, .font-beige a, .font-hover-beige:hover, li.font-hover-beige:hover > a, .placeholder-beige::placeholder, .placeholder-beige ::placeholder { color: #E7E6E2 !important; }
@media (min-width: 992px) { .font-lg-beige a, li.font-hover-lg-beige:hover > a { color: #E7E6E2 !important; } }
.link-beige a, .link-hover-beige:hover { color: #E7E6E2 !important; text-decoration: underline !important; }
.bg-beige, .bg-hover-beige:hover { background-color: #E7E6E2 !important; }
@media (min-width: 992px) { .bg-lg-beige { background-color: #E7E6E2 !important; } }
.border-beige, .border-hover-beige:hover { border-color: #E7E6E2 !important; }
.picto-beige { fill: #E7E6E2 !important; }
.bullet-beige span { background-color: #E7E6E2 !important; }

/* BLOCS : ROUNDED */
.rounded-bloc { border-radius: 3rem !important; }
.rounded-top-bloc { border-top-left-radius: 3rem !important; border-top-right-radius: 3rem !important; }
.rounded-bottom-bloc { border-bottom-left-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }
.rounded-left-bloc { border-top-left-radius: 3rem !important; border-bottom-left-radius: 3rem !important; }
.rounded-right-bloc { border-top-right-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }

/* SLIDES : ROUNDED */
.rounded-slide { border-radius: 3rem !important; }
.rounded-top-slide { border-top-left-radius: 3rem !important; border-top-right-radius: 3rem !important; }
.rounded-bottom-slide { border-bottom-left-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }
.rounded-left-slide { border-top-left-radius: 3rem !important; border-bottom-left-radius: 3rem !important; }
.rounded-right-slide { border-top-right-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }

/* BOUTONS : ROUNDED */
.rounded-btn { border-radius: 3rem !important; }
.rounded-top-btn { border-top-left-radius: 3rem !important; border-top-right-radius: 3rem !important; }
.rounded-bottom-btn { border-bottom-left-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }
.rounded-left-btn { border-top-left-radius: 3rem !important; border-bottom-left-radius: 3rem !important; }
.rounded-right-btn { border-top-right-radius: 3rem !important; border-bottom-right-radius: 3rem !important; }

/* BOUTONS : PADDING */
.btn { padding-top: 0.5rem!important; padding-bottom: 0.5rem!important; padding-right: 1rem!important; padding-left: 1rem!important; }

/* COOKIES : BOUTONS */
.cli-plugin-button, .cli-plugin-button:visited { border-radius: 3rem !important; }
.cli-plugin-button, .cli-plugin-button:visited { padding-top: 0.5rem!important; padding-bottom: 0.5rem!important; padding-right: 1rem!important; padding-left: 1rem!important; }

/* FORM : BOUTONS */
.gform_footer .gform_button { border-radius: 3rem !important; }
.gform_footer .gform_button { padding-top: 0.5rem!important; padding-bottom: 0.5rem!important; padding-right: 1rem!important; padding-left: 1rem!important; }

/* FORM CONTACT : BOUTON */
.gform_contact .gform_footer .gform_button { color : #ffffff!important; background-color: #EA5336!important; border-color: #EA5336; }
.gform_contact .gform_footer .gform_button:hover { color : #EA5336!important; background-color: #ffffff!important; border-color: #EA5336; }

/* FORM NEWSLETTER : BOUTON */
.gform_newsletter .gform_footer .gform_button { color : #ffffff!important; background-color: #3A5CA6!important; border-color: #3A5CA6; }
.gform_newsletter .gform_footer .gform_button:hover { color : #3A5CA6!important; background-color: #ffffff!important; border-color: #3A5CA6; }

/* COOKIES : POPUP */
.cli-tab-footer .cli-btn, .cli-switch input:checked + .cli-slider { background-color: #EA5336 !important; color: #ffffff !important; }
button#cookie_hdr_showagain { color: #ffffff !important; }

/* PAGINATION */
ul.page-numbers li a, ul.page-numbers li span, a.page-numbers, span.page-numbers { border: 2px solid #EA5336 !important; background-color: #ffffff!important; color: #EA5336 !important; }
ul.page-numbers li a:hover, ul.page-numbers li span, span.page-numbers.current { color: #ffffff !important; background-color: #EA5336 !important; border-color: #ffffff !important; }

