html,

body {

    height: 100vh !important;

    font-family: 'Montserrat' !important;

}

.nav-bg {

    background-image: linear-gradient(rgb(36, 36, 36) 0%, rgb(36, 36, 36) 100%);

    grid-auto-flow: column;

    height: 118px;

    justify-content: start;

    width: auto;

}

ul.footer-menu{
    column-count: 4;
    padding: 0px;
}
body.blog h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}
ul.footer-menu li {
    display: inline-block;
}
nav.nav {

    /* align-content: start; */

    /* background-image: linear-gradient(rgb(235, 241, 251) 0%, rgb(235, 241, 251) 100%); */

    /* height: 98px; */

    /* margin-left: 140px; */

    /* width: 24px; */

    max-width: 100px;

    margin: 0 5%;

}

a.notice {

    color: #fff;

    text-decoration: underline;

}

a.notice:hover{

    color: #fff;

}

nav .title {

    /* align-content: start; */

    color: rgb(255, 255, 255);

    font-size: 2em;

    font-weight: 700;

    line-height: 45px;

    margin-top: 0px;

    padding-left: 20px;

    border-left: 20px solid #ececec;



    /* max-width: 100px; */

}



.main-content {

    border-left: 20px solid #16695E;

    border-right: 20px solid #EBF1FB;

}



.main-content-title {

    align-content: start;

    color: rgb(36, 36, 36);

    font-size: 25px;

    font-weight: 500;

    line-height: 30px;

    text-align: center;

    background-color: #F2F2F2;

    padding: 15px;

}



.main-content-title p {

    margin-bottom: 0px;

}



.meilleur-tarif-media {

    position: absolute;

    z-index: 1;

    top: 8%;

    left: -150px;



}



.meilleur-tarif-media img {

    max-width: 600px;

    width: 100%;

    border-right: 2px solid #000000 !important;

}



.meilleur-tarif-media p {

    background: #ebf1fb;

    padding: 15px 40px;

    position: absolute;

    left: -10%;

    top: 95%;

    margin: 0px;

}



.meilleur-tarif-media p strong {

    font-size: 23px;

}



.meilleur-tarif-media p span {

    font-size: 14px;

    font-weight: 500;

}



