body {
    padding-top: 50px;
}

.hide-on-phone,
.col-25.hide-on-phone,
.nav-conteneur .nav-haut.hide-on-phone {
    display: none;
}

.nav-conteneur {
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3100;
}

.nav-conteneur .nav-haut {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 3100;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    overflow-y: scroll;
}

.nav-haut .gauche {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    background: linear-gradient( 0deg, rgba(89, 37, 97, 1) 0%, rgba(0, 43, 87, 1) 100%);
}

.nav-haut .btn-close-menu,
.nav-conteneur .btn-close-menu {
    display: block;
    position: absolute;
    top: 17px;
    left: 30px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    background-image: url(/bundles/sicaeoisecoretheme/images/btn-close-menu.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    cursor: pointer;
    z-index: 3200;
}

.nav-conteneur .nav-haut .gauche ul {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    font-family: "league_spartanbold";
    font-weight: normal;
    box-sizing: border-box;
}

.nav-conteneur .nav-haut .gauche ul li {
    height: auto;
    display: block;
    margin-bottom: 24px;
    width: 100%;
}

.nav-conteneur .nav-haut .gauche ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    box-sizing: border-box;
    background-image: url(/bundles/sicaeoisecoretheme/images/chevron-bas.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.nav-conteneur .nav-haut .gauche ul li.active a {
    background-image: url(/bundles/sicaeoisecoretheme/images/chevron-haut.svg);
}

.nav-conteneur .nav-haut .gauche ul li ul {
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 0px;
    top: 0px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.nav-conteneur .nav-haut .gauche ul li ul li {
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: none;
}

.nav-conteneur .nav-haut .gauche ul li ul li a {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    background-image: none;
    padding-right: 0px;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}

.nav-haut .gauche li.active a {
    background-color: transparent;
    color: #fff;
}

.nav-haut .droite {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-haut .droite a {
    color: #592561;
}

.nav-haut .droite ul {
    display: flex;
    font-family: "league_spartanbold";
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.nav-haut .droite li {
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
}

.nav-haut .droite li a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 30px;
    box-sizing: border-box;
}

.nav-haut .droite a.contact {
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-contact-vert.svg);
}

.nav-haut .droite a.recrutement {
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-recrutement-vert.svg);
}

.nav-haut .droite a.espace-client {
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-espace-client-vert.svg);
}

.nav-haut .droite p.adresse-menu-smartphone {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #929292;
    text-transform: none;
}

.nav-bas {
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
}

.nav-bas .sous-menu {
    height: 50px;
    padding-left: 13px;
    padding-top: 16px;
    padding-right: 13px;
    position: relative;
    justify-content: flex-start;
}

.nav-bas .sous-menu .btn-burger {
    width: 23px;
    height: 15px;
    cursor: pointer;
    background-image: url(/bundles/sicaeoisecoretheme/images/btn-menu-burger.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
    display: inherit;
}

.nav-bas .sous-menu a.logo {
    margin-left: 20px;
    width: 100%;
    max-width: 103px;
    margin-right: 0px;
}

.nav-bas .sous-menu a.logo img {
    width: 100%;
    margin-top: 0px;
}

.nav-bas .sous-menu .pictos-smartphone {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 0px;
    height: 50px;
}

.nav-bas .sous-menu .pictos-smartphone a.espace-client {
    width: 20px;
    height: 20px;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-espace-client-violet.svg);
    background-position: center center;
    background-size: cover;
    margin-left: 15px;
}

.nav-bas .sous-menu .pictos-smartphone a.contact {
    width: 22px;
    height: 17px;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-contact-violet.svg);
    background-position: center center;
    background-size: cover;
    margin-left: 15px;
}

.nav-bas .sous-menu .pictos-smartphone a.recrutement {
    width: 24px;
    height: 21.5px;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-recrutement-violet.svg);
    background-position: center center;
    background-size: cover;
    margin-left: 15px;
}


/* //////////// SLIDER //////////// */

.slide-contenu h1,
.slide-contenu h2 {
    font-size: 40px;
    line-height: 45px;
}

