/***
* LE REMEDE - SITE - INDEX PAGE CSS
* 
* 
***/



/* ----- BO NAV LATERAL CSS PERSO ----- */
#nav-site-index { background-color: #fbac39; }

/* ----- SITE NAV - CONFIG AUTO DISPLAY ----- */
#site-header-0 { display: block; position: fixed;}



/* Spécial custom BO for this site */
#page-content-cont{ background-color: var(--me-color-1); }




/* ----- PAGE CONTAINER CSS ----- */
body {
    background-color: var(--me-color-1);
}

#page-cont {
    width: 100%;

}





/* ----- SECTIONS PAGE GENERALS CSS ----- */

.sections-blocs-title {
    text-decoration: none;
    font-family: 'Caveat-semibold', Arial, Helvetica, sans-serif;
    font-size: calc(2.7em * var(--lateral-preview-reduc-ratio, 1));
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(6,56,108,1);
    text-align: center;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 20px;

    transition: transform 300ms ease-in-out;
}

.sections-blocs-ss-title {
    text-decoration: none;
    font-family: 'Caveat-semibold', Arial, Helvetica, sans-serif;
    font-size: calc(1.6em * var(--lateral-preview-reduc-ratio, 1));
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(6,56,108,0.7);
    text-align: center;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 30px;

    transition: transform 300ms ease-in-out;
}

.sections-blocs-text {
    text-decoration: none;

    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: lighter;
    color: #050505;
    text-align: justify;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: calc(30px * var(--lateral-preview-reduc-ratio, 1));
    margin-bottom: calc(30px * var(--lateral-preview-reduc-ratio, 1));
}

.sections-blocs-input {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 50%;
    margin-left: 25%;
    margin-top: calc(20px * var(--lateral-preview-reduc-ratio, 1));

    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    background-size: 300% 300%;
    background-image: linear-gradient(135deg, rgba(45,61,119,1) 10%, rgba(62,144,198,1) 90%);
    background-position: 50% 50%;
    -webkit-animation: anim_background_transla 30s ease-in-out infinite;
    animation: anim_background_transla 30s ease infinite;

    border:none;
    border-radius: 5px;

    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.sections-blocs-input:hover { transform: scale(1.03); }

.sections-blocs-input p, .sections-blocs-input a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.1em * var(--lateral-preview-reduc-ratio, 1));
    /*letter-spacing: 1px;*/
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: calc(8px * var(--lateral-preview-reduc-ratio, 1));
    padding-bottom: calc(8px * var(--lateral-preview-reduc-ratio, 1));
}




/* ----- SECTION 1 CSS ----- */
#section-1 {
    position: relative;

    width: 100%;
    min-height: calc(100vh - (var(--header-nav-height, 0px) + var(--header-ss-nav-height, 0px) + 1px));
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    
    /*background-image: url('../../../../images/site/index/s1_background.png');
    background-repeat: no-repeat;
    background-position-y: -50px;
    background-size: cover;*/
    
    /* Back V1 - Static */
    background: linear-gradient(135deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.8) 100%);

    /* Back V2 - Dynamic 
    background-size: 300% 300%;
    background-image: linear-gradient(135deg, rgba(132,206,208,1) 1%, rgba(45,61,119,1) 99%);
    background-position: 50% 50%;
    -webkit-animation: anim_background_transla 30s ease-in-out infinite;
    animation: anim_background_transla 30s ease infinite;*/
    
}
#section-1 h1 { 
    font-family: Arial, Helvetica, sans-serif;
    /*color: #ffffff !important;*/
    color: var(--me-color-1) !important;
    font-size: 2.4em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom:0px;
    padding-top: 10px;

}




/* ----- FORM CUSTOM STYLE ----- */
.form-submit-inputs {
    border-radius: 5px;
}


.form-infos-txt-cont { width: 100%; margin-left: 0%;}
.form-infos-txt-cont h3 { 
    font-family: Arial, Helvetica, sans-serif;
    /*color: #ffffff !important;*/
    color: var(--me-color-1) !important;
    font-size: 2.4em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom:30px;
    padding-top: 10px;
}

.form-lines {
    width: 100%;
    margin-top: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.form-txt-inputs, .form-pass-inputs {
    all: unset;
    border-bottom: 1px solid var(--me-color-1) !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
    color: #101010;
    background-color: rgba(255, 255, 255, 1);
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 0%;
    margin-right: 0%;
    height: 25px;
    margin-top: 0px;
}




/* ----- LOGIN FORM CSS ----- */
#site-login-form {
    display: inline-block;
    margin: 0 auto;
    text-align: center;

    width: 45%;
    padding-left: 4%;
    padding-right: 4%;

    padding-top: 40px;
    padding-bottom: 30px;
    /*margin-top: 15vh;*/

    border:none;
    border-radius: 5px;

    /*background-color: rgba(255, 255, 255, 0.05);*/
    /*background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 2px 2px 3px #0f0f0f;*/
}

