
@import "normalize.css";

@font-face {
    font-family: 'FiraSans';
    src: url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.eot');
    src: url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.woff2') format('woff2'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.woff') format('woff'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.ttf') format('truetype'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.svg#fira_sansbook') format('svg');
    font-weight: normal; font-style: normal;
}

/* HEADER */
header {
  padding: 10px 0;
  border-bottom: 1.5px solid rgba(179, 179, 179, 0.20);
  -webkit-box-shadow: 0px -2px 10px rgba(179, 179, 179, 0.30);
  box-shadow: 0px -2px 10px rgba(179, 179, 179, 0.30);
}

  header #header-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0px 20px;
    max-width: 1000px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .cartouche {
    border-left: 3px solid #ff0033;
    border-right: 3px solid #ff0033;
    border-bottom: 3px solid #ff0033;
    border-radius: 30px;
    overflow: hidden;
    margin-left: auto;
  }

header .cartouche .red {
    background: #ff0033;
    color: #fff;
    padding: 20px;
}

header .cartouche .white {
    padding: 15px 20px 15px 20px;
    color: #999;
}
/* #img-grid{
max-width: 120px; 
} */
/* #img-grid img{
width: 120px;
height: 73px;
} */
#slogan{
margin-left: 2em;
}

#slogan h2{
    font-weight: 300;
    margin: 0 auto;
    width: 100%;
    font-size: 1.5em;
    height: 35px;

}
#slogan h3{
    font-weight: 300;
    color: #666;
    margin: 0 auto;
    width: 100%;
    font-size: 1.2em;
}


@media screen and (max-width: 980px){
  .widget-truspilot{
    display: none;
  }
}


@media screen and (max-width: 768px){

    header #slogan{
        display: none;
    }
    header #img-grid {
        justify-self: center;
    }
    header .cartouche{
        border-radius: 0;
        width: 100%;
    }
    header .cartouche .red .big, .small{
        font-size: 14px;
    }
}
@media screen and (max-width: 510px){
    header #header-grid{
        padding: 0;
    }
    header #header-grid .cartouche .red{
        padding: 10px 15px 10px 15px;
    }
    header #header-grid .cartouche .white{
        padding: 10px 20px 10px 20px;
    }
}

/* FIN HEADER */

/* LAYOUT */
html {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
body {
    font-family: 'Fira Sans', sans-serif;
    position: relative;
    margin: 0;
    padding-bottom: 4rem;
    min-height: 100%;
}
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#app-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 1.4em 2.4em;
}
#app-container #slides article {
    display: none;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
