btn-step
/*------------------- COLORS ------------------*/

.grey {
    color: #444444;
}

.grey-med {
    color: #999999;
}

.grey-lt {
    color: #bababa;
}

.blue_marine {
    color: #4070a3;
}

.blue {
    color: #183b64;
}

.MSblack {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.MSitalic {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic;
}

.MSblackIt {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: italic !important;
}

.MSbold {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.MSboldIt {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.white {
    color: #fffbfb;
}

.cyan {
    color: #e2a9c3;
}

.orange {
    color: #F27438;
}

.brdx {
    color: #bf1363;
}

.gradient-orange {
    background: rgb(190, 114, 142);
    background: -moz-linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    background: linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cef4f5', endColorstr='#2CCED2', GradientType=1);
}

.BGcyan {
    background-color: #d42a2a;
}

/*------------------- TEXTE ------------------*/

h1 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    font-size: 26px;
    line-height: 60px;
}

h2 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fffbfb;
    font-size: 27px;
}

h3 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3E7CC9;
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: .75rem;
}

h4 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fffbfb;
    font-size: 22px;
    text-transform: uppercase;
}

h5 {
    display: inline-block;
}

h6 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #434343;
    font-size: 30px;
}

body {
    position: relative;
    background-color: #ffffff;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #434343;
    font-size: 18px;
    line-height: 26px;
    width: auto;
}

#bouton {
    width: 90%;
    height: 50px;
    padding: 5px 5px 5px 5px;
    background-color: #F27438;
    border-radius: 30px;
}

#bouton:hover {
    border: 1px solid #26474E;
    padding: 5px 5px 5px 5px;
    background-color: #26474E;
    opacity: 1;
    transition: all 0.3s ease;
}

#bouton:focus {
    padding: 5px 5px 5px 5px;
    background-color: #E84B0C;
}


#bouton_bis {
    width: 90%;
    height: 50px;
    padding: 5px 5px 5px 5px;
    background-color: #F27438;
    border-radius: 30px;
}

#bouton_bis:hover {
    
    padding: 5px 5px 5px 5px;
    background-color: #26474E;
    opacity: 1;
    transition: all 0.3s ease;
}

#bouton_bis:focus {
    padding: 5px 5px 5px 5px;
    background-color: #E84B0C;
}

@media (max-width : 992px) {
    #bouton {
        width: 90%;
        height: 50px;
        padding: 5px 5px 5px 5px;
        background-color: #e57700;
        border-radius: 5px;
    }
}

.lineHeight1 {
    line-height: 1rem;
}



/*------------------- GENERAL ------------------*/

.offre h1{
    text-align: left;
    padding: 20px 20px 0 20px;
    line-height: 1.2;
    color: #434343;
}


.bloc-coche {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin-bottom: 10px;
}

.coche {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    
    
}

input[type=checkbox].coche{
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}

.move {
    padding-top: 50px;
}

#edito1 {
    padding-top: 0px;
    padding-bottom: 100px;
}

a {
    color: #e2a9c3;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0898d3;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.hyperlien {
    text-decoration: underline;
}

a.hyperlien : hover {
    text-decoration: underline;
}

a.cta {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fffbfb;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #F27438;
    padding: 1rem;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a : hover.cta {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #d21721;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #999999;
    padding: 1rem;
    border-radius: .35rem;
    text-decoration: none;
}

.algtop {
    position: relative;
    padding-top: 30px;
}

}

.cta {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 20px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all .15s ease-in-out;
    color: #fffbfb;
    border: none;
    background-color: #0053a1;

}

#cta {
    color: #fff;
     !important;
    cursor: pointer;
    height: 70px;
    border-radius: 15px;
    background-color: #F27438;
    font-weight: 900;

}

#cta : disabled {
    color: #fff !important;
    cursor: pointer;
    background-color: #3e3d7a;
    cursor: not-allowed;


}

#cta : hover {
    color: #fff !important;
}

.shadow {
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, .3) !important;
}

.borderB {
    padding-bottom: 15px;
    border-bottom: 1px solid #fffbfb;
}

/*------------------- HEADER ------------------*/

