/*****
 #### Reset parameter ####
 *****/
*,
*::before,
*::after {
    box-sizing: border-box;
}
/*****
 #### Initialise parameter ####
 *****/
:root {
    --primary: #1abc9c;
    --secondary: #9c9c9c;
    font-size: 8px;
    line-height: 1.4rem;
    --bg-image-presentation: var(--bg-image-presentation-xs);
    --bg-image-services: var(--bg-image-services-xs);
    --bg-image-palmares: var(--bg-image-palmares-xs);
    --bg-image-engagements: var(--bg-image-engagements-xs);
    --bg-image-process: var(--bg-image-process-xs);
    --bg-image-transformation: var(--bg-image-transformation-xs);
}
/*****
 #### Element parameter ####
 *****/
html {
    font-family: sans-serif;
    line-height: 50%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title, .h2, h1, h2, h3, h4, h5, h6 {
    font-family: 'Galada';
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.title, h1, h2, .h2 {
    font-size: 1.7em;
}
.title{
    height: 5vh;
    color: white;
    background: rgba(26, 188, 156);
    padding: .75vh;
    padding-left: 15vw;
}
a {
    color: #1abc9c;
    text-decoration: none;
    background-color: transparent;
  }
a:hover {
    color: #117964;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
  
svg {
    overflow: hidden;
    vertical-align: middle;
}
  
table {
    border-collapse: collapse;
}
textarea {
    overflow: auto;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}  
.btn-primary {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #159a80;
    border-color: #148f77;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #159a80;
    border-color: #148f77;
    box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #148f77;
    border-color: #12846e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}
ul {
    list-style-type: none;
    padding: 0;
}
.hdn {
    display: none;
}
.nstl, ul .nstl {
    text-decoration: none;
}

/*****
 #### Layout Parameter ####
*****/
#logo {
    width: 10vw;
    max-width: 250px;
    height: auto;
}
header, .footer {
    background-color: #9c9c9c;
    max-height: 5vh;
    min-height: 30px;
}
/**** Header ****/
#header {
    background-color: #9c9c9c;
    width: 100%;
    padding: 0;
}

#mainNav {
    position: relative;
    width: 100%;
    line-height: 40%;
    padding: 0;
    margin-top: 0;
    margin: 0;
}

#mainNav > .container {
    margin-top: 0;
    line-height: 1;
}

.navbar .nav-item {
    padding: 1% 2% 0 0; 
}
.navbar .collapse{
    background-color: #9c9c9c;
    width: 100%;
}

.navbar-brand {
    padding: 0;
}

.navbar .navbar-brand {
    font-size: 1.5rem;
}
.navbar-toggler {
    color: #fff;
    outline: none;
}
.navbar-toggler:hover {
    color: #fff;
    outline: none;
    size: 1.5em;
}
.navbar-toggler:focus {
    color: #fff;
    outline: none;
}
.nav-item {
    padding: 0rem 0.2em;
    font-weight: 600;
    font-size: 1.4em;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.nav-item:hover,
.nav-item:focus {
    border-bottom-color: rgba(26, 188, 156);
}
.active{
    color: rgba(255, 7, 110);
    border-bottom-color: rgba(255, 7, 110);
}



.navbar > a, .collapse > ul > li > a {
    color: #fff;
}
/**** Footer ****/
.footer {
    position: absolute;
    width: 100%;
    height: 5vh;
    min-height: 20px;
    bottom: 0;
    background-color: #9c9c9c;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
/**** main container ****/
main > .container {
    padding: 60px 15px 0;
}
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
} 
.page-wrapper {
    /*height: 100%;*/
    background-color: #9c9c9c;
}

/*****
 #### Legal Mention parameter ####
 *****/
.legal {
    overflow: auto;
    max-width: 1500px;
    width: 90vw;
    margin: auto;
}
/*****
 ##### Contact parameter #####
 *****/

.card-header, .card-footer {
    background-color: #9c9c9c ;
    color: white;
}
#div_contact_lastname {
    margin-left: 0;
}
.container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: .5em;
    margin-top: 10vh;
    width: 100%;
    height: 80vh;            
    margin: auto;
    overflow: auto;
}
.wrapper {
    
}
.card {
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    -webkit-box-shadow: 5px 5px 10px 0.1px rgba(0,0,0,0.45);
    -moz-box-shadow: 5px 5px 10px 0.1px rgba(0,0,0,0.45);
    box-shadow: 5px 5px 10px 0.1px rgba(0,0,0,0.45);
    padding : .25em;
    max-width: 1500px;
}
.form-col {
    margin: auto;
}
.row {
    margin-left: 0;
}
textarea {
    resize: none;
    min-height: 150px;
    max-height: 250px;
    rows: 20;
    overflow: auto;
}
.form-inline > button {
    position: relative; 
    right: 0;
}
/*****
 ##### Index parameter #####
 *****/
 .presentation-wrapper {
    margin: auto;
}
.content-container {
    overflow: auto;
}