#app-container #slides article h2 {
    font-weight: 200;
    font-size: 1.6em;
    margin: 1.4em 0 0.8em 0;
    text-align: center;
}
#app-container #slides article a {
    color: #ff0033;
}
#app-container #slides article form {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
#app-container #slides .input.radio {
    margin: 15px 10px;
}
#app-container #slides .input.radio label {
    line-height: 24px;
    border-radius: 0 25px 25px 25px;
    color: #111;
    background-color: #f4f4f4;
    font-size: 1.2em;
    padding: 25px 40px 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    position: relative;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    align-items: center;
}
#app-container #slides .input.radio label.shrink {
    padding: 15px 25px;
    font-size: 1.1em;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#app-container #slides .input.radio label.active {
    background-color: #ff0033;
    color: #FFF;
    padding: 30px 60px 30px 40px;
    font-size: 1.5em;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#app-container #slides .input.radio label:hover {
    background-color: #ff0033;
    color: #fff;
}
#app-container #slides .input.radio label:before {
    content: "";
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    left: 15px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#app-container #slides .input.radio input {
    display: none;
}
#app-container .tip {
    max-width: 750px;
    border-radius: 0 20px 20px 20px;
    font-size: .9em;
    color: #333333;
    font-weight: 200;
    background-color: #ffb301;
    margin: 3.6em 0;
    background-image: url(../images/icon-info-tip.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 3px;
}
#app-container .tip p {
    margin-left: 22px;
    padding: 24px;
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
    border: 1px solid #ffb301;
}
#app-container .tel-postcode .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
#app-container .tel-postcode input {
    height: 70px;
    text-indent: 21px;
    border-radius: 60px;
    font-size: 1.3em;
    font-weight: 200;
    border: 1px solid #cacaca;
    padding: 0 67px 0 0;
    cursor: pointer;
    background-image: url(../images/icon-white.svg);
    background-position: 91% 50%;
    background-repeat: no-repeat;
    background-size: 1.3em;
}
#app-container .tel-postcode input:focus {
    outline: none;
}
#app-container .tel-postcode input::-webkit-input-placeholder {
    text-indent: 21px;
}
#app-container .tel-postcode input:-moz-placeholder {
    text-indent: 21px;
}
#app-container .tel-postcode .btn-submit {
    background-color: #ff0033;
    margin-left: 1em;
    border-radius: 40px;
    font-size: 1.3em;
    color: #fff;
    border: 0;
    padding: 0px 66px 0px 30px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#app-container .tel-postcode .btn-submit:hover, #app-container .tel-postcode #submitHome:hover {
    background-color: #ab192d;
}
#app-container .error-message {
    color: #ab192d;
    margin: 11px 0;
    text-align: center;
}
#app-container .extra-text {
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 10vh;
}
#app-container .extra-text h3 {
    font-weight: 200;
    font-size: 1.3em;
    line-height: 1.5em;
}
#app-container .extra-text p {
    margin-bottom: 24px;
}
.mentions-rgpd {
    margin-top: 2rem;
}
.mentions-rgpd .rgpd-phrase {
    font-size: 10.5px;
    color: #a1a1a1;
    margin-top: 1rem;
}
.mentions-rgpd .rgpd-phrase .titre {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    #app-container {
        padding: 0 1.4em 6.4em;
        margin-bottom: 10%;
   }
}
@media screen and (max-width: 510px) {
    footer #copyright a {
        margin-left: 15px;
        font-size: 12px;
        width: 150px;
        text-align: left;
   }
    #cookie {
        margin-top: 15px;
   }
    .privacy {
        margin-top: 15px;
   }
    .wrapper {
        margin: 10px 10px;
   }
    #app-container #slides article form {
        margin-top: 0;
   }
    #app-container #slides .input.radio label {
        font-size: 1em;
   }
    #app-container #slides .input.radio label.active {
        background-color: #f03;
        color: #fff;
        padding: 20px 50px 20px 30px;
        font-size: 1.3em;
   }
    #app-container #slides .input.radio label:before {
        width: 60px;
   }
    #app-container #slides .input.radio label:after {
        width: 30px;
        height: 30px;
        margin-left: 20px;
        position: absolute;
        top: calc(30%);
        right: 17px;
   }
    #app-container .tip {
        margin: 2em 0 0 0;
   }
    #app-container .tip p {
        margin-left: 22px;
        line-height: 1.4em;
        padding: 1.2em;
   }
    #app-container .tel-postcode input {
        width: 100%;
        margin: 1em 0;
   }
    #app-container .tel-postcode .btn-submit, #app-container .tel-postcode #submitHome {
        margin: 1em 0;
        font-size: 1.4em;
        color: #fff;
        background-position: 95% 50%;
   }
    #app-container #slides article h2 {
        margin: 0.3em 0 0.3em;
        font-weight: 200;
        font-size: 1.3em;
   }
    #app-container #slides .input.radio, #app-container #slides .input.text {
        margin: 5px 10px;
   }
    #app-container #slides .input.radio label {
        margin: 0.7em 0;
        padding: 17px 69px 17px 45px;
   }
    #app-container .extra-text {
        margin-top: 0;
   }
    .btn-submit, #submitHome {
        text-align: center;
   }
    .input div {
        width: 100%;
   }
}
#app-container #slides .input.radio label:hover:focus:active {
    background-color: #ffdb3a;
}

/* FIN LAYOUT */

/* TIMER */

/* TIME BAR */

ol,
ul {
    list-style: none;
    padding: 0;
}
.tabs a{
    cursor: default;
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
#time {
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.time__segundos {
    font-size: 50px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 80px;
    text-align: right;
}

#time-text .minified {
    display: none
}

#time-final {
    display: none;
}

#time-final .minified {
    display: none;
}

.time-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12.5px 38px 12.5px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
}

.time-bar__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-top: 20px;
}

.time-bar__bar nav {
    margin-bottom: 15px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__timebar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #EAEAEA;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs__timebar-increment {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 0%;
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0;
    background-color: #ff0033;
    -webkit-transition: all .5s ease-in-out 1s;
    -o-transition: all .5s ease-in-out 1s;
    transition: all .5s ease-in-out 1s;
}

.tabs__timebar--end .tabs__timebar-increment {
    width: 100%;
}

.tabs__timebar--end .tabs__timebar-point {
    background-color: #ff0033;
}

.tabs__timebar-point {
    width: 35px;
    height: 35px;
    color: #FFF;
    background-color: #EAEAEA;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs__timebar-point.point-1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all .5s ease-in-out 1s;
    z-index: 2;
}

.tabs__timebar-point.point-4 {
    -webkit-transform: translateX(12.5px);
    -ms-transform: translateX(12.5px);
    transform: translateX(12.5px);
}

.tabs__timebar-point:after {
    content: attr(data-pourcentage);
    position: absolute;
    width: 10%;
    height: 10%;
    border-radius: 100%;
    opacity: 0;
    background: #ff0033;
    -webkit-transition: all .4s ease-in-out 1.2s;
    -o-transition: all .4s ease-in-out 1.2s;
    transition: all .4s ease-in-out 1.2s;
}

.current.tabs__timebar-point:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
}

.tabs a {
    cursor: default;
    pointer-events: none;
}

.tabs li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: calc(100% / 3);
}

.tabs li .tabs__title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
}

.tabs li .tabs__title span {
    display: block;
    font-weight: 600;
}

.tabs .order {
    display: none;
}

@media screen and (max-width: 510px){
    .current.tabs__timebar-point:after {
        padding-top: 6px;
    }
    .tabs__timebar-point {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #time {
        max-width: 110px;
    }
}

