@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@font-face {
    font-family: 'Biko';
    src: url("/root_theme/fonts/Biko_Regular.ttf");
}

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700');*/

.hidden {
    display: none!important;
}

.options {
    display: none!important;
}
.manage {
    display: none;
}

input[type="checkbox"] {
    filter: invert(100%) hue-rotate(-35deg) brightness(1.7);
  }

#cookie-banner {
    padding: 1rem;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #242628;
    display: flex;
    font-family: "Poppins";
    flex-direction: column;
    border-top: 1px solid #f09270;
}

#button {
    display: flex;
    justify-content: center;
}

#optionsCookies {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#optionsCookies label {
    margin-right: 0.5rem;
    margin-left: 0.2rem;
    margin-bottom: 0!important;
}

.headerCookie {
    color: #f3f3f3;
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    align-items: center;
    text-align: center;;
}

.headerCookie a{
    color: #6c757D
}

.headerCookie a:hover {
    text-decoration: none;
}

#consent-cookies, #consent-all-cookies, #manage{
     color: #f09270;
     cursor: pointer;
}

body{
    font-family: 'Poppins', sans-serif;
    /*font-family: apertura, sans-serif;*/
    /*font-family: 'Biko', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}

body, .bgMain, #navbar{
    background-color: #242628;
    color: white;
}

#avantages, #fonctionnalites{
    background: white;
}

.container-fluid{
    padding: 25px 125px;
}
#navbar{
    margin: 0;
    top: 0;
    font-size: 1.4rem;
}

#navbar a.nav-link{
    color: white;
}

#navbar ul.navbar-nav{
    padding-top: 11px;
}

#navbar a.nav-link.active:after{
    content: "";
    position: relative;
    display: block;
    width: 2rem;
    border: 3px solid #f09270;
    border-radius: 2px;
}


#gibMeSite.active:after{
    content: none !important;
}

#navbar li.nav-item{
    padding: 0 15px;
}

.navLogo, .footerLogo{
    width: 175px;
}

.customBtn{
    color: #f3f3f3;
    font-size: 1.2rem;
    font-weight: 600;
    background: #373b3e;
    padding: 1rem 3rem;
    border-radius: 1rem;
    border: none;
    box-shadow: 6px 6px 12px #e0e0e0, -6px -6px 12px #ffffff;
}

.customBtn:focus{
    outline: none !important;
}

.customBtn.bigger{
    padding: 15px 150px !important;
    font-size: 1.5rem;
    font-weight: bold;
}

.customBtn.darker{
    box-shadow:  5px 5px 10px #202123,
                -5px -5px 10px #282b2d;
    background: #242628;
}

.customBtn:hover{
    text-decoration: none !important;
    color: #f18b6a;
}

#gibMeSite{
    font-weight: 600;
    margin-right: -55px;
    margin-top: -6px;
}
.px-md-7, .px-lg-7{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
    line-height: 1.5rem;
    /*margin-bottom: 3rem;*/
}
p.px-md-7:nth-child(3){
    margin-bottom: 10rem;
}
.mt-7{
    margin-top: 5rem;
}
.mt-30{
    margin-top: 30px;
}

.mt-250{
    margin-top: 120px;
}

.pt-250{
    margin-top: 250px;
}

.pb-150{
    padding-bottom: 150px;
}

.mb-100{
    margin-bottom: 100px;
}

.mb-150{
    margin-bottom: 10rem;
}
.mt-9{
    margin-top: 10rem;
}

#presentation img{
    border-radius: 10px;
    box-shadow: 5px 5px 11px #202123, -5px -5px 11px #282b2d;
}

#action1 .bigTitle, .action1 .bigTitle{
    /*padding:  0 10rem;*/
    /*margin-top: 5rem;*/
}
.socialMedia{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5rem;

}
#contact > div > div > div.socialMedia > a:nth-child(1) > svg
{
    width: 1rem;
}

#contact > div > div > div.socialMedia > a:nth-child(2) > svg
{
    width: 2rem;
    margin-top: 0.9rem;

}
.socialMedia a:hover svg{
    fill: #f09270;
}