.presentation-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: rgba(255,7,100,.75) rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
}
.presentation-wrapper::-webkit-scrollbar {
    width: .5em;
}

.presentation-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.presentation-wrapper::-webkit-scrollbar:hover {
    background-color: inset 0 0 6px rgba(26, 188, 156, 0.3);
}

.presentation-wrapper::-webkit-scrollbar-thumb {
    border-radius: .2em;
    background-color: #9c9c9c;
    outline: 1px solid slategrey;
}
.presentation-wrapper::-webkit-scrollbar-thumb:hover {
    border-radius: .2em;
    background-color: rgba(255,7,100,.75);
    outline: 1px solid slategrey;
}

.presentation-wrapper section {
    position: relative;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
}
.presentation-wrapper section:nth-child(1) {
    background-image:   var(--bg-image-presentation);
    background-clip: border-box;
    /*background-size: cover;*/
    background-size: contain;
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 75%;
    z-index: -1;
}
.presentation-wrapper section:nth-child(2) {
    background: var(--bg-image-services);
    background-clip: border-box;
    background-size: contain;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 75%;
    /*opacity: 0.25;*/
}
.presentation-wrapper section:nth-child(3) {
    background: var(--bg-image-palmares) center center no-repeat;
    background-size: contain;
    background-size: 50%;
    background-attachment: fixed;
    /*opacity: 0.25;*/
}
.presentation-wrapper section:nth-child(4) {
    background: var(--bg-image-engagements) center center no-repeat;
    background-size: contain;
    background-size: auto 80%;
    background-attachment: fixed;
    background-origin: border-box;
    background-position: center;
    background-position-x: 40%;
    background-position-y: 75%;
    /*opacity: 0.25;*/
}
.presentation-wrapper section:nth-child(5) {
    background: var(--bg-image-process) center center no-repeat;
    background-size: cover;
    background-size: auto 80%;
    background-attachment: fixed;
    background-origin: border-box;
    background-position: center;
    background-position-x: 40%;
    background-position-y: 80%;
    /*opacity: 0.25;*/
}
.presentation-wrapper section:nth-child(6) {
    background: var(--bg-image-transformation) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-origin: border-box;
    background-position: center;
    background-position-x: 70%;
    background-position-y: 10%;
    /*opacity: 0.25;*/
}
.presentation-wrapper section .content {
    position: absolute;
    background: #9c9c9c;
    border-radius: .5em;
    color: white;
    max-width: 90vw;
    padding: 2vh;
    opacity: 100;
    z-index: 100;
}
.presentation-wrapper section .content h2 {
    background: #9c9c9c;
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 10px 20px;
    font-size: 2em;
}


.presentation > .content {
    position: absolute;
    border-radius: .5em;
    top: 25vh;
    left : 45vw;
    right: 5vw;
}
#surmesure {
    position: absolute;
    border-radius: .5em;
    top: 5vh;
    right: 10vw;
}
#service {
    position: absolute;
    border-radius: .5em;
    top: 40vh;
    left: 10vw;
}
.palmares > .content {
    position: absolute;
    border-radius: .5em;
    top: 30vh;
    left: 10vh;
}
.engagement > .content {
    position: absolute;
    border-radius: .5em;
    top: 35vh;
    left: 30vw;
}
.engagement > .content > ul {
    list-style-type: "→";
    list-style-position: outside;
    font-size: 1.2em;
}
.engagement > .content > ul > li {
    padding-left: .5em;
}
.process > .content {
    position: absolute;
    border-radius: .5em;
    top: 20vh;
    left: 10vw;
}
.process > .content > ul {
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 1.2em;
}
.process > .content > ul > li {
    padding-left: .5em;
}
.transformation > .content{
    position: relative;
    border-radius: .5em;
    top: calc(50% - 15%);
    left: calc(50% - 12%);
}

