@charset "utf-8";
/* CSS Résidence du Saves */
html{}
/*body{background-image:linear-gradient(to top, #FFF, #819fc3);background-repeat:no-repeat;position: relative;margin: 0;min-height: 100vh;display: grid;grid-template-rows: auto 1fr auto;}*/
body{background-image:linear-gradient(to top, #FFF, #819fc3);background-repeat:no-repeat;position: relative;margin: 0;min-height: 100vh;}


.dropdown-menu>a:hover:nth-child(8n+1), .dropdown-menu>a.active:nth-child(8n+1){border-bottom: #C4E17F 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+2), .dropdown-menu>a.active:nth-child(8n+2){border-bottom: #F7FDCA 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+3), .dropdown-menu>a.active:nth-child(8n+3){border-bottom: #FECF71 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+4), .dropdown-menu>a.active:nth-child(8n+4){border-bottom: #F0776C 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+5), .dropdown-menu>a.active:nth-child(8n+5){border-bottom: #DB9DBE 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+6), .dropdown-menu>a.active:nth-child(8n+6){border-bottom: #C49CDE 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+7), .dropdown-menu>a.active:nth-child(8n+7){border-bottom: #669AE1 3px solid;}
.dropdown-menu>a:hover:nth-child(8n+8), .dropdown-menu>a.active:nth-child(8n+8){border-bottom: #62C2E4 3px solid;}

.titre{text-align: center;color:#4e70a4;font-weight:bold;text-decoration:underline;text-shadow:2px 2px 2px #999}
.titre2{text-align: center;color:#4e70a4;font-weight:bold;text-decoration:underline;}

.bg-nico{background-color: #e9ecef;}
.bg-light-grey{background-color: rgba(0, 0, 0, 0.05);}
.txt-blue{color: #00A2D1;}
.rounded-right{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}

.table-nico{--bs-table-color:#FFF;--bs-table-bg:#343a40;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}


a{text-decoration: none;}
a:hover{text-decoration: underline;}
.grecaptcha-badge {z-index:99}

/* CSS script cookie eu */
div.cookie_policy_msg{position: fixed; top: 0; bottom: 0; left: 0; right: 0;background-color:rgba(155,155,155,0.70); z-index: 99;}
div.cookie_policy_msg>div{ width: 70%; height: auto; margin: auto;margin-top: 10%; padding: 10px; background-color:rgba(255,255,255,0.9);color:#000;  border-radius: 10px; text-align: center;border-style: groove;font-family: arial;}
div.cookie_policy_msg>div>a:first-child{color:#26C30D;display:inline-block;margin-left:10px}
div.cookie_policy_msg>div>a:last-child{display:inline-block;margin-left:20px;height:28px;width:32px;color:#FF0000;}
.pcenter{text-align: center;}

.clignote {animation: clignote 4s linear infinite;}
@keyframes clignote {50% { opacity: 0; }}

.hr-double{border: none;border-top: 3px double #4e70a4;color: #4e70a4;overflow: visible;text-align: center;height: 5px;}
/*.hr-double:after {background: #fff;content: '§';padding: 0 4px;position: relative;top: -13px;}*/

#social-linux{color:#363636;}
#social-linux:hover{color:#F90}
#social-edge{color:#1293DB;}
#social-edge:hover{color:#0514BD}
#social-firefox{color:#D36E0B;}
#social-firefox:hover{color:#F95616}

.footer{position:fixed;bottom:0;overflow:visible;z-index:3;width:100%;margin-bottom:0;}
.minheight{margin-bottom:150px;}

.btnaide{}