/* init font */

@font-face {
    font-family: 'Avenir Next';
    src: url(../font/Avenir-Next.ttf);
}

@font-face {
    font-family: 'Avenir Black';
    src: url(../font/Avenir-Black.ttf);
}

@font-face {
    font-family: 'Avenir Book';
    src: url(../font/Avenir-Book.ttf);
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url(../font/Avenir-Heavy.ttf);
}

@font-face {
    font-family: 'Avenir Light';
    src: url(../font/Avenir-Light.ttf);
}

@font-face {
    font-family: 'Avenir Regular';
    src: url(../font/Avenir-Regular.ttf);
}

@font-face {
    font-family: 'Avenir Roman';
    src: url(../font/Avenir-Roman.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Avenir', 'Montserrat', sans-serif;
    color: #432918;
}

body {
    min-height: 100vh;
    color: #432918 !important;
}

p.left-taget {
    margin-left: 15%;
    padding-left: 10px;
    border-left: solid 5px #b4492b;
}


/* Modal CSS*/

#contactModal .modal-body .form-group{
    margin-bottom: 15px;
}
*:focus {
    outline: none;
}
/* Modal CSS END*/

/* block css pour header  ################################################################################### */


/* ######################################################## Hover Flag Msg ######################################################### */
a {
    text-decoration: none !important;
}
.country-logo {
    width: 25px;
    height: 25px;
    border: 1px solid #f1f0f0;
    border-radius: 30px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    margin-right: 5px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.infobox {
    opacity: 0;
    transition: all 1s ease-in-out;
    padding-right: 5px;
    padding-left: 15px;
    top: 40px;
    width: 210px;
    z-index: 1;
    position: fixed;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 28px 28px #43291814;
    border: 0.5px solid #F4F4F4;
    background-color: white;
    border-radius: 5px;
    -webkit-text-stroke-width: thin;
    display: none;
}

.trigger:hover+.infobox {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.infobox:hover {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.flag-msg {
    list-style: none;
}

#li01 {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-bottom: 0.5px solid grey;
    border-bottom-color: rgb(105 105 105 / 10%);
}

#li02 {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.li-infobox {
    margin-left: -25px;
    margin-top: 10px;
    font-weight: 500;
    color: rgb(67, 41, 24);
    font-size: 12px;
    padding-right: 5px;
}

.header {
    background: transparent linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.header-right .box1 {
    flex: 0 0 auto;
    width: 60%;
    margin-right: 51px;
}

.header-right .box2 {
    flex: 0 0 auto;
    width: 50px;
}

.header-right .box3 {
    flex: 0 0 auto;
    width: 194px;
}

.lang {
    border: none;
    background: linear-gradient(rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box padding-box transparent;
    opacity: 1;
    font-weight: 600;
    margin-top: 15px;
    font-family: "Avenir Next";
}

.lang:focus,
.lang:focus::after {
    border: none;
}

.button1 {
    margin-bottom: 20px;
}

.header {
    overflow: hidden;
    background-color: white;
    padding-right: 60px;
    width: 100%;
}

.header a:hover {
    color: rgb(255 255 255);
}

.header .trigger {
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header .trigger.logo {
    font-size: 20px;
    font-weight: bold;
}

.header .trigger:hover {
    color: black;
}

.header .trigger.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    padding-right: 12px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .header .trigger {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

.titre {
    top: 93px;
    left: 353px;
    width: 148px;
    height: 66px;
    color: var(--unnamed-color-432918);
    text-align: left;
    font: normal normal bold 48px/34px 'Avenir Next';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
}

.header .btn1 {
    float: right;
    background-color: #f4ab3c;
    border: none;
    font-family: 'Avenir Next';
    color: #432918;
    padding: 3px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    transition-duration: 0.4s;
    width: 14rem;
}

.flag-pays {
    background-color: red;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(241, 240, 240);
    border-radius: 30px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    margin-top: 10px;
}

.logo:hover {
    transform: translateY(-3px);
    transition: 1.2s ease-out;
    cursor: pointer;
}

.espclient {
    width: 20%;
    height: 20%;
    padding-bottom: 6px
}

body {
    background: #ccc;
}

.main {
    width: 500px;
    display: block;
    margin: 0 auto;
}

h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.modal-dialog .chois {
    width: 431px;
    font-weight: 900;
    font-size: 2.3em;
    font-family: 'Avenir Black';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
}

.modal-dialog .modal-content {
    padding: 0px 30px 40px 30px;
}


/* blcok de nav  ################################################################################### */

nav {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #F4F4F4;
    z-index: 99;
    background: transparent linear-gradient(180deg, #f4f4f4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.sec_header {
    /* Layout Properties */
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 567px;
    /* UI Properties */
    background: transparent linear-gradient(180deg, #f4f4f4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

nav .navbar {
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .logo a {
    font-size: 40px;
    bottom: 30px;
    color: #432918;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #432918;
    font-size: 0.8em;
    font-weight: 600;
    font-family: 'Avenir Next';
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #432918;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #ffffffdb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding-left: 0rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
    transition: all 0.1s ease-in-out;
}

ul {
    padding-left: -0rem;
}

ol {
    padding-left: 0rem;
}

.navbar .links li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 300ms ease-out 60ms
}
.navbar .links li .sub-menu li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #b4492b;
    /* color: #fff; */
}

.navbar .links li .sub-menu li:hover a{
    color: #fff;
}

.navbar .links li .sub-menu a {
    color: #432918;
    font-size: 0.8em;
    font-weight: 600;
    font-family: 'Avenir Next';
    /*text-transform: uppercase;*/
    transition: color 300ms ease-out 60ms
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #F4F4F4;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #F4F4F4;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F4F4F4;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu, .navbar .navbar-toggler {
    display: none;
}
button.navbar-toggler.collapsed:focus {
    display: contents;
    border: none;
}

button.navbar-toggler.collapsed {
    display: contents;
    border: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }
    nav .navbar .logo a {
        font-size: 27px;
    }
    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }
    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width:800px) {
    .navbar .bx-menu {
        display: block;
    }
    .navbar .navbar-toggler {
        display: contents;
    }
    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #F4F4F4;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #B4482B;
    }
    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #B4482B;
    }
    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }
    /* 
    .header-right .links {
      display: block;
      margin-top: 20px;
      
    } */
    nav .navbar .links li .arrow {
        line-height: 40px;
    }
    nav .navbar .links li {
        display: block;
    }
    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }
    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }
    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }
    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }
    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }
    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