.contacte {
    position: absolute;
    color: white;
    background: #9c9c9c;
    font-size: 2em;
    border-radius: 1em;
    padding: .5em;
    right: 5vw;
    bottom: 10vh;
}
#number {
    display: none;
    background: #1abc9c;
    font-size: .75em;
    padding: .25em;
    border-radius: .5em;
}
.contacte > span .fa-phone-alt:hover + span #number {
    display: inline-block;
}
#urgence {
    position: absolute;
    color: white;
    border-radius: .5em;
    font-size: 1.2em;
    font-weight: 600;
    background: #9c9c9c;
    right: 5vw;
    top: 15vh;
    z-index: 10;
}
.vr {
    border-left: .125em solid white;
    margin: 0.5em;
}

@media screen and (orientation: portrait) and (max-width: '992px') {
    .presentation-wrapper section .content {
        position: absolute;
        background: #9c9c9c;
        border-radius: .5em;
        color: white;
        max-width: 90vw;
        padding: 2vh;
        opacity: 100;
        z-index: 100;
    }
    .presentation-wrapper section .content h2 {
        background: #9c9c9c;
        color: #fff;
        font-weight: 300;
        display: block;
        padding: 10px 20px;
        font-size: 2em;
    }
    
    
    .presentation > .content {
        position: absolute;
        border-radius: .5em;
        top: 35vh;
        left: 10vw;
    }
    #surmesure {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        right: 15vw;
    }
    #service {
        position: absolute;
        border-radius: .5em;
        top: 55vh;
        left: 5vw;
    }
    .palmares > .content {
        position: absolute;
        border-radius: .5em;
        top: 30vh;
        left: 10vh;
    }
    .engagement > .content {
        position: absolute;
        border-radius: .5em;
        top: 45vh;
        left: 30vw;
    }
    .engagement > .content > ul {
        list-style-type: "→";
        list-style-position: outside;
        font-size: 1.2em;
    }
    .engagement > .content > ul > li {
        padding-left: .5em;
    }
    .process > .content {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        left: 10vw;
    }
    .process > .content > ul {
        list-style-type: decimal;
        list-style-position: outside;
        font-size: 1.2em;
    }
    .process > .content > ul > li {
        padding-left: .5em;
    }
    .transformation > .content{
        position: relative;
        border-radius: .5em;
        top: calc(50% + 5%);
        left: calc(50% );
    }
    
    .contacte {
        position: absolute;
        color: white;
        background: #9c9c9c;
        font-size: 2em;
        border-radius: 1em;
        padding: .5em;
        right: 15vh;
        bottom: 10vh;
    }
    #number {
        display: none;
        background: #1abc9c;
        font-size: .75em;
        padding: .25em;
        border-radius: .5em;
    }
    .contacte > span .fa-phone-alt:hover + span #number {
        display: inline-block;
    }
    #urgence {
        position: absolute;
        color: white;
        border-radius: .5em;
        font-size: 1.2em;
        font-weight: 600;
        background: #9c9c9c;
        right: 65vw;
        top: 15vh;
        z-index: 10;
    }
    .vr {
        border-left: .125em solid white;
        margin: 0.5em;
    }
    a .nstl {
        color: white;
    }
    div .contacte > a {
        color: white;
    }             
}