@media screen and (max-width: 768px) {
    #time-text .complete {
        display: none;
    }
    #time-text .minified {
        display: block;
    }
    #time-final .complete {
        display: none;
    }
    #time-final .minified {
        display: block;
    }
    #time {
        display: none;
    }
    .time-bar__bar {
        margin-bottom: 20px;
    }
    .tabs__timebar-point {
        width: 30px;
        height: 30px;
    }
}


#app-container nav ul li a .complete {
    display: inline-block;
    vertical-align: top
}

#app-container nav ul li a .minified {
    display: none
}

@media screen and (max-width: 999px) {
    #app-container nav ul li a .minified {
        display: inline-block;
        vertical-align: top
    }
}
/* FIN TIMER */

/* PICTOS */

label[for=preg0_radio_0]::before {
    background-image: url("../images/pictos/habitation_funnel.png");
  }
  label[for=preg0_radio_0]:hover::before, label.active[for=preg0_radio_0]::before {
    background-image: url("../images/pictos/white_habitation_funnel.png");
  }
  label[for=preg0_radio_1]::before {
    background-image: url("../images/pictos/entreprise_funnel.png");
  }
  label[for=preg0_radio_1]:hover::before, label.active[for=preg0_radio_1]::before {
    background-image: url("../images/pictos/white_entreprise_funnel.png");
  }
  label[for=preg1_radio_1]::before {
    background-image: url("../images/pictos/appartement_funnel.png");
  }
  label[for=preg1_radio_1]:hover::before, label.active[for=preg1_radio_1]::before {
    background-image: url("../images/pictos/white_appartement_funnel.png");
  }
  label[for=preg1_radio_2]::before {
    background-image: url("../images/pictos/habitation_funnel.png");
  }
  label[for=preg1_radio_2]:hover::before, label.active[for=preg1_radio_2]::before {
    background-image: url("../images/pictos/white_habitation_funnel.png");
  }
  /* Résidence principale/secondaire */
  label[for=preg2_radio_1]::before {
    background-image: url("../images/pictos/habitation_funnel.png");
  }
  label[for=preg2_radio_1]:hover::before, label.active[for=preg2_radio_1]::before {
    background-image: url("../images/pictos/white_habitation_funnel.png");
  }
  label[for=preg2_radio_2]::before {
    background-image: url("../images/pictos/habitation_funnel.png");
  }
  label[for=preg2_radio_2]:hover::before, label.active[for=preg2_radio_2]::before {
    background-image: url("../images/pictos/white_habitation_funnel.png");
  }
  
  /* Ville/Campagne */
  label[for=preg3_radio_1]::before {
    background-image: url("../images/pictos/ville_funnel.png");
  }
  label[for=preg3_radio_1]:hover::before, label.active[for=preg3_radio_1]::before {
    background-image: url("../images/pictos/white_ville_funnel.png");
  }
  label[for=preg3_radio_2]::before {
    background-image: url("../images/pictos/campagne_funnel.png");
  }
  label[for=preg3_radio_2]:hover::before, label.active[for=preg3_radio_2]::before {
    background-image: url("../images/pictos/white_campagne_funnel.png");
  }
  
  /* accès habitation */
  label[for=preg4_radio_1]::before {
    background-image: url("../images/pictos/portail_funnel.png");
  }
  label[for=preg4_radio_1]:hover::before, label.active[for=preg4_radio_1]::before {
    background-image: url("../images/pictos/white_portail_funnel.png");
  }
  label[for=preg4_radio_2]::before {
    background-image: url("../images/pictos/secu_funnel.png");
  }
  label[for=preg4_radio_2]:hover::before, label.active[for=preg4_radio_2]::before {
    background-image: url("../images/pictos/white_secu_funnel.png");
  }
  label[for=preg4_radio_3]::before {
    background-image: url("../images/pictos/non-secu_funnel.png");
  }
  label[for=preg4_radio_3]:hover::before, label.active[for=preg4_radio_3]::before {
    background-image: url("../images/pictos/white_non-secu_funnel.png");
  }
  
  /* accès jardin / balcon */
  label[for=preg5_radio_1]::before {
    background-image: url("../images/pictos/balcon_funnel.png");
  }
  label[for=preg5_radio_1]:hover::before, label.active[for=preg5_radio_1]::before {
    background-image: url("../images/pictos/white_balcon_funnel.png");
  }
  label[for=preg5_radio_2]::before {
    background-image: url("../images/pictos/balcon_funnel.png");
  }
  label[for=preg5_radio_2]:hover::before, label.active[for=preg5_radio_2]::before {
    background-image: url("../images/pictos/white_balcon_funnel.png");
  }
  label[for=preg5_radio_3]::before {
    background-image: url("../images/pictos/balcon_funnel.png");
  }
  label[for=preg5_radio_3]:hover::before, label.active[for=preg5_radio_3]::before {
    background-image: url("../images/pictos/white_balcon_funnel.png");
  }
  
  /* composition foyer */
  label[for=preg6_radio_1]::before {
    background-image: url("../images/pictos/compo-foyer_funnel.png");
  }
  label[for=preg6_radio_1]:hover::before, label.active[for=preg6_radio_1]::before {
    background-image: url("../images/pictos/white_compo-foyer_funnel.png");
  }
  label[for=preg6_radio_2]::before {
    background-image: url("../images/pictos/compo-foyer_funnel.png");
  }
  label[for=preg6_radio_2]:hover::before, label.active[for=preg6_radio_2]::before {
    background-image: url("../images/pictos/white_compo-foyer_funnel.png");
  }
  label[for=preg6_radio_3]::before {
    background-image: url("../images/pictos/compo-foyer_funnel.png");
  }
  label[for=preg6_radio_3]:hover::before, label.active[for=preg6_radio_3]::before {
    background-image: url("../images/pictos/white_compo-foyer_funnel.png");
  }
  label[for=preg6_radio_4]::before {
    background-image: url("../images/pictos/compo-foyer_funnel.png");
  }
  label[for=preg6_radio_4]:hover::before, label.active[for=preg6_radio_4]::before {
    background-image: url("../images/pictos/white_compo-foyer_funnel.png");
  }
  label[for=preg6_radio_5]::before {
    background-image: url("../images/pictos/compo-foyer_funnel.png");
  }
  label[for=preg6_radio_5]:hover::before, label.active[for=preg6_radio_5]::before {
    background-image: url("../images/pictos/white_compo-foyer_funnel.png");
  }
  
  /* durée occupation foyer */
  label[for=preg8_radio_1]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg8_radio_1]:hover::before, label.active[for=preg8_radio_1]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg8_radio_2]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg8_radio_2]:hover::before, label.active[for=preg8_radio_2]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg8_radio_3]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg8_radio_3]:hover::before, label.active[for=preg8_radio_3]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg8_radio_4]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg8_radio_4]:hover::before, label.active[for=preg8_radio_4]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  
  /* victime de cambriolage */
  label[for=preg9_radio_1]::before {
    background-image: url("../images/pictos/cambrio_funnel.png");
  }
  label[for=preg9_radio_1]:hover::before, label.active[for=preg9_radio_1]::before {
    background-image: url("../images/pictos/white_cambrio_funnel.png");
  }
  label[for=preg9_radio_2]::before {
    background-image: url("../images/pictos/cambrio_funnel.png");
  }
  label[for=preg9_radio_2]:hover::before, label.active[for=preg9_radio_2]::before {
    background-image: url("../images/pictos/white_cambrio_funnel.png");
  }
  
  /* PARCOURS PRO */
  
  /* location entreprise */
  label[for=preg20_radio_1]::before {
    background-image: url("../images/pictos/entreprise_funnel.png");
  }
  label[for=preg20_radio_1]:hover::before, label.active[for=preg20_radio_1]::before {
    background-image: url("../images/pictos/white_entreprise_funnel.png");
  }
  label[for=preg20_radio_2]::before {
    background-image: url("../images/pictos/entreprise_funnel.png");
  }
  label[for=preg20_radio_2]:hover::before, label.active[for=preg20_radio_2]::before {
    background-image: url("../images/pictos/white_entreprise_funnel.png");
  }
  label[for=preg20_radio_3]::before {
    background-image: url("../images/pictos/entreprise_funnel.png");
  }
  label[for=preg20_radio_3]:hover::before, label.active[for=preg20_radio_3]::before {
    background-image: url("../images/pictos/white_entreprise_funnel.png");
  }
  label[for=preg20_radio_4]::before {
    background-image: url("../images/pictos/entreprise_funnel.png");
  }
  label[for=preg20_radio_4]:hover::before, label.active[for=preg20_radio_4]::before {
    background-image: url("../images/pictos/white_entreprise_funnel.png");
  }
  
  /* ville / campagne */
  label[for=preg21_radio_1]::before {
    background-image: url("../images/pictos/ville_funnel.png");
  }
  label[for=preg21_radio_1]:hover::before, label.active[for=preg21_radio_1]::before {
    background-image: url("../images/pictos/white_ville_funnel.png");
  }
  label[for=preg21_radio_2]::before {
    background-image: url("../images/pictos/campagne_funnel.png");
  }
  label[for=preg21_radio_2]:hover::before, label.active[for=preg21_radio_2]::before {
    background-image: url("../images/pictos/white_campagne_funnel.png");
  }
  
  /* nombre employés */
  label[for=preg22_radio_1]::before {
    background-image: url("../images/pictos/employes_funnel.png");
  }
  label[for=preg22_radio_1]:hover::before, label.active[for=preg22_radio_1]::before {
    background-image: url("../images/pictos/white_employes_funnel.png");
  }
  label[for=preg22_radio_2]::before {
    background-image: url("../images/pictos/employes_funnel.png");
  }
  label[for=preg22_radio_2]:hover::before, label.active[for=preg22_radio_2]::before {
    background-image: url("../images/pictos/white_employes_funnel.png");
  }
  label[for=preg22_radio_3]::before {
    background-image: url("../images/pictos/employes_funnel.png");
  }
  label[for=preg22_radio_3]:hover::before, label.active[for=preg22_radio_3]::before {
    background-image: url("../images/pictos/white_employes_funnel.png");
  }
  
  /* horaire ouverture entreprise */
  label[for=preg23_radio_1]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg23_radio_1]:hover::before, label.active[for=preg23_radio_1]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg23_radio_2]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg23_radio_2]:hover::before, label.active[for=preg23_radio_2]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg23_radio_3]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg23_radio_3]:hover::before, label.active[for=preg23_radio_3]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg23_radio_4]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg23_radio_4]:hover::before, label.active[for=preg23_radio_4]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  label[for=preg23_radio_5]::before {
    background-image: url("../images/pictos/horaire_funnel.png");
  }
  label[for=preg23_radio_5]:hover::before, label.active[for=preg23_radio_5]::before {
    background-image: url("../images/pictos/white_horaire_funnel.png");
  }
  
  /* valeur entreprise */
  label[for=preg24_radio_1]::before {
    background-image: url("../images/pictos/valeur_funnel.png");
  }
  label[for=preg24_radio_1]:hover::before, label.active[for=preg24_radio_1]::before {
    background-image: url("../images/pictos/white_valeur_funnel.png");
  }
  label[for=preg24_radio_2]::before {
    background-image: url("../images/pictos/valeur_funnel.png");
  }
  label[for=preg24_radio_2]:hover::before, label.active[for=preg24_radio_2]::before {
    background-image: url("../images/pictos/white_valeur_funnel.png");
  }
  label[for=preg24_radio_3]::before {
    background-image: url("../images/pictos/valeur_funnel.png");
  }
  label[for=preg24_radio_3]:hover::before, label.active[for=preg24_radio_3]::before {
    background-image: url("../images/pictos/white_valeur_funnel.png");
  }
  
  /*  entreprise victimes */
  label[for=preg26_radio_1]::before {
    background-image: url("../images/pictos/cambrio_funnel.png");
  }
  label[for=preg26_radio_1]:hover::before, label.active[for=preg26_radio_1]::before {
    background-image: url("../images/pictos/white_cambrio_funnel.png");
  }
  label[for=preg26_radio_2]::before {
    background-image: url("../images/pictos/cambrio_funnel.png");
  }
  label[for=preg26_radio_2]:hover::before, label.active[for=preg26_radio_2]::before {
    background-image: url("../images/pictos/white_cambrio_funnel.png");
  }