.logo2 {
    height: 55px;
}

#row1 {
    padding-top: 30px;
}


/* CSS BTN VOTRE DEVIS GRATUIT ###################################################################################*/

.button-5 {
    width: 200px;
    height: 42px;
    background: 0% 0% no-repeat padding-box padding-box rgb(180, 72, 43);
    border-radius: 6px;
    opacity: 1;
    align-items: center;
    font-weight: 600;
    font-family: 'Avenir Next';
    display: inline-flex;
    color: rgb(255, 255, 255);
    border: none;
    justify-content: center;
}

.button-5:hover,
.button-5:focus {
    background-color: #F8AF3C;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.pt-200 {
    padding-top: 200px;
}

.namev {
    padding-top: 6px;
    margin-bottom: 4px;
    color: var(--unnamed-color-432918);
    font: normal normal 900 18px/36px 'Avenir Regular';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    text-align: center;
}

.namev1 {
    padding-top: 6px;
    margin-bottom: -12px;
    font-family: "Avenir Black";
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    text-align: center;
}

.namev1 a {
    color: #432918;
    text-decoration: none;
}

.namev1 a:hover {
    color: #432918;
}

.imgg1 {
    height: 90%;
    background: transparent url('') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.botton {
    top: 473px;
    left: 140px;
    width: 220px;
    height: 42px;
    background: var(--unnamed-color-b4482b) 0% 0% no-repeat padding-box;
    background: #B4482B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
}

.ass {
    text-align: left;
    font: normal normal 900 3.3em/75px 'Avenir Regular';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    padding-bottom: 10px;
}

.ass1 {
    color: #b4492b;
    font: normal normal 4em/80px 'Fredericka the Great';
    letter-spacing: 0px;
    margin: 0;
    opacity: 1;
}

.btn5 {
    padding-top: 45px;
    padding-bottom: 5px;
}


/* apres   sec 2 */

.comp {
    background: #ffffff;
    /*  padding-bottom: 50px; */
    padding-top: 50px;
}

.comp text-center p {
    line-height: 1.9
}

.comp text-center h1 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 60px 0px 20px 0;
}

.comp button {
    background: #ec4c00;
    color: white;
    padding: 5px 16px;
    margin: 28px;
}

.card-body {
    background-color: #f5ac3d;
    margin-top: 0;
        border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


/*partie nos produit de olea   ###################################################################################*/

.nos {

    font-weight: 900;

    font-size: 32px;
    letter-spacing: 0px;
    font-family: "Avenir Black";
    color: rgb(67, 41, 24);
    opacity: 1;
}

.latest-p p {
    line-height: 1.9
}

.latest-p h1 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 60px 0px 20px 0;
}

