:root {
    --text-primary-color: #141f39;
    --text-secondary-color: #303334;
    --hero-main-title:#303334;
    --primary-color: #141f39;
    --secondary-color: #41b9e9;
    --third-color: #fefbf9;
    --accent-color: #18bcc7;
    --light-grey: #f2feff;
    --light-blue: #f9fbff;
    --footer-color: #000222;
    --border-color: #f3f3f3;
    --input-bg-color: #f3f3f3;
    --wht: #ffffff;
    --placeholder-color: #6b6b84;
    --green: #a6cf4a;
    --light-blue: #75deff;
    --card-bg: rgba(1, 102, 255, .80);
    --input-height: 60px;

}

/* Reset */

a .top-wrapper {
    cursor: pointer;
}

.top-wrapper {
    
    background-color: var(--primary-color);
    padding: 30px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 22%;
    right: 15px;
    transition: background-color 0.3s ease;
    display: none;
}

.top-wrapper:hover {
 
    background-color:var(--text-primary-color);
}

.ar {
    height: 33px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

* :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0px;
    color: var(--text-primary-color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-main-title {
    font-size: clamp(25px, 4.5vw, 56px);
    font-weight: 700;
}

.hero-title h1 {
    font-size: clamp(25px, 4.5vw, 56px);
    font-weight: 700;
    margin-bottom: 0.6em;

}

.hero-txt h2 {
    font-size: 2.86rem;
    line-height: 1.4em;
    background-color: var(--accent-color);
    display: table;
    color: #fff;
    padding: 25px 19px;


}

.ftr {
    padding: 14px 25px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.7803921569);
    display:inline-flex;
    gap:8px;
    align-items: center;
    width: fit-content;
}

.ftr-rev {
    background-color:var(--primary-color);
}

.ftr p{
    font-size: clamp(12px, 2vw, 18px);
    color: var(--text-secondary-color);
    margin-bottom: 0px;
    font-weight: 700;
}

.ftr-rev p{
    font-size: clamp(12px, 2vw, 18px);
    color: var(--wht)!important;
    margin-bottom: 0px;
    font-weight: 700;
}

.ftr-wrap {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    gap: 15px;
    
}

.mr-42 {
    margin-left: -42px;
}

.hero-elt {
    align-items: center;
}

.hero-img-hld img {
    height: clamp(200px, 50vw, 540px);
    aspect-ratio: 2 / 3;
}

.car-wrp img {
    max-width: 100%;
    height: auto;
    display: block;
}

.check {
    color: var(--accent-color);
    font-size: clamp(12px, 2vw, 22px);
}

.hero-elt {
    display: flex;
}

.nbg {
    background-color: var(--primary-color) !important;
    font-size: 5rem!important;
    line-height:1.4em!important;

}

.nbg sup {
    font-size: 2.5rem;
}

.scr {
    position: relative;
    background-color:var(--accent-color);
    color:var(--primary-color);
    padding: 0px 13px;

}

/* FAQ */

.panel-default>.panel-heading {
    color: var(--text-primary-color)!important;
    background-color: var(--light-grey);
    border-color: var(--accent-color);
    padding: 20px 10px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:var(--light-grey);
    background-color: var(--wht);
    color: var(--text-primary-color);
    font-size: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body * {

    color: var(--primary-color);
}


.panel-heading {
    cursor: pointer;
    background-color: var(--text-primary-color);
}


.return {
    float: right;
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 0 0 var(--accent-color);
    border-radius: 50%;
    height: 18px;
    width: 18px;
    -webkit-animation: pulse 2s infinite cubic-bezier(.40, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(.40, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(.40, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.40, 0, 0, 1);
}

.return {
    transform: rotate(180deg);
    color:var(--primary-color);
}

.collapsed .return {
    transform: rotate(360deg);
}

/* FAQ */


/* TESTI */

blockquote {
    padding: 25px 20px;
    margin-bottom:25px;
    border:none;
    background-color: var(--wht);
}

blockquote p {
    margin: 0;
    font-size: 16.5px!important;
}

.testi-wrapper i {
    color: #eac035;
}

.testi-avatar p,.testi-avatar h3 {
    margin: 0px;
}

.testi-avatar {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.quotes {
    color: var(--accent-color);
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px;
}

h3.name {
    color:var(--text-primary-color);
    font-size: 20px;
    font-weight: bold;
}

.testi-img img {
    height:80px;
}

.img-g {
    display: flex;
    justify-content:end;
}

.img-g img {
    height: clamp(320px, 50vw, 660px);
    
}

/* TESTI */


/* OWL BTN */

.owl-nav {
    display: flex;
    gap:10px;
    margin-top: 30px;
}

.owl-nav i {
    font-size:15px;
    background-color: var(--accent-color);
    color: #fff;
    padding:15px;
}

.hero-txt i {
    color: #fff;
    margin-right: 10px;
}

.blc-ctn p {
    font-size: clamp(12px, 2vw, 18px);
    text-align: left;
    color: var(--text-secondary-color);
}

.blc-ctn ul {
    text-align: justify;
    color: var(--text-secondary-color);
}

.blc-ctn-2 p {
    font-size: clamp(12px, 2vw, 18px);
    text-align: left;
}

.formation-cat {
    padding: 20px 15px;
}

.fic-holder img {
    height: 120px;
    margin-bottom: 20px;
}

/*Card-Hover*/
.formation-cat {
    position: relative;
}

.formation-cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--card-bg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.formation-cat:hover::before {
    opacity: 1;
}

.en-savoir-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none !important;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.en-savoir-plus:hover,
.en-savoir-plus:focus {
    text-decoration: none;
}

.formation-cat:hover .en-savoir-plus {
    opacity: 1;
}

/*Card-Hover*/

.formation-cat p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0px;
}


.desc p {
    text-align: center;
}

.hero-txt-wd {
    flex-basis: 42%;
}

/* Block3 */
.mt-10 {
    margin-top: 10px;
}

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


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

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

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

.pd-50 {
    padding: 50px 0px;
}

.pd-80 {
    padding: 80px 0px;
}

.pd-80-x {
    padding: 80px 50px;
}

.pd-50-x {
    padding: 50px 50px;
}

.pd-80-b {
    padding-bottom: 80px;
}

.pd-80-n-t {
    padding: 0px 50px 80px 50px;
}

.w-100 {
    width: 100%;
}


/* Reset */

body,
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'DM Sans', sans-serif;
    background-color: #ffffff;
    font-weight: 400;
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.s-b {
    justify-content: space-between;
}

.flx-end {
    align-items: flex-end;
}

.fluid-custom {
    margin: 0px 100px;
}

nav {
    margin: 22px 0px;
}

.logo,
.footer-logo img {
    height:60px;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.baseline {
    color: var(--text-primary-color);
    margin-bottom: 0px;
    font-size: 1.9rem;
}

.bg-hero {
    background: url(https://ma-voiture-assuree.com/img//bggrl.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wht {
    color: #fff;
}



.light-grey {
    background-color: var(--light-grey);
    background-image: url(https://ma-voiture-assuree.com/img//patt.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.light-grey-2  {
    background-color: var(--wht);
    background-image: url(https://ma-voiture-assuree.com/img//patt.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.lgbg {
    position: relative;
}



.light-blue {
    background-color: var(--light-blue);
}

.check-block {
    background-color: #f3f8ff;
    padding: 20px 30px;
}

.grn-ic {
    color: #00d9a6;
}

.square-box {

    border: none;
    padding: 10px 15px 25px 15px;
     /*background-color: #ffffff;
    box-shadow: 0px 18px 45px 0px rgba(242, 244, 255, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);*/
    color: var(--wht);
}


.ic img {
    height:105px;
    margin-bottom: 20px
}

.ic p {
    text-align: center;
}

.box-ctn {
    background-color:var(--primary-color);
}

.tt1 {
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.3em;
}

.stt1 {
    font-size: 2rem;
    color: var(--third-color);

}

footer {
    background-color: var(--footer-color);
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}



::selection {
    background: var(--primary-color);
    color: #ffffff;
}

::-moz-selection {
    background: var(--primary-color);
    color: #ffffff;
}


/******** Form ********/
.nxt-prev-btn-wrapper {
    display: flex;
}

.progress-bar-container {
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-radius: 15px;
    margin-bottom: 20px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--input-bg-color);
    border: 2px solid var(--border-color);
    box-shadow: unset !important;
    border-radius: 15px;
    transition: width 0.3s ease;
}

.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--light-blue);
    border-radius: 15px;
    transition: width 0.5s ease;
    box-shadow: unset !important;
    border:none;

}

.progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-primary-color);
    font-weight: bold;
    font-size: 16px;
}


.form-container {
    flex-basis:35%;
}

button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


.error {
    border: 2px solid red !important;
    animation-name: shake;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.success-form {
    display: none;
    font-size: large;
}

.form-holder {
    padding: 20px 27px;
    border: none;
    background-color: #fff;
    color: var(--text-secondary-color);
    cursor: pointer;
    box-shadow: 0px 5px 25px 0px rgba(9,1,25, 0.15);
}

.form-body {
    padding: 30px 5px 15px 5px;
}

.form-header {
    text-transform: uppercase;
    color: var(--text-primary-color);
    padding: 0px 15px 30px 15px;
    font-size: 22px;
}



.cta-holder .sub {
    margin-top: 15px;
    position: relative;
    clear: both;
}


.form-holder:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}



.titref {
    color: #acacac;
    text-align: justify;
    line-height: 1.5em !important;
    font: 700 11px Roboto, sans-serif;
    padding: 20px 3% 10px
}

select.custom {
    background-image: url(https://ma-voiture-assuree.com/img//drop.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none
}

select.custom::-ms-expand {
    display: none
}

::placeholder {
    /* Firefox, Chrome, Opera */
    color: var(--placeholder-color) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--placeholder-color) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--placeholder-color) !important;
}

.c-code {
    display: flex;
    gap: 15px;
}

.c-code #indic {
    width: 30%;
}

.inp-ic-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;

}