@media (min-width: 768px) {
    :root {
        font-size: 9px;
        --bg-image-presentation: var(--bg-image-presentation-sm);
        --bg-image-services: var(--bg-image-services-sm);
        --bg-image-palmares: var(--bg-image-palmares-sm);
        --bg-image-engagements: var(--bg-image-engagements-sm);
        --bg-image-process: var(--bg-image-process-sm);
        --bg-image-transformation: var(--bg-image-transformation-sm);
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .main {
        max-height: 100%;
        overflow: auto;
        width: 90vw;
        margin: auto;
    }
    .navbar .nav-link {
        font-size: 1.5rem;
        margin-left: 10px;

    }  
    
    /****
     #### Index parameter ####
    ****/
    .presentation-wrapper {
        margin: auto;
    }
    .content-container {
        overflow: auto;
    }

    .presentation-wrapper {
        position: relative;
        width: 100%;
        height: 80vh;
        overflow: auto;
    }
    .presentation-wrapper::-webkit-scrollbar {
        width: .5em;
    }
    
    .presentation-wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .presentation-wrapper::-webkit-scrollbar:hover {
        background-color: inset 0 0 6px rgba(26, 188, 156, 0.3);
    }
    
    .presentation-wrapper::-webkit-scrollbar-thumb {
        border-radius: .2em;
        background-color: #9c9c9c;
        outline: 1px solid slategrey;
    }
    .presentation-wrapper::-webkit-scrollbar-thumb:hover {
        border-radius: .2em;
        background-color: rgba(255,7,100,.75);
        outline: 1px solid slategrey;
    }
    
    .presentation-wrapper section {
        position: relative;
        width: 100%;
        height: 100%;
        background-blend-mode: multiply;
    }
    .presentation-wrapper section .content {
            position: absolute;
            background: #9c9c9c;
            border-radius: .5em;
            color: white;
            max-width: 90vw;
            padding: 2vh;
            opacity: 100;
            z-index: 100;
        }
        .presentation-wrapper section .content h2 {
            background: #9c9c9c;
            color: #fff;
            font-weight: 300;
            display: block;
            padding: 10px 20px;
            font-size: 2em;
        }
        
        
        .presentation > .content {
            position: absolute;
            border-radius: .5em;
            top: 30vh;
            left: 5vw;
        }
        #surmesure {
            position: absolute;
            border-radius: .5em;
            top: 10vh;
            right: 70vw;
        }
        #service {
            position: absolute;
            border-radius: .5em;
            top: 40vh;
            left: 40vw;
        }
        .palmares > .content {
            position: absolute;
            border-radius: .5em;
            top: 30vh;
            left: 10vh;
        }
        .engagement > .content {
            position: absolute;
            border-radius: .5em;
            top: 25vh;
            left: 0;
        }
        .engagement > .content > ul {
            list-style-type: "→";
            list-style-position: outside;
            font-size: 1.2em;
        }
        .engagement > .content > ul > li {
            padding-left: .5em;
        }
        .process > .content {
            position: absolute;
            border-radius: .5em;
            top: 10vh;
            left: 0vh;
        }
        .process > .content > ul {
            list-style-type: decimal;
            list-style-position: outside;
            font-size: 1.2em;
        }
        .process > .content > ul > li {
            padding-left: .5em;
        }
        .transformation > .content{
            position: relative;
            border-radius: .5em;
            top: calc(50% - 15%);
            left: calc(50% - 12%);
        }
        
        .contacte {
            position: absolute;
            color: white;
            background: #9c9c9c;
            font-size: 2em;
            border-radius: 1em;
            padding: .5em;
            right: 5vw;
            bottom: 10vh;
        }
        #number {
            display: none;
            background: #1abc9c;
            font-size: .75em;
            padding: .25em;
            border-radius: .5em;
        }
        .contacte > span .fa-phone-alt:hover + span #number {
            display: inline-block;
        }
        #urgence {
            position: absolute;
            color: white;
            border-radius: .5em;
            font-size: 1.2em;
            font-weight: 600;
            background: #9c9c9c;
            right: 5vw;
            top: 20vh;
            z-index: 10;
        }
        .vr {
            border-left: .125em solid white;
            margin: 0.5em;
        }
}