.container {
    margin-top: -165px;
}

.card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    opacity: 1;
    box-shadow: 0px 28px 38px #43291815;
}

#cards {
    border: none;
    border-radius: 12px;
}

.card-body {
    /* UI Properties */
    background: #f5ac3d 0% 0% no-repeat padding-box;
    opacity: 1;
}

.card:hover {
    transform: translateY(-5px);
    transition: 1.2s ease-out;
    cursor: pointer;
}

.card:hover~.card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
}

.giraf {
    position: absolute;
    right: 150px;
    margin-top: -142px;
}

.giraf img {
    height: 200px;
}

.item-icon-box {
    text-align: left;
    padding: 20px;
}

.item-icon-box p {
    font-size: 14px;
}


/* block choisi olea   ###################################################################################*/

.comp1 {
    background: #F4F4F4;
    padding-bottom: 50px;
    padding-top: 50px;
}

.btn-1 {
    width: 200px;
    height: 42px;
    background: 0% 0% no-repeat padding-box padding-box rgb(180, 72, 43);
    font-family: 'Avenir Regular';
    border-radius: 6px;
    font-weight: 600;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
}

.btn-1:hover {
    background-color: #F8AF3C;
}

.btn-1:hover {
    transform: translateY(-1px);
}


/* code card 9abel footer jdid  ################################################################################### */


/* card avant le block de footer*/

.card-boddy {
    height: 215px;
    background: #B7482B 0% 0% no-repeat padding-box;
    border-radius: 12px 0px 0px 12px;
    opacity: 1;
    margin-top: 70px
}

.product-item {
    border: none !important;
    text-align: center;
}

.modal-dialog .product-item {
    border: none !important;
    text-align: center;
    margin: 20px;
}

#newletter .loading img {
    height: 20px;
}

.product-item .card-body img {
    width: 57px;
    height: 66px;
}

.card-img-service {
    height: 286px;
    width: 80%;
    padding-top: 25px;
}

.ptext {
    padding-top: 40px;
    text-align: left;
    font-size: 18px;
    font-family: 'Avenir Regular';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    background: #B7482B;
    margin-left: 15%;
}

.btnbtn {
    width: 200px;
    height: 46px;
    border: 1px solid #F4F4F4;
    border-radius: 6px;
    background-color: #B7482B;
    color: #ffffff;
    font-weight: 600;
    opacity: 1;
    margin-left: 15%;
    font-family: 'Avenir Next';
    margin-top: -6px;
    font-size: 0.8em;
}

.btnbtn:hover {
    box-shadow: rgb(0 0 0 / 0%) 0px 12px 16px 0px, rgb(0 0 0 / 19%) 0px 15px 50px 0px;
    background-color: #000000;
    transition: all 0.2s ease;
    border-color: #000000;
}

.card-imgcard {
    top: 2219px;
    left: 920px;
    width: 568px;
    height: 315px;
    opacity: 1;
}

.col-sm-7 {
    background: #f4f4f48f 0% 0% no-repeat padding-box;
    border-radius: 0px 12px 12px 0px;
    opacity: 1;
}


/* slick ################################################################################### */

.slider {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: 4000vh;
    animation: scroll 40s linear infinite;
    height: 208px;
    align-items: center;
    flex-direction: row;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 7));
    }
}

.slide {
    display: flex;
    align-items: center;
    perspective: 100px;
    /* top: 1964px; */
    /* left: 363px; */
    height: 170px;
    border-radius: 16px;
    opacity: 1;
    margin: 20px;
    padding: 4vh;
    flex-wrap: nowrap;
    flex-direction: row;
}

.img{
    height: 100%;
    transition: transform 1s ease 0s;
    border-radius: 10px;
    box-shadow: 0px 14px 16px #f1f0f0;
}

#img:hover {
    transform: translateZ(20px);
}

.slider::before,
.slider::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.tittre {
    top: 93px;
    left: 353px;
    width: 148px;
    height: 66px;
    color: var(--unnamed-color-432918);
    text-align: left;
    font: normal normal bold 40px/34px 'Avenir Next';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    text-decoration: none;
}

.tittre:hover {
    color: #432918;
}


/*  block de btn up dans footer  ################################################################################### */

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5, 76%, 62%, .8);
}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background-color: hsla(5, 76%, 62%, .8);
}


/* block footer  ###################################################################################*/

footer {
    background-color: #432918;
    /*position: relative;*/
    left: 0;
    bottom: 0;
    width: 100%;
}

footer .container .row {
    padding-top: 26px;
}