body > footer > div > div > div.socialMedia > a:nth-child(1) > svg{
    width: 0.5rem;
}
body > footer > div > div > div.socialMedia > a:nth-child(2) > svg{
    width: 1rem;
    margin-top: 0.9rem;
}

.socialMedia svg{
    fill: white;
    margin: 1rem;
}
.bigTitle{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3rem !important;
}

.textFonc{
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 5rem;
}

/*#contact > div:nth-child(1) > div:nth-child(1) > p:nth-child(2){
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #f09270;
}*/
#contact > div:nth-child(1) > div:nth-child(1) > p:nth-child(4){
    margin-bottom: 2rem;
}
#contact > div > div > p{
    margin-top: 5rem;
}
.mt-175 > form:nth-child(2){
    margin-top: 5rem;
    margin-left: 4rem;
    margin-right: 4rem;
}
#action2{
    color: #242628;
    background-color: #f3f3f3;
    padding: 25px 280px;
}
#action2 .bigTitle{
    padding:  0 10rem;
    margin-top: 5rem;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 3rem !important;
}
#action2 li{
    text-align: center;
text-decoration: none;
    list-style-type: none;
}

.aroundImg{
    margin: 115px auto;
    width: 90%;
    padding-top: 90%; /* 1:1 Aspect Ratio */
    position: relative;
    border: 1px solid white;
}

.aroundImg > div{
    border: 1px solid white;
    margin: auto;
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
}

.aroundImg > div > img{
    border: 1px solid white;
    margin: auto;
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    width: 90%;
    height: 90%;
}

#presentation{
    height: 120vh;
    padding-top: 250px;
    font-size: 1.1rem;
}

#presentation .customBtn{
    font-size: 1.3rem;
    font-weight: 600;
}

.presentationText{
    line-height: 1.7rem;
    margin-bottom: 75px;
    margin-right: 3rem;
}

#presentation > div > div.col-md-4.col-lg-5.order-first.order-lg-last > div > img{
    max-width: 550px;
}

.pr-7rem{
    padding-right: 2rem!important;
    padding-left: 2rem;
}

.slider .slide{
    text-align: left;
    margin-left: 10rem;
    width: 90%;
}

.slider .slide img{
    width: 30rem;
}

.tickers{
    position: absolute;
    right: -97px;
    top: 42%;
}

.tickers .tickerBtn{
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: white;
    display: block;
    border: none;
    font-size: 24px;
    margin-bottom: 25px;
}

.tickers .tickerBtn.active{
    font-weight: 600;
}

.tickers .tickerBtn.active:after{
    content: "";
    border-bottom: 1px solid #ffffff9e;
    position: absolute;
    left: 7px;
    display: block;
    right: -13px;
}

.tickers .tickerBtn:focus{
    outline: none !important;
}

#characteristics{
    padding-left: 3rem;
}

#characteristics > div.row > div.col-12 > div{
    color: #242628;
    font-weight: 600;
    background: white;
    border-radius: 1rem;
    border: none;
}

#characteristics h5{
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#characteristics .customBtn p{
    margin-top: 20px;
}

#characteristics .col-12{
    margin-bottom: 5rem;
}

img.position-sticky{
    top: 140px;
}

::selection{
    background: #f09270 !important;
}

::-moz-selection{
    background: #f09270 !important;
}

/*::-webkit-selection{
    background: #f09270 !important;
}*/

#prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.d-flex.priceDiv.row > div.row > div.col-6.col-md-6.col-lg-6.text-left.perMonth{
    padding-left: 3rem;
}
#action1, .action1{
    color: white;
    background-color: #242628;
    padding: 25px 280px;
}
.px-7{
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.mb-10{
    margin-bottom:10rem;
}

#service{
    margin-bottom: 5rem;
}

#service .card {
    margin: 0 5rem;
    background-color: #242628!important;
    border: none;
}

#service button[data-toggle='collapse'].btn-link:focus{
    text-decoration: none;
}

.card .card-body, .card .btn-link .content {
    width: 100%;
    color: #F3F3F3;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    display: block;
    cursor:pointer;
}
.card .card-body{
    padding: 0;
    display: flex;
}
.card-header{
    color: #F3F3F3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all .25s;
    background-color: #242628;
    border-bottom: 2px solid #f3f3f3;
    padding-left: 0;
}
.card-header svg{
    width:3rem;
    fill:#F3F3F3;
    cursor:pointer;
    margin-top: 1.5rem;
}