header {
    background: url(../img/BG_header.jpg) no-repeat 20% center; 
    background-size: cover;
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

header nav,
header .container {
    position: relative;
    z-index: 10;
}

.header_2 {
    background-color: #fff;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.header_2 nav,
.header_2 .container {
    position: relative;
    z-index: 10;
}

.header_3 {
    background-color: #F8F9FA;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.header_3 nav,
.header_3 .container {
    position: relative;
    z-index: 10;
}

.header_5 {
    background-color: #fff;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.header_5 nav,
.header_5 .container {
    position: relative;
    z-index: 10;
}

.error {
    height: 100vh;
    background-color: #4070a3;
    background-size: cover;
    position: relative;
}

.error nav,
.error .container {
    position: relative;
    z-index: 10;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fffbfb;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-item a : hover {
    color: #00a6ea;
}

.text {
    display: block;
    margin: 20px;
    margin-left: -30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

/*------------------- EDITO ------------------*/

#edito ul {
    padding-left: 0;
}

#edito li {
    list-style-type: none;
    background-image: url(../img/puceCheck.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    background-size: 20px;
    padding-left: 15px;
}

.fleche {
    background-image: url(../img/puceArrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 30px;
    padding-left: 30px;
}

.fleche1 {
    background-image: url(../img/puceArrow1.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 20px;
    padding-left: 30px;
}

.fleche2 {
    background-image: url(../img/puceArrow2.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 20px;
    padding-left: 30px;
}

.fleche3 {
    background-image: url(../img/puceArrow3.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 20px;
    padding-left: 30px;
}

/*------------------- QUOTE  ------------------*/

#quote {
    background-color: #183b64;
}

hr {
    width: 15px;
    border: 1px solid #fffbfb;
    background-color: #fffbfb;
}



/*------------------- FORMULAIRE ------------------*/

#form {
    background-color: #2CCED2;
    border-radius: 5px;
    margin: 20px;
}

.form-control {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: .35rem;
    border: 1px solid #dddddd;
    height: 42px;
}

.form-group {
    margin: 0;
    padding: 0;
}

.mentions {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #c9c9c9;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-check {
    margin-left: 1.25rem;
}

.form-title {
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.steps {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.btn-choix {
    margin: 3px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;

}

.btn-choix : focus,
.btn-choix:active {
    outline: none;
}

.btn-choix img {
    height: 60px;
    width: 60px;
}

.btn-choix span {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 100%;
    display: block;

}

.btn-choix div {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.btn-choix : hover div,
.choisi div {
    background-color: RED;
}

.btn-choix : hover img,
.choisi img {}

.btn-step {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 90%;
    background-color: #F27438;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 8px;
    text-decoration: none;
}

.btn-step : focus,
.btn-step:active {
    outline: none;
}

.btn-step : hover {
    background-color: #434343;
    color: #fff !important;
    text-decoration: none;
}

.btn-step : disabled {
    background-color: #999;
    color: #fff !important;
}

.cta : disabled {
    background-color: #F27438;
    color: #fff !important;
    height: 70px;
    border-radius: 5px;
}

.btn-retour {
    border: 0;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #FFFFFF !important;
    font-size: 80%;
    cursor: pointer;
}

.btn-retour : focus,
.btn-retour:active {
    outline: none;
}

.fv-help-block {
    line-height: 1.2em !important;
}

/*------------------- FOOTER ------------------*/

footer {
    background-color: #efefef;
}

footer .logo {
    width: 160px;
}

footer p,
footer a {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

.topFooter {
    padding-top: 80px;
    padding-bottom: 80px;
}

.RS a {
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .15s ease-in-out;
}

.RS a : hover {
    background-color: #7b7b7b;
    display: inline-block;
}

.RS i {
    color: #333333;
}

.subFooter {
    background-color: #222931;
    height: 230px;
}

.subFooter1 {
    background-color: white;
    text-align: center;
}

.copyright {
    font-size: 12px;
    color: #999999;
}

/*------------------- HELPER ------------------*/

.cursor-default {
    cursor: default !important;
}

/*------------------- MOBILE ------------------*/

@media (max-width : 575.98px) {
    h1 {
        line-height: 40px;
    }
    
    h3 {
        font-size: 35px;
        text-transform: uppercase;
       /*margin-bottom: 30px;*/
        padding-bottom: .75rem;
    }
    
    .container-arrow {
        display: none;
    }
    
    .date {
        font-size: 22px;
        margin-top: 50px;
    }
    #titre_principal strong {
        position: initial !important;
        margin: 0 auto;
        margin: 0 auto 20px auto;  
    }
    
    #titre_principal{
        padding-top: 20px !important;
        display: block;
    text-align: center !important;
    margin: 0 auto !important;
        float:none !important;
    }
    #titre_principal_2 {
        position: inherit !important;
        font-size: 3rem !important;
    }
    .gap_cap_an{
        display:flex;
        align-items: end;
        gap: 18% !important;
        padding-bottom: 10px;
    }
    
    .gap_cap_an h4{
        font-size: 24px !important;
        padding: 7px !important;
    }
    
    .eco_bloc{
        margin: 0 auto;
    }
    
    .eco_marg01{
        margin-bottom: 20px;
    }
    
    
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

#edito img {
    width: 100%;
}

.bg-mobile-dark {
    background-color: #343a40;
}



@media (max-width : 900px) {
    .partie {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .flip-nav-logo {
        background: url("../img/logo_w.svg") no-repeat !important;
    }
    header {
        background-color: #efefef;
        background-image: none;
        position: relative;
        height: 100%;
        padding-top: 0px;
        padding-bottom: 60px;
    }
}

@media (min-width : 900px) {
    nav div.container {
        justify-content: left !important;
    }
}

.form {
    background-color: #498ac8;
    margin: 0;
    padding: 10px;
}

.form-group {
    padding: 0;
    margin: 0;
}

@media (max-width : 502px) {
    .subcta {
        width: 100px;
    }
}

#titre_principal {
    color: #FFFFFF;
    font-weight: 900;
    float: right;
    text-align: right;
    padding-top: 32px;
}

#titre_principal strong{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    background-color: #F27438;
    z-index: 1;
    top: -44px;
    box-shadow: 8px 8px 0 3px #434343;
}

#titre_principal_1 {
    font-size: 3.31rem;
    text-align: center !important;
    padding-top: 22px;
    line-height: 1.3;
   
}

#titre_principal_2 {
    color: #434343;
    font-size: 4rem;
    position: relative;
    top: 218px;
    line-height: 1.2;
 
}

#titre_principal_3 {
    font-size: 37px;
    /*text-shadow: 1px 2px 2px #fff;*/
}

@media (max-width : 1200px) {
    
   
    #titre_principal_3 {
        font-size: 26px;
        text-shadow: 1px 2px 2px #fff;
    }
    #disapear {
        display: none;
    }
    
     #pic {
        display: none;
    }
    #titre_principal {
        color: #160F30;
        font-weight: 900;
        line-height: 31px;
        float: left;
        text-align: left;
        padding-top: 0px;
    }
    
    #titre_principal_2{
        top: 250px;
    }
}

