/***
* ANIMOPATHE - CONTACT CSS STYLE
*
* 
***/


@font-face {
    font-family:'PTS-bold';
    src: url('../fonts/PTSerif-Bold.ttf');
}
@font-face {
    font-family:'PTS-bold-italic';
    src: url('../fonts/PTSerif-BoldItalic.ttf');
}
@font-face {
    font-family:'PTS-italic';
    src: url('../fonts/PTSerif-Italic.ttf');
}
@font-face {
    font-family:'PTS-regular';
    src: url('../fonts/PTSerif-Regular.ttf');
}


#menu-elem-6 p { border-bottom: 1px solid #f68b23; }
#burger_elem_6 a { border-bottom: 1px solid #f68b23; }

.menu-elems p {
    color: #101010 !important;
}

/* --- GENERALS CLASS --- */
.display { display: block; }
.notDisplay { display: none; }

.hidden-elem {
    opacity: 0;
    transform: translateX(-50px);
}

.reveal-elem {
    opacity: 1;
    transform: translateX(0);
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-elem-2 {
    opacity: 1;
    transform: translateX(0);
    transition: 2s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: 2s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: 2s cubic-bezier(0.5, 0, 0, 1);
}


.inline-cont {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}

.unselectable-text {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-green {
    color: #a2cc2a !important;
}

.f-orange {
    color: #f68b23 !important;
}

.inline-elem-left {
    width: 48%;
    margin-right: 2%;
}
.inline-elem-right {
    width: 48%;
    margin-left: 2%;
}


/* - Fleche de bas de page - */
#arrow-bottom {
    position: absolute;
    z-index: 115;
    width: 2%;
    height: 18px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(0%);
    cursor: pointer;

    background-image: url('../images/icons/arrow_bot_blanc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
#arrow-bottom:hover { opacity: 1; }
/*#arrow-bottom p {
    font-size: 1.8em;
    color:#ffffff;
    
    margin-top:0px;
    margin-bottom:0px;

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

    transition: color, font-size 0.3s ease-in-out;
}
#arrow-bottom p:hover { color:#a2cc2a; font-size:2em; }*/


.sections-separator {
    width:100%;
    margin-bottom: 0px;
}
.sections-separator h4 {
    width:8%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.separator-orange {
    width:45%;
    margin-right: 1%;
    border-bottom: 1px solid #f68b23;
}
.separator-green {
    width:45%;
    margin-left: 1%;
    border-bottom: 1px solid #a2cc2a;
}


/* --- PAGE CSS --- */
html {
    scroll-behavior: smooth;
}

body {
    width:100%;
    margin:0;
    background: linear-gradient(135deg, rgba(255,255,250,1) 40%, rgba(255,255,255,1) 100%);
}



/* - SECTION 0 : FIXED - */
#section-0 {
    width:100%;
    height:100vh;
}
#s0-illu-image {
    position: fixed;
    z-index:90;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
#s0-opac-effect {
    position: fixed;
    z-index:100;
    width:100%;
    height:100vh;
    background-color: rgba(0,0,0,0.5);

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#s0-elems-cont {
    position: absolute;
    z-index:110;
    width: 100%;
    height: 100%;

    opacity: 0;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s0-titre{
    width: 80%;
    margin-left: 10%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 5em;
    letter-spacing: 1px;
    color: white;
    text-shadow: 2px 2px #252525;

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

    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.titres-anim{
    position: absolute;
    transform: translateY(-100%);
    width: 80%;
    margin-left: 10%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 5em;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 2px #252525;

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

    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#s0-texte{
    width: 70%;
    margin-left: 15%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px #252525;

    margin-top: 30px;
    margin-bottom: 0px;
}
#s0-texte p{
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px #252525;

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

}




/* - PAGE SECTIONS : ABSOLUTE - */
#page-cont {
    position: absolute;
    z-index:120;
    width: 100%;
    background: linear-gradient(135deg, rgba(255,255,250,1) 40%, rgba(255,255,255,1) 100%);
}


/* - SECTION 1 - */
#section-1 {
    width: 90%;
    margin-left: 5%;
    margin-top: 0px;
    border-radius: 10px;
    padding-top: 100px;
    margin-bottom: 50px;
}
#section-1 h4, #section-1 h5, #section-1 h6 { color:#00475d !important; }
#section-1 h2 {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 1px;
    /*color: #00475d;*/
    color: #f68b23;

    margin-top: 0px;
    /*margin-bottom: 50px;*/

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s1-texte-1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.25em;
    color: #00475d;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s1-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1em;
    color: #00475d;

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

#s1-image-1 {
    width: 80%;
    margin-left: 10%;
    height: 500px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 5px;
    

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* - SECTION 2 - */
#section-2 {
    position: relative;

    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 60px;

    /*background-image: url('../images/contact/s2-back.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/

}
#s2-back-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;

    /*background-image: url('../images/accueil/accueil-s2-back.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section-2 h4, #section-2 h5, #section-2 h6 { color:#ffffff !important; }
#section-2 h2 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgba(0,0,0,0.5);

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 2px 2px #252525;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#s2-texte-1 {
    width: 90%;
    padding-left:5%;
    padding-right:5%;

    padding-top: 0px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,0.5);

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1.25em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#s2-texte-1 p {
    width: 100%;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    text-shadow: 1px 1px #202020;

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




#form-rdv-cont {
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
    /*background-color: rgba(0,0,0,0.5);*/
    padding-bottom: 60px;
}
#form-add-site-resa {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(255,255,250,1) 40%, rgba(255,255,255,1) 100%);
    /*box-shadow: 3px 3px 3px #202020;*/
}