.card button {
    font-weight: bold;
    font-size: 3rem;
    padding: 3rem 0;
    height: 10rem;
    color: #F3F3F3;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.card button:hover{
    text-decoration: none;
    color: #F3F3F3;
}
.menu .card-body .content{
    overflow: hidden;
    transition: all .3s;
    height: 13rem;
}
.menu p {
    display: block;
    background-color: #242628;
    border-bottom: 2px solid #f3f3f3;

}


.content{
    text-decoration: none;
    color: #F3F3F3;
    display: block;
    transition: all .25s;
    background-color: #242628;
padding-top: 5rem;
}
.contentTitle{
    font-size: 1.4rem;
    font-weight: bold;}
.contentText{
    font-size: 1rem;
    line-height: 2rem;}

#headingOne:checked + li, #headingTwo:checked + li, #headingThree:checked + li, #headingFour:checked + li, #headingfive:checked + li  {
    height: auto;
}

#contact{
    padding: 25px 280px;
}

#contact label{
    float: left;
    font-weight: 600;
}

#contact input, #contact textarea{
    background-color: #2b2c2d;
    border: 3px solid #3c4046;
    color: white !important;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
    box-shadow:  5px 5px 10px #202123,
                -5px -5px 10px #282b2d;
}

#contact input:focus, #contact textarea:focus{
    /*box-shadow: none !important;*/
    outline: none !important;
}

.bgWhite{
    color: #242628;
    background-color: white;
    padding-top: 5rem;
}

.feature{
    position: relative;
}

.featureDot{
    width: 90px;
    height: 90px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: -25px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.absoluteLeft{
    left: 0;
    right: auto;
}

#moreFeatures > div.row.mb-150{
    margin-top: 75px;
}

.moreFeaturesSide{
    padding-top: 5rem!important;
    padding-left: 0;
    padding-right: 0;
}

.moreFeaturesSide h4{
    font-size: 1.25rem;
}

.forfaitType {
    min-height: 250px;
    width: auto;
    margin: 1rem auto;
    border-radius: 25px;
    background-color: #373b3e;
    color: white;
    min-width: 550px;
    max-width: 650px;
    box-shadow: 6px 6px 12px #e0e0e0, -6px -6px 12px #ffffff;
}

.forfaitHeader{
    text-align: center;
    border-radius: 25px 25px 0 0;
    padding: 10px;
}
.forfaitHeader h4{
    text-transform: uppercase;
    font-weight: bold;
}

.forfaitBase > .forfaitHeader{
    background-color: #fe8f6a;
}

.forfaitPro > .forfaitHeader{
    background-color: #242628;
}

.forfaitBase .priceP, .forfaitPro .priceP{
    position: relative;
    /*text-decoration: red line-through;*/
}

.forfaitPro .priceP:before, .forfaitBase .priceP:before{
    content: "";
    display: block;
    border-radius: 2px;
    height: 3rem;
    position: absolute;
    top: 10px;
    left: -3px;
}

.forfaitPro .priceP:before{
    border-left: 4px solid #edfe6a;
}

.forfaitBase .priceP:before{
    border-left: 4px solid #f09270;
}

.priceDiv{
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
}

p.priceP{
    font-size: 3rem;
    font-weight: 600;
    padding: 0 10px;
    margin: 5px 0;
}

.perMonth{
    margin-top: 0.9rem;
}

.installPrice{
    font-size: 1.1rem;
    font-weight: 600;
}

.forfaitPro .installPrice{
    color: #edfe6a;
}

.forfaitBase .installPrice{
    color: #f09270;
    font-size: 3rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#sites{
    padding: 25px 280px;
    margin-top: 10rem;
}

.demoSite{
    flex-direction: column;
}

.demoImg{
    border-radius: 1.5rem;
    border: 3px solid #3c4046;
    padding: 0;
    width: 100%;
    box-shadow: 5px 5px 11px #202123, -5px -5px 11px #282b2d;
}

.demoDescWrapper{
    margin-bottom: 10px;
    text-align: center;
}

.demoDescription{
    padding: 15px;
}

