progress, sub, sup {
    vertical-align: baseline
}

button, hr, input {
    overflow: visible
}

html {
    font-family:  'roboto', sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #e7a32f
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button, input, optgroup, select, textarea {
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
}

button, select {
    text-transform: none
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.nouppercase {
    text-transform: none !important;
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.easelarge {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.clearfix, .clear {
    clear: both;
}

.ofy-auto {
    overflow-y: auto !important;
}

.height0 {
    height: 0;
}

.notinmobile {
    display: none;
}

.justif {
    padding-left: 9px;
}

.justif li {
    list-style: none;
    position: relative;
}

.justif li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '•';
}

.justi {
    padding-left: 9px;
}

.justi li {
    list-style: none;
    position: relative;
}

.justi li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '-';
}

body {
    padding-top: 60px;
    position: relative;
    font-size: 18px;
    color: #e7a32f;
}

body.simulateur {
    overflow: hidden;
}

.blocplat {
    display: block;
    position: relative;
    clear: both;
}

.navbar {
    position: fixed;
    height: 60px;
    background: #152552;
    color: #e7a32f;
    line-height: 60px;
    width: 100%;
    top: 0;
    z-index: 15;
}



.navbar-content .fermer {
    float: right;
    padding: 0 30px;
    text-transform: uppercase;
    text-align: right;
    color: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.navbar-content .fermer > img {
    display: block;
    float: right;
    margin: 30px 0 0 15px;
}

.navbar-content .logo {
    float: left;
    background: #152552;
    line-height: 60px;
    height: 60px;
}

.navbar-content .logo a {
    color: #e7a32f;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    font-size: 15px;
    text-decoration: none;
}

.navbar-content .title {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    clear: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #e7a32f;
    font-size: 20px;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
}
.reloadSimulateurBtn {
    flex: 1;
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: Arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

\NAVBAR*/
.padleft {
    padding-left: 20px;
}

h1 {
    color: #e7a32f;
    font-family:  'roboto';
    font-size: 54px;
    font-weight: normal;
}

body.home {
    background: url('../img/home_bg.jpg') right top no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

body.home hr {
    display: block;
    border: 0px none;
    height: 2px;
    width: 35px;
    clear: both;
    overflow: hidden;
    background-color: #152552;
    text-align: left;
    margin: 0 0 15px 0;
}

body.home li {
    display: block;
    background: url('../img/check.png') left 4px no-repeat;
    padding: 0 0 5px 30px;
}

body.home ul {
    margin: 15px 0;
}

body.home .blocplat {
    margin-bottom: 20px;
}

body.home #home {
    padding: 55px 0 35px 0;
    max-width: 1000px;
    width: auto;
    margin: auto;
    color: #495561;
}

body.home #home h1 {
    color: #152552;
    font-family:  'roboto';
    font-weight: normal;
    font-size: 54px;
    text-align: center;
    line-height: 70px;
    padding: 0;
    margin: 0 0 5px 0;
}

body.home #home h1 sup {
    font-size: 30px;
    font-family:  'roboto';
    font-weight: normal;
}

body.home #home .subtitle {
    font-family:  'roboto';
    font-weight: normal;
    font-size: 20px;
    color: #495561;
    text-align: center;
    padding: 0;
    margin: 0 0 55px 0;
}

body.home #home .left-side {
    position: relative;
    width: calc(40% - 50px);
    padding: 0 0 0 50px;
    font-size: 20px;
    float: left;
    font-family:  'roboto';
    font-weight: normal;
}

body.home #home .right-side {
    position: relative;
    width: calc(60% - 50px);
    padding: 0 40px 0 0;
    font-size: 18px;
    float: left;
    font-family:  'roboto';
    font-weight: normal;
}

body.home h2 {
    font-family:  'roboto';
    font-size: 30px;
    font-weight: normal;
    color: #152552;
    margin: 0 0 5px 0;
}

body.home #home h3 {
    font-family:  'roboto';
    font-size: 18px;
    font-weight: normal;
    color: #152552;
    margin: 0 0 10px 0;
}

body.home #home .simu {
    display: inline-block;
    position: relative;
    background: #A5C500;
    letter-spacing: 1px;
    margin: 50px auto 0 auto;
    text-align: center;
    padding: 0 35px 0 35px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height: 80px;
    width: 70%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-family:  'roboto';
    cursor: pointer;
}

body.home #home .simu span {
    display: block;
    float: right;
    margin-left: 40px;
    background: #A5C500 url('../img/home_btn.png') right center no-repeat;
    height: 80px;
    width: 20px;
    text-align: center;
    line-height: 80px;
}

body.home #offre {
    position: relative;
    max-width: 1320px;
    font-family:  'roboto';
    font-size: 20px;
    width: auto;
    margin: auto;
    color: #495561;
    background-color: #F5F5F5;
    clear: both;
    overflow: hidden;
    margin-bottom: 130px;
}

body.home #offre img {
    display: block;
    float: left;
}

body.home #offre .blocplat > div {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 50px 110px 30px 110px;
}

body.home #offre p {
    margin: 0 0 0 0;
}

.simu {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 35;
    width: 100%;
    text-decoration: none;
    background: #A5C500;
    color: #fff;
    text-transform: uppercase;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 22px;
    font-family:  'roboto';
    cursor: pointer;
}

.simu img {
    margin: 0 0 -2px 5px;
}

.nomargin {
    margin: 0 !important;
}

span.rouge {
    color: #FF0000;
}

span.blue {
    color: #152552;
}

span.blue .active {
    color: #fff
}

.bleuclair {
    color: #e7a32f;
}

.active .bleuclair {
    color: #01B5CC;
}

span.jaune {
    color: #ffcc01;
}

p.line {
    margin: 0px 0;
}

.cadre {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #5B5B5B;
}

.cadre #frise {
    display: block;
    height: 900px;
    overflow: hidden;
    padding-bottom: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cadre .etape small {
    font-size: 18px;
    color: #e7a32f;
}