#add-resa-errors {
    width: 86%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 2%;
    margin-right: 2%;
    
    margin-top: 20px;
    margin-bottom: 20px;
}
#add-resa-errors p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    background-color: #a30000;
    border-radius: 3px;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;   
    margin-bottom: 5px;
}
.fieldNotValid {
    border: 1px solid #a30000 !important;
    box-shadow: 0px 0px 5px red !important;
}

.add-opt-lines {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inputInfos {
    all:unset;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #025974 !important;
    padding-top: 5px;
    padding-bottom: 5px;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.2em;
    color: #101010;
}

#form-obj {
    all:unset;
    width: 95.6%;
    margin-left: 2.2%;
    margin-right: 2.2%;
    margin-bottom: 20px;
    border-bottom: 1px solid #025974;
    padding-top: 5px;
    padding-bottom: 5px;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.2em;
    color: #101010;
}

#form-msg {
    width: 95%;
    margin-left: 2.3%;
    margin-right: 2.7%;
    margin-top: 20px;
    border-bottom: 1px solid #025974;

    font-family: 'PTS-regular', Georgia, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.2em;
    color: #101010;
}

#add-resa-submit {
    width: 40%;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 30%;
    margin-right: 30%;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 0px;
    
    border: none;
    border-radius: 3px;
    background-color: #86ad1b;
    /*box-shadow: 12px 12px 2px 1px #f68b23;*/
    box-shadow: 3px 3px 5px #0d0d0d;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;

    cursor: pointer;

    opacity: 1;
    transition: opacity 0.5s ease-in-out, 
    transform 0.3s ease-in-out, 
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
#add-resa-submit:hover {
    transform: scale(1.05);
    background-color: #a2cc2a;
    box-shadow: 6px 6px 5px #202020;
}

#add-resa-submit p {
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;

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






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