/* FIN PICTOS */

/* FOOTER */

footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1.2rem 15px;
    background-color: #636466;
    text-align: center;
    -webkit-box-shadow: inset 0 21px 20px -16px #4d4f4f;
    box-shadow: inset 0 21px 20px -16px #4d4f4f;
}
footer .wrapper {
    margin: 0 auto;
    max-width: 1125px;
    padding: 0 20px;
}
footer #copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
footer #copyright .modal_mention {
    text-decoration: none;
    display: none;
}
footer #copyright .modal_mention .asterisk {
    text-decoration: underline;
}
footer #copyright a {
    margin-left: -15px;
    color: #fff;
}
footer .corner {
    position: absolute;
    top: -58px;
    right: 0;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/corner.png);
    padding: 55px;
}
footer .footer-mentions {
    display: flex;
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
}
#popup {
    background: #FFF;
    padding: 20px 35px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    font-size: 11px;
    color: #c1c1c1;
}
@media screen and (max-width: 768px) {
    footer #copyright {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
   }
    footer #copyright img {
        margin-bottom: 1%;
   }
    footer #soledad {
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 530px;
   }
    footer .footer-mentions {
        flex-wrap: wrap;
   }
}
@media screen and (max-width: 480px) {
    footer #soledad {
        width: 223px;
   }
    footer .wrapper {
        margin: 0 auto;
   }
    footer .wrapper #copyright {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.8em;
        z-index: 1;
        width: 100%;
   }
    footer .wrapper #copyright .footer-mentions {
        flex: 0 50%;
        flex-wrap: wrap;
   }
}

