.header-img {
    background-image: url('/assets/images/top_landing.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 100%;
}

.logo-rapidomaine {
    background-image: url('/assets/images/logo-rapidomaine.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    right: 0;
    bottom: 0;
    left: 2%;
    z-index: 100 !important;
}

.content-header {
    margin-top: 10%;
}

.search-domain {
    font-family: 'Livvic', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    font-style: normal;
    line-height: 50px; 
    letter-spacing: 0.04em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 991px) {
    .search-domain {
        font-size: 2em;
        letter-spacing: 0.03em;
    }
    .search-domain > .h1-text-1 {
        padding-left: 50px;
    }
    
    .search-domain > .h1-text-2 {
        padding-left: 75px !important;
    }
    .odp-clearfix {
        margin-bottom: 550px;
    }
}

.search-domain > .h1-text-1 {
    padding-left: 50px;
}

.search-domain > .h1-text-2 {
    padding-left: 118px;
}

.odp-header-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7em;
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 55px;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {
    .odp-header-subtitle {
        font-size: 1.5em;
    }
}

/* Input search bar */

.s130 {
    font-family: 'Poppins', sans-serif;
    display: -webkit-box;
    display: flex;
    padding-right: 15px;
    padding-left: 15px; 
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.s130 form {
    position: relative;
    z-index: 2;
    width: 100%;
}

.s130 form .inner-form {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 34px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.s130 form .inner-form .input-field {
    height: 50px;
}

.s130 form .inner-form .input-field input {
    font-size: 18px;
    display: block;
    padding-left: 2.5%;
    width: 100%;
    height: 100%;
    color: #6F3500;
    font-weight: 700;
    border: 0;
    background: transparent;
}


.s130 form .inner-form .input-field input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: normal;
    color: #C4C4C4;
}

.s130 form .inner-form .input-field input:focus {
    outline: 0;
    box-shadow: none;
}

.s130 form .inner-form .input-field.first-wrap {
    display: -webkit-box;
    display: flex;
    background: white;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: center;
            align-items: center;
}



.input-field.second-wrap {
    min-width: 216px;
}

.btn-search {
    font-family: 'Roboto', sans-serif, sans-serif;
    font-size: 21px;
    font-weight: 300; 
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all .2s ease-out, color .2s ease-out;
    transition: all .2s ease-out, color .2s ease-out;
    white-space: nowrap;
    color: #fff;
    border: 0;
    background:rgba(194, 190, 88, 1);
}



.s130 form .inner-form .input-field.second-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.s130 form .info {
    font-size: 15px;
    padding-left: 26px; 
    color: #ccc;
}

@media screen and (max-width: 992px) {
    .s130 form .inner-form .input-field {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
        display: -webkit-box;
        display: flex;

        min-width: 40px;
        padding: 0 10px;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
    }

    .s130 form .inner-form .input-field.first-wrap svg {
        width: 26px;
        height: 26px;
        fill: #222;
    }

    .s130 form .inner-form .input-field.second-wrap {
        min-width: 100px;
    }

    .s130 form .inner-form .input-field.second-wrap .btn-search {
        font-size: 13px;
    }
}

/* Fin input search bar */

/* Carousel cards */

.odp-carousel-slide {
    margin-top: 3vh ;
    transform: translateY(-3%) ;
}

.odp-carousel-grid {
    float: left;
}

.row-equal > div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
   width: 100%;
}

.row-equal.carousel-inner .next {
    left:  33%;
}
.row-equal.carousel-inner .prev {
    left: -33%;
}

.odp-row-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.card-title.odp-title-offer {
    text-align:center;
    color:white;
    font-family:'Poppins', sans-serif;
    font-weight:900;
    font-size:1.20em;
    letter-spacing:-0.02em;
    position:relative;
    margin-top:0;
    top:10px;
}

.card-title.odp-title-offer-bis {
    text-align:center;
    color:white;
    font-family:'Poppins', sans-serif;
    font-weight:900;
    font-size:1.20em;
    letter-spacing:-0.02em;
    position:relative;
    margin-top:0;
    top:10px;
    margin-bottom:0
}

.odp-card-offer-1 {
    background: linear-gradient(126deg,
    rgba(107, 103, 0, 0.95) 0%,
    rgba(137, 136, 1, 0.95) 20%,
    rgba(153, 142, 6, 0.95) 40%,
    rgba(154, 148, 6, 0.95) 60%,
    rgba(199, 185, 7, 0.95) 100%) !important;
    border-radius: 10px;
    height:150px;
}

.odp-card-offer-2 {
    background: linear-gradient(60deg,
    rgba(167, 154, 3, 0.95) 0%,
    rgba(179, 157, 22, 0.95) 20%,
    rgba(197, 163, 49, 0.95) 40%,
    rgba(206, 165, 61, 0.95)60%,
    rgba(213, 168, 73, 0.95) 80%,
    rgba(221, 170, 84, 0.95) 100%) !important;
    border-radius: 10px;
    height:150px;
}
.odp-card-offer-3 {
    background: linear-gradient(103.57deg,
    rgba(221, 170, 84, 0.95) 0%,
    rgba(178, 141, 44, 0.95) 25%,
    rgba(167, 141, 29, 0.95) 50%,
    rgba(157, 141, 15, 0.95) 75%,
    rgba(147, 141, 0, 0.95) 100%) !important;
    border-radius: 10px;
    height:150px;
}

.card-body.odp-card-body-offer {
    padding: 0;
    width: 100%;
}

hr.odp-line-offer {
    border-top: 1px solid white;
    width: 50%;
}

.odp-subtitle-offer {
    text-align:center;
    color:white;
    font-family:'Open sans',sans-serif;
    letter-spacing:-0.02em;
    font-size:18px;
    margin-bottom: 0;
}

.odp-ndd-title {
    position:relative;
    top:-10px
}

.odp-egal-title {
    position: relative;
    top: -15px;
}

.odp-biere-title {
    position:relative;
    top:-20px
}

.odp-btn-slider-prev {
    width: 25px;
    height: 25px;
    border:5px solid #70B34A;
    padding: 3px 3px;
    border-radius:15px
}

.odp-btn-slider-next {
    width: 25px;
    height: 25px;
    border:5px solid #70B34A;
    padding: 3px 3px;
    border-radius:15px
}

.odp-chevron-gauche-dot {
    position:relative;
    width:7px;
    top:-6px;
    right:1px
}

.odp-chevron-droit-dot {
    position:relative;
    width:7px;
    top:-6.5px;
    left:1px;
    transform:rotate(180deg)
}

/* Fin carousel card */

/*
*   LOGO CHEVREAU
*/

.card-body {
    flex: 0;
    min-height: 0;
    padding: 0;
}

.icone-comparatif {
    margin: 0.6vh 0.3vw 1.5vh 0;
}

/* Cercle - un bouquet de service */
/** TODO: A supprimer prochainement **/
.odp-cercle-bouquet-de-service{
    width: 23px;
    height: 23px;
    border-radius: 100px;
    float: left;
    margin: 0 30px;
    position: relative;
    top: 96%;
    left: 93%;
    z-index: 1;
}
/** TODO: A supprimer prochainement **/

.rpd-cercle-package-of-services{
    width: 23px;
    height: 23px;
    border-radius: 100px;
    float: left;
    margin: 0 30px;
    position: relative;
    top: 96%;
    left: 93%;
    z-index: 1;
}
#odp-round{
    background-color: #B7B457;
}


/* CARD RAPIDO PRO */

.bickette_pro {
    position: relative;
    top: 10%;
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}

.icone_herbe_1 {
    position: relative;
    top: -25%;
    right: 88%;
}

.icone_herbe_2 {
    position: relative;
    top: -55%;
    right: 52.5%;
}

.icone_herbe_3 {
    position: relative;
    top: -20%;
    right: 46%;
}

/* FIN CARD RAPIDO PRO */

/* @media screen and (max-width:1920px){
    .logo-chevreau{
      margin-top:-150px;
       margin-left:350px;
    }

} */

/* LOGO catégorie bouquet service */
.logo-chevreau {
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100 !important;
}
/* FIN LOGO */

/* LOGO catégorie offre Rapido */
/** TODO: A supprimer prochainement **/
.boucTete {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100 !important;
    position: relative;
    padding-top: 3%;
    opacity: 50%;
}
/** TODO: A supprimer prochainement **/

.goat-head {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100 !important;
    position: relative;
    padding-top: 3%;
    opacity: 50%;
}
/* FIN LOGO */

/* LOGO catégorie news Rapidomaine */
.logo-bouc-senior {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    z-index: 100 !important;
    position: relative;
}
/* FIN LOGO */

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .odp-title-bouquet-exclus {
    text-align: center;
}
/** A supprimer prochainement **/

.rpd-package-of-services .rpd-title-package-of-services {
    text-align: center;
}

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .odp-title-bouquet-exclus h3.odp-title-bouquet-service {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-align: center; 
    letter-spacing: -.02em;
    color: #6F3500;
}
/** A supprimer prochainement **/

.rpd-package-of-services .rpd-title-package-of-services h3.rpd-title-package-of-services {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-align: center; 
    letter-spacing: -.02em;
    color: #6F3500;
}

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .odp-title-bouquet-exclus h5.odp-title-nom-de-domaine {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #6F3500;
    position: relative;
}
/** A supprimer prochainement **/

.rpd-package-of-services .rpd-title-package-of-services h5.rpd-title-ndd {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #6F3500;
    position: relative;
}

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .odp-title-bouquet-exclus h3.odp-title-heb {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-align: center; 
    letter-spacing: -.02em;
    color: #fff;
}
/** A supprimer prochainement **/

.rpd-package-of-services .rpd-title-package-of-services h3.odp-title-heb {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-align: center; 
    letter-spacing: -.02em;
    color: #fff;
}

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .odp-title-bouquet-exclus h5.odp-title-formule-heb {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    position: relative;
}
/** A supprimer prochainement **/

.rpd-package-of-services .rpd-title-package-of-services h5.odp-title-formule-heb {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    position: relative;
}

/** TODO: A supprimer prochainement **/
.odp-bouquet-exclus .row {
    margin-right: 0 !important; 
    margin-left: 0 !important;
}
/** A supprimer prochainement **/

.rpd-package-of-services .row {
    margin-right: 0 !important; 
    margin-left: 0 !important;
}

.card-info-test {
    position: relative;
    margin-right: 0; 
    margin-left: 0;
}

/** A supprimer prochainement **/
.card-info-test .hebergement-carts {
    border: none;
}
/** A supprimer prochainement **/

/** A supprimer prochainement **/
.card-info-test .hebergement-carts .card-block {
    text-align: center;
}
/** A supprimer prochainement **/

/** A supprimer prochainement **/
.card-info-test .hebergement-carts .card-block .card-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -15px; 
    letter-spacing: -.02em;
    color: #7E4B1C;
}
/** A supprimer prochainement **/