.cadre .etape {
    display: block;
    float: left;
    padding: 80px 50px 50px 50px;
    width: 435px;
    height: 800px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cadre .etape.active {
    z-index: 4;
    overflow-y: auto;
}

.cadre .etape .choice {
    position: relative;
    width: 85%;
    padding-top: 20px;
    padding-right: 7%;
    padding-left: 8%;
    padding-bottom: 20px;
    line-height: 32px;
    color: #e7a32f;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #dcdcdc;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 10px;
    font-family: roboto;
}

.cadre .etape .choice strong {
    font-weight: inherit;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'roboto';
    color: #152552;
}

.cadre .etape .choice small {
    font-size: 16px;
    text-transform: none;
    line-height: normal;
}

.cadre .etape .choice.thin {
    padding-top: 10px;
    padding-bottom: 7px;
}

.cadre .etape .choice.active,
.cadre .etape .choice:hover {
    color: #fff;
    background-color: #152552;
    font-family: 'roboto';
}

.cadre .etape .choice.active .ico:before,
.cadre .etape .choice:hover .ico:before {
    color: #fff;
}

.cadre .etape .choice.active strong,
.cadre .etape .choice:hover strong,
.cadre .etape .choice.active small,
.cadre .etape .choice:hover small {
    color: white;
}

.cadre .etape .choice .ico {
    margin-top: -20px;
    margin-right: -15px;
    font-size: 70px;
    position: absolute;
    right: 25px;
}

.cadre .etape .radio {
    position: relative;
    width: 85%;
    font-family: 'roboto';
    padding-top: 14px;
    padding-right: 7%;
    padding-left: 8%;
    padding-bottom: 11px;
    line-height: 30px;
    color: #e7a32f;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 60px;
    transition: all 0.4s ease;
}

.cadre .etape .radio:hover {
    color: #152552;
}

.cadre .etape .radio.active {
    color: #152552;
    border-radius: 90px;
    background: #Fff;
}

.cadre .etape .radio .ico {
    margin-right: -15px;
    font-size: 70px;
    position: absolute;
    right: 10px;
    left: 300px;
}

.cadre .etape .choice img.ico {
    margin-right: 0px;
    color: undefined;
}

.cadre .etape .question {
    font-family: 'roboto';
    position: relative;
    font-size: 20px;
    color: #e7a32f;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cadre .etape .question small {
    font-size: 15px;
    line-height: 21px;
}

.cadre .etape input[type="text"] {
    display: block;
    position: relative;
    width: 85%;
    height: 40px;
    border: 2px solid #FFFFFF;
    padding: 0 7%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #e7a32f;
}

.cadre .etape input[type="text"]:hover,
.cadre .etape input[type="text"]:active,
.cadre .etape input[type="text"]:focus {
    border-style: solid;
    border-width: 2px;
    color: #e7a32f;
}

.cadre .etape .unit {
    position: relative;
    display: block;
}

.cadre .etape .unit:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    z-index: 2;
    content: attr(unit);
    color: #c1c3c8;
    font-size: 26px;
    line-height: 25px;
    margin-top: -12px;
    font-family: "webfontregular", 'Arial';
}

.cadre .etape .valider {
    display: block;
    position: relative;
    font-family: roboto;
    width: 257px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    background-color: #152552;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 600;
    float: right;
}