#toTopBtn img {
    height: 24px;
    bottom: 36px;
    right: 48px;
    position: fixed;
}

.footer-header {
    background-color: #F8AF3C;
    height: 210px;
    background-image: url(../img/masque-olea.png);
    background-repeat: repeat-x;
    background-size: 40px;
}

 ::placeholder {
    color: #B7482B;
    height: 22px;
    font-size: 14px;
    font-family: 'Avenir Next';
    font-weight: 600;
}

.footerpay {
    text-align: left;
    font-weight: 900;
    font-size: 12px;
    font-family: 'Avenir Next';
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    opacity: 1;
    margin: 0px;
}

.subscribe-form {
    padding-bottom: 26px;
}

.ig1 {
    top: 3093px;
    left: 968px;
    width: 91px;
    height: 37px;
    opacity: 1;
    vertical-align: middle;
    background-color: #ffffff;
}

.ig2 {
    top: 3093px;
    left: 1070px;
    width: 91px;
    height: 37px;
    background: transparent url('') 0% 0% no-repeat padding-box;
    opacity: 1;
    vertical-align: middle;
}

.ig3 {
    top: 3093px;
    left: 1172px;
    width: 91px;
    height: 37px;
    background: transparent url('') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.footer-heading {
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #B7482B;
    opacity: 1;
    font-family: 'Avenir Black';
}

.mail {
    top: 2994px;
    left: 970px;
    width: 361px;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DED8D6;
    border-radius: 6px;
    opacity: 1;
    color: #000000;
}

#footimg {
    margin-left: -8px;
}

.pfooter {
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 12px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 600;
}

.textfoter {
    text-align: left;
    font-size: 14px;
    font-family: 'Avenir Next';
    font-weight: 900;
    letter-spacing: 0px;
    color: rgb(131, 131, 131);
    opacity: 1;
    padding-top: 30px;
    padding-right: 5%;
}

.bg-white {
    background-color: rgb(224, 223, 223) !important;
}

.copyright {
    padding-bottom: 5px;
}

.copyright p {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.73);
    opacity: 0.8;
    padding-top: 15px;
    font-family: 'Avenir Regular';
}

#btnenv {
    width: 168px;
    height: 41px;
    margin-left: 5%;
    background-color: #432918;
    border: 1px solid #DED8D6;
    border-radius: 6px;
    opacity: 1;
    font-family: 'Avenir Next';
}

.env {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Avenir Next';
}

.env:focus {
    border: none;
}

.form-control:focus {
    border-color: #b24a29 !important;
    box-shadow: none !important;
}

.tagcloud {
    padding-right: 36px;
}

#col2 {
    top: 2954px;
    left: 555px;
    width: 202px;
    height: 106px;
    text-align: left;
    font: normal normal bold 14px/19px 'Avenir Next';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

#col3 {
    top: 2955px;
    left: 749px;
    width: 208px;
    height: 77px;
    opacity: 1;
}

.pfooter1 {
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 12px;
}

.pfooter2 {
    top: 2983px;
    left: 555px;
    width: 128px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 12px;
}

.pfooter3 {
    top: 3012px;
    left: 555px;
    width: 158px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 12px;
}

.pfooter4 {
    top: 3041px;
    left: 555px;
    width: 68px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 12px;
}

.pfooter5 {
    top: 2955px;
    left: 749px;
    width: 148px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.pfooter6 {
    top: 2984px;
    left: 749px;
    width: 106px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
}

.pfooter7 {
    top: 3013px;
    left: 749px;
    width: 29px;
    height: 19px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 13px;
    font-weight: 480;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
}

.list-unstyled li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Avenir Next';
    opacity: 0.9;
    font-weight: 600;
}

.list-unstyled li {
    padding-bottom: 5px;
}

.tagcloud li a {
    color: #FFFFFF;
}

.rg {
    left: 0px;
    width: 100%;
    height: 7px;
    background: #B7482B 0% 0% no-repeat padding-box;
    opacity: 1;
}

html {
    height: 100%;
}


/* css de section   ###################################################################################*/

.sec1 {
    padding-left: 5%;
    padding-right: 1%;
    padding-top: 50px;
    background: #e7e7e7;
    padding-bottom: 50px;
}

.sec2 {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 195px;
}

.sec3 {
    left: 0px;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 1;
}

.sec4 {
    top: 1964px;
    left: 0px;
    mix-blend-mode: normal;
    opacity: 1;
}


/* -------------------------- PAGES ASSURANCES ----------------------------- */


/* -------------------------- PAGE ACCIDENT ----------------------------- */


/*  FIRST BLOCK  */

