@font-face {
	font-family: 'OpenDyslexic';
	src: url('fonts/OpenDyslexic-Bold.otf') format('opentype')
}

/*Marge*/
html, body {
    margin:0;
    padding:0;
    background-color: #dab49d;
    scrollbar-color: #c08552d0 #5E30236e ;
    scrollbar-width: thin;
    overflow-x: auto;
    overflow-y: auto;
    font-family: "OpenDyslexic";
 }

 /* scrollbar styling non-standard version */
html::-webkit-scrollbar-thumb {
    background-color: #5E3023; 
  }
html::-webkit-scrollbar-button {
    background: #C08552; 
  }
  html::-webkit-scrollbar-track {
    background: #C08552; 
}

/*Bannière défilante*/
.defileTitre {
	display: block;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	max-width: 780px;
    margin-left: 70px;
    background-color: #5E3023;
    box-shadow: 3px 3px 3px #5e30236e;
    border:2px solid #5E3023;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    top: -7px;
}

.defile {
	display:block;
	-webkit-animation:linear marqueelike 20s infinite ;
	-moz-animation:linear marqueelike 20s infinite ;
	-o-animation:linear marqueelike 20s infinite ;
	-ms-animation:linear marqueelike 20s infinite ;
	animation:linear marqueelike 20s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:25px;
    color: #F0EDE6;
}

.defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

@-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

/*Fenetre alerte*/
#windows_alerte {
    z-index: 11;
    position: fixed;
    width: 500px;
    min-height: 100px;
    background-color: #C08552;
    box-shadow: 5px 5px 5px #5e30236e;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display: none;*/
}

#windows_titre_alerte {
    height: 25px;
    width: 100%;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_windows_alerte {
    text-align: center;
    width: calc(100% - 80px);
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    padding-left: 40px;
}

#BP_windows_alerte {
    text-align: center;
    width: 40px;
    right: 0px;
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    color: #F0EDE6;
}

#BP_windows_alerte:hover {
    cursor: pointer;
    background-color: #C08552;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(#5E30236e, #5e3023, #5E30236e);
}

#contenu_windows_alerte {
    width: calc(100% - 20px);
    height: calc(100% - 25px - 20px);
    border-radius: 0px 0px 10px 10px;
    top: 25px;
    color: #5E3023;
    padding: 10px;
    text-align: justify;
}

/*Fenetre anniversaire*/
#windows_anniversaire {
    z-index: 10;
    position: fixed;
    width: 500px;
    min-height: 100px;
    background-color: #C08552;
    box-shadow: 5px 5px 5px #5e30236e;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display: none;*/
}

#windows_titre_anniversaire {
    height: 25px;
    width: 100%;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_windows_anniversaire {
    text-align: center;
    width: calc(100% - 80px);
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    padding-left: 40px;
}

#logo_anniversaire {
    float: left;
}

#list_anniversaire {
    display: flex;
    align-items: center;
    height: 150px;
}

#BP_windows_anniversaire {
    text-align: center;
    width: 40px;
    right: 0px;
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    color: #F0EDE6;
}

#BP_windows_anniversaire:hover {
    cursor: pointer;
    background-color: #C08552;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(#5E30236e, #5e3023, #5E30236e);
}

#contenu_windows_anniversaire {
    width: calc(100% - 20px);
    height: calc(100% - 25px - 20px);
    border-radius: 0px 0px 10px 10px;
    top: 25px;
    color: #5E3023;
    padding: 10px;
    text-align: justify;
}

/*Fenetre compte*/
#windows_compte {
    z-index: 12;
    position: fixed;
    width: 500px;
    min-height: 100px;
    background-color: #C08552;
    box-shadow: 5px 5px 5px #5e30236e;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

#windows_titre_compte {
    height: 25px;
    width: 100%;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_windows_compte {
    text-align: center;
    width: calc(100% - 80px);
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    padding-left: 40px;
}

#BP_windows_compte {
    text-align: center;
    width: 40px;
    right: 0px;
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    color: #F0EDE6;
}

#BP_windows_compte:hover {
    cursor: pointer;
    background-color: #C08552;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(#5E30236e, #5e3023, #5E30236e);
}

#contenu_windows_compte {
    width: calc(100% - 20px);
    height: calc(100% - 25px - 20px);
    border-radius: 0px 0px 10px 10px;
    top: 25px;
    color: #5E3023;
    padding: 10px;
    text-align: justify;
}