/* ---------- SCREEN > 1920 ------------------------------ */
@media all and (min-width: 1921px) {
    

}
/* ---------- SCREEN <= 1920 | SCREEN > 1680 -------------- */
@media all and (max-width: 1920px) and (min-width: 1681px) {
    

}
/* ---------- SCREEN <= 1680 | SCREEN > 1440 -------------- */
@media all and (max-width: 1680px) and (min-width: 1441px) {


}
/* ---------- SCREEN <= 1440 | SCREEN > 1280 -------------- */
@media all and (max-width: 1440px) and (min-width: 1281px) {
    /* DEFAULT STYLE : NOT NEED MEDIA QUERIES */
}
/* ---------- SCREEN <= 1280 | SCREEN > 1024 -------------- */
@media all and (max-width: 1280px) and (min-width: 1025px) {  
    #s0-titre, .titres-anim { font-size:4.5em; }
    #s0-texte { font-size:1.3em; }
    #arrow-bottom { width:4%; left:48%; }

    #section-1 h2 { font-size: 2.1em; }
    #s1-texte-1 { font-size:1.15em; }
    #s1-texte-2 { font-size:1.15em; }

    #section-2 h2 { font-size: 2.1em; }
    #s2-texte-1 { font-size:1.15em; }
    #s2-texte-2 { font-size:1.15em; }

    #form-contact-cont { width: 86%; padding-left: 7%; padding-right: 7%; }

}
/* ---------- SCREEN <= 1024 | SCREEN >  768 -------------- */
@media all and (max-width: 1024px) and (min-width: 769px) {
    #s0-titre, .titres-anim { font-size:3.25em; }
    #s0-texte { font-size:1.2em; }
    #arrow-bottom { width:4%; left:48%; }

    #section-1 h2 { font-size: 1.8em; }
    #s1-texte-1 { font-size:1.05em; }
    #s1-texte-2 { font-size:1.05em; }

    #section-2 h2 { font-size: 1.8em; }
    #s2-texte-1 { font-size:1.05em; }
    #s2-texte-2 { font-size:1.05em; }

    #form-contact-cont { width: 96%; padding-left: 2%; padding-right: 2%; }
    .user-data-inp { font-size: 1em; }
    .form-line { margin-top: 10px; margin-bottom: 10px; }
    #form-obj { font-size: 1em; }
    #form-msg { font-size: 1em; }
    .s2-inputs p { font-size: 1.1em; }
}
/* ---------- SCREEN <=  768 | SCREEN >  480 -------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
    #s0-titre, .titres-anim { font-size:2.5em; }
    #s0-texte { font-size:1.1em; margin-top:50px; }
    #arrow-bottom { width:6%; left:46%; }

    #section-1 { margin-bottom:50px; }
    #section-1 h2 { font-size: 1.6em; margin-top:0px; margin-bottom:40px;}
    #s1-texte-1 { font-size:1em; margin-top:0px; margin-bottom:40px; }
    #s1-texte-2 { font-size:1em; margin-bottom:30px; }

    #section-2 h2 { font-size: 1.6em; margin-top:0px; margin-bottom:0px;}
    #s2-texte-1 { font-size:1em; margin-top:0px; margin-bottom:0px; }
    #s2-texte-2 { font-size:1em; margin-bottom:0px; }

    #form-contact-cont { width: 96%; padding-left: 2%; padding-right: 2%; }
    .form-line { margin-top: 10px; margin-bottom: 10px; }
    .user-data-inp { font-size: 1em; }
    #form-obj { font-size: 1em; }
    #form-msg { font-size: 1em; }
    .s2-inputs { width: 30%; margin-left: 35%; margin-right: 35%; margin-top: 20px; }
    .s2-inputs p { font-size: 1.1em; }

}
/* ---------- SCREEN <=  480  ------------------------------ */
@media all and (max-width: 480px) {
    #s0-titre, .titres-anim { font-size:2.2em; }
    #s0-texte { font-size:1em; margin-top:50px; }
    #arrow-bottom { width:6%; left:46%; }

    #section-1 { margin-bottom:50px; }
    #section-1 h2 { font-size: 1.5em; margin-top:0px; margin-bottom:40px;}
    #s1-texte-1 { font-size:1em; margin-top:0px; margin-bottom:40px; }
    #s1-texte-2 { font-size:1em; margin-bottom:30px; }

    #section-2 h2 { font-size: 1.5em; margin-top:0px; margin-bottom:0px;}
    #s2-texte-1 { font-size:1em; margin-top:0px; margin-bottom:0px; }
    #s2-texte-2 { font-size:1em; margin-bottom:0px; }

    #form-contact-cont { width: 96%; padding-left: 2%; padding-right: 2%; }
    .user-data-inp { font-size: 1em; }
    .form-line { margin-top: 10px; margin-bottom: 10px; }
    #form-obj { font-size: 1em; }
    #form-msg { font-size: 1em; }
    .s2-inputs { width: 30%; margin-left: 35%; margin-right: 35%; margin-top: 20px; }
    .s2-inputs p { font-size: 1.1em; }

}




/* --- DEBUG DEV STYLE --- 
body::after {
    content:'';
    height: 2px;
    position: fixed;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    background-color: red;
    z-index: 50000;
}
*/