.card-info-test .card-package-of-services {
    border:none;
    margin-top: 10%;
    margin-bottom: 20%;
}

.card-info-test .card-package-of-services .card-block {
    text-align: center;
}

.card-info-test .card-package-of-services .card-block .card-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -15px; 
    letter-spacing: -.02em;
    color: #7E4B1C;
}

/* IMG de fond offre Rapido */
.bottom-img {
    background-image: url('/assets/images/middle-landing.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    /*height: 1100px;*/
}
/* FIN IMG de fond offre */

/*.card-deck {
    padding: 0 15vw 0 15vw;
}

.card-deck .card {
    border:0;
    !* padding: 10px; *!
    min-width: 300px;
    font-size: 20px;
    color: #fff;
    opacity: 0.79;
    border-radius: 10px;
    padding: 0 0 0 0;
    margin: 0 45px 0 45px;
}*/

.odp-offre-rapido {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}

.odp-line-offre-rapido {
    width: 50%;
    background-color: #FFF;
    margin-top: 0
}
.rdp-text-white-left {
    color: #FFF;
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.text-element-center {
    padding: 0 0 5px 0.85vw;
    color: #FFF;
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left !important;
}


.odp-btn-ajout-panier {
    background-color: #CFC705;
    box-shadow: 3px 8px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color:#ffffff;
    font-style:normal;
    font-weight:600;
    font-size:17px;
    display: flex;
    justify-content: center;
    width: 45%;
}
.odp-btn-ajout-panier:hover {
    background-color: #CFC705;
    box-shadow: 3px 8px 4px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 45%;
}

.odp-btn-ajout-panier> a {
    color: white;
    text-decoration: none;
}
.odp-btn-ajout-panier> a:hover {
    color: white;
    transition: 0.3s;
    font-weight: 800;
    text-decoration: none;
}

/* hr -> footer*/
.odp-network-social-line {
    width: 35%;
    background-color: #a88c2e;
}

/* FOOTER */

.odp-footer-bloc {
    padding: 0 50px 0 50px;
}

.footer-row {
    display: flex;
    justify-content: center;
}

.card-footer-price {
    font-weight: 600;
    font-size: 29px;
    font-style: normal;
    color: white;
}

.footer-ht-mois {
    color: white;
    font-size: 12px;
    position: relative;
}

.footer-row-inner-pro {
    position: relative;
    left: 30px;
}

.odp-link {
    text-decoration: none;
    background-color: transparent;
    color: #6F3500;
}

.odp-link:hover {
    color: #938d00;
}

.odp-sublink {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: rgba(147, 141, 0, 0.66);
}

.nav-tabs .nav-link {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border: 3px solid #DDAA54 !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-link {
    padding: 0 !important;
}



.fixed-top
{
    position: fixed;
    z-index: 1030; 
    top: 0;
}

/* Fin footer */


/*
    Search_domain.html.twig
*/

.odp-content-header-search-ndd {
    margin-top: 10%;
    /* transform: translateY(-10%); */
}

.odp-search-ndd-best-result {
    text-align: center;
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 3%;
    margin-bottom: 5%;
}

.odp-search-result  h3 .odp-title-search-result {
    flex-grow: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(111, 53, 0, 0.89);
    margin-top: 5%;
    margin-bottom: 5%;
}

.odp-bouquet-exclus .odp-title-bouquet-exclus h3.odp-title-services-exclusifs {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 42px;
    position: relative;
    display: inline-block;
    margin-top: 2%;
    text-align: center; 
    letter-spacing: -.02em;
    color: #fff;
}

.odp-bouquet-exclus .odp-title-bouquet-exclus h5.odp-title-VAE-ndd {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 28px;
    color: #fff;
    position: relative;
}

.rpd-border-line-1-package-of-services {
    border-right: 1px solid #938D00;
    border-bottom:1px solid #938D00
}

.rpd-border-line-2-package-of-services {
    border-right: 1px solid #938D00;
    border-bottom:1px solid #938D00
}

.rpd-border-line-3-package-of-services {
    border-bottom:1px solid #938D00
}

.rpd-border-line-4-package-of-services {
    border-right: 1px solid #938D00;
}

.rpd-border-line-5-package-of-services {
    border-right: 1px solid #938D00;
}

@media screen and (max-width: 991px) {
    .rpd-border-line-1-package-of-services {
        border: none;
    }
    .rpd-border-line-2-package-of-services {
        border: none;
    }
    .rpd-border-line-3-package-of-services {
        border: none;
    }
    .rpd-border-line-4-package-of-services {
        border: none;
    }
    .rpd-border-line-5-package-of-services {
        border: none;
    }
}
@media screen and (max-width: 991px) {
    #odp-round {
        display: none;
    }
}

.rpd-card-package-of-services {
    border: none;
}

.rpd-img-package-of-services {
    display: flex;
    justify-content: center;
}

.odp-paragraphe-nom-representatif {
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b6109;
}

.rpd-paragraph-advice {
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b7b457;
}

/*========== mention info panel ========*/
.rpd-legal-panel {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
}

.rpd-legal-panel h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    color: #FFFFFF;
}