/*Fenetre info*/
#windows_info {
    z-index: 12;
    position: fixed;
    width: 500px;
    min-height: 100px;
    background-color: #C08552;
    box-shadow: 5px 5px 5px #5e30236e;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

#windows_titre_info {
    height: 25px;
    width: 100%;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_windows_info {
    text-align: center;
    width: calc(100% - 80px);
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    padding-left: 40px;
}

#BP_windows_info {
    text-align: center;
    width: 40px;
    right: 0px;
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    color: #F0EDE6;
}

#BP_windows_info:hover {
    cursor: pointer;
    background-color: #C08552;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(#5E30236e, #5e3023, #5E30236e);
}

#contenu_windows_info {
    width: calc(100% - 20px);
    height: calc(100% - 25px - 20px);
    border-radius: 0px 0px 10px 10px;
    top: 25px;
    color: #5E3023;
    padding: 10px;
    text-align: justify;
}

/*Fenetre agenda*/
#windows_agenda {
    z-index: 12;
    position: fixed;
    width: 500px;
    min-height: 100px;
    background-color: #C08552;
    box-shadow: 5px 5px 5px #5e30236e;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display: none;*/
}

#windows_titre_agenda {
    height: 25px;
    width: 100%;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_windows_agenda {
    text-align: center;
    width: calc(100% - 80px);
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    padding-left: 40px;
}

#BP_windows_agenda {
    text-align: center;
    width: 40px;
    right: 0px;
    font-weight: bold;
    transform: translateY(-5px);
    float: left;
    color: #F0EDE6;
}

#BP_windows_agenda:hover {
    cursor: pointer;
    background-color: #C08552;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(#5E30236e, #5e3023, #5E30236e);
}

#contenu_windows_agenda {
    width: calc(100% - 20px);
    height: calc(100% - 25px - 20px);
    border-radius: 0px 0px 10px 10px;
    top: 25px;
    color: #5E3023;
    padding: 10px;
    text-align: justify;
}

/*Page*/
#titre {
    position: fixed;
    left: 10px;
    width: calc(100% - 20px);
    height: 70px;
    background: linear-gradient(#5e30236e, #F0EDE6, #5e30236e);
    border-style: none;
    border-radius: 0px 0px 10px 10px;
    color: #5E3023;
    z-index: 2;
    box-shadow: 5px 5px 5px #5e30236e;
}

#titre .logo_titre {
    height: 60px;
    float: left;
    filter: drop-shadow(5px 5px 5px #5e30236e);
    animation: rotating 2s linear infinite;
}

@keyframes rotating {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

#titre2{
    width: 780px;
    height: 75px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-100px, 0px);
    padding: 0px;
}

.titre {
    font-weight: bold;
    text-align: center;
    margin-top: 5px; 
    margin-bottom: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
}

.titre_assos {
    font-size: 1.5em;
    color: #5E3023;
    text-shadow: 3px 3px 3px #5e30236e;
}

#logo_reseau {
    width: 200px;
    height: 40px;
    position: relative;
    left: 710px;
    top: 5px;
}

#logo_connect {
    background-color: #5E3023;
    color: #F0EDE6;
   width: 200px;
    height: 27px;
    position: relative;
    left: 800px;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    text-align: center;
    font-weight: bold;
    top: 0px;
    cursor: pointer;
}

#logo_connect:hover {
    background-color: transparent;
    color: #5E3023;
}

#menu_connect {
    width: 160px;
    position: relative;
    left: 810px;
    top: 0px;
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    background-color: #F0EDE6;
    color: #5E3023;
    display: none;
    padding: 10px;
    font-size: 13px;
}

.logo {
    width: 30px;
    height: 25px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    color: #f0ede6;
    background-color: #5E3023;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #5e30236e;
    padding-left: 5px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
}

.logo:hover {
    color: #5e3023;
    background-color: transparent;
    cursor: pointer;
}