.cadre .etape .valider:after {
    content: "";
    margin-bottom: -3px;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url(../img/fleche_valider.png) center center no-repeat;
    font-family: roboto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cadre .etape .valider:hover:after {
    transform: translateX(10px);
}

.numtel {
    content: "";
    background: url(../img/ico-tophead-phone.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 17px;
}

.popin .btn {
    display: block;
    position: relative;
    font-family:  'roboto';
    width: 98%;
    height: 74px;
    background-color: #152552;
    border: 2px solid #152552;
    color: #FFFFFF;
    line-height: 74px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
}
.btn:after {
    content: "";
    margin-bottom: -3px;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url(../img/fleche_valider.png) center center no-repeat;
    font-family: roboto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popin .btn:hover:after {
    transform: translateX(10px);
}

.popin input[type="text"] {
    display: block;
    position: relative;
    width: 86%;
    height: 40px;
    border: 2px solid #EFEFEF;
    padding: 0 7%;
    margin-bottom: 10px;
    font-size: 16px;
    outline: none;
}

.popin input[type="text"]:hover,
.popin input[type="text"]:active,
.popin input[type="text"]:focus {
    border: 2px solid #01B5CC !important;
}

.popin input[type="text"].error {
    border: 2px solid #900;
}

.popin label.error {
    color: #e83423;
}

.popin .valider {
    display: block;
    position: relative;
    font-family: 'roboto';
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    background-color: #152552;
    border-radius: 10px;
    border: 2px solid #152552;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
    float: right;
    margin-bottom: 20px;
}

.popin .valider:after {
    content: "";
    margin-bottom: -3px;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url(../img/fleche_valider.png) center center no-repeat;
    font-family: roboto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popin .valider:hover:after {
    transform: translateX(10px);
}

.bgpopin {
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 16;
}

.popin {
    display: none;
    background: #152552;
    position: fixed;
    top: 120px;
    max-height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    width: 380px;
    max-width: 85%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    height: auto;
    font-size: 16px;
    font-family:  "roboto";
    color: #e7a32f;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.popin .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 37px;
    background: url(../img/CLOSE2.png) center center no-repeat;
    cursor: pointer;
    z-index: 14;
}

.popin.inactive .close {
    display: none;
}

.popin .title,
.popin .title2 {
    display: block;
    font-size: 20px;
    padding: 7px 0 13px 0;
    font-family: roboto;
    font-weight: 700;
    font: roboto;
}

.popin .content,
.popin .content2 {
    display: block;
    font-size: 14px;
    font-family:  "roboto";
}

.popin .content {
    padding-bottom: 15px;
}

.popin .content a {
    color: #152552;
}

a.info {
    display: inline-block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: url(../img/info_bulle.svg) center no-repeat;
    background-size: contain;
    margin: 0 10px 0 15px;
    float: right;
}

a.infosm {
    display: inline-block;
    cursor: pointer;
    background: url(../img/info_small.png) center no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
    height: 15px;
    width: 14px;
}

.popin .content .imglegende {
    display: inline;
    margin: 0 20px 0 0;
    width: 30%;
    float: left;
}

.popin .content .imglarge {
    display: block;
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
}

.popin .content hr {
    clear: both;
    display: block;
    float: none;
}

.popin .content p {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
}

.popin .content p i {
    color: #e7a32f;
}

.popin .content .phases td {
    vertical-align: middle;
    text-align: center;
}

.popin .content .phases img {
    height: 100px;
}

.popin .content .centered {
    width: 50%;
    float: none;
    margin: auto;
    display: block;
}


.cadre .etape .choice.cube {
    width: 190px;
    float: left;
    padding: 0;
    height: 130px;
    padding-top: 10px;
    line-height: normal;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
}

.cadre .etape .choice.cubetxt {
    width: 45%;
    float: left;
    padding: 0;
    height: 65px;
    padding-top: 10px;
    line-height: normal;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
}

.cadre .etape .choice.cube .ico {
    position: relative;
    float: none;
    display: block;
    margin: auto;
}

.cadre .etape .choice.cube img, .cadre .etape .choice.cube svg {
    width: 70%;
}

.cadre .etape .choice.cube img * {
    font-family: "webfontregular", 'Arial';
}

.cadre .etape .choice.cube img.sm {
    width: 90px;
    height: 90px;
}

.cadre .etape .choice.cube .tabcell {
    position: relative;
    height: 30px;
}

.cadre .etape .choice.cube .tabcell > span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.cadre .etape .information {
    position: relative;
    clear: both;
    overflow: hidden;
    font-family:  'roboto';
    margin-bottom: 20px;
}

.cadre .etape .information p {
    float: left;
    line-height: 23px;
    margin: 0;
}

.cadre .etape .choice.cube.special {
    width: 100%;
    height: auto;
}

.cadre .etape .choice.cube.special img {
    width: 89px;
}

.cadre .etape .choice.cube.special .tabcell small {
    font-family:  'roboto';
}

.cadre .etape .choice.cube.special .tabcell {
    padding: 15px 0 10px 0;
}

.ol-control,
.ol-attribution {
    display: none !important;
}

.mapgeoportail {
    height: 450px;
    margin-bottom: 30px;
    width: 100%;
}

.customblock > div {
    display: block;
    width: 100%;
    height: 260px;
    position: relative
}

.neuf .customblock > div {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}

.neuf .customblock #dial {
    width: 100% !important;
    cursor: pointer;
}

#dial {
    cursor: move;
}

.neuf .customblock #ref {
    display: none;
}

.neuf .hideifneuf {
    display: none;
}

.showifneuf {
    display: none;
}

.neuf .showifneuf {
    display: block;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.half {
    width: 50%;
    float: left;
}

.half:first-child {
    border-right: 2px solid #CCCCCC;
    margin-left: -2px;
}

.fs29 {
    font-size: 29px !important;
}

.half .linkfloatright {
    float: right;
    margin-right: 50px;
}

.half .linkfloatleft {
    float: left;
    margin-left: 50px;
}

.half a {
    color: #495561;
    text-align: center;
    cursor: pointer;
    font-family:  'roboto';
    font-size: 27px;
    padding: 15px 0;
    text-decoration: none;
}

.half a:hover {
    color: #152552;
}

.half a img {
    margin-bottom: 30px;
}

.half a br {
    opacity: 0;
}

.tab {
    display: none;
}

.padbot40 {
    padding-bottom: 40px;
    clear: both;
    overflow: hidden;
}

.clearfixpreacc {
    clear: both;
    overflow: hidden;
}

.next, .prev {
    position: fixed;
    top: 50px;
    display: block;
    background: #474748;
    opacity: 0.95 !important;
    color: #FFF;
    text-align: center;
    z-index: 6;
    cursor: pointer;
    width: 40%;
    height: 100%;
    line-height: 100px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.next .text, .prev .text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    font-family:  'roboto';
    line-height: 25px;
}

.next .text img, .prev .text img {
    display: inline-block;
    clear: both;
}

.prev .text img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.next {
    margin-left: 268px;
    left: 50%;
}

.prev {
    margin-right: 268px;
    right: 50%;
}

.next:hover, .prev:hover {
    display: block;
    opacity: 0.7 !important;
}

.addfile {
    float: none;
    position: relative;
    clear: both;
    cursor: pointer;
}

.addfile .add > span {
    display: block;
    line-height: normal;
}

AZIMUT*/
.maison {
    position: relative;
}

body.simulateur.ip .cadre {
    display: none;
}

#simuresult {
    display: none;
}

.resultats {
    display: none;
    width: 0%;
    min-height: 0%;
    opacity: 0;
    overflow: hidden
}

html {
    min-height: 100%;
}

body.simulateur.ip {
    position: relative;
    min-height: 100%;
    overflow: auto;
}

.ip .resultats {
    display: block;
    width: 100%;
    min-height: 100%;
    position: relative;
    opacity: 1;
}

.resultats > .width50 {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    min-height: 100%;
}

.resultats > .width50:first-child {
    background: #FFFFFF;
}

.resultats > .width50 .inner {
    display: block;
    padding: 40px 15%;
    width: 70%;
    position: relative;
}


.resultats > .width50:first-child .inner:after {
    content: "";
    display: block;
    height: 0px;
    width: 0;
    border-left: #FFFFFF solid 60px;
    border-top: transparent solid 90px;
    border-bottom: transparent solid 90px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: -60px;
}

.resultats > .width50 .solutions {
    float: none;
    clear: both;
    padding-bottom: 0px;
    border-bottom: #C0C0C0 1px solid;
    color: #e7a32f;
    font-family:  "roboto";
    font-size: 28px;
    padding-bottom: 30px;
}

.bgvisuel {
    background: #FFF;
}

.blockresult {
    border-left: 4px solid #152552;
    padding: 0 0 0 30px;
    margin: 40px 0;
}

.blockresult .num {
    font-size: 28px;
    color: #e7a32f;
    font-family:  'roboto';
}

.blockresult .title {
    font-size: 18px;
    color: #495561;
    font-family:  'roboto';
    padding-top: 2px;
}

.blockresult .desc {
    font-size: 15px;
    color: #495561;
    font-family: 'roboto';
    padding-top: 7px;
}

.listsimul {
    padding: 0;
    margin: 0;
}

.listsimul li {
    display: block;
    background: url('../img/check.png') left 4px no-repeat;
    padding: 0 0 5px 30px;
    font-size: 18px;
    color: #495561;
    font-family: 'webfontregular';
    position: relative;
}

.lancerConfigurateur {
    position: relative;
    display: block;
    float: left;
    padding: 20px 90px 20px 40px;
    font-family: "roboto black";
    font-size: 22px;
    background: #A5C500;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    line-height: 1.32em;
    margin-top: 80px;
}

.lancerConfigurateur img {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -15px;
}

small.thin {
    font-family: 'roboto';
    line-height: 1.2em;
    display: inline-block;
    margin-top: 5px;
}

.passtoconfig {
    display: block;
    position: fixed;
    margin: 45px 8%;
    width: 29%;
    left: 50%;
    padding: 30px 2.5%;
    -webkit-box-shadow: 2px 3px 25px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 25px 1px rgba(0, 0, 0, 0.3);
    font-family: "roboto";
    font-weight: normal;
    background: #FFFFFF;
    font-size: 15px;
    color: #495561
}

a.inherit {
    color: inherit;
    text-decoration: inherit;
}

a.loa {
    font-size: 12px;
    color: #495561;
    margin-left: 35px;
}

.passtoconfig h3 {
    color: #e7a32f;
    font-family: "roboto";
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.simple {
    color: #495561;
    font-size: 20px;
    margin: 15px 0;
}

.simple span {
    font-size: 28px;
}

.lancerConfigurateurf, .lanceraccueilConfigurateur {
    font-family: "roboto";
    background: #152552;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 77px;
    line-height: 77px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.bouton {
    font-family: "roboto";
    background: #152552;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 77px;
    line-height: 77px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.test .passtoconfig {
    left: -100px;
}

.upload {
    font-family: "webfontregular";
    font-size: 18px;
    padding: 20px 0;
}

.upload .hidden {
    display: none;
}

.upload input {
    display: none;
}

.upload .add, .upload .added, .upload .file {
    line-height: 40px;
}

.upload .add img, .upload .added img, .upload .file img {
    display: inline-block;
    float: left;
    margin-right: 13px;
    margin-bottom: 25px;
}

.upload .loading-image {
    width: 40px;
    height: auto;
    margin: auto;
    text-align: center;
    display: none;
}

.upload .file {
    font-weight: bold;
}

.upload .suppr {
    margin-top: 12px;
    margin-left: 50px;
    margin-right: 10px;
}

.upload .loading-image {
    width: 40px;
    height: auto;
    margin: auto;
    text-align: center;
    display: none;
}

.bgpopin {
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 16;
}

.popin {
    display: none;
    background: #152552;
    position: fixed;
    top: 120px;
    max-height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    width: 380px;
    max-width: 85%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    height: auto;
    font-size: 16px;
    font-family: "roboto";
    color: #ffffff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.popin .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 37px;
    background: url(../img/CLOSE2.png) center center no-repeat;
    cursor: pointer;
    z-index: 14;
}

.popin.inactive .close {
    display: none;
}

.popin .title,
.popin .title2 {
    display: block;
    font-size: 20px;
    padding: 7px 0 13px 0;
    font-family: roboto;
    font-weight: 700;
    font: roboto;
}

.popin .content,
.popin .content2 {
    display: block;
    font-size: 14px;
    font-family: "roboto";
}

.popin .content {
    padding-bottom: 15px;
}

.popin .content a {
    color: #152552;
}

a.info {
    display: inline-block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: url(../img/info_bulle.svg) center no-repeat;
    background-size: contain;
    margin: 0 10px 0 15px;
    float: right;
}

a.infosm {
    display: inline-block;
    cursor: pointer;
    background: url(../img/info_small.png) center no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
    height: 15px;
    width: 14px;
}

.popin .content .imglegende {
    display: inline;
    margin: 0 20px 0 0;
    width: 30%;
    float: left;
}

.popin .content .imglarge {
    display: block;
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
}

.popin .content hr {
    clear: both;
    display: block;
    float: none;
}

.popin .content p {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
}

.popin .content p i {
    color: #e7a32f;
}

.popin .content .phases td {
    vertical-align: middle;
    text-align: center;
}

.popin .content .phases img {
    height: 100px;
}

.popin .content .centered {
    width: 50%;
    float: none;
    margin: auto;
    display: block;
}

#resultconfig {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: #FFFFFF;
    width: 100%;
    padding: 60px 0;
    margin: 0;
    color: #495561;
    box-sizing: border-box;
}

#resultconfig .wrapper {
    display: block;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

#resultconfig .blocbleu h2 {
    font-family: 'roboto';
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px 0;
}

#resultconfig h3 {
    display: block;
    font-family: "roboto";
    font-size: 28px;
    color: #152552;
    line-height: 60px;
    margin-top: 0px;
}

#resultconfig h4 {
    display: block;
    font-family: "roboto";
    font-size: 21px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

#resultconfig h4 span {
    color: #152552;
}