.rpd-legal-panel h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.rpd-legal-panel p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    color: #d4d1d1;
    margin-bottom: 6px;
    margin-top: 12px
}

.rpd-legal-panel span {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #d4d1d1;
}
/*========== end mention info panel ========*/

/*============ modal cfg hosting dns ========*/
.rpd-modal-add-dns-entry {
    background: linear-gradient(253.92deg, rgba(147, 141, 0, 0.95) -3.2%, #694506 90.32%);
    box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 180px 20px 180px;
}

.rpd-close-circle-modal {
    position: absolute;
    right: 3.4%;
    top: 6.5%;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: url("/assets/images/input/close.svg") no-repeat;
    mask: url("/assets/images/input/close.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/close.svg") no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.rpd-modal-add-dns-entry h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rpd-modal-add-dns-entry p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.rpd-dns-btn {
    padding: 4px 12px 4px 12px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}

.rpd-normal-dns {
    background: #9B6109;
}

.rpd-auto-dns {
    background: #B7B457;
}

.rpd-dns-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}
/*============ modal cfg hosting dns ========*/

/* modal transfer */
body.modal-open .rapido-content-header{
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.modal-backdrop
{
    opacity: 0 !important;
}

.rpd-modal-domain-action {
    background: linear-gradient(253.92deg, rgba(147, 141, 0, 0.95) -3.2%, #694506 90.32%);
    box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 180px 20px 180px;
}

.rpd-close-circle-modal {
    position: absolute;
    right: 4%;
    top: 5.5%;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: url("/assets/images/input/close.svg") no-repeat;
    mask: url("/assets/images/input/close.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/close.svg") no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.rpd-modal-domain-action h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rpd-modal-domain-action h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rpd-modal-domain-action p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.rpd-modal-domain-action small {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.rpd-modal-domain-action span {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rpd-modal-domain-action input {
    text-align: center; 
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal !important;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.rpd-modal-domain-action input::placeholder {
    font-style: normal;
    color: rgba(0, 0, 0, 0.44);
    font-size: 18px;
    font-weight: normal;
}

.rpd-domain-trans-add-btn {
    padding: 4px 22px 4px 44px;
    background: #B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.rpd-domain-trans-add-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}

.rpd-domain-trans-cancel-btn {
    padding: 4px 28px 4px 50px;
    background: #D5655D;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.rpd-domain-trans-cancel-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}

.input-icon-check-xs {
    position: absolute;
    top: 35%;
    left: 15%;
    transform: translate(-25%, -35%);
    width: 19px;
    height: 19px;
    background: url("/assets/images/input/check.svg") no-repeat;
    mask: url("/assets/images/input/check.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/check.svg") no-repeat;
    background-color: #ffffff;
}

.input-icon-close-xs {
    position: absolute;
    top: 48%;
    left: 18%;
    transform: translate(-25%, -35%);
    width: 19px;
    height: 19px;
    background: url("/assets/images/input/cancel-xs.svg") no-repeat;
    mask: url("/assets/images/input/cancel-xs.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/cancel-xs.svg") no-repeat;
    background-color: #ffffff;
}

/* end modal transfer */

/* LFauconnier */

.card-deck-1 {
    background-image: linear-gradient(27deg, rgb(83, 46, 16), rgb(165, 132, 51), rgb(143, 116, 35), rgb(99, 85, 4));
}

.card-deck-2 {
    background-image: linear-gradient(117deg, rgb(114, 96, 15), rgb(143, 116, 35), rgb(160, 128, 47));
}

.card-deck-3 {
    background-image: linear-gradient(37deg, rgb(160, 128, 47), rgb(99, 85, 4));
}

.odp-minus-offer {
    font-size: 12px !important;
}

.lf-btn-search-text {
    margin-right: 1vw;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position:relative;
    top: 7%;
}

@media screen and (max-width: 991px) {
    .lf-btn-search-text {
        font-size: 1.4em;
        top: 0;
    }
}

@media screen and (max-width: 500px) {
    .lf-btn-goat-search {
        display: none;
    }
}
.lf-btn-goat-search {
    position: relative;
    margin-right: 10px;
}

.lf-boxshadow-lighter {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.15);
}
.lf-boxshadow {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.lf-boxshadow-darker {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.45);
}
.lf-textshadow-lighter {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.15);
}
.lf-textshadow {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.lf-textshadow-darker {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.45);
}
.lf-spacing-r-4 {
    margin-right: 4%;
}

/*
    Button tabs homepage
*/
.tab-header {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0;
    justify-content: center;
}
.header-item {
    margin: 0 5px 0 0;
}
.header-item .header-btn {
    padding: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.header-item .header-btn.active {
    color: #fff;
    background-color: rgb(183, 180, 87);
}
.body-item {
    display: none;
}
.body-item.active {
    display: block;
}
.body-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin: 5px 0;
}
.body-item-text {
    font-size: 16px;
    color: #5a5a5a;
    margin: 5px 0;
}

.rapido-button-transfert{
    /* border-radius: 0 0 10px 10px; */
    border-radius: 0 20px 20px 0;
    position: absolute;
}
.btn-search {
    border-radius: 0 10px 10px 0;
}

/*==== custom spacing ======*/
.mt-10 {
    margin-top: 450px;

}
.mt-6  {
    margin-top: 150px;
}

.rapido-button-renew-transfert, .rapido-button-xs {
    text-align: center;
    background:#B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.4em;
    letter-spacing: 0.07rem;
}

@media screen and (max-width: 991px) {
    .rapido-button-renew-transfert, .rapido-button-xs {
        font-size: 1.1em;
        letter-spacing: 0.06rem;
    }
}

.rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
    display: initial;
    border: 0.1px solid rgba(147, 141, 0, 0.91);
    color: white;
    font-weight: 400;
    box-shadow: none;
    width: 270px;
    border-radius: 0 20px 20px 10px;

}

.rapido-button-renew-transfert:hover > #rapido-transfert-text {
    display: initial !important;
}

.rapido-button-renew-transfert:hover > .img-transfert {
    display: initial !important;
    position: relative;
    right: 20px;
}

@media screen and (max-width: 700px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 180px;
    }
    .rapido-button-renew-transfert:hover > .img-transfert {
        right: 8px;
        height: 16px;
    }
}

@media (min-width: 768px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 215px;
    }
}

@media (min-width: 1024px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 215px;
    }
}
   
@media (min-width: 1224px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 215px;
    }
}

@media (min-width: 1824px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 215px
    }
}