/* FIN FOOTER */




/* PAGE DE FIN */

#end-page {
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  max-width: 1220px;
  margin: auto;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  box-sizing: content-box;
  padding-bottom: 0;
}
#end-page header nav img {
  display: block;
  margin: auto;
  padding: 10px 0 10px 0;
}
#end-page p, #end-page li, #end-page div {
  line-height: 1;
}
#end-page .bold {
  font-weight: bold;
}
#end-page #logo-resp {
  display: none;
}
#end-page .container-title-bloc {
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 25px 0;
  background: url('../images/trait-sous-titre.jpg') no-repeat bottom center;
  font-size: 28px;
}
#end-page .conteneur-1 {
  width: 100%;
  height: 310px;
  background: url('../images/bg-header.jpg') no-repeat center;
}
#end-page .conteneur-1 .form_merci {
  width: 322px;
  height: 310px;
  background: url('../images/bg-head.png') no-repeat center;
  float: right;
  margin-right: 130px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#end-page .conteneur-1 .form_merci .merci {
  font-size: 28px;
}
#end-page .conteneur-1 .form_merci p {
  margin: 14px 17px;
}
#end-page .conteneur-1 .form_merci .container-contact {
  display: flex;
  justify-content: center;
}
#end-page .conteneur-1 .form_merci .container-contact .num-vert {
  color: #FFF;
  padding: 6px 6px;
  font-weight: bold;
  text-decoration: none;
}
#end-page .conteneur-1 .form_merci .container-horaire {
  display: flex;
  justify-content: center;
  align-items: center;
}
#end-page #conteneur-2 .row, #end-page #conteneur-1 .row1 {
  margin: 0;
}
#end-page #conteneur-2 {
  position: relative;
  background-color: #fff;
  height: auto;
  padding-bottom: 50px;
  background: url('../images/back-arrow.png') no-repeat center bottom/50px;
}
#end-page #conteneur-2 .titre {
  text-align: center;
  color: #000;
  padding-top: 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto 30px auto;
  max-width: 465px;
  text-transform: uppercase;
}
#end-page #conteneur-2 .sousTitre {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto 30px auto;
}
#end-page #conteneur-2 .conteneur-picto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
#end-page #conteneur-2 .conteneur-picto .row-1 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
#end-page #conteneur-2 .conteneur-picto .visuel-picto {
  margin: 0 auto;
  display: block;
}
#end-page #conteneur-2 .conteneur-picto .visuel-picto img {
  margin: auto;
}
#end-page #conteneur-2 .conteneur-picto .visuel-picto .picto-red {
  display: none;
}
#end-page #conteneur-2 .conteneur-picto .visuel-picto .current-picto {
  display: block;
}
#end-page #conteneur-2 .conteneur-picto .picto-1 img, #end-page #conteneur-2 .conteneur-picto .picto-2 img, #end-page #conteneur-2 .conteneur-picto .picto-3 img {
  max-width: 65%;
}
#end-page .picto-1, #end-page .picto-2, #end-page .picto-3, #end-page .fleche1, #end-page .fleche2 {
  display: inline-block;
}
#end-page #conteneur-2 .conteneur-picto .picto {
  text-align: center;
  margin: 0 2%;
}
#end-page #conteneur-2 .conteneur-picto .fleche {
  background: url('../images/next-page.png') no-repeat 0 center/45px;
  height: 200px;
  width: 45px;
}
#end-page #conteneur-2 .conteneur-picto .txt-picto {
  margin: 15px 0 0 20px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