.BPmail {
    background-image:url('../images/BP_mail_hover.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 130px;
}

.BPmail:hover {
    background-image:url('../images/BP_mail.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.BPfacebook {
    background-image:url('../images/BP_facebook_hover.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 170px;
}

.BPfacebook:hover {
    background-image:url('../images/BP_facebook.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.BPinstagram {
    background-image:url('../images/BP_instagram_hover.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 210px;
}

.BPinstagram:hover {
    background-image:url('../images/BP_instagram.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#nbre_produit {
    border-radius: 20px 20px; 
    width: 20px;
    height: 20px;
    background-color: #5E3023;
    box-shadow: 3px 3px 3px #5e30236e;
    color: #F0EDE6;
    text-decoration: none;
    display: block;
    text-align: center;
    top: -5px;
    position: relative;
    left: 20px;
}

#BPparam {
    width: 30px;
    height: 25px;
    background-color: transparent;
    filter: drop-shadow(3px 3px 3px #5e30236e);
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    background-image:url('../images/BP_param.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 10px;
    text-decoration: none;
    padding-bottom: 5px;
}

#BPparam:hover {
    background-image:url('../images/BP_param_hover.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#BPparam .menu_param {
    display: none;
    width: 226px;
    background: transparent;
    left: -295px;
    top: 11px;
    position: relative;
}

#BPparam .menu_param .triangle_menu {
    width: 15px;
    height: 15px;
    top: 10px;
    position: relative;
    left: 196px;
    filter: drop-shadow(3px 3px 3px #5e30236e);
}

#BPparam ul {
    margin: 0;
    padding: 0;
}

.BP_admin {
    width: 330px;
    height: 25px;
    color: #5E3023;
    background-color : #dab49d;
    display: block;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
    border-bottom-style: solid;
    border-width: 2px;
    border-bottom-color: #5e3023;
}

.BP_admin:hover {
    background-color: #5E3023;
    color: #F0EDE6;
    cursor: pointer;
}

#BPparam .menu_param .menu_param_lien {
    width: 350px;
    box-shadow: 3px 3px 3px #5e30236e;
    color:#5E3023;
    background: #f0ede68f;
    left: -50px;
    top: 0px;
    position: relative;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    padding: 10px;
}

#BPparam .menu_param ul {
    color: #5E3023;
    text-align: left;
    width: 330px;
}

#BPparam:hover .menu_param {
    display: block;
}

.menu_param:hover {
    display: block;
}

#message_clic {
    position: absolute;
    top: calc(50% - 60px); 
    left: 50%;
    transform: translate(-50%, -50%);
}

/*BP Don tombola*/

.logo_BP {
    width: 30px;
    height: 25px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    color: #f0ede6;
    background-color: #5E3023;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #5e30236e;
    padding-left: 5px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
}

.logo_BP:hover {
    color: #5E3023;
    background-color: #C08552;
    cursor: pointer;
}

#BP_dt{
    position: relative;
    left: 2px;
    top: 10px;
}

.BPdon {
    background-image:url('../images/logo_helloAsso.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 240px;

    div {
        display: block;
        text-align: center;
    }
}

.BPdon:hover {
    background-image:url('../images/logo_helloAsso.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    cursor: pointer;
}

.BPtombola {
    background-image:url('../images/logo_helloAsso.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 240px;

    div {
        display: block;
        text-align: center;
    }
}

.BPtombola:hover {
    background-image:url('../images/logo_helloAsso.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    cursor: pointer;
}

/*Menu*/
#menu {
    width: calc(100% - 280px);
    height: 75px;
    top: 80px;
    left: 515px;
    transform: translate(-245px, 0%);
    z-index: 1;
    position:absolute;
}

#menu ul {
    margin: 0;
    padding: 0;
}

.menu {
    float: left;
    width: 100px;
    height: 45px;
    text-align: center;
    list-style-type: none;
    margin-right: 5px;
    color: #f0ede6;
}

.BP_menu {
    width: 100px;
    height: 45px;
    border-style: hidden;
    font-weight: bold;
    color: #5E3023;
    background: linear-gradient(#5e30236e, #F0EDE6, #5e30236e);
    font-family: initial;
    font-size: 15px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 5px 5px #5e30236e;
}

.BP_menu:hover {
    width: 100px;
    height: 45px;
    border-style: hidden;
    font-weight: bold;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    color: #f0ede6;
    font-family: initial;
    font-size: 15px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 5px 5px #5e30236e;
    cursor: pointer;
}

.BP_menu_actif {
    width: 100px;
    height: 45px;
    border-style: hidden;
    font-weight: bold;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    color: #f0ede6;
    font-family: initial;
    font-size: 15px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 5px 5px #5e30236e;
}

.menu #ss_menu {
    border-radius: 0px 10px 10px 10px;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    height: 30px;
    margin: 0;
    padding: 0;
    left: 245px;
    transform: translate(-245px, 0%);
    position: absolute;
    width: 100%;
    box-shadow: 5px 5px 5px #5e30236e;
}

.menu #ss_menu ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.menu .ss_menu {
    display : list-item;
    float:left;
    list-style-position:outside;
    list-style-type:none;
    width: 150px;
    border-width: 0px 2px 0px 0px;
    border-color: #dab49d77;
    border-style: solid;
    height: 20px;
    padding-top: 6px;    
}

.BP_ss_menu {
    width: 150px;
    height: 25px;
    padding-top: 6px;
    color: #F0EDE6;
    background : transparent; 
    background-color : transparent;
    border: none;
    margin-top: -5px;
    display: block;
    font-weight: bold;
}

.BP_ss_menu:hover {
    background-color: #dab49d77;
    color: #5E3023;
    cursor: pointer;
}

.BP_ss_menu_actif {
    width: 150px;
    height: 25px;
    padding-top: 6px;
    background-color: #dab49d77;
    color: #5E3023;
    border: none;
    margin-top: -5px;
    display: block;
    font-weight: bold;
}

#ss_menu_ss_onglet {
    border-radius: 0px 10px 10px 10px;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    height: 30px;
    margin: 0;
    padding: 0;
    left: 245px;
    transform: translate(-245px, 45px);
    position: absolute;
    width: 100%;
    box-shadow: 5px 5px 5px #5e30236e;
}

#menu_page {
    width: 250px;
    float: left;
    margin: 0px;
    left: 510px;
    top: 95px;
    transform: translate(-500px, 0%);
    position: absolute;
    text-align: justify;
    color: #5E3023;
    border-radius: 10px 10px 10px 10px;
    background-color: #c08552;
    border-style: none;
    z-index: 1;
    box-shadow: 5px 5px 5px #5e30236e;
}