@media (min-width: 1920px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 215px;
    }
}

@media (min-width: 3440px) {
    .rapido-button-renew-transfert:hover, .rapido-button-xs:hover {
        width: 280px;
    }
}

.rpd-picto-grass {
    width: 17%;
}

/**
    cloches à fromage
**/

.rapido-card-style-bell {
    min-height: 150px;
    border-radius: 10px;
    border: none;
}

.rapido-card-title-bell {
    text-align:center;
    color:white;
    font-family:'Livvic', sans-serif;
    font-weight:600;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    position:relative;
    margin-top:0;
    top:10px;
}

.rapido-card-text-bell {
    text-align: center;
    color: white;
    font-size: 1.2em;
    max-width: 225px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .rapido-card-title-bell {
        font-size: 1em;
        margin-top: 4px;
    }
    .rapido-card-text-bell {
        font-size: 1em;
        margin-top: 20px;
    }
    .rapido-card-style-bell {
        min-height: 190px;
        max-height: 190px;
    }
    .rpd-text-cheese-bell {
        margin-top: 12px;
    }
    body {
        -webkit-text-size-adjust: 100% !important;
    }
}

.rpd-cheese-bell {
    position: absolute;
    height: 99.9%;
    z-index: 0;
}

.rpd-text-cheese-bell {
    z-index: 10;
}

