/****************************** Global ****************************/
.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.nomargin-bottom {
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

select::-ms-expand {
    display: none;
}

a {
    color: #3d3c3f !important;
    text-decoration: none !important;
}

a:hover {
    color: #ea6610 !important;
    text-decoration: none !important;
}

a,
select,
select option {
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.ias-trigger-next {
    width: 100%;
    float: left;
}

.more-button a,
.previous-button a {
    color: #fff !important;
}

.more-button:hover a,
.more-button:focus a,
.more-button:active a,
.more-button:link a,
.previous-button:hover a,
.previous-button:focus a,
.previous-button:active a,
.previous-button:link a {
    color: #ea6610 !important;
}

.button-style, a.button-style.btn:link {
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    min-width: 130px;
    border-radius: 0 !important;
    border: 2px solid #ea6610;
}

.button-style:hover,
.button-style:focus {
    background-color: #fff;
    color: #ea6610 !important;
}

button:hover,
button:link,
button:visited,
button:active,
button:focus {
    color: #fff !important;
}

.button-red {
    border-color: #d13130;
    background-color: #d13130;
}

.button-red:hover, .button-red:focus {
    color: #d13130 !important;
}

.bg-orange {
    background-color: #ea6610;
}

.bg-red {
    background-color: #d13130;
}

.marine {
    color: #0e3a5c;
}

.blue {
    color: #477ea9 !important;
}

.dark-blue {
    color: #0e3a5c;
}

.orange {
    color: #ea6610 !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #373737 !important;
}

.grey-label {
    color: #c8c8c8 !important;
}

.red {
    color: #f51717 !important;
}

.equal-height-wrap {
    display: flex;
}

@media screen and (max-width: 991px) {
    .equal-height-wrap {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .hidden-xxs {
        display: none;
    }
}

/**** Header ****/
.header {
    background-color: #f3f1f1;
    height: 120px;
}

.hamburger.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.hamburger .navbar-header {
    float: none;
    width: 100%;
    color: #fff;
}

.hamburger .navbar-header .hamburger-title,
.hamburger .navbar-header .customer {
    float: right;
    position: relative;
    top: 50%;
    margin-right: -1px;
    transform: translateY(50%);
}

.hamburger .navbar-header .customer {
    background-color: #ea6610;
}

.hamburger .navbar-header .hamburger-title {
    background-color: #373737;
    color: #fff;
}

.hamburger #bs-example-navbar-collapse-1 {
    width: 325px;
    float: right;
    background-color: #a6a5a5;
    font-family: Arial !important;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 15px 0;
    margin-right: 15px;
}

.hamburger #bs-example-navbar-collapse-1 hr {
    height: 7px;
    background-color: #ea6610;
    border-top: 1px solid #ea6610;
    border-bottom: 1px solid #fff;
    margin: 0 0 1px 0;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.header .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.header .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.header .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.header .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.header .has-submenu .less-toggle,
.header .has-submenu .caret {
    background-image: url("/modules/flexifamily/template/images/chevron-right.svg") !important;
    background-repeat: no-repeat;
    width: 10px;
    height: 19px;
    float: right;
}

.header .has-submenu .caret {
    border: none !important;
}

.header .has-submenu .caret:hover {
    background-color: transparent;
}

.header .has-submenu .caret.navbar-toggle {
    background-image: url("/modules/flexifamily/template/images/chevron-down.svg") !important;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 19px;
    height: 10px;
    margin: 5px 0 0 0;
    padding: 0;
}

.header .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
}

.header .navbar-default .navbar-nav > li > a:focus,
.header .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

.header .navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:focus,
.header .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #373737 !important;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0;
}

.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
    background-color: transparent !important;
}

.header .dropdown-menu > li > a {
    padding: 1px 15px 1px 25px;
    min-height: 10px;
    white-space: normal;
}

.header .navbar-header {
    float: none;
    position: relative;
}

.header .navbar-left, .navbar-right {
    float: none !important;
}

.header .navbar-toggle {
    display: block;
}

.header .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.header .navbar-collapse.collapse {
    display: none !important;
}

.header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-left: 25px;
    padding-right: 25px;
}

.header .navbar-nav > li {
    float: none;
    width: 100%;
    display: table;
    border-bottom: 1px solid #fff;
}

.header .navbar-nav > li > a {
    padding: 10px 25px 10px 0;
    min-height: 35px;
    color: #fff;
}

.header .navbar-nav > li:first-child > a {
    padding: 5px 25px 10px 0;
    display: table-cell;
}

.header .navbar-nav > li > a.has-submenu.open {
    display: block;
    font-weight: 700;
    color: #373737 !important;
    padding-bottom: 0;
}

.header .open {
    color: #373737 !important;
}

.header .collapse.in {
    display: block !important;
}

.hamburger > .container {
    position: relative;
}

#bs-example-navbar-collapse-1 {
    position: absolute;
    right: 0;
    z-index: 999999;
}

.hamburger .navbar-nav .open .dropdown-menu,
.hamburger .navbar-nav .dropdown-menu {
    background-color: hsla(0, 0%, 0%, 0);
    border: 0 none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    position: static !important;
    width: 100% !important;
    padding: 0 0 5px 0;
}

.hamburger.navbar-default .navbar-toggle {
    border-color: transparent !important;
    padding: 14px 10px;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;d
}

.hamburger-global button {
    background-color: #ea6610;
}

.hamburger.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ea6610;
}

.hamburger.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.hamburger .customer {
    height: 44px;
    line-height: 44px;
    top: -14px !important;
    padding: 0 30px 0 15px;
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 5px;
}

.hamburger .hamburger-title {
    height: 44px;
    line-height: 44px;
    top: -14px !important;
    padding: 0 30px 0 15px;
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 10px;
}

.hamburger .hamburger-title img {
    padding: 0 0 5px 5px;
}

.hamburger-global {
    position: absolute;
    right: 0;
    bottom: 0;
}

.header-title {
    font-size: 20px;
    font-family: 'MrsChocolat';
    position: absolute;
    bottom: -4px;
    left: 150px;
    z-index: 9;
}

.g-header {
    position: relative;
    height: 120px;
}

.header-logo {
    position: absolute;
    z-index: 999;
    bottom: 0;
}