.imgg1 {
    top: 190px;
    left: 1012px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.assur {
    text-align: left;
    font-family: 'Avenir Black';
    font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    padding-left: 0;
    padding-bottom: 21px;
}

.assur1 {
    color: #b4492b;
    font: normal normal 4em/65px 'Fredericka the Great';
    letter-spacing: 0px;
    opacity: 1;
    padding-left: 0;
}


/*  BLOCK TEXTE  */

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

#txt1 {
    top: 901px;
    left: 140px;
    font-family: 'Avenir Regular';
    letter-spacing: 0px;
    font-size: 15px;
    color: #432918;
    opacity: 1;
    padding-bottom: 175px;
    text-align: justify;
}

#txt3 {
    top: 1466px;
    left: 140px;
    text-align: left;
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    text-align: justify;
}

#gar-accident {
    margin-right: 30px;
    font-family: 'Avenir Regular';
    font-size: 14px;
}

#vl {
    border-left: 12px solid #F5AC3C;
    opacity: 1;
    margin-top: 67px;
    margin-bottom: 67px;
    margin-left: 30px;
}

.vl1 {
    color: var(--unnamed-color-432918);
    font-size: 15px;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: 30px;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Avenir Regular';
}

.list1 {
    top: 1185px;
    left: 335px;
    color: var(--unnamed-color-432918);
    text-align: left;
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    margin-left: 48px;
}

.list1 li {
    font-weight: 700;
    font-family: 'Avenir Regular';
}

#li1,
#li2,
#li3 {
    margin-top: 15px;
}

#txt4 {
    width: 110%;
    letter-spacing: 0px;
    color: #B4482B;
    opacity: 1;
    font-size: 40px;
    padding-top: 150px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Avenir Regular';
}

#txt5 {
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    text-align: justify;
    font-weight: 900;
    font-family: 'Avenir Regular';
    padding-top: 150px;
    margin-bottom: 30px;
}


/*  ACCORDION TEXTE  */

.accordion {
    max-width: 1000px;
    text-align: justify;
}

.accordion-item {
    border: none;
    background-color: #fff;
    color: #432918;
    margin: 1rem 0;
    box-shadow: 0px 28px 28px #43291814;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #432918;
    cursor: pointer;
    font-weight: 900;
    font-family: 'Avenir Regular';
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #B4482B;
    font-weight: 300;
}

.accordion-item-header.active::after {
    content: "\2212";
    transform: rotate(-180deg);
    transition: all 0.5s ease;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


/*  BLOCK POURQUOI CHOISIR OLEA  */

.pq-olea {
    background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
    padding-top: 150px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 1;
}

.pq-olea1 {
    background: #F4F4F4;
    padding-bottom: 45px;
    padding-top: 75px;
}

comp text-center p {
    line-height: 1.9
}

comp text-center h1 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 60px 0px 20px 0;
}

.latest-p p {
    line-height: 1.9;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Avenir Black';
}

.latest-p h1 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 60px 0px 20px 0;
}

.pq {
    background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
    font: normal normal 900 3.3em/70px 'Avenir Black';
    padding-bottom: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.od {
    color: #b4492b;
    font: normal normal normal 4em/90px 'Fredericka the Great';
    letter-spacing: 0px;
    margin: 0;
    opacity: 1;
    text-align: left;
}


/*  YELLOW BLOC BEFORE BLOCK POURQUOI CHOISIR OLEA ?  */

#footer-header2 {
    background-color: #F8AF3C;
    background-image: url('/static/website/v2/img/masque-olea.png');
    position: relative;
    background-repeat: repeat;
    background-size: 30px;
}

.gar-accident{
    font-family: 'Avenir Next';
}

.pp1 {
    font-family: 'Avenir Black';
    padding-left: 200px;
    padding-top: 45px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    width: 70%;
    font-size: 40px;
}

.button-6 {
    top: 1936px;
    left: 1271px;
    width: 300px;
    height: 45px;
    background: #B4482B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    border: none;
    color: white;
    float: right;
    font-family: 'Avenir Next';
    font-weight: 600;
}

#btn6 {
    display: inline-grid;
    padding-top: 85px;
    padding-right: 278px;
}

.button-6:hover,
.button-6:focus {
    background-color: #FFFFFF;
    color: black;
}

.button-6:hover {
    transform: translateY(-5px);
    transition: all ease 1s;
}

.button-6:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}


/* -------------------------- PAGE HABITATION ----------------------------- */

#txt-hab1 {
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Avenir Black';
}

#txt-hab2 {
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    font-family: 'Avenir Regular';
}

#txt-hab3 {
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    font-family: 'Avenir Regular';
}