.cta-txt {
    font-family:'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #CDC846;
}

/* middle section */

@media screen and (max-width: 570px) {
    .rpd-equalize {
        margin-top: -300px; 
        padding-top: 24px; 
        z-index: 999999; 
        background-color: white
    }
}

/* about page */
.header-spacing {
    margin-top: 300px; 
    margin-bottom: 300px
} 

@media all and (min-width: 200px) and (max-width: 600px) {
    .header-spacing {
        margin-top: 300px; 
        margin-bottom: 500px
    } 
}

/* promo */
.wrapest{
    overflow: hidden;
    position: absolute;
    right:0px;
    top:0;
    display:block;
    /*width:600px;
    height:500px;*/
    width:200px;
    height:150px;
}
.ribbon {
    background-color: #9B6109;
    white-space: nowrap;
    /* top left corner */
    position: absolute;
    /*right: -90px;
    top: 80px;
    min-height: 100px;*/
    right: -35px;
    top: 10px;
    min-height: 40px;
    width: 300px;
    /* 45 deg ccw rotation */
    -webkit-transform: rotate(34deg);
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(34deg);
    /* shadow */
    -webkit-box-shadow: 0 0 3px #888;
    -moz-box-shadow: 0 0 3px #888;
    -ms-box-shadow: 0 0 3px #888;
    -o-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ribbon:hover{
    background-color: #B7B457;
}
.ribbon a {
    position:relative;
    top:20px;
    left:60px;
    color: #fff;
    display: block;
    margin: 5px 0;
    padding: 8px 110px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 12px #444;
    font-size:1.3em;
    font-weight:600;
}
.ribbon small {
    position:relative;
    top:10px;
    left:45px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 12px #444;
}
.ribbon span {
    text-decoration:line-through;
}

/* promo widget */
.leaderboard {
    position: fixed;
    bottom: 2%;
    left: 1%;
    z-index: 999;
    max-width: 490px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.4);
}
.leaderboard .header {
    --start: 15%;
    height: 130px;
    background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(155, 97, 9, 0.33) 10%, rgba(155, 97, 9, 0.33) 17%), linear-gradient(to right, #af7216, #a86705);
    color: #fff;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.leaderboard .header .leaderboard__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc(var(--start) * .75);
    transform: translateY(-50%);
    text-transform: uppercase;
    margin: 0;
}
.leaderboard .header .leaderboard__title span {
    display: block;
}
.leaderboard .header .leaderboard__title--top {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 6.5px;
}
.leaderboard header .leaderboard__title--bottom {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.55px;
    opacity: 0.65;
    transform: translateY(-2px);
}
.leaderboard .header .leaderboard__icon {
    fill: #fff;
    opacity: 0.35;
    width: 50px;
    position: absolute;
    top: 50%;
    left: var(--start);
    transform: translate(-50%, -50%);
}
.leaderboard__profiles {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 15px 20px;
    display: grid;
    row-gap: 8px;
}
.leaderboard__profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: scale(1.12);
    background: linear-gradient(0deg, #4cd964, #76e288);
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    color: #fff;
    font-weight: bolder;
}
.leaderboard__value {
    font-size: 2.2rem;
    text-shadow: 8px 4px 6px rgb(0 0 0 / 25%);
}
.leaderboard__value small {
    font-size: 13px;
}
.leaderboard__profile .old{ 
    position: relative;
    margin-right: 28px;
    color: #e6e6e6;
}
.old .tax{
    position: absolute;
    top: 11px;
    right: -24px;
} 
.leaderboard__profile .old::after{
    content: "";
    width: 112%;
    height: 3px;
    background: white;
    position: absolute;
    bottom: 22px;
    left: -5px;
} 
.leaderboard__profiles .currency {
    font-size: 1.7rem;
    text-shadow: 8px 4px 6px rgb(0 0 0 / 25%);
}
.leaderboard__profiles .tax {
    font-size: 1rem;
    text-shadow: 8px 4px 6px rgb(0 0 0 / 25%);
}
.leaderboard__profiles .cta-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: black;
}