@media (min-width: 992px) and (orientation: landscape){
    :root {
        font-size: 10px;
        --bg-image-presentation: var(--bg-image-presentation-md);
        --bg-image-services: var(--bg-image-services-md);
        --bg-image-palmares: var(--bg-image-palmares-md);
        --bg-image-engagements: var(--bg-image-engagements-md);
        --bg-image-process: var(--bg-image-process-md);
        --bg-image-transformation: var(--bg-image-transformation-md);
    }

   .navbar .nav-link {
        
        margin-left: 10px;

    }

    
    .presentation-wrapper section:nth-child(1) {
        background-image:   var(--bg-image-presentation);
        background-clip: border-box;
        /*background-size: cover;*/
        background-size: contain;
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        z-index: -1;
    }
    .presentation-wrapper section:nth-child(2) {
        background: var(--bg-image-services);
        background-clip: border-box;
        background-size: contain;
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(3) {
        background: var(--bg-image-palmares) center center no-repeat;
        background-size: contain;
        background-size: 50%;
        background-attachment: fixed;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(4) {
        background: var(--bg-image-engagements) center center no-repeat;
        background-size: contain;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(5) {
        background: var(--bg-image-process) center center no-repeat;
        background-size: cover;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 80%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(6) {
        background: var(--bg-image-transformation) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 20%;
        background-position-y: 10%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section .content {
        position: absolute;
        background: #9c9c9c;
        border-radius: .5em;
        color: white;
        max-width: 90vw;
        padding: 2vh;
        opacity: 100;
        z-index: 100;
    }
    .presentation-wrapper section .content h2 {
        background: #9c9c9c;
        color: #fff;
        font-weight: 300;
        display: block;
        padding: 10px 20px;
        font-size: 2em;
    }
    
    
    .presentation > .content {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        left: 10vw;
        min-width: 300px;
        width: 25vw;
        height: 30vh;
    }
    #presentation-h2 {
        font-size: 2.7em;
        margin-bottom: 1em;
        padding: 0;
    }
    .presentation > .content > .h2 {
        font-size: 2em;
    }
    #surmesure {
        position: absolute;
        border-radius: .5em;
        top: 15vh;
        right: 10vw;
    }
    #service {
        position: absolute;
        border-radius: .5em;
        top: 60vh;
        left: 10vw;
    }
    .palmares > .content {
        position: absolute;
        border-radius: .5em;
        top: 30vh;
        left: 10vh;
    }
    .engagement > .content {
        position: absolute;
        border-radius: .5em;
        top: 50vh;
        left: 30vw;
    }
    .engagement > .content > ul {
        list-style-type: "→";
        list-style-position: outside;
        font-size: 1.2em;
    }
    .engagement > .content > ul > li {
        padding-left: .5em;
    }
    .process > .content {
        position: absolute;
        border-radius: .5em;
        top: 10vh;
        left: 5vw;
    }
    .process > .content > ul {
        list-style-type: decimal;
        list-style-position: outside;
        font-size: 1.2em;
    }
    .process > .content > ul > li {
        padding-left: .5em;
    }
    .transformation > .content{
        position: relative;
        border-radius: .5em;
        top: calc(50% - 25%);
        left: calc(50% + 2%);
    }
    
    .contacte {
        position: absolute;
        color: white;
        background: #9c9c9c;
        font-size: 2em;
        border-radius: 1em;
        padding: .5em;
        right: 5vw;
        bottom: 10vh;
    }
    #number {
        display: none;
        background: #1abc9c;
        font-size: .75em;
        padding: .25em;
        border-radius: .5em;
    }
    .contacte > span .fa-phone-alt:hover + span #number {
        display: inline-block;
    }
    #urgence {
        position: absolute;
        color: white;
        border-radius: .5em;
        font-size: 1.2em;
        font-weight: 600;
        background: #9c9c9c;
        right: 5vw;
        top: 20vh;
        z-index: 10;
    }
    .vr {
        border-left: .125em solid white;
        margin: 0.5em;
    }

    #contact-link {
        color: white;
    }
    #contact-link:hover {
        color: --teal;
    }
}