.pp2 {
    width: 640px;
}


/* -------------------------- PAGE VOYAGE ----------------------------- */

#txt-voy1 {
    top: 901px;
    font-weight: 900;
    left: 140px;
    font-family: "Avenir Regular";
    letter-spacing: 0px;
    font-size: 17px;
    margin-top: -150px;
    color: rgb(67, 41, 24);
    opacity: 1;
    padding-bottom: 170px;
    text-align: justify;
}

#txt-voy2 {
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 150px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    font-family: "Avenir Regular";
}

#li-voy {
    margin-top: 15px;
    font-size: 17px;
}

#txt-voy3 {
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    padding-top: 165px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    font-family: "Avenir Regular";
}

#txt-voy4 {
    font-weight: 900;
    left: 140px;
    font-family: "Avenir Regular";
    letter-spacing: 0px;
    font-size: 17px;
    margin-top: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
    margin-bottom: 60px;
    text-align: justify;
}


/* --------------------------------- Page Devis ----------------------------- */

.devis-dash {
    margin-top: 125px;
}

#devis-title {
    padding-left: 80px;
}

.devis-voy1 {
    text-align: left;
    font-weight: 600;
    font-family: 'Avenir Black';
    font-size: 60px;
    letter-spacing: 0px;
    color: rgb(67, 41, 24);
    opacity: 1;
}

.devis-voy2 {
    color: #b4492b;
    font: normal normal 90px/85px 'Fredericka the Great';
    letter-spacing: 0px;
    margin: 0;
    opacity: 1;
}


/* ----- Switchers ----- */

#switch1[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#switch2[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#lbl1,
#lbl2 {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    height: 50px;
    background: rgb(244, 244, 244);
    display: block;
    border-radius: 100px;
    position: relative;
    box-shadow: rgb(0 0 0 / 14%) 0px 20px 20px inset, rgb(0 0 0 / 11%) 0px 5px 5px;
    float: right;
}

#lbl1:after,
#lbl2:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 90px;
    transition: all 0.8s ease 0s;
}

#switch1:checked+#lbl1,
#switch2:checked+#lbl2 {
    background: #5FB7B1;
}

#switch1:checked+#lbl1:after,
#switch2:checked+#lbl2:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.15);
}

.dashboard {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 20px;
}

.toggle-container1 {
    display: flex;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 18px;
    width: 273px;
    border: 1px dashed rgb(67, 41, 24);
    border-radius: 12px;
}

.toggle-container2 {
    display: flex;
    align-items: center;
    margin-bottom: 140px;
    width: 273px;
    border: 1px dashed rgb(67, 41, 24);
    border-radius: 12px;
}

table {
    margin-top: 100px;
}

/**************************************************/

#franchise {
    text-align: left;
    font-family: 'Avenir Black';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    border: dotted;
}



.infoboxx {
    opacity: 0;
    transition: all 1s ease-in-out;
    padding-right: 5px;
    padding-left: 15px;
    margin-top: 18%;
    top: 40px;
    width: 210px;
    z-index: 1;
    position: fixed;
    background: #ffd77f 0% 0% no-repeat padding-box;
    box-shadow: 0px 28px 28px #43291814;
    border: 0.5px solid #F4F4F4;
    background-color: #ffd77f;
    border-radius: 5px;
    -webkit-text-stroke-width: thin;
    display: none;
}