.leaderboard__profiles .cta-input {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.897);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.leaderboard__profiles .cta-input::placeholder {  
    text-align: center; 
}
.leaderboard__profiles p {
    text-align: left;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 3px;
    margin-bottom: 0;
}

.leaderboard__profiles .cta-btn-valid {
    padding: 2px 16px 2px 36px;
    background: #B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.leaderboard__profiles .cta-btn-valid:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}
.leaderboard__profiles .cta-btn-close {
    padding: 2px 16px 2px 36px;
    background: #D5655D;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.leaderboard__profiles .cta-btn-close:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}
.leaderboard__profiles .input-icon-check-cta {
    position: absolute;
    top: 45%;
    left: 15%;
    transform: translate(-25%, -30%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/input/check.svg") no-repeat;
    mask: url("/assets/images/input/check.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/check.svg") no-repeat;
    background-color: #ffffff;
}
.leaderboard__profiles .input-icon-cancel-cta {
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translate(-25%, -30%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/input/cancel.svg") no-repeat;
    mask: url("/assets/images/input/cancel.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/cancel.svg") no-repeat;
    background-color: #ffffff;
}

/* NDD custom offer */
.rpd-under-cart-line-1 {
    position: absolute;
    top: 16px;
    left: 3%;
    background: rgba(255, 255, 255, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 31px 10px 31px;
    width: 38%;
}

.icon-chain-left-1 {
    position: absolute;
    top: 8px;
    left: 7%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}

.icon-chain-right-1 {
    position: absolute;
    top: 8px;
    left: 36%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}

.rpd-under-cart-line-2 {
    position: absolute;
    top: 16px;
    left: 42%;
    background: rgba(255, 255, 255, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 31px 10px 31px;
    width: 39%;
}


.icon-chain-left-2 {
    position: absolute;
    top: 8px;
    left: 77%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}

.icon-chain-right-2 {
    position: absolute;
    top: 8px;
    left: 46%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}
.line-th{
    text-decoration:line-through;
}

@media screen and (max-width: 450px) {
  .hide-sm {
    display:none;
  }
}