@media (min-width: 1400px) and (orientation: landscape){
    :root {
        font-size: 12px;
        --bg-image-presentation: var(--bg-image-presentation-lg);
        --bg-image-services: var(--bg-image-services-lg);
        --bg-image-palmares: var(--bg-image-palmares-lg);
        --bg-image-engagements: var(--bg-image-engagements-lg);
        --bg-image-process: var(--bg-image-process-lg);
        --bg-image-transformation: var(--bg-image-transformation-lg);
    }

   .navbar .nav-link {
        
        margin-left: 10px;

    }

    
    .presentation-wrapper section:nth-child(1) {
        background-image:   var(--bg-image-presentation);
        background-clip: border-box;
        /*background-size: cover;*/
        background-size: contain;
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        z-index: -1;
    }
    .presentation-wrapper section:nth-child(2) {
        background: var(--bg-image-services);
        background-clip: border-box;
        background-size: contain;
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(3) {
        background: var(--bg-image-palmares) center center no-repeat;
        background-size: contain;
        background-size: 50%;
        background-attachment: fixed;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(4) {
        background: var(--bg-image-engagements) center center no-repeat;
        background-size: contain;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(5) {
        background: var(--bg-image-process) center center no-repeat;
        background-size: cover;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 80%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(6) {
        background: var(--bg-image-transformation) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 20%;
        background-position-y: 10%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section .content {
        position: absolute;
        background: #9c9c9c;
        border-radius: .5em;
        color: white;
        max-width: 90vw;
        padding: 2vh;
        opacity: 100;
        z-index: 100;
    }
    .presentation-wrapper section .content h2 {
        background: #9c9c9c;
        color: #fff;
        font-weight: 300;
        display: block;
        padding: 10px 20px;
        font-size: 2em;
    }
    
    
    .presentation > .content {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        left: 10vw;
        min-width: 300px;
        width: 25vw;
        height: 30vh;
    }
    #presentation-h2 {
        font-size: 2.7em;
        margin-bottom: 1em;
        padding: 0;
    }
    .presentation > .content > .h2 {
        font-size: 2em;
    }
    #surmesure {
        position: absolute;
        border-radius: .5em;
        top: 15vh;
        right: 10vw;
    }
    #service {
        position: absolute;
        border-radius: .5em;
        top: 60vh;
        left: 10vw;
    }
    .palmares > .content {
        position: absolute;
        border-radius: .5em;
        top: 30vh;
        left: 10vh;
    }
    .engagement > .content {
        position: absolute;
        border-radius: .5em;
        top: 50vh;
        left: 30vw;
    }
    .engagement > .content > ul {
        list-style-type: "→";
        list-style-position: outside;
        font-size: 1.2em;
    }
    .engagement > .content > ul > li {
        padding-left: .5em;
    }
    .process > .content {
        position: absolute;
        border-radius: .5em;
        top: 10vh;
        left: 5vw;
    }
    .process > .content > ul {
        list-style-type: decimal;
        list-style-position: outside;
        font-size: 1.2em;
    }
    .process > .content > ul > li {
        padding-left: .5em;
    }
    .transformation > .content{
        position: relative;
        border-radius: .5em;
        top: calc(50% - 25%);
        left: calc(50% + 2%);
    }
    
    .contacte {
        position: absolute;
        color: white;
        background: #9c9c9c;
        font-size: 2em;
        border-radius: 1em;
        padding: .5em;
        right: 15vh;
        bottom: 10vh;
    }
    #number {
        display: none;
        background: #1abc9c;
        font-size: .75em;
        padding: .25em;
        border-radius: .5em;
    }
    .contacte > span .fa-phone-alt:hover + span #number {
        display: inline-block;
    }
    #urgence {
        position: absolute;
        color: white;
        border-radius: .5em;
        font-size: 1.2em;
        font-weight: 600;
        background: #9c9c9c;
        right: 15vh;
        top: 20vh;
        z-index: 10;
    }
    .vr {
        border-left: .125em solid white;
        margin: 0.5em;
    }

    #contact-link {
        color: white;
    }
    #contact-link:hover {
        color: --teal;
    }
}

