.odp-title-href-faq {
    color: white;
}

.odp-title-href-faq:hover {
    color: white;
}

.accordion-item {
    margin: 15px 0 15px 0;
    /*padding: 10px 0 10px 0;*/
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 42px;
    box-sizing: border-box;
    border: 0.6px solid rgba(255, 255, 255, 0.6);
}

.accordion-header {
    margin-left: 3%;
    margin-right: 3%;
}

.accordion-button {
    background: transparent;
}

.accordion-button::after {
    background-image: url('/assets/images/chevron_bas.svg');
    margin-top: 10px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    color: rgba(255, 255, 255, 0.9);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url('/assets/images/chevron_bas.svg');
}

.rapido-accordion:first-of-type {
    border-radius: 42px !important;
}

.rapido-accordion:last-of-type {
    border-radius: 42px !important;
}

.list-group-item {
    white-space: normal;
    background: transparent;
    border: none;
    font-size: 20px;
}

.odp-link-title-edito-button {
    font-weight: 600;
    font-size: 25px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 8px 4px 6px rgb(0 0 0 / 25%);
    line-height: 35px;
}

.odp-link-article {
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: italic;
    margin-left: 35px;
}

.odp-link-article:hover {
    color: rgba(111, 53, 0, 0.89);
}

.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: 1%;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255);
    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: rgba(255, 255, 255, 0.2);
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: center;
            align-items: center;
}

.btn-search {
    margin-right: 15px;
    margin-top: 5px;
}
.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;
    }
}

::placeholder {
    font-style: italic;
}

.odp-img-loupe {
    margin-left: 2%;
    margin-right: 1%;
}

.odp-no-article {
    text-align: center;
    font-size: 25px;
    color: rgba(255, 255, 255);
    font-weight: 600;
    text-shadow: 8px 4px 6px rgb(0 0 0 / 25%);
    line-height: 35px;
}

.mt-6 {
    margin-top: 7rem !important;
}

/*
    clear button search article
*/
.redfamily {
    color: red;	
}
.search-box,.close-icon,.search-wrapper {
    position: relative;
    padding: 10px;
}
.search-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 50px;
}
.search-box {
    width: 80%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 15px;
}
.search-box:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
}
.close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
.close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #FF6347;
    z-index:1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.rapido-icon-back-restyle {
    position: absolute;
    mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    -webkit-mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    background: rgba(255, 255, 255, 0.7) url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 520px) {
    .rapido-icon-back-restyle {
        left: 15px;
    }
}

@media (min-width: 520px) and (max-width: 550px) {
    .rapido-icon-back-restyle {
        left: 15px;
    }
}

@media (min-width: 550px) and (max-width: 600px) {
    .rapido-icon-back-restyle {
        left: 15px;
    }
}

@media (min-width: 600px) and (max-width: 675px) {
    .rapido-icon-back-restyle {
        left: 15px;
    }
}

@media (min-width: 675px) and (max-width: 730px) {
    .rapido-icon-back-restyle {
        left: 15px;
    }
}

@media (min-width: 805px) and (max-width: 885px) {
    .rapido-icon-back-restyle {
        left: 110px;
    }
}
   
/* From 768px and up */

.image > img {
    width: 100%;
}

.odp-card-edito > ul > li {
    font-size: 21px;
}

.odp-card-edito > p {
    font-size: 21px;
}

.odp-card-edito > ol > li > i {
    font-size: 21px;
}