.priceFeatures{
    /*padding: 2.5rem 5rem;*/
    margin-bottom: 3rem !important;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.priceFeatures li{
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.forfaitType .customBtn{
    background-color: #3c4045;
}

#prices > div.d-flex.justify-content-center.mt-5 > div > div.text-center{
    margin-bottom: 5rem;
}

footer{
    padding-bottom: 1rem;
    padding-top: 3rem;

}

footer .text-white:hover{
    text-decoration: none;
    color: #f09270!important;
}

footer button.text-white:focus{
    text-decoration: none;
}

.rowCond{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

#characteristics > div > div:nth-child(5),
#characteristics > div > div:nth-child(6){
    margin-top: 60px;
}

div.col-12:nth-child(4) > div:nth-child(1) > h5:nth-child(1) > p:nth-child(1){
    font-size: 1.5rem;
}

body > footer > div > div > div.row.rowCond > a.btn.btn-link.float-right.text-right.text-white.mt-2,
body > footer > div > div > div.row.rowCond > a.btn.btn-link.float-right.text-right.text-white.mt-3{
    margin-top: 0!important;
}

.perMonth > span{
    display: block;
}

#navbarTogglerButtonSvg{
    width: 20px;
}

.navbar-dark .navbar-toggler{
    color: transparent;
    border: none;
}

.navbar-dark .navbar-toggler:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

#legalModal > .modal-dialog > .modal-content{
    background-color: #242628;
    border: 3px solid #393d43;
    max-height: 93vh;
    overflow-y: auto;
}

#legalModal button.close{
    color: white;
}

#legalModal p{
    margin-bottom: 5px !important;
}

.cookie-window{
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5em;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 1em;
    left: 1em;
    color: rgb(255, 255, 255);
    background-color: #242628;
    display: none;
    transition: display 1s;
    border: 3px solid #393d43;
    border-radius: 15px;
}

.cookie-message{
    margin-bottom: 1em;
}

.cookie-link{
    margin-left: 15px;
    color: #ffffff8f;
    font-size: 90%;
}

.cookie-link:hover{
    color: #ffffffc7 !important;
    text-decoration: underline !important;
}

#acceptCookies{
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin: auto !important;
    cursor: pointer;
}

body > div:nth-child(3) > div > div > p:nth-child(2){
    margin-top: 2rem;
    /*font-size: 1rem;*/
}

#characteristics p{
    font-weight: 400;
}

.feature p.mt-5{
    padding-top: 25px;
}

.installOl{
    text-align: left;
    margin-bottom: 2rem;
}

.installOl > li{
    margin-bottom: 1rem;
}

body > div:nth-child(3) > div > div > p:nth-child(1){
    margin-top:5rem;
}

.moreInfos {
    color: black;
    text-decoration: none;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    background: #f09270;
    border-radius: 0.5rem;
}

.moreInfos:hover{
    color: black;
    text-decoration: none;
}

#prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    background: #f09270;
    border-radius: 0.5rem;
    width: 20rem;
    margin: auto;
    margin-bottom: 2rem;
}

#prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
    color: black;
}

@media screen and (max-width: 1420px) {
    .moreInfos {
        color: black;
        text-decoration: none;
        margin-left: 1rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    .moreInfos:hover{
        color: black;
        text-decoration: none;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
        color: white;
        text-align: center;
        margin-bottom: 2rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
        color: black;
    }

    .container-fluid {
        padding: 25px 50px;
    }

    .tickers {
        right: -72px;
    }

    #sites {
        padding: 25px 180px;
    }
}