@media (min-width: 1960px) and (orientation: landscape){
    :root {
        font-size: 14px;
        --bg-image-presentation: var(--bg-image-presentation-xl);
        --bg-image-services: var(--bg-image-services-xl);
        --bg-image-palmares: var(--bg-image-palmares-xl);
        --bg-image-engagements: var(--bg-image-engagements-xl);
        --bg-image-process: var(--bg-image-process-xl);
        --bg-image-transformation: var(--bg-image-transformation-xl);
    }

   .navbar .nav-link {
        
        margin-left: 10px;

    }

    
    .presentation-wrapper section:nth-child(1) {
        background-image:   var(--bg-image-presentation);
        background-clip: border-box;
        /*background-size: cover;*/
        background-size: contain;
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        z-index: -1;
    }
    .presentation-wrapper section:nth-child(2) {
        background: var(--bg-image-services);
        background-clip: border-box;
        background-size: contain;
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(3) {
        background: var(--bg-image-palmares) center center no-repeat;
        background-size: contain;
        background-size: 50%;
        background-attachment: fixed;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(4) {
        background: var(--bg-image-engagements) center center no-repeat;
        background-size: contain;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(5) {
        background: var(--bg-image-process) center center no-repeat;
        background-size: cover;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 80%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(6) {
        background: var(--bg-image-transformation) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 20%;
        background-position-y: 10%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section .content {
        position: absolute;
        background: #9c9c9c;
        border-radius: .5em;
        color: white;
        max-width: 90vw;
        padding: 2vh;
        opacity: 100;
        z-index: 100;
    }
    .presentation-wrapper section .content h2 {
        background: #9c9c9c;
        color: #fff;
        font-weight: 300;
        display: block;
        padding: 10px 20px;
        font-size: 2em;
    }
    
    
    .presentation > .content {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        left: 10vw;
        min-width: 300px;
        width: 25vw;
        height: 30vh;
    }
    #presentation-h2 {
        font-size: 2.7em;
        margin-bottom: 1em;
        padding: 0;
    }
    .presentation > .content > .h2 {
        font-size: 2em;
    }
    #surmesure {
        position: absolute;
        border-radius: .5em;
        top: 15vh;
        right: 10vw;
    }
    #service {
        position: absolute;
        border-radius: .5em;
        top: 60vh;
        left: 10vw;
    }
    .palmares > .content {
        position: absolute;
        border-radius: .5em;
        top: 30vh;
        left: 10vh;
    }
    .engagement > .content {
        position: absolute;
        border-radius: .5em;
        top: 50vh;
        left: 30vw;
    }
    .engagement > .content > ul {
        list-style-type: "→";
        list-style-position: outside;
        font-size: 1.2em;
    }
    .engagement > .content > ul > li {
        padding-left: .5em;
    }
    .process > .content {
        position: absolute;
        border-radius: .5em;
        top: 10vh;
        left: 5vw;
    }
    .process > .content > ul {
        list-style-type: decimal;
        list-style-position: outside;
        font-size: 1.2em;
    }
    .process > .content > ul > li {
        padding-left: .5em;
    }
    .transformation > .content{
        position: relative;
        border-radius: .5em;
        top: calc(50% - 25%);
        left: calc(50% + 2%);
    }
    
    .contacte {
        position: absolute;
        color: white;
        background: #9c9c9c;
        font-size: 2em;
        border-radius: 1em;
        padding: .5em;
        right: 15vh;
        bottom: 10vh;
    }
    #number {
        display: none;
        background: #1abc9c;
        font-size: .75em;
        padding: .25em;
        border-radius: .5em;
    }
    .contacte > span .fa-phone-alt:hover + span #number {
        display: inline-block;
    }
    #urgence {
        position: absolute;
        color: white;
        border-radius: .5em;
        font-size: 1.2em;
        font-weight: 600;
        background: #9c9c9c;
        right: 15vh;
        top: 20vh;
        z-index: 10;
    }
    .vr {
        border-left: .125em solid white;
        margin: 0.5em;
    }

    #contact-link {
        color: white;
    }
    #contact-link:hover {
        color: --teal;
    }
}