.trigger:hover+.infoboxx {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.infoboxx:hover {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.flag-msg {
    list-style: none;
}

.li-infoboxx {
    margin-left: -25px;
    margin-top: 10px;
    font-weight: 500;
    color: rgb(67, 41, 24);
    font-size: 12px;
    padding-right: 5px;
}


/*****************************************************************/

#plafond {
    text-align: left;
    font-family: 'Avenir Black';
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    border: dotted;
}




.infobox2 {
    opacity: 0;
    transition: all 1s ease-in-out;
    padding-right: 5px;
    padding-left: 15px;
    margin-top: 26%;
    top: 40px;
    width: 210px;
    z-index: 1;
    position: fixed;
    background: #ffd77f 0% 0% no-repeat padding-box;
    box-shadow: 0px 28px 28px #43291814;
    border: 0.5px solid #F4F4F4;
    background-color: #ffd77f;
    border-radius: 5px;
    -webkit-text-stroke-width: thin;
    display: none;
}

.trigger:hover+.infobox2 {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.infobox2:hover {
    opacity: 1;
    display: block;
    width: 210px;
    padding-right: 5px;
    z-index: 101;
}

.flag-msg {
    list-style: none;
}

.li-infobox2 {
    margin-left: -25px;
    margin-top: 10px;
    font-weight: 500;
    color: rgb(67, 41, 24);
    font-size: 12px;
    padding-right: 5px;
}




/**********************************************************************/
#fran-gar {
    top: 984px;
    left: 139px;
    width: 123px;
    height: 45px;
    background: var(--unnamed-color-cbbba0) 0% 0% no-repeat padding-box;
    background: #CBBBA0 0% 0% no-repeat padding-box;
    background: #000;
    border-radius: 23px;
    opacity: 1;
}







/* css page souscriptionvoyage ******************/



/*****************************/

.t1{

    text-align: left;
    font: normal normal 900 54px/60px "Avenir";
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    }
    
    
    .t2{
        color: #b4492b;
        font: normal normal  86px/80px 'Fredericka the Great';
        letter-spacing: 0px;
        margin: 0;
        opacity:1;
        
    }
    
    
    .imgg{
      top: 557px;
      left: 193px;
      width: 188px;
      height: 92px;
      margin-left: 39px;
      opacity: 1;
    }
    
 
    
    
    .card-title{
    
    height: 30px;
    text-align: center;
    font: normal normal normal 22px/28px "Avenir";
    letter-spacing: 0px;
    margin-top: -30px;
    color: #432918;
    opacity: 0.5;
    }
    
    
    
    .card-text1{
    
    height: 82px;
    text-align: center;
    font: normal normal 900 60px/74px "Avenir";
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    }
    
    
    .card-textss{
        /* top: 759px; */
        /* left: 285px; */
        width: 161px;
        height: 25px;
        text-align: right;
        font: normal normal normal 18px/28px "Avenir";
        letter-spacing: 0px;
        color: rgb(67, 41, 24);
        opacity: 0.5;
        margin-top: -24px;
    }
    
    
    .bt{
        /* top: 807px; */
        /* left: 158px; */
        width: 247px;
        height: 54px;
        border: 1px solid var(--unnamed-color-b4482b);
        border: 1px solid #B4482B;
        border-radius: 6px;
        color:#B4482B;;
        opacity: 1;
    }
    
    
    .cont{
        /* top: 819px; */
        /* left: 206px; */
        /* width: 232px; */
        height: 12px;
        text-align: center;
        font: normal normal medium 22px/30px "Avenir Next";
        letter-spacing: 0px;
        text-transform: uppercase;
        opacity: 1;
    }
    
    
    .bt:hover{
      background-color: #B4482B;;
      color:#ffffff;
    }
    
    
    .vot{
        /* top: 526px; */
        /* left: 729px; */
        /* width: 290px; */
        /* height: 33px; */
        /* text-align: left; */
        font: normal normal 900 24px/36px "Avenir";
        letter-spacing: 0px;
        color: #432918;
        opacity: 1;
        padding-top: 200px;
    }
    
    .add{
      /* Layout Properties */
      top: 589px;
      left: 729px;
      width: 169px;
      height: 25px;
      color: var(--unnamed-color-432918);
      text-align: left;
      font: normal normal 900 18px/36px Avenir;
      letter-spacing: 0px;
      color: #432918;
      opacity: 1;
    }
    
    
    .name{
    /* top: 737px; */
    /* left: 730px; */
    width: 366px;
    height: 58px;
    /* border: 0.5px solid var(--unnamed-color-b8b8b8); */
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 0.5px solid #B8B8B8;
    opacity: 1;
    border-radius: 10px;
    }
    
    .name:focus{
        outline: none;
    }
    
    
    #btn{
      width: 100%;
      height: 100%;
      background-color: #F4F4F4;
    }
    
    
    

    
    ::placeholder {
      color: #B8B8B8;
      font-weight: 350;
      font-size: 15px;
    
    }
    
    
    .tx{
      background-color: #838383;
    }
    
    
    
    
    
    .Mdpaiment{
        /* top: 871px; */
        /* left: 730px; */
        /* width: 215px; */
        /* height: 33px; */
        margin-top: 53px;
        color: var(--unnamed-color-432918);
        text-align: left;
        font: normal normal 900 24px/36px Avenir;
        letter-spacing: 0px;
        color: #432918;
        padding-bottom: 20px;
        opacity: 1;
    }
    
    
    .cardmb-3{
    
        background:#ffffff; 
        border: 2px solid #F4F4F4;
        border-radius: 12px;
        opacity: 1;
        box-shadow: 5px 28px 38px #43291815;
    }
    
    .cardmb-3:hover {
      transform: translateY(-1px);
    }
    
    
    
    
    /* active ll carte */
    
    
    .card-text0{
      top: 982px;
      left: 831px;
      width: 141px;
      height: 25px;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0px;
      color: #432918;
      opacity: 1;
    }
    
    .card-text3{
      
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0px;
      color: #432918;
      opacity: 1;
    
    }
    
    
    
    
    .cardmb-3:hover {
      transform: translateY(-1px);
    }
    
    .cardmb-3:active {
      background-color: #5FB7B138;
      box-shadow: rgba(0, 0, 0, .09) 0 3px 6px;
      transform: translateY(0);
    }
    
    
    /* cc button suivant*/
    
    .suivant{
      top: 1149px;
      left: 732px;
      width: 115px;
      height: 42px;
      background: var(--unnamed-color-b4482b) 0% 0% no-repeat padding-box;
      background: #B4482B 0% 0% no-repeat padding-box;
      border-radius: 6px;
      opacity: 1;
      margin-top: 90px;
      border: none;
    
    }
    
    .suiv{
      /*top: 1159px; */
      /* left: 756px; */
      /* width: 67px; */
      /* height: 22px; */
      /* text-align: left; */
      font: normal normal medium 16px/22px Avenir Next;
      letter-spacing: 0px;
      color: #FFFFFF;
      text-transform: uppercase;
      opacity: 1;
      padding-top: 9px;
    }
    
    .suivant:hover,
    .suivant:focus {
      background-color: #F8AF3C;
      box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }
    
    .suivant:hover {
      transform: translateY(-1px);
    }
    
    .suivant:active {
      background-color: #c85000;
      box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
      transform: translateY(0);
    }
    
    
    .suivant a {
    color: #ffffff;
     text-decoration: none;
    }
    /*css button suivnat*/
    
    
    
    .marg{
      margin-bottom: 10%;
    }
    
    
    
    .imgcd{
      padding: 10px 0px;
      height: auto;
    
    }




      .sec2{
      
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 195px;
      }
      
      
      .sec3{
        left: 0px;
        /* UI Properties */
        background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
        background: #F4F4F4 0% 0% no-repeat padding-box;
        opacity: 1;
        }
      
        
      .sec4{
        /* Layout Properties */
        top: 1964px;
        left: 0px;
        /* UI Properties */
        mix-blend-mode: normal;
        opacity: 1;
        }
      
      
      
        