#resultconfig img {
    display: block;
    margin: 0 auto 15px auto;
}

#resultconfig .left-side {
    display: block;
    position: relative;
    float: left;
    width: calc(50% - 55px);
    padding-right: 55px;
}

#resultconfig .right-side {
    display: block;
    position: relative;
    float: left;
    width: 50%;
}

#resultconfig .left-side3 {
    display: block;
    position: relative;
    float: left;
    width: calc(33.33% - 55px);
    padding-right: 55px;
}

#resultconfig .right-side3 {
    display: block;
    position: relative;
    float: left;
    width: 33.33%;
}

#resultconfig .blocgris {
    display: block;
    position: relative;
    background-color: #F5F5F5;
    padding: 19px 22px 15px 25px;
    margin-bottom: 5px;
}

#resultconfig .blocgris.blocbravo {
    position: relative;
    bottom: 0;
    z-index: 6;
    width: calc(100% - 50px);
    background-color: #152552;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    right: auto;
    left: auto;
    padding: 19px 22px 15px 25px;
    margin: 15px;
    max-width: 600px;
}

#resultconfig .blocgris.blocbravo h4 {
    font-family: "roboto";
    font-size: 18px;
    margin-bottom: 3px
}

#resultconfig .blocgris.blocbravo p {
    font-size: 15px;
    margin: 0;
}