#site-login-form h2 {
    display: inline-block;
    text-decoration: none;

    font-family: 'Caveat-semibold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    letter-spacing: 1px;
    word-spacing: 0.3rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 20px;
    
}

#site-login-form a {
    display: inline-block;
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: lighter;
    color: #ffffff;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 0px;
    transition: transform 0.3s ease-in-out;
}
#site-login-form a:hover { transform: scale(1.05); }



.login-form-sections {
    width: 100%;
    margin-top: 25px;
}


#login-pass-show-inp { 
    display: block;
    margin-left: 5px;
    cursor: pointer;
    max-height: 25px;
}

#bo-login-form-submit {
    display: inline-block;
    margin: 0 auto;
    width: 34%;
    height: 35px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top:0px;
    margin-bottom:0px;
    /*background: radial-gradient(circle, rgba(132,208,168,1) 0%, rgba(132,208,145,1) 100%);*/
    background: radial-gradient(circle, rgba(35, 98, 215, 1) 0%, rgb(24, 86, 200) 100%);

    border:none;
    border-radius: 5px;

    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;

    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
#bo-login-form-submit:hover { transform: scale(1.05); }













/* --- NEW Carousel CSS --- */
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-container {
    transition: transform 0.5s;
    transform: translate3d(0,0,0);
}
.carousel-container::after {
    content: '';
    clear: both;
    display: table;
}

.carousel-item {
    float: left;
    margin-bottom: 50px;
}


.slide_elem p {
    text-decoration: none;
    
    width:90%;
    padding-left:5%;
    padding-right:5%;

    font-family: 'Caveat-semibold', Arial, Helvetica, sans-serif;
    font-size: calc(1.5em * var(--lateral-preview-reduc-ratio, 1));
    letter-spacing: 1px;
    font-weight: normal;
    /*color: rgba(6,56,108,1);*/
    color:#101010;
    text-align: center;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 30px;
    margin-bottom: 30px;

    transition: transform 300ms ease-in-out;
}
.slide_elem {
    cursor: pointer;
}

.slide_img {
    width: 100%;
}

.carousel-next {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 40%;
    right: 0px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    background-image: url("../images/agenda/arrow-right.png");
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;

    transition: transform 0.3s, opaciy 0.3s;
    cursor: pointer;
}
.carousel-prev {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 40%;
    left: 0px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    background-image: url("../images/agenda/arrow-left.png");
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;

    transition: transform 0.3s, opaciy 0.3s;
    cursor: pointer;
}

.carousel-next:hover, .carousel-prev:hover {
    transform: scale(1.2);
}

.carousel-pagination {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} 

.carousel-pagination-button {
    background-color: #06386c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-flex;
    margin: 0 5px;
    /*box-shadow: 0 2px 5px #3232321a, 0 5px 15px #0000001a;*/
    transition: transform 0.3s;
    cursor: pointer;
}

.carousel-pagination-button_active, .carousel-pagination-button:hover {
    transform: scale(1.4);
}













/* ---------- MEDIA QUERIES SYSTEM ------------------------------------------------------------*/

/* ---------- SCREEN > 1200 ------------------------------ 
@media screen and (width > 1440px) {

}*/
/* --- 1200 - 1025 ----------------------------------------- */
@media screen and (width <= 1200px) and (width > 1024px) {
    
    

}

/* --- 1024 - 769 ------------------------------------------ */
@media screen and (width <= 1024px) and (width > 768px) {
    
    #section-1 {padding-top: 50px;}
    #site-login-form { padding-top: 0px; }
}

/* --- 768 - 481 ------------------------------------------- */
@media screen and (width <= 768px) and (width > 480px) {
    
    #section-1 {padding-top: 50px;}
    #site-login-form { padding-top: 0px; }

}

/* --- 480 - 321 ------------------------------------------- */
@media screen and (width <= 480px) and (width > 320px) {
    
    #section-1 {padding-top: 50px;}
    #site-login-form { padding-top: 50px; }
    
    #section-1 h1 { font-size: 2.1em; }
}

/* --- 320  ------------------------------------------------ */
@media screen and (width <= 320px) {
    
    #section-1 {padding-top: 50px;}
    #site-login-form { padding-top: 50px; }

    #section-1 h1 { font-size: 2em; }
}