/* 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: #0090DF !important; }
@media (min-width: 992px) { .font-lg-bleu a, li.font-hover-lg-bleu:hover > a { color: #0090DF !important; } }
.link-bleu a, .link-hover-bleu:hover { color: #0090DF !important; text-decoration: underline !important; }
.bg-bleu, .bg-hover-bleu:hover { background-color: #0090DF !important; }
@media (min-width: 992px) { .bg-lg-bleu { background-color: #0090DF !important; } }
.border-bleu, .border-hover-bleu:hover { border-color: #0090DF !important; }
.picto-bleu { fill: #0090DF !important; }
.bullet-bleu span { background-color: #0090DF !important; }

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

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

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

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

/* SLIDES : ROUNDED */
.rounded-slide { border-radius: 1.5rem !important; }
.rounded-top-slide { border-top-left-radius: 1.5rem !important; border-top-right-radius: 1.5rem !important; }
.rounded-bottom-slide { border-bottom-left-radius: 1.5rem !important; border-bottom-right-radius: 1.5rem !important; }
.rounded-left-slide { border-top-left-radius: 1.5rem !important; border-bottom-left-radius: 1.5rem !important; }
.rounded-right-slide { border-top-right-radius: 1.5rem !important; border-bottom-right-radius: 1.5rem !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: #0090DF!important; border-color: #0090DF; }
.gform_contact .gform_footer .gform_button:hover { color : #1F1F1F!important; background-color: #ffffff!important; border-color: #E3D400; }

/* FORM NEWSLETTER : BOUTON */
.gform_newsletter .gform_footer .gform_button { color : #1F1F1F!important; background-color: #ffffff!important; border-color: #E3D400; }
.gform_newsletter .gform_footer .gform_button:hover { color : #ffffff!important; background-color: #5BB1E1!important; border-color: #5BB1E1; }

/* COOKIES : POPUP */
.cli-tab-footer .cli-btn, .cli-switch input:checked + .cli-slider { background-color: #0090DF !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 #0090DF !important; background-color: #ffffff!important; color: #0090DF !important; }
ul.page-numbers li a:hover, ul.page-numbers li span, span.page-numbers.current { color: #ffffff !important; background-color: #0090DF !important; border-color: #ffffff !important; }