@media screen and (max-width: 1199px) {
    .header .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .hamburger-global {
        top: -100px;
    }

    #bs-example-navbar-collapse-1 {
        transform: translateY(-50px);
        margin-right: 50px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header > .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    .hamburger-global {
        right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .hamburger.navbar-default .navbar-toggle {
        margin-right: 0;
    }

    #bs-example-navbar-collapse-1 {
        border: none;
        z-index: 999999;
        margin-right: 30px !important;
    }

    .header .navbar-nav {
        float: right;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .hamburger.navbar-default .navbar-toggle {
        padding: 14px 15px;
    }

    .hamburger .navbar-header .customer {
        padding: 0;
    }

    .hamburger .navbar-header .hamburger-title {
        padding: 10px 15px;
    }

    .hamburger .hamburger-title img {
        padding: 0;
        vertical-align: no;
        top: 50%;
        transform: translateY(-50%);
    }

    .header,
    .g-header {
        height: 100px;
    }

    .header-logo {
        width: 110px;
        height: 80px;
    }

    .hamburger-global {
        top: -90px;
    }

    #bs-example-navbar-collapse-1 {
        width: 280px !important;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

/**** Footer ****/
.footer-top {
    background-color: #373737;
}

.footer-top .footer-social {
    padding-left: 0;
}

.footer-top .footer-social li {
    float: left;
}

.footer-top .footer-social-link div {
    background-color: #ea6610;
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
}

.footer-top .footer-social-link {
    display: inline-block;
    margin: 5px;
}

.footer-top .footer-social-link div img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.footer-top .follow {
    height: 80px;
    display: table;
    float: right;
}

.footer-top .follow .us {
    text-transform: uppercase;
    color: #fff;
    font-family: 'VAGRoundedStd-Bold';
    padding-right: 20px;
}

.footer-top .follow .us,
.footer-top .follow .footer-social {
    display: table-cell;
    vertical-align: middle;
}

.footer-top .footer-logo {
    position: absolute;
    top: 20px;
}

.footer-middle {
    padding: 45px 15px 30px 15px;
}

.footer-middle .listing {
    padding-left: 0;
    list-style: none;
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
}

.footer-middle .services .listing li {
    float: left;
    width: 50%;
}

.footer-middle .services .listing.two li {
    width: 100%;
    float: left;
}

.footer-middle .services .listing.two {
    margin-top: 10px;
}

.footer-middle .li-two {
    float: left;
    width: 100%;
}

.footer-middle .engagements {
    margin-top: 5px;
    font-family: 'VAGRoundedStd-Light';
    width: 50%;
    float: right;
}

.footer-middle .listing li {
    margin-bottom: 10px;
    color: #3d3c3f;
    line-height: 1.2;
}

.footer-middle .listing li .footer-logo {
    width: auto;
}

.footer-middle .listing li:last-child {
    margin-bottom: 0;
}

.footer-middle .listing-title {
    text-transform: uppercase;
    font-family: 'VAGRoundedStd-Bold';
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer-middle .last .listing li {
    float: right;
    text-align: right;
}

.footer-middle .last .desc {
    margin-bottom: 5px;
}

.footer-middle .last .listing-title {
    text-transform: none;
    margin-bottom: 2px;
    text-align: right;
}

.footer-middle .last .address {
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid #dcdcdc;
    padding: 15px 0;
    font-family: 'Arial';
    background-color: #f3f1f1;
}

.footer-bottom .global-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-bottom .global-legal .legal, .footer-bottom .global-legal .realisation {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1250px) {
    .footer-bottom {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .footer-middle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-middle .services .listing li {
        width: 100%;
    }

    .footer-middle .last .listing li {
        width: 100%;
    }

    .footer-middle .menu {
        margin-bottom: 40px;
    }

    .footer .container {
        width: 100%;
    }

    .footer-bottom .legal a:first-child {
        margin-right: 15px;
    }

    .footer-middle .engagements {
        width: 100%;
    }

    .footer-bottom .global-legal .legal, .footer-bottom .global-legal .realisation {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom {
        padding: 15px 0;
    }

    .footer-bottom .global-legal .legal {
        margin-bottom: 10px;
    }

    .footer-middle .menu.last {
        margin-top: 30px;
    }

    .footer-middle .listing li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 479px) {
    .footer-top .social-links {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top .footer-social-link {
        margin: 5px 0 5px 5px;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
    }

    .footer-nav .footer-nav-section {
        width: 100%;
    }
}

/**** Slider Global ****/
.slide-img {
    position: relative;
    width: 100%
}

.slide-img .slide-desc {
    height: 50px;
    min-height: 50px;
    background-color: #0e3a5c;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: table;
}

.slide-img .slide-desc > span {
    color: #fff;
    font-size: 16px;
    font-family: 'VAGRoundedStd-Light';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.swiper-button-next {
    background-image: url("/modules/flexifamily/template/images/chevron-right.svg");
    background-size: 20px 35px;
    right: -20px;
}

.swiper-button-prev {
    background-image: url("/modules/flexifamily/template/images/chevron-left.svg");
    background-size: 20px 35px;
    left: -20px;
}

.carousel {
    padding: 50px 0 30px 0;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.sub-title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-family: 'VAGRoundedStd-Thin';
    font-size: 26px;
    line-height: 1.1;
}

.sub-title-bold {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 24px;
    }

    .sub-title-bold {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .sub-title {
        font-size: 15px;
        margin-top: 15px;
    }

    .sub-title-bold {
        font-size: 17px;
    }

}


/**** Others global ****/
.side-search {
    color: #373737;
    margin-top: 40px;
}

.side-search button {
    height: 85px;
    width: 100%;
}

.side-search button a {
    font-family: 'VAGRoundedStd-Light';
    font-size: 22px;
    color: #fff !important
}

.side-search button:hover,
.side-search button:hover a,
.side-search button a:hover,
.side-search button:focus,
.side-search button:active,
.side-search button:link {
    color: #ea6610 !important;
}

.side-search .title {
    font-size: 28px;
    font-family: 'MrsChocolat';
    position: relative;
    top: 10px;
}

.side-search .side-search-bloc {
    padding: 25px;
    border: 1px solid #373737;
    background-color: #fff;
    margin-bottom: 40px;
    font-family: 'VAGRoundedStd-Thin';
    font-size: 22px;
    float: left;
    width: 100%;
}

.side-search .side-search-bloc select {
    margin-right: 5px;
}

/**** Files Global ****/
.file .file-global-image {
    overflow: hidden;
    height: 175px;
}

.file .file-global-image img {
    height: auto;
    max-width: 100%;
}

.file.type-two .file-global-image {
    height: auto;
}

@media screen and (max-width: 768px) {
    .file .file-global-image {
        overflow: hidden;
        height: auto;
    }
}

/**** Homepage ****/
.home {
    background-color: #f3f1f1;
    padding: 30px 0 50px 0;
}

.home .services-bloc {
    margin-bottom: 30px;
}

.home .wordday {
    margin-bottom: 30px;
}

.home .news {
    margin-bottom: 30px;
}

.home .main-file .secure,
.article-base .main-file .secure {
    margin-left: 15px;
}

.main-file {
    position: relative;
}

.home .main-file,
.article-base .main-file,
.home .main-file .file-desc,
.article-base .main-file .file-desc {
    position: initial;
    width: 100%;
    float: left;
}

.home .main-file .file-desc,
.article-base .main-file .file-desc {
    margin-top: -40px;
    position: relative;
}

.home .main-file .file-desc .title,
.article-base .main-file .file-desc .title {
    position: absolute;
}

.home .main-file .img img {
    height: auto;
    max-width: 100%;
}

.article-base .main-file .img img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.main-file .file-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main-file .file-desc ul {
    background-color: #477ea9;
    background-image: url("/modules/flexifamily/template/images/blue-bg@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 20px 25px 20px 40px;
}

.main-file .file-desc ul li {
    list-style-type: none;
    color: #fff;
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    background-image: url(/modules/flexifamily/template/images/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    padding-left: 15px;
    background-size: 7px 9px;
    margin-bottom: 2px;
    line-height: 1.2;
}

.main-file .file-desc ul li a {
    color: #fff !important;
}

.main-file .file-desc ul li:first-child {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 22px;
    background-image: none;
    line-height: 1.2;
    padding-left: 0;
    margin-bottom: 10px;
}

.main-file .title {
    font-family: 'MrsChocolat';
    font-size: 35px;
    color: #fff;
    top: -40px;
    width: 100%;
    padding-left: 40px;
    z-index: 999;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.main-file .square {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    z-index: 9999;
    margin-left: 40px;
}

.file .title {
    color: #477ea9;
    font-size: 28px;
    line-height: 1;
    font-family: 'MrsChocolat';
    position: relative;
    top: -5px;
    z-index: 999;
}

.file-list {
    background-color: #fff;
    margin-top: -10px;
}

.file.type-two .file-list {
    margin-top: 0;
}

.file-list .file-desc {
    padding: 30px;
    margin-bottom: 30px;
}

.file-list .title {
    font-family: 'VAGRoundedStd-Light';
    font-size: 22px;
    padding-bottom: 20px;
    margin: 0;
}

.file-list .file-desc ul {
    list-style-type: none;
    padding-left: 0;
}

.file-list .file-desc ul li {
    list-style-type: none;
    color: #373737;
    font-family: 'Arial';
    font-size: 14px;
    background-image: url(/modules/flexifamily/template/images/chevron-right-blue.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    padding-left: 20px;
    background-size: 7px 9px;
    margin-bottom: 15px;
    padding-right: 35px;
    position: relative;
}

.file-list .file-img .folder {
    width: 0;
    height: 0;
    border-top: 85px solid #477ea9;
    border-left: 85px solid transparent;
    position: absolute;
    right: 0;
}

.file-list .file-img .folder img {
    position: absolute;
    top: -70px;
    right: 15px;
}

.file-list .file-img {
    position: relative;
}

.file-list .secure {
    position: absolute;
    right: 0;
    top: 0;
}

.file-list .file-desc {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.back a {
    display: table;
}

.back a .img,
.back a .more, .back .more-link {
    display: table-cell;
    vertical-align: middle;
}

.back a .img {
    padding-bottom: 3px;
}

.back a .more, .back .more-link {
    text-decoration: underline;
    font-size: 14px;
    color: #477ea9;
    font-family: 'VAGRoundedStd-Bold';
    padding-left: 8px;
}

.back .more-link a {
    color: #477ea9 !important;
    display: inline;
}

.listing-actu .services-bloc {
    margin-top: 0 !important;
}

/* le bloc est en premier sur le listing actu */
.services-bloc {
    padding: 30px;
    background-color: #ea6610;
    color: #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    float: left;
}

.services-bloc .desc {
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.services-bloc .title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0;
}

.services-bloc .themes {
    padding-left: 0;
}

.services-bloc .themes li .service-bloc {
    list-style-type: none;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
}

.services-bloc .themes li {
    list-style-type: none;
}

.services-bloc .themes li a {
    color: #ea6610 !important;
    height: 100px;
    display: table;
    width: 100%;
}

.services-bloc .themes .service-bloc li a {
    color: #ea6610 !important;
    height: auto;
    display: block;
    width: 100%;
}

.services-bloc .themes .img,
.services-bloc .themes .theme {
    display: table-cell;
    vertical-align: middle;
}

.services-bloc .themes .theme {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 24px;
    line-height: 1.5;
}

.services-bloc .themes .img {
    padding-left: 20px;
    width: 95px;
}

.services-bloc .themes .img.parentalite {
    padding-left: 0;
}

.services-bloc .back a .more {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.services-list {
    color: #ea6610;
    font-family: 'Arial';
    padding: 0 35px;
    font-size: 18px;
}

.services-list a {
    margin-bottom: 0;
    height: auto !important;
}

.services-list a:last-child {
    padding-bottom: 20px;
}

.wordday {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.wordday .global {
    background-color: #d1cdcd;
    padding: 30px 25px;
}

.wordday .title {
    color: #ea6610;
    font-size: 32px;
    font-family: 'MrsChocolat';
    line-height: 1;
    position: relative;
    top: 5px;
    clear: both;
}

.wordday .subtitle {
    color: #373737;
    font-size: 19px;
    font-family: 'VAGRoundedStd-Bold';
    line-height: 1.2;
    margin-bottom: 25px;
}

.wordday .desc {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'VAGRoundedStd-Light';
}

.news {
    position: relative;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}

.news .dot-pointer {
    position: absolute;
}

.news .dot-pointer img {
    vertical-align: top;
}

.news .corner {
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    cursor: pointer;
    position: absolute;
    right: -45px;
    top: 0;
}

.news .global > div {
    margin-left: 50px;
    background-color: #fff;
    padding: 10px 25px 25px 25px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 5px;
}

.news .global .title {
    font-family: 'VAGRoundedStd-Light';
    font-size: 36px;
    color: #ea6610;
    line-height: 1.2;
    margin-bottom: 15px;
}

.news .news-list {
    padding-left: 0;
    margin-bottom: 0;
}

.news .news-list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.news .news-list p {
    margin-bottom: 0;
}

.news .news-list li:last-child {
    margin-bottom: 0;
}

.news-list .date {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
}

.news .global .news-list .title {
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
    color: #373737;
    margin-bottom: 0;
}

.news-list .subtitle {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 20px;
    line-height: 1.2;
}

.news-list .more {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 12px;
    text-decoration: underline !important;
}

.quotation {
    margin-bottom: 50px;
}

.quotation > img {
    float: left;
    padding-left: 15px;
    padding-top: 0;
}

.quotation .desc {
    margin-left: 110px;
    padding-right: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e3a5c;
    box-shadow: 0 1px 0d rgba(255, 255, 255, 0.2);
}

.quotation .desc .quote {
    font-family: 'VAGRoundedStd-Light';
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    color: #0e3a5c;
}

.quotation .sub-title-bold {
    font-size: 24px;
}

.quotation .desc .corner {
    width: 0;
    height: 0;
    border-top: 50px solid #0e3a5c;
    border-left: 50px solid transparent;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.quotation .desc .corner img {
    position: absolute;
    right: 8px;
    top: -43px;
}

.quotation blockquote {
    padding: 0;
    border-left: 0px solid transparent;
}

.advices {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    margin-top: -25px;
}

.advices .title {
    color: #ea6610;
    font-size: 32px;
    font-family: 'MrsChocolat';
    position: relative;
    top: 7px;
    margin-top: 25px;
    line-height: 1;
}

.advices .list {
    margin-bottom: 0;
    padding: 25px 30px;
    background-color: #fff;
}

.advices .list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.advices .list li:last-child {
    margin-bottom: 0;
}

.advices .list .date {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.advices .list .desc {
    font-family: 'VAGRoundedStd-Thin';
    font-size: 18px;
    color: #373737;
    margin-bottom: 0;
    line-height: 1;
}

.advices .list a {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 12px;
    text-decoration: underline !important;
    color: #ea6610 !important;
}

.file-image {
    height: 350px;
    margin-bottom: 30px;
}

.file-image > div {
    background-repeat: no-repeat;
    background-position: 50%;
}

.search .title {
    color: #ea6610;
    font-size: 28px;
    font-family: 'MrsChocolat';
    position: relative;
    top: 10px;
}

.search .search-bloc {
    padding: 25px;
    border: 1px solid #ea6610;
    background-color: #fff;
    margin-bottom: 40px;
    font-family: 'VAGRoundedStd-Thin';
    font-size: 22px;
    float: left;
    width: 100%;
}

.search .select-search select {
    padding-right: 35px;
    border: 1px solid transparent;
    appearance: none;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url("/modules/flexifamily/template/images/chevron-down-orange.svg") no-repeat right white;
    display: inline-block;
    position: relative;
    color: #ea6610;
    cursor: pointer;
    background-size: 20px 30px;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.search .select-search .recherche-niveau {
    padding-right: 15px;
}

.search .select-search select .opt {
    padding: 5px 10px;
    font-size: 16px;
}

.search .select-search select option {
    color: initial !important;
    text-decoration: none !important;
    width: auto;
    font-family: 'VAGRoundedStd-Thin';
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #ea6610;
}

.search .select-search select option:first-child {
    text-decoration: underline;
}

.search .select-search {
    width: 80%;
}

@media screen and (max-width: 767px) {
    .main-file .file-desc ul {
        padding: 20px;
    }

    .main-file {
        margin-top: 20px;
    }

    .home .masonry .file:last-child {
        display: none;
    }

    .main-file .title {
        padding-left: 20px;
    }
}


/**** Search ****/
#recherche-niveau-2,
#recherche-niveau-3 {
    display: none;
}

#recherche-niveau-2.active,
#recherche-niveau-3.active {
    display: block;
}


@media screen and (max-width: 1199px) {
    .home .container,
    .carousel .container {
        width: 100%;
    }

    .carousel .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 991px) {
    .home .container,
    .carousel .container {
        width: 100%;
    }

    .services-bloc .themes li {
        width: 50%;
        float: left;
    }

    .services-bloc .themes li {
        padding-right: 15px;
        padding-left: 15px;
    }

    .services-bloc {
        padding: 30px 40px;
        float: left;
        margin: 0 15px 30px 15px !important;
    }

    .file-list .file-desc {
        margin-bottom: 30px;
    }

    .advices {
        margin-bottom: 20px;
    }

    .home .advices {
        margin-bottom: 20px;
    }

    .carousel {
        padding-bottom: 0;
    }

    .home {
        padding-top: 10px;
    }

    .carousel > .container {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 10px;
    }

    .search .search-bloc {
        margin-bottom: 25px;
    }

    .home > .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    .search .select-search {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .services-bloc .themes li {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .services-bloc {
        padding: 30px;
    }

    .services-bloc {
        padding: 30px 50px;
        float: left;
        margin: 0;
    }

    .search .search-bloc {
        margin-bottom: 30px;
    }

    .carousel {
        padding-top: 30px;
    }

    .file-list .file-desc {
        margin-bottom: 15px;
    }

    .advices .title {
        margin-top: 10px;
    }

    .advices {
        margin-bottom: 30px;
    }

    .news {
        margin: 0;
        width: 100%;
    }

    .home > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .services-bloc {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .search .select-search {
        width: 100%;
    }

    .search .search-bloc button {
        margin-top: 20px;
        position: relative;
        right: 50%;
        transform: translateX(50%);
    }

    .home .news {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .search .search-bloc {
        padding: 10px !important;
        font-size: 16px;
    }

    .services-bloc .themes .img {
        padding-left: 15px;
    }

    .search .title {
        font-size: 25px;
    }
}

/** Lifestyle **/
.lifestyle .services-bloc {
    margin-top: 50px;
    margin-bottom: 30px;
}

.lifestyle .file-list .file-desc {
    margin-bottom: 0;
}

.lifestyle {
    background-color: #f3f1f1;
    padding: 30px 0 50px 0;
}

.lifestyle .file-image {
    height: 350px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.lifestyle #masonry-block,
.home.masonry {
    column-count: 2;
    column-gap: 30px;
    margin-top: 20px;
}

.home .masonry {
    float: left;
    margin-top: 30px;
}

.lifestyle #masonry-block {
    margin-top: 50px;
}

.home .masonry .file:first-child {
    float: left;
}

.home .file {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.home .file {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

.home .file:first-child {
    padding-right: 15px;
}

.home .file:last-child {
    padding-left: 15px;
}

.file.type-two {
    background-color: #fff;
}

.file-style-two .file-desc ul {
    list-style-type: none;
    padding-left: 0;
}

.file-style-two .file-desc ul li {
    list-style-type: none;
    color: #373737;
    font-family: 'Arial';
    font-size: 14px;
    background-image: url(/modules/flexifamily/template/images/chevron-right-blue.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    padding-left: 20px;
    background-size: 7px 9px;
    margin-bottom: 15px;
    padding-right: 35px;
    position: relative;
}

.file-style-two .file-img .folder {
    width: 0;
    height: 0;
    border-top: 85px solid #477ea9;
    border-left: 85px solid transparent;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.file-style-two .file-img .folder img {
    position: absolute;
    top: -70px;
    right: 15px;
}

.file-style-two .secure {
    position: absolute;
    right: 0;
    top: 0;
}

.file-style-two .file-desc {
    padding: 25px 30px 35px 30px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.main-file-lifestyle .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.main-file-lifestyle .title {
    font-family: 'VAGRoundedStd-Thin';
    font-size: 35px;
    background-color: #0e3a5c;
    color: #fff;
    width: 100%;
    padding: 30px;
    z-index: 9999;
}


@media screen and (max-width: 1199px) {
    .lifestyle .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .lifestyle {
        padding-top: 10px;
    }

    .lifestyle .container {
        width: 100%;
    }

    .lifestyle .services-bloc .back {
        width: 100%;
        float: left;
    }

    .lifestyle > .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    .lifestyle .services-bloc {
        margin: 0 0 30px 0 !important;
    }

    .lifestyle .mini-carousel .swiper-container {
        margin-bottom: 50px;
    }

    .main-file-lifestyle {
        height: 400px !important;
    }

    .main-file-lifestyle .title {
        padding: 15px;
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    .lifestyle #masonry-block {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .home .masonry {
        float: left;
        margin-top: 0;
    }

    .home .file {
        width: 100%;
    }

    .home .file:first-child,
    .home .file:last-child {
        padding: 0;
    }

    .lifestyle .services-bloc .back {
        float: none;
    }

    .lifestyle > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-file {
        margin-bottom: 30px;
    }

    .main-file-lifestyle {
        height: 300px !important;
    }

    .lifestyle .main-file-lifestyle {
        margin-top: 20px;
    }

    .lifestyle #masonry-block,
    .home .masonry {
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }

    .lifestyle .file,
    .lifestyle .file.type-two {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .lifestyle #masonry-block {
        margin-top: 30px;
    }
}

@media screen and (max-width: 599px) {
    .lifestyle .file.msrItem {
        left: 15px !important;
    }
}

/** Article Base **/
.article-base {
    background-color: #f3f1f1;
    padding: 30px 0 50px 0;
}

.wysiwyg-article-base {
    margin-bottom: 30px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 40px 50px;
    background-color: #fff;
    font-family: 'VAGRoundedStd-Light';
    color: #373737;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
}

.article-base h1 {
    font-family: 'VAGRoundedStd-Light';
    margin-top: 30px !important;
    width: 100%;
}

.wysiwyg-article-base h1,
.article-base h1 {
    color: #477ea9;
    background-image: url("/modules/flexifamily/template/images/chevron-right-blue.svg");
    background-size: 20px 30px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 30px;
    margin: 0;
    width: 100%;
    background-position: left top;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.wysiwyg-article-base h2 {
    width: 100%;
    font-family: 'VAGRoundedStd-Bold';
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0;
    color: #477ea9;
}

.wysiwyg-article-base h3 {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0;
}

.wysiwyg-article-base h4 {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0;
}

.wysiwyg-article-base p,
.wysiwyg-article-base div {
    padding-bottom: 15px;
    margin: 0;
}

.wysiwyg-article-base ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.wysiwyg-article-base ul ul {
    margin-left: 30px;
}

.wysiwyg-article-base ol {
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
}

.wysiwyg-article-base ul li,
.wysiwyg-article-base ol li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.wysiwyg-article-base ul li:before {
    content: "• ";
    color: #477ea9;
    font-size: 100%;
    padding-right: 5px;
}

.wysiwyg-article-base img {
    max-width: 100%;
    height: auto !important;
}

.wysiwyg-article-base table {
    clear: both;
    margin: 15px 0 30px 0;
}

.wysiwyg-article-base hr {
    margin: 0 !important;
}

.wysiwyg-article-base a {
    color: #477ea9 !important;
}

.wysiwyg-article-base p img {
    margin-left: 0px !important;
}

.wysiwyg-article-base blockquote p {
    padding-bottom: 20px;
    border-bottom: 1px solid #0e3a5c;
}

.wysiwyg-article-base blockquote {
    margin: 0 0 40px 0;
    background-image: url("/modules/flexifamily/template/images/quote.svg");
    background-size: 45px;
    background-repeat: no-repeat;
    padding: 0 70px;
    line-height: 1.6;
    font-size: 16px;
    color: #0e3a5c;
    border-left: 0px solid transparent;
    font-style: italic;
}

.wysiwyg-article-base .tonote > div,
.wysiwyg-article-base .tonote > span,
.wysiwyg-article-base .tonote > p {
    background-color: #f3f1f1;
    padding: 30px;
    border: 2px solid #a3bed4;
    font-size: 16px;
    color: #477ea9;
    line-height: 1.5;
}

.wysiwyg-article-base .tonote {
    background-position-y: 15px;
    padding: 33px 0 0 0;
    margin-bottom: 30px;
    background-image: url("/modules/flexifamily/template/images/a-noter.png");
    background-repeat: no-repeat;
}

.blocquote-two,
.wysiwyg-article-base .blocquote-two {
    background-color: #b6d0e3;
    padding: 15px;
    border-left: 5px solid #477ea9;
    font-size: 16px;
    color: #477ea9;
    line-height: 1.2;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.wysiwyg-article-base .blocquote-two > p,
.blocquote-two > p {
    padding-bottom: 0;
}

.toolbox .global > div {
    margin-left: 40px;
    background-color: #fff;
    padding: 20px 35px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 5px;
}

.toolbox .global .title {
    display: table;
    font-family: 'VAGRoundedStd-Light';
    font-size: 36px;
    color: #ea6610;
    margin-bottom: 25px;
}

.toolbox .global .title img {
    display: table-cell;
}

.toolbox .global .title span {
    line-height: 1;
    color: #164061;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10px;
}

.toolbox .global .news-list .title {
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
    color: #373737;
    margin-bottom: 0;
}

.toolbox .corner {
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    cursor: pointer;
    position: absolute;
    right: -35px;
    top: 0;
}

.toolbox .dot-pointer {
    position: absolute;
}

.toolbox {
    position: relative;
    float: left;
    width: 100%;
}

.toolbox .dot-pointer img {
    vertical-align: top;
}

.toolbox .back .more {
    font-size: 12px;
}

.toolbox {
    margin-bottom: 15px;
}

.toolbox-list .back a .img {
    vertical-align: top !important;
}

.toolbox-list {
    padding-left: 0;
    margin-bottom: 0;
}

.toolbox-list li {
    margin-bottom: 10px;
    list-style-type: none;
    line-height: 1.2;
}

.toolbox-list li:before {
    content: "•";
    font-size: 50%;
    padding-right: 5px;
    padding-top: 10px;
    float: left;
}

.toolbox-list .desc {
    font-size: 16px;
    font-family: 'VAGRoundedStd-Light';
    float: left;
    margin-right: 20px;
}

.article-base .wordday .title {
    color: #477ea9;
}

.article-base .wordday .global {
    background-color: #b6d0e3;
    list-style-type: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 35px 25px;
    margin-bottom: 0;
}

.article-base .wordday .subtitle {
    margin-bottom: 10px;
    color: #0e3a5c;
}

.article-base .wordday .global .desc {
    font-family: 'VAGRoundedStd-Light';
    line-height: 1.5;
    color: #373737;
    font-size: 14px;
    margin-bottom: 30px;
}

.article-base .wordday.lexique .global .desc {
    margin-bottom: 0 !important;
}

.article-base .wordday.far .global li {
    padding-bottom: 15px;
}

.article-base .wordday.far .global li:first-child {
    padding-top: 20px;
}

.article-base .wordday.far .global li:last-child {
    padding-bottom: 20px;
}

.article-base .wordday.far .global {
    background-color: #b6d0e3;
    padding: 15px 30px;
}

.article-base .wordday.far .global {
    background-color: #477ea9;
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.article-base .wordday.far .global img {
    float: left;
}

.article-base .wordday.far .global .desc {
    font-family: 'VAGRoundedStd-Light';
    font-size: 14x;
    line-height: 1.2;
    color: #fff;
    padding-left: 35px;
    margin-bottom: 0;
}

.article-base .wordday.far .title {
    color: #373737;
}

.article-base .wordday {
    margin-bottom: 30px;
    float: left;
}

.article-base .services-bloc {
    margin-bottom: 30px;
}

.wordday.far {
    width: 100%;
    float: left;
}

.article-base .bubble {
    margin-bottom: 30px;
}

.bubble {
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 5px;
    position: relative;
    float: left;
}

.bubble .head {
    margin-bottom: 10px;
    padding-right: 30px;
    display: block;
    font-family: 'VAGRoundedStd-Bold';
    font-size: 40px;
    color: #50738f;
    line-height: 1;
}

.bubble .corps .desc {
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    line-height: 1.4;
    color: #5b5a5c;
}

.bubble .corps img {
    float: left;
    margin-right: 10px;
    width: 70px;
}

.shape {
    width: 0;
    height: 0;
    border-top: 45px solid #f3f1f1;
    border-left: 45px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .article-base .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .article-base {
        padding-top: 10px;
    }

    .article-base .services-bloc {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .wysiwyg-article-base {
        padding: 20px 30px;
    }

    .wysiwyg-article-base h1,
    .wysiwyg-article-base h1,
    .article-base h1 {
        padding-bottom: 20px;
        font-size: 30px;
    }

    .wysiwyg-article-base h2 {
        padding-bottom: 10px;
    }

    .wysiwyg-article-base h3 {
        padding-bottom: 10px;
    }

    .wysiwyg-article-base h4 {
        padding-bottom: 10px;
    }

    .wysiwyg-article-base p,
    .wysiwyg-article-base div {
        padding-bottom: 15px;
        margin: 0;
        line-height: 1.5;
    }

    .wysiwyg-article-base blockquote {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .toolbox {
        margin-bottom: 30px;
    }

    .bubble {
        margin-bottom: 0;
    }

    .article-base .wordday {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .wysiwyg-article-base p,
    .wysiwyg-article-base div {
        padding-bottom: 15px;
        margin: 0;
    }

    .toolbox-list .desc {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .toolbox .global > div {
        padding: 20px;
    }

    .article-base > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-base .main-file {
        margin-bottom: 0;
    }

    .wysiwyg-article-base h1,
    .article-base h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .toolbox .global .title {
        display: block;
    }

    .toolbox .global .title span {
        padding-left: 0;
    }

    .services-bloc {
        padding: 15px !important;
    }

    .article-base .article-main .col-md-8.col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .article-base .article-main .row .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article-base .breadcrumb {
        padding: 0 15px;
    }

    .article-base .main-file img {
        display: none;
    }

    .article-base .main-file .file-desc {
        margin-top: 0 !important;
    }
}

/**** Service ****/
#rappel {
    position: absolute;
    width: 210px;
    right: 15px;
    z-index: 9;
}

.rappel {
    font-size: 16px;
    background-color: #d13130 !important;
}

.rappel img {
    background-image: linear-gradient(#f2960d, #d13130);
}

.heighttop {
    height: 100%;
}

.top {
    height: 440px;
    color: white;
    font-family: 'VAGRoundedStd-Light';
}

.top a {
    color: white !important;
}

.illustration {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.illustration .rappel {
    padding: 15px 65px 15px 16px;
    text-transform: uppercase;
    position: relative;
}

.illustration .telephone {
    background-color: #f2960d;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.top .info {
    padding: 30px;
    font-size: 18px;
}

.top .info img {
    margin-bottom: 25px;
}

.top .info .accroche {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
}

.top .info .accroche .title {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 30px;
}

.info .desc {
    max-height: 120px;
    overflow: hidden;
}

.info .accroche .title {
    max-height: 70px;
    overflow: hidden;
    display: block;
}

.demande {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #373737;
    padding: 10px 35px;
    text-align: center;
    margin-top: 35px;
}

.sub-menu {
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
    margin-top: 10px;
}

.sub-menu li {
    display: inline-block;
    list-style: none;
    padding-left: 5px;
    padding-right: 0;
}

.sub-menu li a {
    padding: 10px 0px;
    background-color: #373737;
    color: white !important;
    text-align: center;
    display: block;
}

.sub-menu li.actif a {
    background-color: #ea6610;
}

.sub-menu .submenu-navbar li:first-child {
    padding-left: 0;
}

.sub-menu .submenu-navbar,
.sub-menu .submenu-navbar-responsive {
    display: flex;
}

.sub-menu .submenu-navbar-responsive li,
.sub-menu .submenu-navbar li {
    flex-grow: 1;
}

.sub-menu .submenu-navbar li a,
.sub-menu .submenu-navbar-responsive li a {
    padding: 5px;
}

.sub-menu ul {
    margin: 0;
    padding: 0;
}

.bottom {
    background-color: #f3f1f1;
}

.colonne-right {
    padding-left: 25px;
    padding-right: 0px;
}

.nosconseils {
    position: relative;
    margin-bottom: 30px;
}

.nosconseils .title {
    font-family: 'MrsChocolat';
    position: relative;
    top: 5px;
    line-height: 1;
    font-size: 26px;
    color: #0e3a5c;
}

.nosconseils .intitule {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #0e3a5c;
    font-family: 'VAGRoundedStd-Light';
    padding: 15px 0;
    position: absolute;
    bottom: 0;
}

.recrutement {
    font-family: 'MrsChocolat';
    font-size: 17px;
    background-image: url("../images/bulle-recrutement.png");
    background-size: cover;
    background-size: 100% 100%;
    padding: 20px 40px 80px 40px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.service .content {
    background: white;
    font-family: 'VAGRoundedStd-Light';
    margin-bottom: 55px;
    box-shadow: 0 1px 0 0 rgba(211, 211, 211, 1);
}

.content-bottom {
    padding: 0px 65px 40px 65px;
}

.content-bottom a {
    color: white !important;
}

.content-bottom .demande {
    margin: 0px;
    display: inline-block;
}

.content-bottom ul {
    margin-top: 55px;
    padding: 0;
    margin-bottom: 0;
}

.content-bottom ul li {
    margin-right: 40px;
    display: inline-block;
}

.service-wysiwyg.block-grey {
    float: none !important;
    padding: initial !important;
}

.service-wysiwyg blockquote {
    font-size: 14px;
}

.service-wysiwyg {
    color: #373737;
    font-size: 14px;
    padding: 50px;
    line-height: 1.3;
    margin-top: -1px;
    float: left;
}

.service-wysiwyg p,
.service-wysiwyg div {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.service-wysiwyg b {
    color: #ea6610;
}

.service-wysiwyg ul {
    padding-left: 15px;
    margin: 0;
}

.service-wysiwyg ul li {
    padding: 5px 0;
}

.service-wysiwyg h1 {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 24px;
    width: 100%;
}

.service-wysiwyg h2 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px;
    font-family: 'VAGRoundedStd-Bold';
    width: 100%;
}

.service-wysiwyg h3 {
    margin-bottom: 15px;
    margin-top: 0;
    color: #ea6610;
    font-size: 14px;
    width: 100%;
}

.service-wysiwyg .chapo {
    margin-bottom: 75px;
    padding: 0;
}

.service-wysiwyg a {
    color: #ea6610 !important;
}

.service-wysiwyg a:hover {
    color: #ea6610 !important;
}

.blocs-bottom {
    font-family: 'VAGRoundedStd-Light';
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.blocs-bottom .bloc-bottom {
    display: inline-block;
    float: left;
    text-align: center;
}

.blocs-bottom .bloc-bottom .more {
    text-decoration: underline;
}

.blocs-bottom a:hover div {
    color: #373737;
}

.blocs-bottom .bloc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 170px;
    border: 2px solid #ea6610;
    padding: 0 15px 15px 15px;
    width: 100%;
    height: 100%;
    background-color: white;
}

.blocs-bottom .bloc-bottom .bloc-bottom-img {
    height: 80px;
    display: table;
}

.blocs-bottom .bloc-bottom .bloc-bottom-img .single-reasurance {
    display: table-cell;
    vertical-align: bottom;
}

.blocs-bottom .bloc-bottom .bloc-bottom-img img {
    margin: auto;
}

.blocs-bottom .bloc-bottom .bloc-bottom-img i {
    color: #ea6610;
    font-size: 45px;
}

.blocs-bottom .bloc-bottom .title {
    font-size: 24px;
    margin: 10px 0;
}

.blocs-bottom .bloc-bottom .bloc-content .detail,
.blocs-bottom .bloc-bottom .bloc-content .title {
    width: 100%;
    min-height: 75px;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    z-index: 40;
    padding: 20px 0px;
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
}

.navbar {
    min-height: 0;
    margin: 0;
    border: 0;
}

.service .wordday .title {
    font-size: 26px;
}

.service .wordday {
    margin-bottom: 30px;
}

.service .wordday .subtitle {
    font-size: 20px;
}

.service .wordday .desc {
    font-size: 16px;
}

.service .right-bloc {
    padding: 0;
}

.service .services-bloc {
    margin-left: -15px;
    margin-right: -15px;
}

.service-container {
    border-bottom: 1px solid #d3d3d3;
}

.service .colonne-right {
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .top .info {
        padding: 25px;
    }

    .top .info .accroche {
        margin-bottom: 20px;
    }

    .demande {
        padding: 10px 25px;
        margin-top: 15px;
    }

    .blocs-bottom .bloc-bottom .bloc-bottom-img {
        height: 70px;
    }

    .blocs-bottom {
        margin-top: 25px;
    }

    .service .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .info .desc,
    .top .info .accroche {
        height: auto;
        overflow: visible;
    }


    .info .desc {
        max-height: 100% !important;
    }

    .info .accroche .title {
        max-height: 100% !important;
        overflow: visible;
    }

    .sub-menu {
        margin-top: 0px;
    }

    .heighttop {
        height: auto;
    }

    .illustration {
        height: 320px;
        padding-right: 0
    }

    .demande {
        padding: 15px 35px;
        margin-top: 35px;
        display: inline-block;
    }

    .service-wysiwyg {
        padding: 40px 65px;
    }

    .content-bottom ul {
        margin-top: 35px;
    }

    .service .services-bloc {
        padding: 30px;
        margin: 0 -15px 70px 0 !important;
    }

    .service .services-bloc .themes li {
        width: 100%;
    }

    .recrutement {
        margin: 0;
    }

    .service .container {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }

    .service .bottom .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .service .right-bloc {
        padding-right: 20px;
    }

    .service .colonne-right {
        padding: 0;
    }

    .service .wordday {
        box-shadow: none !important;
        margin-bottom: 30px;
    }

    .blocs-bottom {
        margin: 15px 0 30px 0;
    }

}

@media screen and (max-width: 767px) {
    .service .content {
        margin: 0;
    }

    .service-wysiwyg {
        padding: 30px;
    }

    .service-wysiwyg h1 {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 24px;
    }

    .service-wysiwyg h2 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 18px;
        font-family: 'VAGRoundedStd-Bold';
    }

    .service-wysiwyg h3 {
        margin-bottom: 10px;
        margin-top: 0;
        color: #ea6610;
        font-size: 14px;
    }

    .service .illustration .rappel {
        padding: 0;
    }

    .service .sub-menu ul li {
        margin-top: 4px;
        padding: 0;
    }

    .service .sub-menu ul li:nth-child(2n+0) {
        padding-left: 2px;
    }

    .service .sub-menu ul li:nth-child(2n+1) {
        padding-right: 2px;
    }

    .service .top {
        height: auto;
        float: left;
    }

    .service .top .info {
        text-align: center;
    }

    .service .top .info div:not(.demande) {
        text-align: left;
    }

    .content-bottom {
        padding: 0px 0px 40px 0px;
        text-align: center;
    }

    .content-bottom ul li {
        margin-right: 15px;
    }

    .blocs-bottom {
        width: 100%;
    }

    .blocs-bottom .bloc-bottom {
        padding: 0;
        height: auto;
    }

    .blocs-bottom .nopadding-left {
        padding-right: 3px;
    }

    .service .services-bloc {
        margin-bottom: 25px;
        width: 100%;
    }

    .service .services-bloc .themes li {
        padding: 0;
    }

    .recrutement {
        padding: 20px 35px 50px 35px;
        background-size: 100% 100%;
    }

    .service .container {
        padding-left: 0;
        padding-right: 0;
    }

    .service .bottom .container {
        padding-left: 0;
        padding-right: 0;
    }

    .service .wordday,
    .service .blocs-bottom,
    .service .colonne-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service .bottom-mobile {
        padding: 0;
    }

    .illustration .telephone {
        right: -15px;
    }

    .service .blocs-bottom {
        margin-bottom: 25px;
    }

    .sub-menu .submenu-navbar-responsive {
        display: block;
    }

    .sub-menu .submenu-navbar-responsive li {
        width: 50%;
        float: left;
    }

    .service .services-bloc {
        padding: 15px !important;
        margin: 0 0 30px 0 !important;
    }

    .service .global-services {
        padding: 0;
    }

    .blocs-bottom .bloc-bottom .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 399px) {
    .blocs-bottom .bloc-bottom .title {
        font-size: 14px;
    }
}

/**** Formulaire ****/
.form-global #global-wrapper {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.form-global .container-fluid.formulaire {
    margin-top: 1px;
}

.form-global #page-tile {
    background-size: cover;
    background-image: url("../images/kid.jpg");
    background-position: 50%;
    height: 100% !important;
}

.form-global .formulaire {
    background-color: #f3f1f1;
}

.form-global #global-wrapper .illustration a,
.form-global #global-wrapper .illustration a:hover {
    color: white !important;
}

.form-global #global-wrapper .top-right {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 26px;
    padding: 40px 35px;
    background: #c9c9c9; /*height: 200px;*/
    line-height: 1.2;
}

.formulaire .services-bloc {
    margin-top: 35px;
    margin-bottom: 35px;
}

.form-global .legend .orange {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 14px;
}

.form-global #single-page .legend {
    font-family: 'VAGRoundedStd-Light';
    font-size: 24px;
    margin-bottom: 20px;
}

.form-global #single-page .legend.two {
    margin-top: 20px;
    margin-bottom: 0;
}

.form-global #single-page form {
    padding: 45px 60px;
    background: white;
}

.form-global #single-page .annotation {
    font-weight: bold;
    color: #373737;
    font-size: 14px;
}

.form-global #single-page .form-simple label {
    font-weight: normal;
}

.form-global #single-page .form-submit {
    margin-top: 30px;
    margin-bottom: 15px;
}

.form-global #single-page fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.form-global #single-page fieldset input[type="text"],
.form-global #single-page fieldset input[type="password"] {
    height: 40px;
    border: 1px solid #c9c9c9;
}

.form-global #single-page fieldset label {
    color: #3e3e3e;
    font-weight: normal;
}

.form-global #single-page fieldset .form-double-mandatory input {
    width: 100%;
    padding: 10px;
}

.form-global #single-page fieldset .form-double-mandatory .mandatory {
    padding: 0 12px 0 0;
}

.form-global .mandatory,
.form-global .mandatory-last {
    margin-bottom: 25px;
}

.form-global #single-page fieldset .form-double-mandatory .label-last,
.form-global #single-page fieldset .form-double-mandatory .mandatory-last {
    padding: 0 0 0 12px !important;
}

.form-global #single-page fieldset legend {
    font-family: 'VAGRoundedStd-Bold';
    text-transform: uppercase;
    margin: 0;
    color: #ea6610;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.form-global .recrutement {
    padding-bottom: 60px;
}

.form-global #single-page #register-form {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-global #single-page #register-entreprise-form {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.form-global #register-form .form-simple, .form-global #register-entreprise-form .form-simple,
.form-global #register-form .form-double-mandatory, .form-global #register-entreprise-form .form-double-mandatory {
    font-family: 'Arial';
}

.form-global .rappel {
    font-size: 16px;
    font-family: 'VAGRoundedStd-Light';
}

.form-global .form-flex input {
    width: 20px;
    border: 1px solid #c9c9c9;
}

.form-global .formfield-checkbox {
    position: relative;
}

.form-global .formfield-checkbox input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.form-global .formfield-checkbox input[type="checkbox"]:checked + label::before {
    background-image: url(../images/input-checked.svg);
}

.form-global .formfield-checkbox input[type="checkbox"] + label::before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    background-image: url(../images/input-check.svg);
}

.form-global .formfield-checkbox label {
    padding-left: 30px;
    margin-bottom: 10px;
}

.form-global .agree {
    margin-top: 30px;
}

.form-global .col-right {
    padding-left: 30px;
}

.form-global .breadcrumb {
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
}

.form-global .equal-height-wrap .equal-height,
.form-global .equal-height-wrap .equal-height .top-right {
    min-height: 200px;
    height: 200px;
}

.form-global .civility-title,
.form-global .civility {
    float: left;
    width: 100%;
}

.form-global .civility {
    height: 40px;
    padding: 10px;
    border: 1px solid #c9c9c9;
}

.form-global .civility option {
    padding: 10px;
}

.form-global .error {
    color: hsl(0, 100%, 50%) !important;
}

.form-global .form-select {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.form-global .civility.error option {
    color: #373737;
}

.form-global .blocs-bottom .bloc-bottom .bloc-bottom-img {
    color: #333333;
}

@media screen and (max-width: 1199px) {
    .form-global .container {
        width: 100%;
    }

    #global-wrapper {
        padding: 0;
    }

    #global-wrapper > .col-xs-12 {
        padding-left: 0 !important;
    }

    #global-wrapper > .row {
        padding-right: 30px;
        padding-left: 30px;
    }

    .form-global .equal-height-wrap .equal-height {
        padding: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .form-global #global-wrapper .top-right {
        height: auto;
    }

    .form-global #global-wrapper > .row {
        padding: 0;
    }

    .form-global .head-form > div {
        padding: 0;
    }

    .form-global #single-page {
        padding-left: 0px;
        padding-right: 0px !important;
    }

    .form-global .col-right {
        padding-left: 15px;
    }

    .form-global #single-page .right-bloc > div {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .form-global #single-page form {
        padding: 30px;
    }

    .form-global #single-page #register-form {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .form-global #single-page #register-entreprise-form {
        margin-bottom: 20px;
    }

    .form-global .right-bloc .recrutement {
        margin: 0 15px 30px 15px;
    }

    .form-global .equal-height-wrap {
        display: block;
    }

    .form-global .equal-height-wrap .equal-height,
    .form-global .equal-height-wrap .equal-height .top-right {
        min-height: 0;
    }

    .form-global .contact-form {
        padding: 0;
    }

    .form-global .illustration {
        height: 200px;
    }

    .formulaire .col-right {
        padding: 0;
    }

    .formulaire .services-bloc,
    .form-global .right-bloc .recrutement {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .form-global .illustration .rappel {
        padding: 0;
        margin-right: 15px;
    }

    .form-global .right-bloc .recrutement {
        margin: 0 0 30px 0;
    }

    .form-global .mandatory-last,
    .form-global .mandatory {
        margin-bottom: 15px;
        padding: 0 !important;
    }

    .form-global #single-page fieldset .form-double-mandatory .mandatory-last,
    .form-global #single-page fieldset .form-double-mandatory .mandatory-last label {
        padding: 0 !important;
    }

    .form-global #single-page .form-submit {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .form-global #single-page form {
        padding: 15px;
    }

    .form-global #single-page fieldset {
        width: 100%;
    }

    .form-global #single-page fieldset .form-double-mandatory .label-last,
    .form-global #single-page fieldset .form-double-mandatory .mandatory-last {
        padding: 0px 0px 0px 0px !important;
    }

    .form-global #single-page fieldset .form-double-mandatory .mandatory {
        padding: 0px 5px 0px 0px !important;
    }

    .form-global .illustration {
        height: 150px;
    }
}

/**** Actualités listing ****/
.listing-actu .file.type-two {
    width: 50%;
    float: left;
    background-color: transparent;
}

.listing-actu .file.type-two:nth-child(odd) {
    padding-right: 15px;
}

.listing-actu .file.type-two:nth-child(even) {
    padding-left: 15px;
}

.listing-actu .services-bloc {
    margin-top: 30px;
}

.listing-actu .file-list .file-desc .img img {
    max-width: 100%;
    height: auto;
}

.listing-actu .lifestyle .file, .lifestyle .file.type-two {
    margin-bottom: 30px;
}

.listing-actu .file-list .file-desc ul li {
    background-image: url(/modules/flexifamily/template/images/chevron-right-orange.svg);
}

@media screen and (max-width: 767px) {
    .listing-actu .file.type-two {
        width: 100%;
    }

    .listing-actu .file.type-two:nth-child(odd),
    .listing-actu .file.type-two:nth-child(even) {
        padding: 0;
    }

    .listing-actu .carousel,
    .listing-actu .search {
        display: none;
    }
}

/**** Actualités detail ****/
.actu-listing {
    padding-left: 0;
    font-family: 'VAGRoundedStd-Light';
    margin-bottom: 10px;
}

.actu-listing p {
    margin-bottom: 0;
}

.actu-listing .date {
    color: #ea6610;
    font-style: italic;
    font-size: 14px;
    font-family: 'VAGRoundedStd-Bold';
}

.actu-detail .actu-listing .desc {
    font-size: 16px;
    height: auto;
}

.actu-listing .back a .more {
    color: #ea6610;
}

.actu-detail .aside-title {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 26px;
    margin-bottom: 15px;
}

.actu-detail .last-actu {
    background-color: #c9c9c9;
    padding: 30px;
}

.actu-detail .rappel {
    color: #fff;
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
}

.actu-detail .nosconseils {
    float: left !important;
    width: 100%;
    margin-top: 0;
}

.actu-detail.service .content {
    float: left;
}

.actu-detail.service .services-bloc {
    margin-bottom: 30px;
}

.last-actu .back {
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .actu-detail .bottom .colonne-right {
        margin-top: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .actu-detail.service .content {
        margin-bottom: 30px;
    }

    .services-actu {
        padding: 0px !important;
    }

    .actu-detail.service .services-bloc {
        margin: 0 15px 70px 0 !important;
    }

    .actu-detail.service .right-bloc {
        padding-right: 0;
        padding-left: 15px;
    }

    .actu-detail .nosconseils,
    .actu-detail .nosconseils .title {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .actu-detail.service .services-bloc {
        margin-bottom: 10px !important;
    }
}

/**** Modal search ****/
.search-list-items {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.search-list-items li {
    list-style-type: none;
    color: #373737;
    font-family: 'Arial';
    font-size: 14px;
    background-image: url(/modules/flexifamily/template/images/chevron-right-blue.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    padding-left: 20px;
    background-size: 7px 9px;
    margin-bottom: 5px;
    padding-right: 35px;
    position: relative;
}

.search-list-items li:first-child {
    background-image: none;
    padding-left: 0;
    margin-bottom: 0;
    font-family: 'MrsChocolat';
}

.search-popin .header {
    background-color: transparent;
    margin-bottom: 20px;
    height: auto;
}

.search-popin .header .desc {
    font-size: 16px;
}

.search-popin .header .title {
    padding-bottom: 10px;
}

.search-popin .modal-body {
    padding: 20px;
}

.search-popin .modal-content {
    border-radius: 0;
    border: 1px solid #ea6610;
    width: 100%;
    float: right;
}

/*.modal-backdrop.in {opacity: 0;}*/
.search-popin .close,
.modal-secure .close {
    background-color: #ea6610;
    font-size: 45px;
    position: relative;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    font-family: 'VAGRoundedStd-Thin';
    padding: 0 5px 5px 5px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .search-popin .modal-content {
        width: 100%;
    }

    .search .search-bloc button.close {
        right: 30px;
    }
}

@media screen and (max-width: 479px) {
    .search-popin .header .title,
    .search-popin .header .desc {
        display: none;
    }
}

/**** Modal secure ****/
.modal-secure .modal-content {
    padding: 20px;
    font-family: 'VAGRoundedStd-Light';
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ea6610
}

.modal-secure .title {
    font-size: 28px;
    font-family: 'MrsChocolat';
    color: #ea6610;
}

.modal-secure .button-style a {
    color: #fff !important;
}

.modal-secure .button-style a:hover,
.modal-secure .button-style a:focus,
.modal-secure .button-style:focus a,
.modal-secure .button-style:hover a {
    color: #ea6610 !important;
}

.modal-secure .close {
    margin-top: -20px;
    margin-right: -20px;
}

/**** Information(s) message ****/
.message {
    text-align: left;
}

.message,
.message-second {
    margin-top: 40px;
    font-family: 'VAGRoundedStd-Light';
    font-size: 17px;
    line-height: 1.2;
    color: #414b82;
    padding: 25px 50px 25px 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.1);
}

.picto-pin {
    width: 36px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -10px;
}

.message-second {
    background-color: rgba(245, 245, 245, 1) !important;
    width: 290px !important;
    margin: 0 auto 40px auto;
    top: 40px;
    float: none !important;
    display: block;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
}

@media screen and (max-width: 479px) {
    .message-second {
        width: 220px !important;
    }
}

/**** CMS ****/
.cms.service {
    width: 100%;
}

.cms.service .container-fluid.bottom {
    padding-bottom: 30px;
}

.cms .illustration {
    top: 0;
    position: absolute;
}

.cms .service-wysiwyg {
    width: 100%;
    float: left;
}

.cms.service .global-service {
    width: 100%;
}

.cms .wordday {
    margin-bottom: 30px;
}

.title-band {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.cms-sans-photo .global-service {
    width: 100%;
    margin-bottom: 15px;
}

.cms-sans-photo .wysiwyg-article-base {
    box-shadow: none;
}

.cms-sans-photo .wysiwyg-article-base h1 {
    background-image: none;
    padding-left: 0;
}

.cms-sans-photo .wysiwyg-article-base h1,
.cms-sans-photo .wysiwyg-article-base h2 {
    color: #ea6610;
}

@media screen and (max-width: 991px) {
    .cms-img {
        height: 320px;
    }

    .service.cms .top {
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .cms-img .illustration,
    .cms-img {
        height: 250px;
    }

    .cms .breadcrumb {
        padding: 20px;
    }
}

/**** Loader ****/
.ias-spinner {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.spinner img {
    height: 32px !important;
    width: 32px !important;
}

/**** Connect ****/
.form-global.connect .mandatory,
.form-global.connect .mandatory-last {
    margin-bottom: 5px
}

.form-global.connect #single-page .form-submit {
    margin-top: 20px;
}

.form-global.connect #single-page .mandatory-last label {
    padding-left: 0 !important;
}

/**** Sitemap ****/
.sitemap .formulaire section {
    background-color: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}

.sitemap ul {
    list-style-type: none;
}

/**** Flashmessenger ****/
.flashmesenger {
    margin-top: 15px;
}

/**** Cookies utilisation ****/
#pc-cookie-notice {
    font-family: 'VAGRoundedStd-Light' !important;
    font-size: 15px !important;
    padding: 15px !important;
    background: rgba(0, 0, 0, 0.6) !important;
}

#pc-cookie-notice #pc-message span {
    font-size: 15px !important;
}

#pc-cookie-notice #pc-message {
    padding: 0px !important;
    width: auto !important;
    float: left !important;
}

#pc-cookie-notice #pc-button {
    float: right !important;
    position: relative !important;
}

#pc-cookie-notice #pc-message span {
    font-size: 15px !important;
}

#pc-cookie-notice #pc-message {
    padding-right: 0px !important;
}

#pc-cookie-notice #pc-button button {
    font-family: 'VAGRoundedStd-Light' !important;
    font-size: 15px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    border-radius: 22px !important;
    border: 1px solid #ea5f48 !important;
    letter-spacing: 1px !important;
    padding: 2px 10px !important;
    display: block !important;
    text-align: center !important;
    background-color: #ea6610 !important;
    margin-top: 4px !important;
}

@media screen and (max-width: 767px) {
    #pc-cookie-notice #pc-button,
    #pc-cookie-notice #pc-message {
        clear: both !important;
    }
}