.inp-ic {
    background-color: var(--input-bg-color);
    height: var(--input-height);
    padding: 15px 16px;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.form-control {
    height: var(--input-height);
    border-radius: 0px;
    color: var(--placeholder-color);
    background-color: var(--input-bg-color);
    border: 2px solid var(--border-color);
    box-shadow: unset !important;
    font-size: 16px;
    transition: border 0.4s ease-in-out;
}

.form-control:hover {
    border-color: var(--accent-color);
    border-width: 2px;
}

.form-control:focus {
    border-color: var(--accent-color);
    background-color: var(--white);
    border-width: 2px;
    color: var(--text-primary-color);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.nxt,.prev {
    background-color: #dce835!important;
    color: var(--text-primary-color);
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    background: var(--accent-color);
    border: none;
    font-weight: 400;
    padding: 20px 20px;
    background-size: 100% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nxt:hover,.prev:hover {
    color:var(--wht)!important;
    background: var(--primary-color)!important;
}

.sub {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    background-color:var(--accent-color);
    color:var(--wht);
    position: relative;
    font-weight: 400;
    padding: 20px 20px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sub:after {
    background-color: var(--primary-color);
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
    
}

.sub:hover:after {
    height: 414%;
}

.sub:hover,
.sub:focus {

    color: #fff;
}





.mention-form,
.mention-form:hover,
.mention-form:focus,
.mention-form:visited {
    color: #1860de;
    text-decoration: none;
}




/*Checkboxes styles*/
/*input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 400;


    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: inline;
    width: 20px;
    height: 20px;
    border: 2px solid var(--green);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.lu-txt {
    font-size: 12px;
    text-align: left;
}

.terms {
    padding: 20px 0px;
}


/***************/
.radio-button {
    display: block;
    margin-bottom: 10px;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button label {
    display: block;
    width: 100%;
    padding: 20px 20px;
    background-color: var(--text-primary-color);
    color: #fff;
    cursor: pointer;
    border-radius:0px;
    transition: background-color 0.3s;
    position: relative;
}

.radio-button input[type="radio"]:checked + label {
    background-color: #dd5147;
    color: #fff;
    border-radius: 0px;
}

.radio-button input[type="radio"]:checked + label:before {
    content: "\2713";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

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

/* Checkbox container styles */
.chk-button {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  /* Checkbox input styles */
  .chk-button input[type="checkbox"] {
    appearance: none; /* Hide the default checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
  }
  
  /* Checkbox label styles */
  .chk-button label {
    padding: 18px;
    display: flex;
    justify-content: flex-start;
  
    width: 100%;
  
    background-color: var(--text-primary-color);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  /* Checkbox label hover styles */
  .chk-button label:hover {
    background-color: var(--footer-color);
  }
  
  /* Checkbox checked styles */
  .chk-button input[type="checkbox"]:checked + label {
    background-color: var(--footer-color);
  }
  
  /* Custom checkbox icon styles */
  .chk-button input[type="checkbox"] + label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    content: "\f0c8"; /* Replace with the desired Font Awesome 5 checkbox icon class */
    margin-right: 10px;
  }
  
  /* Custom checkbox icon checked styles */
  .chk-button input[type="checkbox"]:checked + label:before {
    content: "\f14a"; /* Replace with the desired Font Awesome 5 checked checkbox icon class */
  }