#resultconfig .blocbleu {
    display: block;
    position: relative;
    background-color: #152552;
    color: #FFF;
    padding: 19px 22px 15px 25px;
}

#resultconfig .bloctrait {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin-bottom: 35px;
}

#resultconfig p {
    display: block;
    font-size: 12px;
    font-family: "roboto";
    line-height: 1.5em;
}

#resultconfig .prix {
    display: block;
    font-size: 24px;
    font-family: "roboto";
    color: #152552;
}

#resultconfig .prix small {
    font-size: 20px;
}

#resultconfig .fs15 {
    font-size: 15px !important;
}

#resultconfig .fs18 {
    font-size: 18px !important;
}

#resultconfig .prixinline .prix {
    display: inline;
}

#resultconfig .prixinline .prix span {
    font-size: 15px;
    color: #495561;
}

#resultconfig .blocgris .label {
    width: 70%;
    float: left;
    font-size: 18px;
    font-family: 'roboto';
}

#resultconfig .blocgris .value {
    display: block;
    width: 30%;
    float: right;
    text-align: right;
}

#resultconfig .blocgris .value .petit {
    color: #152552;
    font-size: 15px;
}

#resultconfig .blocbleu .label {
    width: 70%;
    float: left;
    font-size: 18px;
    vertical-align: middle;
    font-family: 'roboto';
}

#resultconfig .blocbleu .label small {
    display: block;
    font-family: 'roboto';
    font-size: 12px;
    margin-top: 6px;
}

#resultconfig .blocbleu .value {
    width: 30%;
    text-align: right;
    vertical-align: middle;
}

#resultconfig .blocbleu .value .petit {
    color: #FFFFFF;
    font-size: 15px;
}

#resultconfig .value .prix {
    font-size: 24px;
}

#resultconfig .value .prix small {
    font-size: 20px;
}

#resultconfig .value .operateur {
    position: absolute;
    bottom: -33px;
    right: 15%;
    margin-left: -15px;
    z-index: 5;
}

body #resultconfig .table {
}

body #resultconfig .table .label {
    display: table-cell;
}

body #resultconfig .table .value {
    display: table-cell;
}

body #resultconfig .table.modelabri .label {
    width: 50%
}

body #resultconfig .table.modelabri .value {
    width: 50%
}


#resultconfig .blocbleu p:last-child {
    margin-top: 0;
}

#resultconfig .blocbleu .prix {
    color: #FFF;
}

#resultconfig .right-side .blocgris, #resultconfig .right-side3 .blocgris {
    max-width: 100%;
}

#resultconfig .left-side .blocgris, #resultconfig .left-side3 .blocgris {
    max-width: 100%;
    clear: both;
    overflow: visible;
    margin-bottom: 5px;
}

#resultconfig .bloctrait .blocgris h4 {
    font-size: 18px;
}

#resultconfig .bloctrait .blocgris .prix {
    position: absolute;
    right: 35px;
    top: 35px;
}

#resultconfig .bloctrait .blocgris p {
    max-width: 60%;
    font-family: "Myriad Pro", Arial;
    font-size: 12px;
    color: #7F8993;
    margin: 5px 0 12px 0;
}

.mesboutons {
    margin-top: 45px;
}

.mesboutons a {
    display: block;
    padding: 25px 0;
    line-height: 20px;
    text-decoration: none;
    float: left;
    width: 48%;
    background: #a5c500;
    border: #a5c500 1px solid;
    color: #FFFFFF;
    font-family: "roboto";
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.mesboutons a:first-child {
    margin-right: 3%;
}

.mesboutons a:hover {
    background: #FFFFFF;
    color: #a5c500;
}

.pageconfigurateur {
    padding-bottom: 50px;
}

.cadre .etape .choice.cube .ico {
    right: auto;
}

.ori {
    display: none;
    position: relative;
    width: 85%;
    height: 35px;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    font-family: 'roboto';
    color: #32383E;
}

.ori:before {
    content: "Orientation :";
}

.ori:after {
    content: " degrés";
}

.ori input {
    background: none !important;
    border: none 0px !important;
    height: 35px !important;
    line-height: 35px !important;
    display: inline !important;
    width: 55px !important;
    text-align: center !important;
    padding: 0 !important;
    color: inherit !important;
}

.recommencer {
    font-size: 15px;
    color: #01B5CC;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 0;
    padding: 3px 6px 3px 4px;
    background: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.recommencer:before {
    font-size: 15px;
}

.recommencer:hover {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}

.sauvegarder {
    display: none;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #152552;
    color: #FFF;
    font-size: 18px;
    font-family: 'webfontregular';
    line-height: 50px;
    height: 50px;
}

body.cfg .sauvegarder {
    display: none;
}

.sauvegarder:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/sauvegarder.png) center center no-repeat;
    clear: none;
    margin: 0 10px 0 0;
}

.triboutons {
    display: none;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 15;
    background: #0373A5;
    color: #FFF;
    font-size: 16px;
    font-family: 'webfontregular';
    height: 68px;
}

.triboutons a {
    display: table-cell;
    width: 40%;
    font-family: "roboto";
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
}

body.ip.cfg .triboutons {
    display: none;
}