.main-content .content .c1 {

    padding: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.footer {

    background-color: #242424;

    padding: 0px;

    display: flex;

    justify-content: space-between;

    min-height: 100px;

}



.nos-garanties {

    background-color: #16695e;

    color: white;

    margin-right: 0px !important;

    margin-left: 0px;

    margin-top: 0px;

    z-index: 1000;

    display: flex;

    align-items: center;

    padding-left: 50px;

    padding-bottom: 0px;

    min-width: 40%;

    padding-right: 186px;

    /*margin-top: -25px;*/



}





.nos-garanties .title {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    /*border-right: 20px;*/

}



.nos-garanties .description {

    padding: 0 10px;

    font-size: 0.80em;

    display: inline-block;

    margin: 0px;

}



.nos-garanties .brd {

    display: flex;

    justify-content: center;

    /* padding: 20px; */

}



/* 

* Formulaire 

*/

.wizard-section {

    min-height: 500px;

}



.form-wizard {

    color: #888888;

    padding: 20px;

}



.form-wizard label {

    color: #000;

}



.form-wizard .wizard-form-radio {

    display: inline-block;

    margin-left: 5px;

    position: relative;

}

fieldset:last-of-type label {

    font-size: .95rem;

    font-weight: 500;

}

.form-wizard .wizard-form-radio input[type="radio"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    background-color: #dddddd;

    height: 25px;

    width: 25px;

    display: inline-block;

    vertical-align: middle;

    border-radius: 50%;

    position: relative;

    cursor: pointer;

}



.form-wizard .wizard-form-radio input[type="radio"]:focus {

    outline: 0;

}



.form-wizard .wizard-form-radio input[type="radio"]:checked {

    background-color: #fb1647;

}



.form-wizard .wizard-form-radio input[type="radio"]:checked::before {

    content: "";

    position: absolute;

    width: 10px;

    height: 10px;

    display: inline-block;

    background-color: #ffffff;

    border-radius: 50%;

    left: 1px;

    right: 0;

    margin: 0 auto;

    top: 8px;

}



.form-wizard .wizard-form-radio input[type="radio"]:checked::after {

    content: "";

    display: inline-block;

    /*webkit-animation: click-radio-wave 0.65s;*/

    -moz-animation: click-radio-wave 0.65s;

    animation: click-radio-wave 0.65s;

    background: #000000;

    content: '';

    display: block;

    position: relative;

    z-index: 100;

    border-radius: 50%;

}



.form-wizard .wizard-form-radio input[type="radio"]~label {

    padding-left: 10px;

    cursor: pointer;

}



.form-wizard .form-wizard-header {

    text-align: center;

}



.form-wizard .form-wizard-next-btn,

.form-wizard .form-wizard-previous-btn,

.form-wizard .form-wizard-submit {

    background-color: #242424;

    color: #ffffff;

    display: inline-block;

    min-width: 100px;

    min-width: 120px;

    padding: 5px 10px;

    text-align: center;

}



.form-wizard .form-wizard-next-btn:hover,

.form-wizard .form-wizard-next-btn:focus,

.form-wizard .form-wizard-previous-btn:hover,

.form-wizard .form-wizard-previous-btn:focus,

.form-wizard .form-wizard-submit:hover,

.form-wizard .form-wizard-submit:focus {

    color: #ffffff;

    opacity: 0.6;

    text-decoration: none;

}



.form-wizard .wizard-fieldset {

    display: none;

    min-height: 565px;

    padding: 25px 5px;

}



.form-wizard .wizard-fieldset.show {

    display: block;

}



.form-wizard .wizard-form-error {

    display: none;

    background-color: #d70b0b;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 2px;

    width: 100%;

}

.form-wizard .form-control {

    font-weight: 300;

    height: auto !important;

    color: #888888;

    background-color: transparent;

    border-radius: 10px;

    border: 1px solid #000;

}



.form-wizard .form-control:focus {

    box-shadow: none;

}



.form-wizard .form-group {

    position: relative;

    margin: 20px 0;

}



.form-wizard .wizard-form-text-label {

    position: absolute;

    left: 10px;

    top: 16px;

    transition: 0.2s linear all;

}



.form-wizard .focus-input .wizard-form-text-label {

    color: #d65470;

    top: -18px;

    transition: 0.2s linear all;

    font-size: 12px;

}



.form-wizard .form-wizard-steps {

    margin: 30px 0;

}



.form-wizard .form-wizard-steps li {

    width: 25%;

    float: left;

    position: relative;

}



/*.justify-content-center.row{

    max-width: 1200px;

    margin: 0 auto;

}*/

.boxe{
    
    max-width: 1200px;
    
}

.content-bg{
    
    background-color: #DCE6F8;

    background: rgb(255, 255, 255);

    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,

     rgba(255, 255, 255, 1)40%, #ecf1fb 40%, #ecf1fb 100%);
}


.nos-garanties .title h3 {

    padding-right: 15px;

    text-align: right;

    font-size: 1.3em;

}



.form-wizard .form-wizard-steps li::after {

    background-color: #f3f3f3;

    content: "";

    height: 5px;

    left: 0;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

    border-bottom: 1px solid #dddddd;

    border-top: 1px solid #dddddd;

}



.form-wizard .form-wizard-steps li span {

    background-color: #dddddd;

    border-radius: 50%;

    display: inline-block;

    height: 40px;

    line-height: 40px;

    position: relative;

    text-align: center;

    width: 40px;

    z-index: 1;

}



.form-wizard .form-wizard-steps li:last-child::after {

    width: 50%;

}



.form-wizard .form-wizard-steps li.active span,

.form-wizard .form-wizard-steps li.activated span {

    background-color: #d65470;

    color: #ffffff;

}



.form-wizard .form-wizard-steps li.active::after,

.form-wizard .form-wizard-steps li.activated::after {

    background-color: #d65470;

    left: 50%;

    width: 50%;

    border-color: #d65470;

}



.form-wizard .form-wizard-steps li.activated::after {

    width: 100%;

    border-color: #d65470;

}



.form-wizard .form-wizard-steps li:last-child::after {

    left: 0;

}



.form-wizard .wizard-password-eye {

    position: absolute;

    right: 32px;

    top: 50%;

    transform: translateY(-50%);

    cursor: pointer;

}



.form-wizard .wizard-fieldset h3 {

    align-content: start;

    color: rgb(36, 36, 36);

    font-size: 25px;

    font-weight: 500;

    line-height: 46px;

    width: 463px;

}



.form-wizard .form-check {

    font-size: 18px;

    font-weight: 500;

    font-family: "Montserrat";

    color: #000000;

    margin: 15px 5px;

    padding: 0px;

}



@keyframes click-radio-wave {

    0% {

        width: 25px;

        height: 25px;

        opacity: 0.35;

        position: relative;

    }



    100% {

        width: 60px;

        height: 60px;

        margin-left: -15px;

        margin-top: -15px;

        opacity: 0.0;

    }

}



/**/



.content-success {

    padding: 82px 0px;

    background-image: url(../asset/image/ellipse.png);

    background-repeat: no-repeat;

    background-position: center;

    margin: 2rem 0rem;

    background-size: contain;

}



.content-success h2 {

    font-size: 140px;

    font-weight: 600;

}



.content-success p {

    font-size: 20px;

    font-weight: 500;

}



.steps-bar {

    display: flex;

    margin-bottom: 2rem;

}



.steps-bar li.active {

    background-color: #16695e;

    padding: 2px;

    width: 100px;

}



.steps-bar li:not(.active) {

    background-color: #ffffff;

    padding: 2px;

    width: 100px;

}



.nav-bg a:hover {

    text-decoration: unset;

}



.group-checklist {

    min-height: 460px;

}

.icon-input {

    max-width: 25px;

    vertical-align: initial;

}

.form-wizard .form-check-input {

    position: initial;

    margin-top: 0.3rem;

    margin-left: 0rem;

    margin-right: 1rem;

}

.form-wizard  input[type=radio] {

    width: 16px;

    height: 16px;

}

.title-msg {

    color: #242424;

    font-size: 7rem;

    font-weight: 700;

}



/* Remodal ==================================== */



html.remodal-is-locked {

    overflow: hidden;

    -ms-touch-action: none;

    touch-action: none;

}

#modalnotice .modal-content {

    padding: 35px;

    font-weight: 300;

    text-align: center;

}