/**** Secure ****/
.title-secure {
    font-size: 28px;
    font-family: 'MrsChocolat';
    color: #ea6610;
    padding-bottom: 0 !important;
}

.desc-secure {
    font-family: 'VAGRoundedStd-Light';
    font-size: 14px;
    line-height: 1.2;
}

.shortdesc-secure {
    width: 100%;
    float: left;
    font-size: 16px;
    padding-bottom: 10px !important;
}

.hide-secure button a {
    color: #fff !important;
}

.hide-secure button:hover a,
.hide-secure button:focus a {
    color: #ea6610 !important;
}

/**** Snippet ****/
.cms-snippet .wysiwyg-article-base {
    margin-bottom: 0;
}

.cms-snippet .wysiwyg-article-base h1 {
    background-image: none;
    padding-left: 0;
}

.snippet-rappel {
    padding: 0;
    margin-bottom: 15px;
    z-index: 99999;
}

.snippet-rappel .telephone {
    background-color: hsl(36, 90%, 50%);
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.snippet-rappel .rappel {
    padding: 15px 65px 14px 16px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'VAGRoundedStd-Light';
}

.snippet-rappel #rappel {
    position: relative;
}

.cms.snippet .nosconseils {
    clear: both;
}

.snippet-rappel #rappel {
    right: 0;
}