@media screen and (max-width: 1024px) {
    body > div:nth-child(4) > div > div.col-lg-8 > h2:nth-child(5){
        margin-top: 5rem
    }
    .order-sm-1{
        order: 1;
        padding: 0!important;
        margin-top: -2rem!important;
    }
    .order-sm-2{
        order: 2;
    }
    body > div:nth-child(4) > div > div.col-lg-4.mt-3{
        padding: 0;
    }

    body > div:nth-child(6) > div > div.col-lg-4.mt-3.order-sm-1 > img{
        padding: 0;
        margin-top: 2.5rem!important;
        margin-bottom: 3rem;
    }

    .moreInfos {
        color: black;
        text-decoration: none;
        margin-left: 1rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    .moreInfos:hover{
        color: black;
        text-decoration: none;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
        color: white;
        text-align: center;
        margin-bottom: 1rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
        color: black;
    }

    body {
        font-size: 0.9rem;
    }

    .container-fluid {
        padding: 25px 15px;
    }

    #presentation > div{
        padding:2rem;
    }

    .navLogo, .footerLogo {
        width: 100px;
    }

    #characteristics {
        padding-left: 1rem!important;
    }

    .col-lg-9{
        max-width: 100%!important;
    }

    #navbar a.nav-link{
        text-align: right;
    }

    .bigTitle {
        font-size: 2.5rem;
        font-weight: 600;
    }

    #action1, #contact, #sites {
        padding: 15px 15px;
    }

    #presentation {
        height: auto;
        padding-top: 100px;
    }

    .pr-7rem {
        padding-right: 2rem !important;
    }

    .tickers .tickerBtn.active:after{
        right: -9px;
    }

    #prices div.d-flex.justify-content-center {
        display: block !important;
    }

    .forfaitType {
        width: 100%;
        margin: 0;
    }

    .slider .slide {
        margin-left: 0;
        width: 70%;
    }

    .tickers {
        right: 0;
        top: 65%;
    }

    .tickers .tickerBtn {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #presentation .customBtn {
        font-size: 1.1rem;
    }

    .customBtn {
        padding: 10px 20px !important;
    }

    .customBtn.bigger {
        padding: 15px 50px !important;
        font-size: 1.3rem;
    }

    #home .col-lg-8 div.d-flex {
        display: block !important;
    }

    #characteristics > div > div.col-lg-4.col-6 {
        margin-top: 15px;
        padding: 10px 5px;
    }

    #characteristics > div > div:nth-child(3){
        margin-top: 60px;
    }

    #characteristics > div > div.col-lg-4.col-6:nth-child(1), #characteristics > div > div.col-lg-4.col-6:nth-child(3),
    #characteristics > div > div.col-lg-4.col-6:nth-child(5) {
        padding-right: 10px;
    }

    #characteristics > div > div.col-lg-4.col-6:nth-child(2), #characteristics > div > div.col-lg-4.col-6:nth-child(4),
    #characteristics > div > div.col-lg-4.col-6:nth-child(6) {
        padding-left: 10px;
    }

    #characteristics .customBtn h5{
        font-size: 1rem;
    }

    #characteristics .customBtn{
        padding: 10px 5px !important;
        height: 100%;
    }

    .pb-150 {
        padding-bottom: 75px;
    }

    .mb-150 {
        margin-bottom: 2rem;
    }

    #navbar {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    #navbar .navbar-collapse{
        background-color: #242628;
    }

    #navbar .navbar-collapse li{
        background-color: #242628;
        margin-bottom: 5px;
    }

    #navbarToggler{
        position: absolute;
        top: 50px;
        right: -25px;
        width: 200px;
    }

    #gibMeSite{
        display: none;
    }

    #moreFeatures > div.row.mb-150 > div:nth-child(1) {
        order: 2;
        padding-top: 65px !important;
    }

    div.feature, div.feature p {
        text-align: left !important;
    }

    div.feature h4 {
        margin-left: 55px;
        font-size: 18px;
        font-weight: 600;
        padding-top: 8px;
    }

    .featureDot {
        width: 15px;
        height: 15px;
        padding: 20px !important;
        left: 0;
        right: auto;
        top: 0;
    }

    .aroundImg > div > img {
        width: 75%;
    }

    .feature p.mt-5 {
        margin-top: 1.5rem !important;
    }

    #sites div.row:nth-child(1) {
        margin-top: -25px !important;
    }

    #sites div.row:nth-child(1) > div.col.mt-5 {
        margin-top: 0 !important;
    }

    #sites .demoRow > div {
        padding: 0 !important;
    }

    #sites .demoDescWrapper {
        width: 100%;
        margin: auto;
    }

    #sites .customBtn {
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 15px;
        font-size: 0.9rem;
        padding: 2px 10px !important;
    }

    #action2{
        padding: 0!important;
    }

    .mt-250 {
        margin-top: 120px;
        /*padding: 2rem;*/
    }

    p.priceP {
        font-size: 2rem;
    }

    .forfaitPro .priceP:before, .forfaitBase .priceP:before {
        height: 2rem;
        top: 6px;
    }

    .perMonth > span{
        display: inline-block;
    }

    .forfaitType >div.mb-4{
        margin-top: -45px;
        margin-bottom: 25px !important;
        padding: 20px 0;
    }

    .forfaitType >div.mb-4 > a.customBtn{
        width: 80%;
        display: block;
        margin: 0 10%;
        padding: 5px 20px !important;
        font-size: 0.9rem;
    }

    .forfaitHeader > h4{
        font-size: 1rem;
        font-weight: 600;
    }

    .priceFeatures{
        padding: 1rem;
    }

    .priceFeatures li{
        font-size: 1.5rem;
        padding: 0 15px;
    }

    #contact > div.row.mb-5{
        margin-bottom: 0 !important;
    }

    #contact input, #contact textarea{
        border-radius: 15px;
    }

    #contact .customBtn {
        padding: 5px 20px !important;
        width: 30%;
        font-size: 0.9rem;
        border: none!important;
    }

    footer {
        padding: 0;
        font-size: 0.9rem;
    }

    footer .container-fluid{
        padding: 5px 25px;
    }

    body > footer > div > div > div:nth-child(1){
        min-width: auto;
        padding-top: 1.2rem;
    }

    footer .btn-link{
        font-size: 0.6rem;
    }

    footer a.btn-link{
        margin-top: 15px!important;
    }

    footer a.btn-link.mt-3, footer a.btn-link.mt-2{
        margin-top: 0 !important;
    }

    .footerLogo{
        width: 60px;
        margin-top: -35px;
    }

    #navbarTogglerButton{
        transition: transform 0.5s;
    }

    .aroundImg {
        margin: 0 auto;
    }

    body > div:nth-child(3) > div > div > p:nth-child(1){
        margin-top: 3rem;
    }
}