#menu_page #contenu_menu {
    background-color: #c08552;
    padding-bottom: 1px;
}

#menu_page #bas_menu {
    height: 20px;
    background-color: #c08552; 
    border-radius: 0px 0px 20px 20px;
}

#menu_titre {
    height: 25px;
    width: 250px;
    padding-top: 5px;
    color: #F0EDE6;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-style: none;
}

#titre_menu {
    margin-left: 35px;
    float: left;
    text-align: center;
    width: 180px;
    font-weight: bold;
    transform: translateY(-5px);
}


#menu_param {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    width: 17px;
    height: 12px;
    background-color: transparent;
    border: none;
    text-align: center;
    background-image:url('../Images/BP_param.png');
    background-repeat: no-repeat;
}

#menu_param:hover {
    background-image:url('../Images/BP_param_hover.png');
    cursor: pointer;
}

#menu_param_liste {
    position: absolute;
    margin-top:15px;
    margin-left:0px;
    z-index: 1;
    transform:scale(0) rotate(-12deg);
    transition:all .25s;
    opacity:0;
}

#menu_param_liste #pointe {
    margin: 0px;
    margin-left: 210px;
    opacity: 0.8;
}

#menu_param_liste div {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#5E3023;
    background-color: rgba(255, 255, 255, 0.8);    
    box-shadow: 5px 5px 0px rgba(180, 180, 180, 0.5);
    width: 250px;
    border-radius:10px;
    border-color: transparent;
}

#menu_param_liste ul {
    margin: 0;
    padding: 0;
    text-align: justify;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

#menu_param_liste ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-width: 1px;
    border-bottom-color: #5E3023;
    list-style-type: none;
    cursor: pointer;
    height: 20px;
}

#menu_param_liste ul li:hover {
    background-color: #F0EDE6;
    color: #5E3023;
}

.bloc {
display: flex;
flex-direction: column;
justify-content: center;
background-color: #c08552;
padding-bottom: 10px;
font-size: 13px;
}

.titre_ss_ss_menu {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    height: 15px;
}

.ss_ss_menu {
    scrollbar-color: #c08552d0 #5E30236e ;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100px;
}

/*Réinitilaisation de la liste déroulante*/
/*select {
appearance: none;
outline: 0;
border: 0 !important;
background: #5E3023;
background-image: none;
box-shadow: none;
font-size: 1em;
width: 100%;
background-color: #F0EDE6;
}

.select {
position: relative;
width: 100%;
overflow: hidden;
}*/