#modalnotice .modal-content p, #modalnotice .modal-content{

    font-size: 14px;

}

#modalnotice .modal-content p{

    text-align: left;

}

#modalnotice .modal-content h2 {

    font-size: 25px;

    text-align: center;

    margin-bottom: 3rem;

    text-align: left;

}

#modalnotice .modal-content h5{

    font-size: 16px;

    text-align: left;

}

#modalnotice .modal-content h6 {

    font-size: 14px;

    text-align: left;

}

span.btn-close {

    position: relative;

}

.btn-close button.close {

    position: absolute;

    right: -28px;

    top: -28px;

}



a:hover {

    text-decoration: none;

}

.mw-mb-50 a,.mw-mb-50 a:hover{
    color: white;
    text-decoration: none;
    font-size: 0.75em;
}
a{
    text-decoration: none !important;
}

/*----blog------------*/

.subheadline span:not(:last-child):after{
    content: '/';
    padding: 0 0.5em;
}
blockquote{
    position: relative;
    padding: 50px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    background: #EBF1FB;
    font-size: 18px;
    font-style: italic;
    border: 1px solid #cfdef7;
}
.liste{
    padding: 0px !important;
}
.liste li{
    list-style: none;
    position: relative;
}
.liste li p{
    margin-left: 20px;
}
.liste li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: rgba(22, 105, 94,0.8);
    left: 0;
    top: 8px;
}

h3{
    font-size: 1.25em;
}
h2{
    font-size: 1.5em;
}
.title a{
    color: #fff !important;
}
.grecaptcha-badge{
   z-index: 1000;
}