@media (min-width: 2400px) and (orientation: landscape){
    :root {
        font-size: 16px;
        --bg-image-presentation: var(--bg-image-presentation-xxl);
        --bg-image-services: var(--bg-image-services-xxl);
        --bg-image-palmares: var(--bg-image-palmares-xxl);
        --bg-image-engagements: var(--bg-image-engagements-xxl);
        --bg-image-process: var(--bg-image-process-xxl);
        --bg-image-transformation: var(--bg-image-transformation-xxl);
    }

   .navbar .nav-link {
        
        margin-left: 10px;

    }

    
    .presentation-wrapper section:nth-child(1) {
        background-image:   var(--bg-image-presentation);
        background-clip: border-box;
        /*background-size: cover;*/
        background-size: contain;
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        z-index: -1;
    }
    .presentation-wrapper section:nth-child(2) {
        background: var(--bg-image-services);
        background-clip: border-box;
        background-size: contain;
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(3) {
        background: var(--bg-image-palmares) center center no-repeat;
        background-size: contain;
        background-size: 50%;
        background-attachment: fixed;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(4) {
        background: var(--bg-image-engagements) center center no-repeat;
        background-size: contain;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 75%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(5) {
        background: var(--bg-image-process) center center no-repeat;
        background-size: cover;
        background-size: auto 80%;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 40%;
        background-position-y: 80%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section:nth-child(6) {
        background: var(--bg-image-transformation) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-origin: border-box;
        background-position: center;
        background-position-x: 20%;
        background-position-y: 10%;
        /*opacity: 0.25;*/
    }
    .presentation-wrapper section .content {
        position: absolute;
        background: #9c9c9c;
        border-radius: .5em;
        color: white;
        max-width: 90vw;
        padding: 2vh;
        opacity: 100;
        z-index: 100;
    }
    .presentation-wrapper section .content h2 {
        background: #9c9c9c;
        color: #fff;
        font-weight: 300;
        display: block;
        padding: 10px 20px;
        font-size: 2em;
    }
    
    
    .presentation > .content {
        position: absolute;
        border-radius: .5em;
        top: 25vh;
        left: 10vw;
        min-width: 300px;
        width: 25vw;
        height: 30vh;
    }
    #presentation-h2 {
        font-size: 2.7em;
        margin-bottom: 1em;
        padding: 0;
    }
    .presentation > .content > .h2 {
        font-size: 2em;
    }
    #surmesure {
        position: absolute;
        border-radius: .5em;
        top: 15vh;
        right: 10vw;
    }
    #service {
        position: absolute;
        border-radius: .5em;
        top: 60vh;
        left: 10vw;
    }
    .palmares > .content {
        position: absolute;
        border-radius: .5em;
        top: 30vh;
        left: 10vh;
    }
    .engagement > .content {
        position: absolute;
        border-radius: .5em;
        top: 50vh;
        left: 40vw;
    }
    .engagement > .content > ul {
        list-style-type: "→";
        list-style-position: outside;
        font-size: 1.2em;
    }
    .engagement > .content > ul > li {
        padding-left: .5em;
    }
    .process > .content {
        position: absolute;
        border-radius: .5em;
        top: 10vh;
        left: 5vw;
    }
    .process > .content > ul {
        list-style-type: decimal;
        list-style-position: outside;
        font-size: 1.2em;
    }
    .process > .content > ul > li {
        padding-left: .5em;
    }
    .transformation > .content{
        position: relative;
        border-radius: .5em;
        top: calc(50% - 25%);
        left: calc(50% + 2%);
    }
    
    .contacte {
        position: absolute;
        color: white;
        background: #9c9c9c;
        font-size: 2em;
        border-radius: 1em;
        padding: .5em;
        right: 15vh;
        bottom: 10vh;
    }
    #number {
        display: none;
        background: #1abc9c;
        font-size: .75em;
        padding: .25em;
        border-radius: .5em;
    }
    .contacte > span .fa-phone-alt:hover + span #number {
        display: inline-block;
    }
    #urgence {
        position: absolute;
        color: white;
        border-radius: .5em;
        font-size: 1.2em;
        font-weight: 600;
        background: #9c9c9c;
        right: 15vh;
        top: 20vh;
        z-index: 10;
    }
    .vr {
        border-left: .125em solid white;
        margin: 0.5em;
    }

    #contact-link {
        color: white;
    }
    #contact-link:hover {
        color: --teal;
    }
}