/* On adapte la liste déroulante à la div qui l’englobe*/
/*select {
width: 100%;
height: 100%;
margin: 0;
padding-left: 15px;
cursor: pointer;
color: #5E3023;
text-align: center;
}*/

/* Mise en place de la flèche */
/*.select::after {
content: '\276F';
position: absolute;
top: 0;
right: -5px;
padding: 0 10px;
pointer-events: none;
transform: rotate(90deg);
background: #F0EDE6;
color: #5E3023;
}

.select:hover::after {
color: #C08552;
}*/
    
/*Contenu*/
#page {
    width: calc(100% - 300px);
    height: calc(100% - 175px);
    left: 515px;
    transform: translate(-235px, 0%);
    margin: 0px;
    padding: 0;
    padding-top: 10px;
    text-align: justify;
    background-color: transparent;
    background: transparent; 
    color: #5e3023;
    border-radius: 0px 0px 10px 10px;
    border-style: none;
    position: absolute;
    top: 150px;
}

#contenu {
    height: calc(100% - 120px);
    width: calc(100% - 20px);
    min-height: 600px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0ede6; 
    box-shadow: 5px 5px 5px #5e30236e;
    margin-top: -5px;
    padding-top: 10px;
}

#logo_assoc {
    filter: drop-shadow(5px 5px 5px #5e30236e);
}

#info_assoc {
    height: 120px;
    width: calc(100% + 10px);
    margin: 0;
    padding: 0;
    padding-right: 10px;
    transform: translate(-10px, 0%);
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    background: linear-gradient(#5E3023, #5e30236e, #5E3023);
    color: #F0EDE6;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 5px #5e30236e;
}

#info_assoc a {
    color: #F0EDE6;
    text-decoration: none;
}

#info_assoc #asso {
    margin-top: 0px;
    padding-top: 0px;
    font-size: small;
}

#info_assoc #heberg {
    font-size: small;
    position: absolute;
    display: block;
    top: 35px;
    right: 100px;
}

/*bandeau cookies*/
#fond_cookies {
    position: fixed;
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #f0ede68f;    
    margin: 0px;
    padding: 0px;
    top: 0px;
    cursor: pointer;
}

#bandeau_cookies{
    display: block;
    position: absolute;
    width: 900px;
    height: 150px;
    left: 50%;
    right: 50%;
    bottom: 30px;
    transform: translate(-50%, 0%);
    background-color: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5E3023;
    border-width: 1px;
    text-align: center;
    font-weight: bold;
    color: #5E3023;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 5;
}

#bandeau_cookies a {
    color: #5E3023;
}

#bandeau_cookies a:hover {
    color: #F0EDE6;
}

#bandeau_cookies input {
    display: none;
}

#bandeau_cookies input + label {
    cursor: pointer;
    margin-right: 1em;
}

#bandeau_cookies input + label:before {
    font-family: initial;
    content: "\f096";
}

#bandeau_cookies input:checked + label:before {
    content: "\f046";
}

#bandeau_cookies button {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

#bandeau_cookies button:hover {
    color: #5E3023;
    background-color: #F0EDE6;
}

/*centrer texte*/
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.important {
    color: red;
}

.lien {
    color: #B4B4B4;
    text-decoration: none;
}

.lien:hover {
    color: #222C32;
}

button.bt_lien {
    color: #5E3023;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

button.bt_lien:hover {
    color: #C08552;
}

.info {
    color: red;
    font-size: small;
    visibility: hidden;
}

.true {
    height: 20px;
    float: none;
}

/*menu liste*/
#menu_liste {
    float: bottom;
    height: calc(100% - 110px);
    width: 250px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 610px;
}

#menu_liste ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    border-top-color: #5e3023;
    border-top-style: solid;
    border-width: 2px;
}

#menu_liste ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-style: solid;
    border-width: 2px;
    border-bottom-color: #5e3023;
    background-color: #dab49d77;
    color: #5e3023;
    list-style-type: none;
    cursor: pointer;
    min-height: 30px;
    font-weight: bold;
    text-align: center;
}

#menu_liste ul li:hover {
    background-color: #5e3023;
    color: #f0ede6;
}