@media (min-width : 1200px) {
    
    #pic_mob {
        display: none;
    }
    .flip-nav {
        background-color: #fffbfb;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0px -10px 20px 0px #183b64;
    }
    .flip-nav-a {
        color: #444444 !important;
    }
    .flip-nav-a : hover {
        color: #00a6ea !important;
    }
}

@media (min-width : 1199.98px) and (max-width: 1439.98px) {
    h2 {
        font-size: 25px;
    }
    .date {
        font-size: 22px;
        margin-top: 38px;
    }
}

/*========================jauge=======================*/
.big {
    position: relative;
    top: 0px;
    font-size: 45px;
    color: #B9A64D;
}

.slider {
   -webkit-appearance: none;
    height: 20px;
    background: #160f30;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 30px;
}

.section_j{
    background-color: #2CCED2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.slider::-webkit-slider-thumb {
     -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #F27438;
    cursor: pointer;
}



/*========================FIN jauge=======================*/

/*-----------------------PROGRESS BAR ---------------------------*/

.meter {
    box-sizing: content-box;
    height: 10px;
    position: relative;
    margin: 10px 20px;
    background: #e2e2e2;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
    display: block;
    height: 100%;
    background-color: #F27438;
    position: relative;
    overflow: hidden;
}

.meter>span : after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}

.animate>span : after {
    display: none;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

/*-----------------------TESTIMONAIL---------------------------*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}


@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");

/*
 * Animation, blink
 */
@keyframes blink {
  0% {
    background: #9b0c0c;
  }
  70% {
    background: transparent;
  }
}
.blink5 {
  animation: 1s ease 1s 5 blink;
  background: transparent;
}

.pHWrap {
  position: relative;
}


.input-placeholder::placeholder {
  color: #a8a8a8;
}
.input-placeholder + span {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: inherit;
  
  color: #a8a8a8;
  padding-left: 17px;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 10px;
  transition: 0.2s;
}
.input-placeholder.focus {
  outline: 0;
  padding-top: 16px;
}
.input-placeholder.focus + span {
  color: #64b5f6ff;
  top: -7px;
  left: -10px;
  font-size: 0.0em;
}