@media screen and (max-width: 1050px) and (min-width: 1000px){
    .noMobile{
        display: block;
    }
}

@media screen and (max-width: 1024px) and (min-width: 426px){
    #action2{
        padding-top: 6rem!important;
    }

    .noTablet{
        display: none;
    }

    .moreInfos {
        color: black;
        text-decoration: none;
        margin-left: 1rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    .moreInfos:hover{
        color: black;
        text-decoration: none;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
        color: white;
        text-align: center;
        background: #f09270;
        border-radius: 0.5rem;
        width: 20rem;
        margin: auto;
        margin-bottom: 1rem;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
        color: black;
    }

    .priceFeatures {
        display: flex;
        flex-direction: column;
    }

    .forfaitType {
        width: 80%;
        margin: auto;
    }

    #navbarToggler {
         position: static;
    }

    #navbar .navbar-collapse{
        background-color: transparent;
    }

    body > footer > div > div > div.socialMedia {
        margin-left: -2rem;
        margin-top: -0.8rem;
    }

    #contact {
        padding-bottom: 5rem;
    }
}

@media (max-width: 991px) {
    #home > div.col-lg-4{
        padding: 0;
        margin-top: -2rem;
    }

    .onlyMobile{
        position: absolute;
        margin-left: -1rem;
    }

    #sites > div.row.mt-5.mb-5 > div > p{
        text-align: left;
        font-size: 1rem;
    }

    #home{
        padding: 0;
    }

    #home .noTablet{
        margin-top: -25px;
    }

    .moreInfos {
        color: black;
        text-decoration: none;
        margin: auto;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    .moreInfos:hover{
        color: black;
        text-decoration: none;
    }

    .forfaitType{
        min-width: auto;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
        color: white;
        text-align: center;
        margin-bottom: 1rem;
        padding: 0.5rem 1rem;
        background: #f09270;
        border-radius: 0.5rem;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
        color: black;
    }

    .bigTitle{
        font-size: 3rem;
        text-align: center;
        padding: 0 15px;
        margin-top: 3rem;
    }

    #presentation > div > div.col-lg-5.order-first.order-lg-last{
        position: static;
    }

    #presentation img{
        border-radius: 0;
    }

    #action2 > div{
        margin-right: 0!important;
    }



    body > div:nth-child(6) > div > div.col-lg-8 > h2:nth-child(1){
        margin-top: 0rem;
    }

    .img-fluid{
        width: 100%;
        position: absolute;
        top: 120px;
        right: 0;
        left: 0;
        z-index: -1;
    }

    .presentationText, .textFonc, #action2 li, #action3{
        font-size: 1rem;
        text-align: left;
        padding: 0 15px;
    }
    body > div:nth-child(5) > div > div.col-lg-8.order-sm-2 > div:nth-child(2),
    body > div:nth-child(5) > div > div.col-lg-8.order-sm-2 > div:nth-child(4),
    body > div:nth-child(5) > div > div.col-lg-8.order-sm-2 > div:nth-child(6){
        padding: 0 15px;
    }
    #action1 .bigTitle, .action1 .bigTitle, #action2 .bigTitle{
        font-size: 3rem;
        text-align: center;
        padding: 0;
    }

    #action1 .text-center{
        text-align: left !important;
    }

    .px-md-7, .px-lg-7{
        padding: 0 1rem!important;
    }

    p.px-md-7:nth-child(3){
        margin-bottom: 4rem!important;
    }

    #characteristics{
        padding: 0 3rem!important;
    }

    #characteristics h5{
        font-size: 3.5rem;
        font-weight: bold;
    }

    #characteristics .col-12{
        margin-bottom: 1rem!important;
        margin-top: 0!important;
    }

    .forfaitBase .installPrice{
        color: #f09270;
        font-size: 2rem;
    }

    .priceDiv{
        margin-bottom: 0!important;
        padding:0 5rem!important;
    }

    .priceDiv > div:nth-child(1){
        display: flex;
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .priceDiv .col-md-6{
        display: flex;
        flex-direction: row;
    }

    .priceDiv .text-left{
        padding-left: 2rem!important;
        display: flex;
        flex-direction: column;
    }

    .priceFeatures{
        padding: 1rem!important;
    }

    .priceFeatures p{
        font-size: 1rem;
        padding: 0 1rem!important;
    }

    #contact .customBtn {
        width: 40%;
        font-size: 1rem;
        border: none !important;
    }

    .mt-250{
        margin-top: 0!important;
    }

    .mt-175 > form:nth-child(2) {
        margin-top: 0;
    }

    div.container-fluid:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4){
        margin-bottom: 0!important;
    }

    #action2{
        padding: 0!important;
    }

    #navbar a.nav-link.active:after{
        transform: rotate(90deg) translateX(-14px);
        margin-left: -1rem;
    }

    #navbarToggler{
        margin-left: -25px!important;
        margin-right: -25px!important;
        margin-bottom: -25px!important;
        padding: 1rem;
    }

    .demoSite{
        margin-bottom: 5rem;
        text-align: center;
    }

    #sites .customBtn{
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 15px;
        font-size: 1rem;
        padding: 10px 10px !important;
    }

    .rowCond {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
}