.img_circle {
    width: 20px; /* largeur de l'image */
    height: 20px; /* hauteur de l'image */
    border-radius: 20px 20px; 
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.italique {
    font-style: italic;
}

/*Connexion*/
#identification input {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 148px;
    height: 20px;
}

#identification input:focus {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 150px;
    height: 20px;
}

#identification #envoyer_ident {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

#identification #envoyer_ident:hover {
    background: #5E3023;
    color: #dab49d;
}

#identification #deconnect {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

#identification #deconnect:hover {
    background: #5E3023;
    color: #dab49d;
}

#identification #password_content {
    position: relative;
}

#identification input[type=password] {
    padding-right: 20px;
    width: 130px;
}

#eye {
    height: 10px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/*Compte*/
#contenu input.txt {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 300px;
    height: 20px;
}

#contenu input.txt:focus {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
}

#contenu #password_content {
    position: relative;
}

#contenu input[type=password] {
    padding-right: 20px;
    width: 280px;
}

#contenu #eye_compte {
    height: 10px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

#contenu .BP {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 100px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

#contenu .BP:hover {
    background: #5E3023;
    color: #dab49d;
}

#contenu #captcha {
    transform: translateY(10px);
    height: 20px;
    cursor: pointer;
}

#contenu .form {
    padding-top: 20px;
}

/*Oublie pwd*/
#oublie_pwd input {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 300px;
    height: 20px;
}

#oublie_pwd input:focus {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 300px;
    height: 20px;
}

#oublie_pwd #soumettre_oublie {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

#oublie_pwd #soumettre_oublie:hover {
    background: #5E3023;
    color: #dab49d;
}

/*Compte oublie*/
#modif_pwd input.txt {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 300px;
    height: 20px;
}

#modif_pwd input.txt:focus {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
}

#modif_pwd #password_content {
    position: relative;
}

#modif_pwd input[type=password] {
    padding-right: 20px;
    width: 280px;
}

#modif_pwd #eye_oublie {
    height: 10px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

#modif_pwd .BP {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 100px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

#modif_pwd .BP:hover {
    background: #5E3023;
    color: #dab49d;
}

/*Supprimer compte*/
#supp_login .BP {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 100px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

#supp_login .BP:hover {
    background: #5E3023;
    color: #dab49d;
}

#supp_login input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

#supp_login input[type=checkbox] {
    border-radius: 4px;
    height: 15px;
    width: 15px;
    background: #dab49d;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
}

#supp_login input[type=checkbox]:checked {
    &:before {
        font-family: initial;
        content: '\f00c';
        display: block;
        color: #5E3023;
        font-size: 13px;
        position: absolute;
      }
}

#supp_login select {
    color: #5E3023;
    background: #dab49d;
    border-radius: 10px;
    border-style: solid;
    border-color: #5e3023;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
    width: 300px;
    /*height: 20px;*/
}

#supp_login select:focus {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
}

#supp_login select option:checked {
    color: #dab49d;
    background: #5E3023;
    border-radius: 10px;
    border-style: solid;
    border-color: #dab49d;
    border-width: 1px;
    box-shadow: 3px 3px 3px #5e30236e;
}

a {
    color: #5E3023;
    text-decoration: none;
}

a:hover
{
    color: #C08552;
    text-decoration: none;
}

iframe {
    width: 1000px; 
    height: calc(100% - 140px); 
    border: none;
    scrollbar-color: #c08552d0 #5E30236e ;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.alerte {
    color: red;
    font-style: italic;
    font-size: 0.7em;

}

.valide {
    width: 30px;
    height: 30px;
    transform: translateY(10px);
    visibility: hidden;
}

.centerHV {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

#oublie_pwd:hover {
    cursor: pointer;
}

.pointe {
    cursor: pointer;
}

.mention {
    font-size: smaller;
}

#logo_helloAsso {
    left: 100px;
    position: absolute;
    top: 35px;
}

.flou {
    filter: blur(5px);
}

.ascensseur_h {
    scrollbar-color: #c08552d0 #5E30236e ;
    scrollbar-width: thin;
    overflow-x: auto;
    display: block;
}

.ascensseur_v {
    scrollbar-color: #c08552d0 #5E30236e ;
    scrollbar-width: thin;
    overflow-y: auto;
    display: block;
}


/*A supprimer*/
#bibliotheque_menu {
    display: none;
}