#end-page #conteneur-2 .conteneur-picto .picto a {
  color: #70d0ec;
}
#end-page #conteneur-2 .conteneur-picto .picto a:visited {
  color: #70d0ec;
  text-decoration: none;
}
#end-page #conteneur-2 .conteneur-picto .picto a:hover {
  color: #70d0ec;
  text-decoration: none;
}
#end-page .picto-1 {
  opacity: 0.5;
}
#end-page .data_funnel {
  background: url('../images/bg-devis.jpg') no-repeat;
  height: 550px;
  margin-top: 50px;
  position: relative;
}
#end-page .data_funnel .left_section {
  width: 450px;
  float: right;
  margin-top: 125px;
  margin-right: 200px;
}
#end-page .data_funnel .left_section .container-title-bloc {
  margin-top: 0;
  margin-bottom: 35px;
}
#end-page .data_funnel .left_section p {
  text-align: center;
  line-height: 18px;
}
#end-page .data_funnel .left_section .rep_funnel {
  font-weight: bold;
  font-style: italic;
}
#end-page .data_funnel .picto-1 {
  position: absolute;
  left: 8%;
  top: 25px;
  width: 160px;
}
#end-page .diagnostic {
  margin-top: 25px;
  padding-top: 50px;
  background: url('../images/back-arrow.png') no-repeat top/50px;
}
#end-page .diagnostic .container-title-bloc4 {
  width: 500px;
  height: 130px;
  margin: 0 auto;
  padding-left: 110px;
  background: url('../images/2-etape.png') no-repeat left/110px;
}
#end-page .diagnostic p {
  text-align: center;
  margin: 25px 0;
}
#end-page .diagnostic img {
  max-width: 850px;
  display: block;
  margin: 0 auto;
}
#end-page .diagnostic .img-diag-1 {
  display: none;
}
#end-page .diagnostic .container-title-bloc4 .container-title-bloc {
  padding-top: 65px;
  margin-top: 0;
}
#end-page .diagnostic .container-title-bloc4 .img-diagnostic {
  display: block;
  margin: 0 auto;
}
#end-page .plan_maison.slider-maison {
  display: none;
}
#end-page .plan_maison {
  margin-top: 60px;
  padding-top: 40px;
  background-color: #f1f2f4;
  position: relative;
}
#end-page .plan_maison .yellowFleche {
  display: block;
  width: 55px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#end-page .plan_maison p {
  max-width: 800px;
  margin: 25px auto;
  text-align: center;
}
#end-page .plan_maison .container-title-bloc5 {
  width: 365px;
  height: 130px;
  margin: 0 auto;
  padding-left: 150px;
  background: url('../images/3-etape.png') no-repeat left/145px;
}
#end-page .plan_maison .container-title-bloc5 .container-title-bloc {
  padding-top: 40px;
  margin-top: 0;
}
#end-page .plan_maison .container_plan_maison {
  display: flex;
  flex-wrap: wrap;
}
#end-page .plan_maison .container_plan_maison .img_plan_maison {
  width: 655px;
  height: 355px;
  background: url('../images/plan.png') no-repeat;
  background-size: cover;
  position: relative;
}
#end-page .plan_maison .container_plan_maison .dot_plan {
  background: url('../images/point.png') no-repeat center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#end-page .plan_maison .container_plan_maison .dot_plan:nth-child(1) {
  position: absolute;
  top: 40px;
  left: 335px;
}
#end-page .plan_maison .container_plan_maison .dot_plan:nth-child(2) {
  position: absolute;
  top: 220px;
  left: 335px;
}
#end-page .plan_maison .container_plan_maison .dot_plan:nth-child(3) {
  position: absolute;
  top: 195px;
  left: 405px;
}
#end-page .plan_maison .container_plan_maison .dot_plan:nth-child(4) {
  position: absolute;
  top: 230px;
  left: 120px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan2, #end-page .plan_maison .container_plan_maison .info_dot_plan3, #end-page .plan_maison .container_plan_maison .info_dot_plan4 {
  display: none;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan {
  margin: 65px 0 0 50px;
  width: 350px;
  height: 250px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan > span {
  display: block;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan .titre_info_plan {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 25px;
  background-color: #ff0033;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan .description_inf_plan, #end-page .plan_maison.slider-maison .description_inf_plan {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  padding-left: 50px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan1 .description_inf_plan {
  background: url('../images/detecteur-chocs.png') no-repeat -25px 5px;
  height: 77px;
  padding-top: 22px;
  background-size: 90px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan2 .description_inf_plan {
  background: url('../images/plaque.png') no-repeat -15px 15px;
  height: 75px;
  padding-top: 20px;
  background-size: 70px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan3 .description_inf_plan {
  background: url('../images/detecteur-mouvements.png') no-repeat -15px 5px;
  height: 77px;
  padding-left: 70px;
  padding-top: 20px;
  background-size: 90px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan4 .description_inf_plan {
  background: url('../images/bac.png') no-repeat -5px 15px;
  height: 92px;
  padding-top: 15px;
  padding-left: 70px;
  background-size: 70px;
}
#end-page .plan_maison .container_plan_maison .info_dot_plan .bulle_inf_plan, #end-page .plan_maison.slider-maison .bulle_inf_plan {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  background: url('../images/conseil-picto.png') no-repeat 8px;
  background-size: 35px;
  background-color: #ffc301;
  border-radius: 25px 0 25px 25px;
  padding: 15px 15px 15px 50px;
}
#end-page .conseils .container_conseil {
  max-width: 1000px;
  height: 270px;
  margin: 60px auto 70px auto;
}
#end-page .conseils .container_conseil ul {
  max-width: 520px;
  float: left;
  padding-left: 0;
}
#end-page .conseils .container_conseil ul li {
  padding: 10px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#end-page .conseils .container_conseil ul li .count {
  font-size: 32px;
  color: #f03;
  font-weight: 600;
  padding-right: 10px;
  display: block;
}
#end-page .conseils .container_conseil > img {
  float: right;
  width: 420px;
}
#end-page footer {
  background: #282828;
  padding: 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: initial;
}
#end-page footer a {
  color: #fff;
  text-decoration: underline;
}
#end-page footer a:hover {
  color: #fff;
  text-decoration: none;
}
#end-page footer a:visited {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #end-page .data_funnel .left_section {
    margin-right: 0;
 }
  #end-page .plan_maison .container_plan_maison .info_dot_plan {
    margin: 65px 0 0 20px;
    width: 320px;
 }
  #end-page .plan_maison .container_plan_maison .img_plan_maison {
    left: -20px;
 }
}
@media screen and (max-width: 1000px) {
  #end-page .conteneur-1 .form_merci {
    margin-right: 25px;
 }
  #end-page .data_funnel {
    background-position: 55%;
 }
  #end-page .data_funnel .picto-1 {
    top: 10px;
 }
  #end-page .diagnostic p {
    margin: 25px;
    line-height: 1.4;
 }
  #end-page .diagnostic .img-diag-1 {
    margin-top: 20px;
    display: block;
 }
  #end-page .diagnostic .img-diag-2 {
    display: none;
 }
  #end-page .plan_maison {
    display: none;
 }
  #end-page .plan_maison.slider-maison {
    display: block;
    padding-bottom: 40px;
 }
  #end-page .plan_maison.slider-maison .swiper-container .container-slide {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
 }
  #end-page .plan_maison.slider-maison .swiper-wrapper .swiper-slide1 .container-slide {
    background: url('../images/detecteur-chocs.png') no-repeat -15px 20px;
    background-size: 125px;
    background-color: #fff;
 }
  #end-page .plan_maison.slider-maison .swiper-wrapper .swiper-slide2 .container-slide {
    background: url('../images/plaque.png') no-repeat -15px 20px;
    background-size: 125px;
    background-color: #fff;
 }
  #end-page .plan_maison.slider-maison .swiper-wrapper .swiper-slide3 .container-slide {
    background: url('../images/detecteur-mouvements.png') no-repeat -15px 20px;
    background-size: 110px;
    background-color: #fff;
 }
  #end-page .plan_maison.slider-maison .swiper-wrapper .swiper-slide4 .container-slide {
    background: url('../images/bac.png') no-repeat -5px 35px;
    background-size: 100px;
    background-color: #fff;
 }
  #end-page .plan_maison.slider-maison .titre_info_plan {
    display: block;
    margin-left: 80px;
    color: #f03;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 15px 10px 15px 0;
    background-color: initial;
 }
  #end-page .plan_maison.slider-maison .description_inf_plan {
    padding-left: 80px;
 }
  #end-page .plan_maison.slider-maison .bulle_inf_plan {
    display: block;
    margin-top: 15px;
 }
  #end-page .swiper-button-next, #end-page .swiper-button-prev {
    position: absolute;
    top: 72% !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
 }
  #end-page .swiper-button-next, #end-page .swiper-button-prev {
    width: 70px !important;
    height: 70px !important;
 }
  #end-page .swiper-button-next {
    background: url('../images/right.png') !important;
    background-size: cover !important;
 }
  #end-page .swiper-button-prev {
    background: url('../images/left.png') !important;
    background-size: cover !important;
 }
  #end-page .conseils .container_conseil {
    height: auto;
    margin: 40px auto;
 }
  #end-page .conseils .container_conseil ul {
    float: none;
    margin: 0 auto;
 }
  #end-page .conseils .container_conseil > img {
    float: none;
    display: block;
    max-width: 520px;
    margin: 20px auto 0 auto;
 }
}
@media screen and (max-width: 680px) {
  #end-page .conteneur-1 {
    height: 450px;
    background: url('../images/bg-header.jpg') no-repeat 12% 0;
    position: relative;
 }
  #end-page .conteneur-1 .form_merci {
    margin-right: 0;
    display: block;
    background-image: none;
    background-color: #ff0033;
    float: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 8px;
 }
  #end-page .conteneur-1 .form_merci .merci {
    margin: 15px auto 0 auto;
 }
  #end-page .conteneur-1 .form_merci p {
    margin: 15px 20px;
    font-size: 15px;
 }
  #end-page #conteneur-2 {
    position: relative;
    background-color: #fff;
    height: auto;
    padding-bottom: 0;
    background: none;
 }
  #end-page #conteneur-2 .conteneur-picto .fleche {
    display: block;
    background: url('../images/next-page.png') no-repeat 0;
    background-size: 45px;
    height: 70px;
    width: 45px;
    margin: 0 auto;
    transform: rotate(90deg);
 }
  #end-page #conteneur-2 .conteneur-picto .picto {
    margin: 0 auto;
    opacity: 1;
    max-width: 320px;
    display: flex;
    align-items: center;
 }
  #end-page #conteneur-2 .conteneur-picto .visuel-picto {
    margin: 0 10px 0 0;
    display: block;
 }
  #end-page #conteneur-2 .conteneur-picto .visuel-picto .current-picto {
    display: none;
 }
  #end-page #conteneur-2 .conteneur-picto .visuel-picto .picto-red {
    display: block;
 }
  #end-page #conteneur-2 .conteneur-picto .picto-1 img, #end-page #conteneur-2 .conteneur-picto .picto-3 img {
    max-width: 110px;
 }
  #end-page #conteneur-2 .conteneur-picto .picto-2 img {
    max-width: 90px;
 }
  #end-page #conteneur-2 .conteneur-picto .txt-picto {
    margin: 15px 0 0 10px;
    text-align: left;
    font-weight: bold;
    line-height: 23px;
 }
  #end-page .data_funnel {
    background: url('../images/bg-devis-mobile.jpg') no-repeat 50% top;
    height: 550px;
    position: relative;
    margin-top: 20px;
 }
  #end-page .data_funnel .picto-1 {
    display: none;
 }
  #end-page .data_funnel .left_section {
    width: 100%;
    float: none;
    position: absolute;
    top: 200px;
    margin-right: 0;
 }
  #end-page .data_funnel .left_section .container-title-bloc {
    position: absolute;
    top: -315px;
    width: 100%;
 }
  #end-page .diagnostic {
    margin-top: 5px;
 }
  #end-page .diagnostic .container-title-bloc4 {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    background: none;
 }
  #end-page .diagnostic .container-title-bloc4 .container-title-bloc {
    padding-top: 30px;
    margin-top: 0;
 }
}
@media screen and (max-width: 550px) {
  #end-page body {
    font-size: 14px;
 }
  #end-page #logo-resp {
    display: block;
 }
  #end-page #logo-desktop {
    display: none;
 }
  #end-page .diagnostic img {
    max-width: 320px;
 }
  #end-page .conseils .container_conseil ul {
    max-width: 320px;
 }
  #end-page .conseils .container_conseil > img {
    max-width: 320px;
 }
  #end-page .conseils .container_conseil ul li:nth-child(5) .count {
    margin-bottom: 15px;
 }
  #end-page .container-title-bloc {
    font-size: 22px;
 }
  #end-page .plan_maison .container-title-bloc5 {
    width: 320px;
    height: 130px;
    margin: 0 auto;
    padding-left: 0;
    background: none;
 }
  #end-page .plan_maison.slider-maison .swiper-container .container-slide {
    width: 320px;
 }
}

/* FIN PAGE DE FIN */