@media (max-width: 576px) {
    #action1 > div > div > h2{
        margin-top: 0!important;
    }

    #sites > div.row.mt-5 > div > p:nth-child(2),
    #sites > div.row.mt-5 > div > p:nth-child(3){
        font-size: 1rem;
    }

    .picture img{
        height: auto;
        position: inherit;
    }

    .moreInfos {
        color: black;
        text-decoration: none;
        background: #f09270;
        border-radius: 0.5rem;
        text-align: center;
        margin: auto;
    }

    .moreInfos:hover{
        color: black;
        text-decoration: none;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a{
        color: white;
        text-align: center;
        background: #f09270;
        border-radius: 1rem;
        width: 15rem;
        font-size: 0.8rem;
    }

    #prices > div.d-flex.justify-content-center.mt-5 > div > div.forfaitType.forfaitBase > div.priceFeatures.row > a:hover{
        color: black;
    }

    .priceFeatures li {
        width: 100%;
        font-size: 0.8rem!important;
        line-height: 2rem;
    }

    .bigTitle, #action1 .bigTitle, .action1 .bigTitle, #action2 .bigTitle{
        font-size: 1.8rem;
        margin: 0;
        padding: 0 15px;
    }

    body > div:nth-child(5) > div > div.col-lg-8.order-sm-2 > h2:nth-child(3){
        padding: 0 30px;

    }

    #action1 > div > div > h2{
        margin-top: 5rem!important;
    }

    #presentation > div > div.col-12.col-md-12.col-lg-7 > h1{
        font-size: 1.8rem;
        margin-top: 7rem;
        margin-bottom: 15rem!important;
    }

    #presentation > div > div.col-12.col-md-12.col-lg-7{
        padding: 0;
    }

    #contact input, #contact textarea{
        padding: 0.8rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.5rem;
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .presentationText{
        margin: 0!important;
        margin-bottom: 2rem!important;
    }

    #characteristics{
        margin-top: 2rem;
        padding: 1rem !important;
    }

    #characteristics h5{
        font-size: 2.5rem;
    }

    .card button{
        font-size: 1.5rem;
        height: 5rem;
        padding: 1rem 0;
    }

    .card-header{
        padding: 0;
        padding-top: 1rem;
    }

    .card-header svg{
        width: 1rem;
        margin-top: 0.5rem;
    }

    #service .card{
        margin: 0 3rem;
    }

    .content{
        padding: 1rem;
    }

    .contentTitle{
        font-size: 1rem;
    }

    .contentText {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .priceDiv{
        padding: 1rem !important;
        flex-direction: column;
        align-content: center;
    }

    .priceDiv > div:nth-child(1) {
        display: flex;
        flex-direction: row;
        margin-bottom: 1rem;
        justify-content: space-between;
        width: 13rem;
    }

    .priceDiv > div:nth-child(2) {
        margin-bottom: -1rem;
        display: inline-block;
        width: 11rem;
    }

    .perMonth{
        margin-top: 0.5rem;
    }

    .priceDiv .text-left {
        padding-left: 4rem;
    }

    #contact > div > div > div.socialMedia{
        margin-bottom: 3rem;
    }

    #contact > div > div > div.socialMedia > a:nth-child(1) > svg{
        width: 0.8rem;
    }

    #contact > div > div > div.socialMedia > a:nth-child(2) > svg{
        width: 1.5rem!important;
    }

    body > footer > div > div > div.socialMedia{
        margin-left: -2rem;
        margin-top: -0.8rem;
    }

    div.col-6:nth-child(1){
        margin-left: -1rem;
    }

    .forfaitBase .installPrice {
        font-size: 1rem;
    }

    .priceFeatures p{
        font-size: 0.9rem;
    }

    .mt-175 > form:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .pb-150{
        padding-bottom: 0!important;
    }

    .rowCond{
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    #sites .demoDescWrapper {
        margin-top: 1rem;
    }

    .mt-5{
        margin-top: 1rem!important;
    }

    .demoSite {
        margin-bottom: 0;
    }

    .demoImg{
        width: 100%;
    }

    #sites .demoDescWrapper{
        margin: 0!important;
    }

    .demoDescription{
        margin: 0!important;
    }

    #navbarToggler{
        margin: 0!important;
        width: 115%;
    }

    #contact{
        padding-bottom: 5rem;
    }

    .mb-5{
        margin-bottom: 5rem!important;
    }

    body > div:nth-child(6) > div > div.col-lg-8 > h2:nth-child(1){
        margin-top: 2rem;
    }
}

@media screen and (max-width: 320px) {
    #presentation > div > div.col-12.col-md-12.col-lg-7 > h1{
        margin-top: 2rem;
        margin-bottom: 10rem!important;
    }
    .socialMedia{
        margin-left: 0!important;
        margin-top: -.3rem!important;
    }
    body>footer>div>div>div.socialMedia>a:nth-child(1)>svg{
        width: .5rem;
        margin: .5rem;
    }
    body>footer>div>div>div.socialMedia>a:nth-child(2)>svg{
        width: .9rem;
        margin: .5rem;
    }

}

@media screen and (min-width: 1024px) {
    #action1 > div > div.col-lg-4{
        display: none;
    }

    #home > div.col-lg-4 > img{
        display: block;
    }
    #sites > div.row.mt-5 > div > p:nth-child(2),
    #sites > div.row.mt-5 > div > p:nth-child(3){
        text-align: center;
    }
}