.triboutons .contacter {
    width: 535px !important;
    min-width: 535px !important;
    max-width: 535px !important;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.triboutons .recevoir:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url(../img/enveloppe.png) center center no-repeat;
    clear: none;
    margin: 0 20px 0 0;
}

.triboutons .contacter:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url(../img/casque.png) center center no-repeat;
    clear: none;
    margin: 0 20px 0 0;
}

.triboutons .acceder:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url(../img/bulle.png) center center no-repeat;
    clear: none;
    margin: 0 20px 0 0;
}

.triboutons a span {
    display: inline-block;
    line-height: 25px;
    text-align: left;
    width: 220px;
}

#mapgeoportail1.isPart {
    height: 300px;
    margin-bottom: 20px;
}

#configresult {
    display: none;
}

input.error {
    border: 2px solid #e83423 !important;
}

label.error {
    color: #e83423;
}

.hidden {
    display: none !important;
}

dl.expand, .expand dt, .expand dd {
    padding: 0;
    margin: 0;
}

.expand {
    font-weight: normal;
    font-family: "roboto";
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.expand .info {
    top: -23px;
    right: -30px;
}

.expand dt {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    clear: both;
    position: relative;
    display: block;
    overflow: hidden;
}

.cube svg * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cube svg polyline, .cube svg path, .cube svg line {
    stroke: #e7a32f000 !important;
}

.cube svg text {
    fill: #e7a32f000;
}

.cube.active svg polyline, .cube.active svg path, .cube.active svg line,
.cube:hover svg polyline, .cube:hover svg path, .cube:hover svg line {
    stroke: #FFFFFF !important;
}

.cube.active svg text,
.cube:hover svg text {
    fill: #FFFFFF;
}

.retrait {
    display: block;
    float: left;
    margin-right: 5px;
}

.directives {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100px;
    background: #fff;
    color: #e7a32f;
    text-align: center;
}

.directives .dtext {
    line-height: 18px;
    text-align: left;
    font-family: 'roboto';
    padding: 10px;
    display: inherit;
}

.directives .dtext .bouton {
    padding: 5px 10px;
    line-height: normal;
    margin-left: 10px;
}

.faitagevalide {
    display: none;
    background-color: #152552;
}

.polygonvalide {
    float: right;
    width: 85px;
    height: 40px !important;
    line-height: 40px !important;
    background-image: none;
    border-radius: 10px;
    background-color: #152552;
    font-weight: bold;
}

.polygonvalide:hover {
    float: right;
    width: 85px;
    height: 40px !important;
    line-height: 40px !important;
    background-image: none;
    border-radius: 10px;
    background-color: #fff;
    color: #152552;
}

.phase-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 435px;
    height: 10px;
}

.phase-wrapper:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    z-index: -1;
    height: 30px;
    background-color: #ffffff;
}

.phase-wrapper:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    height: 10px;
    background-color: #C1C3C8;
    border-radius: 5px;
}

.phase {
    position: absolute;
    left: 0;

    top: 0;
    height: 10px;
    width: 0%;
    border-radius: 5px;
    z-index: 2;
    background-color: #152552;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.btnresult {
    display: block;
    position: relative;
    font-family: 'Roboto';
    width: 35%;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    background-color: #152552;
    border: 2px solid #152552;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
    float: right;
}

.btnresult:after {
    content: "";
    margin-bottom: -3px;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url(../img/fleche_valider.png) center center no-repeat;
    font-family: roboto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btnresult:hover:after {
    transform: translateX(10px)
}

.btnremote {
    display: none !important;
    text-decoration: none;
    z-index: 100;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-family: 'Roboto';
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    background-color: #152552;
    border: 2px solid #152552;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
    float: right;
}

.btnremote:after {
    content: "";
    margin-bottom: -3px;
    margin-left: 0px;
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url(../img/fleche_valider.png) center center no-repeat;

    font-family: roboto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btnremote:hover:after {
    transform: rotate(450deg);
}

.blocgris .label.small {
    font-size: 15px !important;
    color: #7F8993;
    margin: 5px 0 12px 0;
    background: none;
}

.blocgris .label.small span {
    font-family: "roboto";
    color: #152552;
}

.reloadSimulation {
    background-color: #cbf3f0;
    border-radius: 50px;
    color: #11534d;
    border: 3px solid #2ec4b6;
    line-height: 1;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
    font-family: "Bungee";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    min-width: 200px;
    text-align: center;
}
.reloadSimulation:hover,
.reloadSimulation:focus {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@media only screen and (max-width: 1320px) {
    .passtoconfig {
        display: block;
        position: relative;
        margin: 45px 16%;
        width: 58%;
        padding: 30px 5%;
        left: auto;
        -webkit-box-shadow: 2px 3px 25px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 3px 25px 1px rgba(0, 0, 0, 0.3);
        font-family: "roboto";
        font-weight: normal;
    }

    #resultconfig {
        width: calc(100% - 80px);
        padding: 100px 40px 0 40px;
    }

    #resultconfig h3 {
        font-size: 24px;
        font-weight: normal;
    }

    #resultconfig p {
        font-size: 18px;
        color: #495561;
    }

    .simple span {
        font-size: 20px;
    }

    .resultats > .width50 .solutions {
        font-size: 24px;
    }

    .resultats > .width50 .inner dl dt {
        font-size: 18px;
        line-height: normal;
        min-height: inherit;
    }

    .resultats > .width50 .inner dl dt::after {
    }

    body.home #offre {
        margin: 0 50px 50px 50px !important;
    }

    body.home #offre .blocplat > div {
        padding: 45px 50px 20px 50px;
    }
}

@media only screen and (max-width: 1180px) {
    body.home .blocplat {
        width: auto;
        margin: 0 50px 20px 50px;
    }

    body.home #offre {
        width: 365px;
        margin: 0 auto 50px auto !important;
        padding: 0;
    }

    body.home #offre img,
    body.home #offre .blocplat > div {
        clear: both;
        float: none;
    }

    body.home #offre .blocplat {
        margin: 0 0px 0px 0px;
    }
}