.slide-contenu p {
    font-size: 16px;
    line-height: 18px;
}

.slide-contenu .texte {
    padding-left: 30px;
    padding-right: 30px;
}

.puces ul.puces-slides {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


/* //////////// FIN SLIDER //////////// */


/* Encart blanc qui chevauche le bas du slider */

.encart-blanc-home {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.encart-blanc-home .col {
    width: 100%;
    position: relative;
}

.encart-blanc-home .col .texte {
    padding-right: 25px;
    padding-left: 25px;
}

.encart-blanc-home .col .image {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: -5px;
    left: 30px;
    margin: 0px;
}

.encart-blanc-home .col:nth-child(2n + 0) .texte {
    border-right: 0px none #c1c1c1;
    border-left: 0px none #c1c1c1;
}

.encart-blanc-home .col h3 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px;
}

.encart-blanc-home .col p {
    font-size: 18px;
    line-height: 20px;
}

.encart-blanc-home .col a {
    padding-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 14px;
}

.encart-blanc-home .col:last-child a {
    padding-bottom: 0px;
    border-bottom: 0px none #fff;
}


/* Fin Encart blanc qui chevauche le bas du slider */


/* Message alerte fond violet */

.alerte-violet {
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.alerte-violet .col {
    width: 100%;
}

.alerte-violet .col h4 {
    background-position: center top;
    padding-top: 80px;
    padding-left: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

.alerte-violet .col p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}


/* Fin Message alerte fond violet */


/* Bloc sous titre centré pour H2 */

.page .bloc-sous-titre h2 {
    font-size: 25px;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}


/* FIN Bloc sous titre centré pour H2 */


/* encart deux colonnes */

.deux-colonnes {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.deux-colonnes .col {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.deux-colonnes .col:first-child {
    padding-right: 0px;
}

.deux-colonnes .col:last-child {
    padding-left: 0px;
}

.deux-colonnes .col:first-child {
    right: 0px;
}

.deux-colonnes .col .image {
    width: 100%;
}

.deux-colonnes .col .texte {
    background-color: #fff;
    padding: 35px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: -50px;
}

.deux-colonnes .col .texte h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

.deux-colonnes .col .texte p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
}

.deux-colonnes .col .texte a {
    font-size: 14px;
    line-height: 14px;
    color: #592561;
}


/* Fin encart deux colonnes */


/* degradé violet bleu plein largeur */

.full-degrade {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.full-degrade .conteneur {
    padding-left: 30px;
    padding-right: 30px;
}

.full-degrade .conteneur .col-33:nth-of-type(1) {
    order: 2;
}

.full-degrade .conteneur .col-66:nth-of-type(2) {
    order: 1;
}

.full-degrade .conteneur .col-33 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}

.full-degrade .conteneur .col-33 h6 {
    font-size: 22px;
    line-height: 28px;
}

.full-degrade .conteneur .col-66 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.full-degrade .conteneur .col-66 .bloc {
    width: 100%;
    padding-right: 0px;
}

.full-degrade .conteneur .col-66 .bloc .contenu .image {
    width: 35%;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte {
    width: 65%;
    padding-left: 25px;
    padding-right: 25px;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte a {
    font-size: 14px;
    line-height: 14px;
}


/* Fin degradé violet bleu plein largeur */


/* 2 Blocs newsletter */

.newsletter {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.newsletter .col {
    width: 100%;
    margin-bottom: 20px;
}

.newsletter .col:first-child {
    padding-right: 0px;
}

.newsletter .col:last-child {
    padding-left: 0px;
}

.newsletter .col .image {
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

.newsletter .col .texte {
    width: 100%;
    padding-top: 30px;
}

.newsletter .col .texte h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.newsletter .col .texte p {
    font-size: 16px;
    line-height: 20px;
}

.newsletter .col .texte a {
    font-size: 14px;
    line-height: 14px;
}


/* fin 2 Blocs newsletter */


/* Carte implantation */

.carte .top-carte {
    padding-right: 30px;
    padding-left: 30px;
}

.carte .top-carte .col {
    width: 100%;
}

.carte .top-carte .col:nth-of-type(1) {
    order: 2;
}

.carte .top-carte .col:nth-of-type(2) {
    order: 1;
}

.carte .top-carte .col h5 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    background-image: url(/bundles/sicaeoisecoretheme/images/fleche-verte-bas.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.carte .map {
    height: 240px;
}


/* Fin Carte implantation */


/* Liens de partage */

.partage {
    margin-bottom: 55px;
    padding-bottom: 40px;
    border-bottom: #c1c1c1 1px solid;
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.partage p {
    font-size: 14px;
    line-height: 32px;
}


/* Fin Liens de partage */


/* Alertes Infos */

.alertes-infos .contenu-alerte .col-33 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.alertes-infos .contenu-alerte .col-33 h6 {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.alertes-infos .contenu-alerte .col-33 p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.alertes-infos .contenu-alerte .col-33 a {
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 15px;
}

.alertes-infos .contenu-alerte span.masquer {
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}


/* Fin Alertes Infos */


/* Ombre sur un bloc */

.page .col-g.bloc-vertical-center *:last-child,
.page .col-d.bloc-vertical-center *:last-child {
    margin-bottom: 20px;
}

.page .col-g.bloc-vertical-center *:first-child,
.page .col-d.bloc-vertical-center *:first-child {
    margin-top: 20px;
}


/* fin Ombre sur un bloc */

.page .bloc-2-cols .col-g.bloc-ombre {
    background-color: #fff;
    width: 100%;
    margin-right: 0%;
    padding: 30px;
    margin-bottom: 30px;
}

.page .bloc-2-cols .col-d.bloc-ombre {
    background-color: #fff;
    width: 100%;
    margin-left: 0%;
    padding: 30px;
}

.page .bloc-2-cols .col-g.fond-degrade {
    width: 100%;
    margin-right: 0%;
    padding: 30px;
    margin-bottom: 30px;
}

.page .bloc-2-cols .col-d.fond-degrade {
    width: 100%;
    margin-left: 0%;
    padding: 30px;
}

.page .bloc-2-cols .col-g.bordure-grise {
    border-right: #D6D6D6 0px none;
}


/* Bloc 4 colonnes */

.bloc-4-cols .col {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 60px;
    padding-top: 30px;
    margin-bottom: 60px;
}

.bloc-4-cols .col a.bouton {
    position: absolute;
    bottom: 0px;
    left: 30px;
}


/* FIN Bloc 4 colonnes */


/* Bloc 3 colonnes */

.bloc-3-cols .col {
    width: 100%;
    border-right: #D6D6D6 none 0px;
}


/* fin Bloc 3 colonnes */


/* PAGE Modele autre colone gauche fixe */

.page-modele-autre .col-g {
    display: none;
}

.page-modele-autre .col-d {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.page-modele-autre .page .rond {
    background-color: #592561;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    font-size: 25px;
    line-height: 50px;
}

.page-modele-autre .page .rond img {
    width: 27px;
    height: auto;
}

.page-modele-autre .page h2 {
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    width: calc(100% - 70px);
}

.appareil {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}


div.col-4{

     padding-left: 0px; 
     padding-right: 0px;
}

/* FIN PAGE Modele autre colone gauche fixe 


/* //////////// FOOTER //////////// */

.footer .conteneur {
    padding-right: 30px;
    padding-left: 30px;
}

.footer .conteneur .col-25 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 30px;
    border-left: transparent 0px none;
}

.footer .conteneur .col-25:nth-of-type(2) {
    margin-bottom: 0px;
}

.footer .conteneur .col-25 a.logo-footer {
    max-width: 140px;
}

.footer .conteneur .col-25 ul {
    font-size: 14px;
    line-height: 25px;
}

.footer .conteneur .col-100 .col-50 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
    order: 0;
}

.hr-hide-on-desktop {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0px;
    background-color: #fff;
    border-color: #fff;
}

.footer .conteneur .col-50 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
    font-weight: 700;
}

.footer .conteneur .col-50 ul li {
    border-right: transparent 0px none;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.footer .conteneur .col-50 ul li a {
    display: block;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer .conteneur .col-100 .col-50:nth-of-type(1) {
    order: 2;
}

.footer .conteneur .col-100 .col-50:nth-of-type(2) {
    order: 1;
}


/* //////////// FIN FOOTER //////////// */


/* //////////// PAGE DE CONTENU //////////// */

body .page {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 70px;
}

.top-page .fond-opaque .contenu h1 {
    font-size: 30px;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

.fil-arianne .fil {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

.page .bloc-2-cols .col-g {
    width: 100%;
    padding-right: 10px;
}

.page .bloc-2-cols .col-g.image-inverse:nth-of-type(1) {
    order: 2;
}

.page .bloc-2-cols .col-d {
    width: 100%;
    padding-left: 0px;
}

.page h2 {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 25px;
}

.page h3 {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 22px;
}

.page h4 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
}

.page h5 {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 18px;
}

.page p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 23px;
}

.options-tarifs .tarif {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 35px;
}

.page .citation {
    font-size: 20px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.page .cadre {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.col-12.captcha > div{
    width: 100%;
}

/* //////////// FIN PAGE DE CONTENU //////////// */

.top-linky-contenu .deux-colonnes .col .texte h1,
.top-linky-contenu .deux-colonnes .col .texte h2,
.top-linky-contenu .deux-colonnes .col .texte h3,
.top-linky-contenu .deux-colonnes .col .texte h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

.nombre {
    padding-left: 30px;
    padding-right: 30px;
}

.bloc-elec .image {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-top: 30px;
    margin-left: 10px;
}

.bloc-elec .texte {
    width: calc(100% - 90px);
    padding-left: 20px;
    padding-right: 20px;
}

.page-fond-gris .bloc-4-cols .col-g {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.page-fond-gris .bloc-4-cols .col-d {
    width: 100%;
    padding-left: 15x;
    padding-right: 15px;
}

@media screen and (max-width: 576px) {
    .slide-contenu {
        align-items: flex-start;
        align-content: flex-start;
        padding-top: 60px;
    }
    .slide-contenu h1,
    .slide-contenu h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .slide-contenu p {
        margin-bottom: 20px;
    }
    .bordure-radio {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .page-fond-gris .col-100,
    .page-fond-violet .col-100 {
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
    }
    .page-fond-violet .col-100 a {
        margin-top: 20px;
    }
}


/* Ajustement pour petit téléphone Iphone 5 par exemple */

@media screen and (max-width: 375px) {
    .nav-bas .sous-menu a.logo {
        margin-right: 0px;
        position: absolute;
        left: 30px;
        top: 13px;
    }
    .nav-bas .sous-menu a.logo img {
        width: 90px;
        height: auto;
        margin-top: 2px;
    }
    .nav-conteneur {
        overflow-y: auto;
        overflow-x: auto;
        display: block;
    }
    .slide-contenu h1,
    .slide-contenu h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .slide-degrade-opaque {
        width: 100%;
        min-height: 100%;
        background: linear-gradient( 180deg, rgba(100, 65, 65, 0.15) 0%, rgba(0, 0, 0, 0.7) 100%);
    }
    .slide-contenu {
        padding-top: 20px;
    }
    .encart-blanc-home {
        margin-top: -70px;
    }
    .alertes-infos .contenu-alerte .col-33 a {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .alertes-infos .contenu-alerte span.masquer {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .page a.bouton,
    .page span.bouton {
        font-size: 16px;
        line-height: 16px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .bordure-radio {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .page-fond-gris .col-100,
    .page-fond-violet .col-100 {
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
    }
    .page-fond-violet .col-100 a {
        margin-top: 20px;
    }
}

/* SPECIFIQUE */

#sicaeoise_movinghousebundle_movinghouse_clientType > div.radio{
    width:  100% !important;
}