/*
============================
MAIN THEME COLOR
============================
https://coolors.co/495867-577399-bdd5ea-f7f7ff-fe5f55
*/

.theme-color-text {
    color: #E94F37;
}

.theme-color-backgrounds-main {
    background-color: white;
    color: #114B5F;
}

.theme-color-backgrounds-second {
    background-color: #114B5F;
    color: white;
}

.theme-color-text-main {
    color: #114B5F;
}

/*
============================
BASICS
============================
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",sans-serif;
    font-weight: lighter;
    overflow-x: hidden !important;
}

header {
    width: 100%;
    height: 100vh;
    background-color: grey;
    background-image: url('../assets/img/bg2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    color: white;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden !important;
}

footer {
    background-color: black;
    color: white;
    padding: 20px;
}

img {
    position: relative;
    max-width: 100%;
    height: auto;
}

a {
    transition: all 1s ease-out;
    color: #E94F37;
}

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

ul li {
    text-align: justify;
}


/*
============================
LOGO
============================
*/

.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 8px 18px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    z-index: 1;
    font-family: "Playfair Display";
}

/*
============================
NAVIGATION
============================
*/

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 2;
    height: auto;
}

nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    opacity: 0.98;
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #114B5F;
}

nav ul li {
    display: inline-block;
    padding: 8px 18px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 1s ease-out;
    padding: 15px;
    text-decoration: none;
}

nav ul li a:hover {
    color: #FE5F55;
    text-decoration: none;
}

nav ul li a:active {
    color: #FE5F55;
    text-decoration: none;
}


.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #114B5F;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.active a {
    color: #FE5F55 !important;
    text-decoration: none;
}

@media(max-width: 1250px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 8px;
    }

    nav ul {
          max-height: 0px;
          background: #114B5F;
          padding: 0;
    }

    nav.black ul {
        background: #114B5F;
    }

    .showing {
          max-height: 36em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 24px;
          text-align: center;
    }

    .menu-icon {
          display: block;
          padding-bottom: 0;
    }

}

/*
============================
TITRES / TEXTS
============================
*/

h1 {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 3.5em;
}

h1::after {
    content:"";
    width: 400px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 63px;
    background-image: url('../assets/img/span.png');
}

h2 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Dancing Script', cursive;
}

h3 {
    text-align: center;
    padding-bottom: 92px;
}

h4 {
    text-align: justify;
    padding-bottom: 20px;
    font-size: 1.8em;
    font-weight: bold;
}

p {
    text-align: justify;
}

p a {
    color: #E94F37;
    text-decoration: none;
    transition: all 1s ease-out;
}

p a:hover {
    color: rgb(174, 47, 27);
    text-decoration: none;
}

@media(max-width: 600px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.4em;
    }
    h1::after {
        margin-top: 45px;
    }
}

/*
============================
MAINS STYLES
============================
*/

.underwrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.cutsection {
    height: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 80px;
    margin: 0;
}


/*
============================
SECTIONS STYLES
============================
*/

.services {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.8em;
    padding: 40px;

}

.services::after {
    content:"";
    width: 400px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 55px;
    background-image: url("../assets/img/span_blue.png");
}

.services_2 {
    text-align: center;
    font-family: "Playfair Display";
    padding: 40px 0;
}

.separator:after {
    content:"";
    width: 400px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 55px;
    background-image: url("../assets/img/span_blue.png");
}

.jump {
    margin-top: 45px;
}

.whois {
    font-size: 1.5em;
    font-style: normal;
    text-align: center;
}

.italic {
    font-style: italic !important;
}

.after-whois {
    margin: 40px;
}

#cutsection {
    padding: 0;
    background-image: url("../assets/img/bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

#cutsection_secondary {
    padding: 0;
    background-image: url("../assets/img/conseil.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

#cutsection_third {
    padding: 0;
    background-image: url("../assets/img/contact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.enter-title {
    text-align: center;
    font-size: 3em;
    letter-spacing: 0px;
    font-family: 'Dancing Script', cursive;
    padding-bottom: 45px;
}

.main-title {
    text-shadow: -1px 0px 8px rgba(0,0,0,0.3);
}

.undertitle {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 1.7em;
    text-shadow: -1px 0px 8px rgba(0,0,0,0.7);
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: justify;
}

.btn-welcome {
    margin-top: 50px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 0%;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 1.0em;
    transition: all 1s ease-out;
}

.btn-welcome:hover {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.btn-welcome:active {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.btn-welcome:focus {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.howto_style {
    padding: 40px 20px;
}

.btn-web {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 0%;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 1.0em;
    transition: all 1s ease-out;
}

.btn-web:hover {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.btn-web:active {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.btn-web:focus {
    color: #E94F37;
    border-color: #E94F37;
    background-color: transparent;
}

.pcenter  {
    text-align: center;
    margin: 0;
}

.programme_section {
    margin-bottom: 50px;
}

.photo-delalle {
    position: relative;
    width: 250px;
    height: 250px;
    left: 50%;
    margin-left: -125px;
    background-image: url("../assets/img/berdel.jpg");
    background-size: cover;
    border-radius:50%;
    border: 6px solid #E94F37;
}

.copyright {
    letter-spacing: 0.15em;
    color: rgb(177, 177, 177);
    font-size: 0.8em;
}

.min-jump {
    margin-top: 25px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
    .services::after {
        background-image: url("../assets/img/span_blue_phone.png");
        background-repeat: no-repeat;
        width: 229px;
        margin-left: -115px;
    }
    .separator::after {
        background-image: url("../assets/img/span_blue_phone.png");
        background-repeat: no-repeat;
        width: 229px;
        margin-left: -115px;
    }
    h1::after {
        background-image: url("../assets/img/span_phone.png");
        background-repeat: no-repeat;
        width: 229px;
        margin-left: -115px;
    }
    .services_2 {
        text-align: justify;
    }
    header {
        background-image: url('../assets/img/bg2_phone.jpg');
    }
    #cutsection {
        background-image: url("../assets/img/bg2_phone.jpg");
        background-repeat: no-repeat;
    }
    #cutsection_secondary {
        background-image: url("../assets/img/conseil_phone.jpg");
        background-repeat: no-repeat;
    }
    #cutsection_third {
        background-image: url("../assets/img/contact_phone.jpg");
        background-repeat: no-repeat;
    }
}

.ul-style {
    list-style-type: none;
    counter-reset: li;
}

.ul-style li {
    counter-increment: li;
    text-align: left;
}

.ul-style li::before {content: counter(li); color: #E94F37;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.ul-style-inner {
    list-style-type: disc;
    counter-reset: li;
}

.ul-style-inner li {
    counter-increment: li;
    text-align: left;
}

.ul-style-inner li::before {
    content: "";
    color: #E94F37;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.logo-suppr-on-display {
    display: none;
    font-size: 0.8em;
}

@media(min-width: 600px) {
    .logo-suppr-on-display {
        display: inline;
    }
}

.margin-review {
    margin: 7px 25px;
    font-size: 0.7em;
    font-style: normal !important;
}

.special-margin {
    margin-bottom: 0em;
}

.exception {
    margin-top: 100px;
}

.exception_2 {
    padding: 0px;
}

.cutsection_exception_first {
    padding: 20px 0;
}

.cutsection_exception {
    padding: 45px 0;
}