@media (max-width: 992px) {
    .btnremote {
        display: block !important;
    }

    .btnresult {
        margin-left: 0 !important;
        font-size: 14px;
        min-width: auto !important;
        width: 90% !important;
    }

    .btnresult:after {
        display: none;
    }

    body.home #home .left-side {
        float: none;
        width: 100%;
    }

    body.home #home .right-side {
        float: none;
        width: 100%;
        padding: 0px 0 0 20px;
    }

    .resultats > .width50 {
        display: block;
        float: none;
        width: 100%;
    }

    .resultats > .width50 .inner {
    }

    #home .left-side, #home .right-side {
        display: block;
        float: none;
        width: 90%;
        padding: 0 5%;
    }

    #home {
        padding: 20px 0;
    }

    #offre .encart {
        width: 80%;
        padding: 40px 5%;
        float: none;
        margin: auto;
    }

    #offre .encart .simple {
        width: 90%;
        padding-right: 5%;
        padding-bottom: 30px;
        float: none;
        font-size: 36px;
    }

    #offre .encart .texte {
        width: 90%;
        padding-right: 5%;
        float: none;
        font-size: 18px;
        color: #7F8993;
    }

    #offre {
        background: none;
        padding-top: 20px;
    }

    #offre .offreperso {
        width: 80%;
        padding: 0 10%;
        margin-bottom: 40px;
    }

    .navbar-content .title {
        text-align: left;
        padding-left: 20px;
    }

    .navbar-content .title {
        text-align: left;
        padding-left: 20px;
    }

    .navbar-content .logo {
        float: right;
        text-indent: 500px;
        padding: 0;
        overflow: hidden;
        width: 37px;
        margin-right: 10px;
        z-index: 3;
    }

    .navbar-content .logo a {
        display: block;
        text-indent: 500px;
        width: 37px;
        overflow: hidden;
        height: 60px;
    }

    .navbar-content .fermer {
        text-indent: 500px;
        padding: 0;
        margin-right: 10px;
        overflow: hidden;
        width: 37px;
        height: 60px;
        line-height: 60px;
        background: url('../img/CLOSE2.png') center center no-repeat;
    }

    .cadre .etape .choice.cube {
        width: 45% !important;
        float: left;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal;
        text-align: center;
    }

    .cadre .etape .choice.cube .ico {
        right: auto;
    }

    .simu {
        font-size: 20px;
    }

    #resultconfig {
        width: 90%;
        padding: 25px 5%;
        margin-top: 40px
    }

    #resultconfig h3 {
        font-size: 35px;
    }

    #resultconfig .left-side, #resultconfig .left-side3 {
        display: block;
        float: none;
        width: 100%;
    }

    #resultconfig .no-mobile {
        display: none !important;
    }

    #resultconfig .right-side, #resultconfig .right-side3 {
        display: block;
        float: none;
        width: 100%;
    }

    .resultats {
        background: #FFF;
    }

    .phase-wrapper {
        width: 100%;
        height: 10px;
        top: 60px;
    }

    .phase-wrapper:before {
        display: none;
    }

    .phase-wrapper * {
        border-radius: 0;
    }

    .phase {
        width: 100%;
        margin: 0;
        background-size: 100% 12px;
        background-position: bottom center;
    }

}

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .next, .prev {
        overflow: hidden;
        top: 250px;
        position: relative !important;
        bottom: 20px;
        height: 50px !important;
        width: 50px !important;
        line-height: normal !important;
        border-radius: 50%;
    }

    .cadre .etape {
        padding: 0 !important;
    }

    .popin {
        position: absolute !important;
    }

    .next .text, .prev .text {
        font-size: 0;
        line-height: 0;
        text-indent: -1500px;
    }

    .next .text img, .prev .text img {
        display: block !important;
        position: relative;
        margin-top: 14px;
    }

    .next {
        margin-left: 0;
        left: 915px;
    }

    .swipers_mobile {
        display: flex;
    }

    .choice {
        width: 60% !important;
    }

    .question {
        width: 80% !important;
    }

    .prev {
        margin-right: 0;
        left: -35px;
    }

    .navbar-content {
        display: block !important;
    }

    .navbar-content .reloadSimulateurBtn {
        display: block;
    }

    .autocomplete-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .flex-button {
        display: flex;
        justify-content: center;
    }

    .map-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }

    .inclinaison-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-item {
        margin: 31px 0 0 60px ;
        width: 40% !important;
        height: auto;
    }

    .cadre .etape .choice.cube img, .cadre .etape .choice.cube svg {
        width: 40% !important;
    }

    #frise {
        display: flex; /* Use flexbox for layout */
        transition: transform 0.5s ease; /* Smooth transition for swiping */
        width: 100%; /* Full width */
    }

    .etape {
        flex: 0 0 100%; /* Each etape takes full width */
        height: 100vh; /* Full height */
        display: flex; /* Center content */
        align-items: center;
        justify-content: center;
        box-sizing: border-box; /* Include padding and border in width/height */
    }
}