@media screen and (max-width: 991px) {
    .cms-snippet {
        margin-bottom: 30px !important;
    }

    .snippet-rappel .rappel {
        margin-left: 15px;
    }

    .snippet.service .colonne-right {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .snippet-rappel .rappel {
        margin-left: 0;
    }
}


/**** Livechat ****/
.livechat {
    width: 260px;
    background-color: #373737;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
}

.livechat .title {
    font-size: 20px;
    font-family: 'VAGRoundedStd-Thin';
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.livechat .hide_mail {
    background-color: #fff;
}

.livechat .title > span {
    font-family: 'VAGRoundedStd-Bold';
    font-size: 26px;
    line-height: 1;
}

.livechat img {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.livechat input,
.livechat textarea {
    border-radius: 5px;
    border: 1px solid transparent;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.livechat textarea {
    height: 139px;
}

.livechat input::placeholder,
.livechat textarea::placeholder {
    color: #c9c9c9;
    font-style: italic;
    opacity: 1;
}

.livechat button {
    width: 100%;
}

.livechat .image {
    background-image: url("/modules/flexifamily/template/images/livechatclose.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    height: 10px;
    width: 10px;
}

.livechat #action-close-open {
    cursor: pointer;
}

#experts.sup_wrapper {
    position: fixed;
    bottom: -310px;
    right: 0;
    z-index: 99;
    transition: bottom 0.7s linear;
}

#experts.sup_wrapper.top_wrapper {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    #experts.sup_wrapper {
        position: static;
    }

    .livechat {
        border-radius: 0;
        width: 100%;
    }
    #experts .global {
        max-width: 260px;
        margin: 0 auto;
        display: none;
    }

    #experts .title {
        text-align: center;
    }

    #experts .global {
        max-width: 260px;
        margin: 0 auto;
        display: none;
    }

    #experts.top_wrapper .global {
        display: block;
    }
}

.wrapper-form-commande {
    display: flex;
}

.wrapper-form-commande.etape2 {
    justify-content: space-between;
}

.wrapper-form-commande.etape1 {
    justify-content: flex-end
}