/******************** css de  region et ville ************************/

.ville{
    top: 706px;
  left: 730px;
  width: 59px;
  height: 25px;
  text-align: left;
  font: normal normal 900 18px/36px   "Avenir";
  letter-spacing: 0px;
  color: #432918;
  opacity: 1;
  margin-top: 19px;
  }

  .region{
      top: 706px;
    left: 730px;
    width: 59px;
    height: 25px;
    text-align: left;
    font: normal normal 900 18px/36px   "Avenir";
    letter-spacing: 0px;
    color: #432918;
    opacity: 1;
    margin-left: -12px;
    margin-top: 19px;
    }
    

.custom-select-wrapper .input-wrapper {
    /*top: 737px; */
    /* left: 730px; */
    width: 365px;
    height: 61px;
    background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--unnamed-color-b8b8b8);
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 0.5px solid #B8B8B8;
    opacity: 1;
    margin-left: -16px;
    border-radius: 8px;
}

  
  .custom-select-wrapper .input-wrapper input[type="text"] {
    border: 0;
    padding: 1px 171px 25px 9px;
    font-family: "IBM Plex Sans", sans-serif;
    cursor: pointer;
    outline: none;
    background: #f4f4f4;
    border-radius: 12px;
    margin-top: -1px;
    border-radius: 16px;
    margin-top: 9px;
  }
  
  .custom-select-wrapper ul {
    box-shadow: 9px 10px #00000052;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: 0.1s ease-out;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
  }
  
  .custom-select-wrapper ul li {
    line-height: 28px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  
  .custom-select-wrapper ul li:last-child {
    padding-bottom: 0;
  }
  
  .custom-select-wrapper.open-dropdown ul {
    padding: 15px;
    height: auto;
    margin: 15px 0;
    transition: 0.1s ease-in;
  }
  
  .custom-select-wrapper {
    position: relative;
    margin: 0 18px;
    cursor: pointer;
  }
  
  .custom-select-wrapper.open-dropdown i {
    transform: rotate(180deg);
    transition: 0.9s;
  }
  
  .custom-select-wrapper i {
    transition: 0.9s;
  }

 img#show {
    height: 20px;
    padding-left: 4px;
}

.tarif-label{
    white-space: nowrap;
    text-overflow: ellipsis;
}