@media only screen and (max-width: 768px) {
    .resultats > .width50 {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        min-height: auto;
    }

    .mesboutons a {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .half a {
        color: #CCCCCC;
    }

    .popin {
        top: 5%;
        max-height: 90%;
    }

    .next, .prev {
        overflow: hidden;
        bottom: 20px;
        top: 80vh !important;
        height: 50px !important;
        width: 50px !important;
        line-height: normal !important;
        border-radius: 50%;
    }

    .next .text, .prev .text {
        font-size: 0;
        line-height: 0;
        text-indent: -1500px;
    }

    .next .text img, .prev .text img {
        display: block !important;
        position: relative;
        margin-top: 14px;
    }

    .next {
        margin-left: 0;
        right: 20px;
        left: auto;
    }

    .prev {
        margin-right: 0;
        left: 20px;
        right: auto;
    }
    .navbar-content {
        display: block;
    }

    .navbar-content .logo a {
        display: block;
        text-indent: 500px;
        width: 37px;
        overflow: hidden;
        height: 60px;
    }

    .navbar-content .logo {
        float: right;
        text-indent: 500px;
        padding: 0;
        overflow: hidden;
        width: 37px;
        background: transparent url(../img/MOBILE-1.png) no-repeat center center;
        margin-right: 10px;
        z-index: 3;
    }

    #frise {
        display: flex;
        transition: transform 0.5s ease;
        width: 482px;
    }

    .etape {
        flex: 0 0 100%;
        height: 100vh;
        width: 90% !important;
        display: none !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .etape.active {
        display: flex !important;
        align-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

#firstMap {
    height: 700px;
}

@media only screen and (max-width: 400px) {
    .cadre .etape {
        padding: 80px 85px 50px 50px !important;
    }

    #frise {
        height: 94vh !important;
    }
}

@media only screen and (max-width: 540px) {
    body {
        font-size: 0.9em;
    }

    .navbar-content .fermer {
        font-size: 0px;
        margin-right: 10px;
    }

    .navbar-content .title {
        font-size: 15px;
    }

    .navbar-content .title span {
        display: none;
    }

    .navbar-content .title .span {
        display: inline-block !important;
    }

    .navbar-content .logo {
        margin-left: 0px;
    }

    .navbar-content .logo img {
        width: 150px;
    }

    .popin {
        padding: 15px;
    }

    .popin .close {
        top: 15px;
        right: 15px;
    }

    .passtoconfig {
        margin: 45px 5%;
        width: 80%;
    }

    .simu {
        font-size: 18px;
    }

    .notinmobile {
        display: none !important;
    }

    body.home {
        background: url(../img/home_bg.jpg) center top no-repeat;
        background-size: cover;
    }

    body.home .blocplat {
        margin: 0 20px 20px 20px;
    }

    .half a img {
        height: 70px;
    }

    .half a {
        font-size: 21px;
    }

    body.home #offre {
        margin-bottom: 0 !important;
        max-width: 100%;
    }

    body.home #offre img {
        max-width: 100%;
    }

    body.home #offre .blocplat > div {
        padding: 25px;
    }

    body.home #home .left-side {
        padding: 0 !important;
    }

    body.home #home .right-side {
        padding: 0 !important;
    }

    body.home ul {
        padding: 0px;
    }

    body.home #home .simu {
        padding: 10px;
        height: auto;
        line-height: 35px;
    }

    body.home #home .simu span {
        display: none;
    }

    #resultconfig .value .prix {
        font-size: 22px;
    }

    #resultconfig .blocgris .label {
        width: 50% !important;
        font-size: 15px
    }

    #resultconfig .blocgris .value {
        width: 50%;
    }

    #resultconfig .blocgris .value img {
        display: none;
    }

    #resultconfig .blocgris .label.solution {
        width: 100% !important;
    }

    #resultconfig .right-side, #resultconfig .right-side3{
        margin-top: 25px ;
    }

    body #resultconfig .table .value {
        display: block !important;
    }

    .blocbleu .label {
        width: 50% !important;
        font-size: 15px !important
    }

    .blocbleu .value {
        width: 100% !important;
    }

    .blocbleu .value img {
        display: none !important;
    }

    .blocbleu .label.solution {
        width: 100% !important;
    }


    .blocplat.clearfixpreacc .half {
        font-size: 24px !important;
    }

    .half .linkfloatright {
        margin-right: 15px;
        margin-left: 0px;
    }

    .half .linkfloatleft {
        margin-left: 15px;
        margin-right: 0px;
    }

    .cadre .etape .choice {
        font-size: 17px;
    }

    .cadre .etape .choice.specialo {
        width: 65%;
        padding: 14px 27% 11px 8%;
    }

    .cadre .etape .choice .ico {
        font-size: 65px;
        right: 10px;
    }

    .cadre .etape input[type="text"] {
        font-size: 17px;
        width: 75%;
        padding: 0 17% 0 7%;
    }

    .cadre .etape input[type="text"]::placeholder {
        font-size: 16px;
    }

    .cadre .etape .unit:after {
        width: 50px;
        text-align: center;
        right: 12px;
    }

    .cadre .etape .choice img.ico {
        width: 60px;
    }

    .popin {
        margin-left: 0px;
        left: 50%;
        max-width: 80%;
        width: 80%;
        padding: 5%;
    }

    .hideunder540 {
        display: none !important;
    }

    .resultats > .width50 .inner {
        padding: 40px 5% !important;
        width: 90% !important;
    }

    .lancerConfigurateur {
        padding: 20px 50px 20px 30px;
    }

    .lancerConfigurateur br {
        display: none;
    }

    #resultconfig h3 {
        font-size: 24px !important;
        font-family: 'roboto';
        border-bottom: #C0C0C0 1px solid;
        line-height: normal;
        padding-bottom: 30px;
    }

    a.loa {
        margin-left: 0px;
    }

    body.home #home h1 br {
        display: none;
    }

    body.home #home h1 {
        font-size: 45px;
        text-align: center;
        line-height: 50px;
    }

    .mapgeoportail {
        margin-right: 20px;
    }

    #mymap {
        margin-right: 20px;
    }

    body.home #home .simu {
        font-size: 24px;
    }

    .directives .dtext {
        line-height: 16px;
        font-size: 13px;
    }
}

#autocomplete-wrapper {
    position: relative;
    clear: both;
    width: 100%;
}

#autocomplete-wrapper .btnPosition {
    display: block;
    position: relative;
    color: #01B5CC;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    background-color: #152552;
    color: #FFFFFF;
    font-size: 16px;
    width: 85%;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 0;
    text-align: center;
}

#autocomplete {
    display: block;
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

#autocomplete-wrapper span {
    display: block;
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
}

.switch {
    pointer-events: none;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #152552;
}

input:focus + .slider {
    box-shadow: 0 0 1px #152552;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.gotoabri {
    margin-bottom: 30px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.gotoabri:after {
    margin-bottom: -5px !important;
}

@media screen and (max-width: 640px) {
    table,
    tbody,
    tr,
    td {
        display: block;
        width: auto !important;
    }

}

@media screen and (min-height: 1000px) {
    .btnremote {
        Display: block !important
    }
}

