/* CSS GENEREE DYNAMIQUEMENT DEPUIS FUNCTIONS.PHP */

/* FONT SIZE */
.btn, .gform_button { font-size: 1rem !important; }
.list-group-item { font-size: 1rem !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, .picto-hover-blanc:hover { 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: #161615 !important; }
@media (min-width: 992px) { .font-lg-noir a, li.font-hover-lg-noir:hover > a { color: #161615 !important; } }
.link-noir a, .link-hover-noir:hover { color: #161615 !important; text-decoration: underline !important; }
.bg-noir, .bg-hover-noir:hover { background-color: #161615 !important; }
@media (min-width: 992px) { .bg-lg-noir { background-color: #161615 !important; } }
.border-noir, .border-hover-noir:hover { border-color: #161615 !important; }
.picto-noir, .picto-hover-noir:hover { fill: #161615 !important; }
.bullet-noir span { background-color: #161615 !important; }

/* COLOR : BLEU FONCé */
.font-bleufonce, .font-bleufonce a, .font-hover-bleufonce:hover, li.font-hover-bleufonce:hover > a, .placeholder-bleufonce::placeholder, .placeholder-bleufonce ::placeholder { color: #56678B !important; }
@media (min-width: 992px) { .font-lg-bleufonce a, li.font-hover-lg-bleufonce:hover > a { color: #56678B !important; } }
.link-bleufonce a, .link-hover-bleufonce:hover { color: #56678B !important; text-decoration: underline !important; }
.bg-bleufonce, .bg-hover-bleufonce:hover { background-color: #56678B !important; }
@media (min-width: 992px) { .bg-lg-bleufonce { background-color: #56678B !important; } }
.border-bleufonce, .border-hover-bleufonce:hover { border-color: #56678B !important; }
.picto-bleufonce, .picto-hover-bleufonce:hover { fill: #56678B !important; }
.bullet-bleufonce span { background-color: #56678B !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: #8CC6EE !important; }
@media (min-width: 992px) { .font-lg-bleuclair a, li.font-hover-lg-bleuclair:hover > a { color: #8CC6EE !important; } }
.link-bleuclair a, .link-hover-bleuclair:hover { color: #8CC6EE !important; text-decoration: underline !important; }
.bg-bleuclair, .bg-hover-bleuclair:hover { background-color: #8CC6EE !important; }
@media (min-width: 992px) { .bg-lg-bleuclair { background-color: #8CC6EE !important; } }
.border-bleuclair, .border-hover-bleuclair:hover { border-color: #8CC6EE !important; }
.picto-bleuclair, .picto-hover-bleuclair:hover { fill: #8CC6EE !important; }
.bullet-bleuclair span { background-color: #8CC6EE !important; }

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

/* COLOR : GRADIENT */
.font-gradientphileas, .font-gradientphileas a, .font-hover-gradientphileas:hover, li.font-hover-gradientphileas:hover > a, .placeholder-gradientphileas::placeholder, .placeholder-gradientphileas ::placeholder { color: # !important; }
@media (min-width: 992px) { .font-lg-gradientphileas a, li.font-hover-lg-gradientphileas:hover > a { color: # !important; } }
.link-gradientphileas a, .link-hover-gradientphileas:hover { color: # !important; text-decoration: underline !important; }
.bg-gradientphileas, .bg-hover-gradientphileas:hover { background-color: # !important; }
@media (min-width: 992px) { .bg-lg-gradientphileas { background-color: # !important; } }
.border-gradientphileas, .border-hover-gradientphileas:hover { border-color: # !important; }
.picto-gradientphileas, .picto-hover-gradientphileas:hover { fill: # !important; }
.bullet-gradientphileas span { background-color: # !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: #56678B!important; border-color: #56678B; }
.gform_contact .gform_footer .gform_button:hover { color : #56678B!important; background-color: #ffffff!important; border-color: #56678B; }

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

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

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

