@charset "UTF-8";

.open400 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.open700 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.font02-3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.font02-4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.font02-7 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.caps {
    text-transform: uppercase;
}

.animColor {
    transition: color .3s ease-in-out;
}

.animBG {
    transition: background .3s ease-in-out;
}

.animOpac {
    transition: opacity .3s ease-in-out;
}

.animBTN {
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

.animAll {
    transition: all .3s ease-in-out;
}

*::selection {
    background: RGBa(15, 35, 55, 0.7);
    color: #DDD;
}

*::-moz-selection {
    background: RGBa(15, 35, 55, 0.7);
    color: #DDD;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

p {
    line-height: 30px;
    padding: 0 0 40px 0;
    font-size: 16px;
}

@media screen and (max-width:1400px) {
    p {
        font-size: 14px;
    }
}

p:nth-last-child(1) {
    padding: 0;
}

.wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}

.wrapper1600 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2%;
}

.wrapper1400 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.asCenter {
    align-self: center;
    -webkit-align-self: center;
}

.txtBox h1,
.txtBox h2,
.txtBox .h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e0009;
    font-size: 34px;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width :768px) {

    .txtBox h1,
    .txtBox h2,
    .txtBox .h2 {
        font-size: 22px;
    }
}

.txtBox h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #9e0009;
}

.txtBox p strong {
    color: #0f2337;
}

.txtBox.centerTitle h1,
.txtBox.centerTitle h2,
.txtBox.centerTitle .h2 {
    text-align: center;
}

.txtBox.centerTitle h1:after,
.txtBox.centerTitle h2:after,
.txtBox.centerTitle .h2:after {
    margin: 0 auto;
}

.wannaKnowMore {
    display: inline-block;
    color: #003663;
    border: 2px solid #9e0009;
    border-radius: 8px;
    padding: 7px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    transition: border .3s ease, color .3s ease;
}

.wannaKnowMore:hover {
    border: 2px solid #003663;
    color: #9e0009;
}

.wannaKnowMore.hoverWhite:hover {
    border: 2px solid #FFF;
    color: #FFF;
}

input.wannaKnowMore {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 5px;
}

.pTop10 {
    padding-top: 10px;
}

.hidden {
    display: none !important;
}

.alignCenter {
    text-align: center;
}

#header {
    width: 100%;
    position: relative;
}

#header.accueil {
    height: 100vh;
}

#header.accueil #carouselHeaderHome {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}

#header.accueil #carouselHeaderHome .item {
    width: 100%;
    height: 100vh;
}

#header.pages {
    height: 485px;
}

@media screen and (max-width :768px) {
    #header.pages {
        height: 275px;
        background-position: center top !important;
        margin-top: 85px;
    }
}

#header.pages .logo_top_pages {
    margin-left: -60px;
}

@media screen and (max-width :768px) {
    #header.pages .logo_top_pages {
        display: none;
    }
}

#header .goDown {
    position: absolute;
    cursor: pointer;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/goDownWhite.png) no-repeat center;
}

#top_fix {
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width :768px) {
    #top_fix {
        display: none;
    }
}

#top_fix #topRight {
    position: absolute;
    right: 5%;
    top: 0;
    background: rgba(94, 94, 94, 0.7);
}




#top_fix #topRight a#noTelTop {
    display: block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #FFF;
    color: #0f2337;
    padding: 10px;
    font-size: 18px;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

#top_fix #topRight a#noTelTop img {
    padding: 0 12px 0 0;
}

#top_fix #topRight a#noTelTop:hover {
    background: #0f2337;
    color: #FFF;
}

#top_fix #topRight a#langue_actuelle {
    display: block;
    width: 135px;
    float: right;
    border: 1px solid #9e0009;
    border-top: none;
    padding: 10.5px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    height: 38px;
}

#top_fix #topRight a#langue_actuelle img {
    padding: 0 0 0 10px;
}

#top_fix #topRight a#devis_gratuit {
    display: block;
    float: right;
    border: 1px solid #9e0009;
    border-top: none;
    width: 250px;
    padding: 10.5px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    height: 38px;
}

#top_fix #topRight a#devis_gratuit img {
    padding: 0 10px;
}

#top_fix #topRight ul#choix_langue {
    position: absolute;
    left: 250px;
    width: 135px;
    background: rgba(94, 94, 94, 0.7);

}

#top_fix #topRight ul#choix_langue li a {
    display: block;
    border: 1px solid RGBa(255, 255, 255, 0.4);
    border-top: none;
    padding: 10.5px 33px 10.5px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    transition: background .3s ease-in-out;

}

#top_fix #topRight ul#choix_langue li a img {
    padding: 0 10px;
}

#top_fix #topRight ul#choix_langue li a:hover {
    background: RGBa(255, 255, 255, 0.2);
}

#top_fix .logo img {
    position: absolute;
    left: -5%;
}

@media screen and (max-width:1400px) {
    #top_fix .logo img {
        width: 450px;
    }
}

@media screen and (max-height:850px) {
    #top_fix .logo img {
        width: 450px;
    }
}

@media screen and (max-height:760px) and (min-width:768px) {
    #top_fix .logo img {
        width: 350px;
    }
}

@media screen and (max-height:760px) and (max-width:1024px) and (min-width:768px) {
    #top_fix .logo img {
        left: -8% !important;
    }
}

@media screen and (max-width :1024px) {
    #top_fix .logo img {
        left: -11%;
    }
}

#menu_trigger {
    position: absolute;
    right: 5%;
    top: 90px;
    height: 67px;
    text-align: center;
    z-index: 99;
    background: #fff;
    padding: 0 10px;
}

@media screen and (max-width :768px) {
    #menu_trigger {
        display: none;
    }
}

#menu_trigger .menu_button {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
}

#menu_trigger .menu_button:before,
#menu_trigger .menu_button:after,
#menu_trigger .menu_button span {
    transition: all 300ms ease;
    display: block;
    height: 4px;
    left: 0;
    width: 100%;
    background: #0f2337;
    position: absolute;
    top: 50%;
    content: '';
}

#menu_trigger .menu_button:before {
    margin-top: -11px;
}

#menu_trigger .menu_button:after {
    margin-top: 9px;
}

#menu_trigger .menu_button span {
    margin-top: -1px;
}

#menu_trigger .menu_button.active:before,
#menu_trigger .menu_button.active:after {
    left: 12.5%;
    width: 75%;
    margin-top: -1px !important;
}

#menu_trigger .menu_button.active:before {
    transform: rotate(45deg);
}

#menu_trigger .menu_button.active:after {
    transform: rotate(-45deg);
}

#menu_trigger .menu_button.active span {
    opacity: 0 !important;
    width: 0 !important;
    left: 100% !important;
}

#menu_trigger p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e0009;
    font-size: 15px;
    padding-top: 35px;
    transition: color .3s;
}

#nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: RGBa(0, 33, 87, 0.94);
    visibility: hidden;
    opacity: 0;
    z-index: 88;
    transition: visibility .5s, opacity .5s ease;
}

#nav #logoNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#nav ul {
    width: 100%;
    text-align: center;
    padding: 100px 0 20px 0;
}

@media screen and (max-width :768px) {
    #nav ul {
        padding: 150px 0 20px 0;
    }
}

#nav ul li a {
    display: block;
    position: relative;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    font-size: 34px;
    opacity: 0;
    padding: 20px;
}

#nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    top: 50%;
    z-index: -1;
    transition: all 1.5s ease;
}

#nav ul li a:hover {
    color: #9e0009;
    transition: color .9s .15s ease;
}

#nav ul li a:hover:before {
    top: 0;
    bottom: 0;
    background: RGBa(255, 255, 255, 1);
    transition: all .6s .1s ease;
}

@media screen and (max-width :1024px) {
    #nav ul li a {
        font-size: 4vw;
        padding: 1.3vw;
    }
}

@media screen and (max-width :768px) {
    #nav ul li a {
        font-size: 4.5vw;
        padding: 1.8vw;
    }
}

@media screen and (max-width:680px) {
    #nav ul li a {
        padding: 15px 1.8vw;
    }
}

#nav #phoneNav {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #9e0009;
    font-size: 36px;
    opacity: 0;
    font-weight: bold;
}

#nav #phoneNav:hover {
    color: #FFF;
}

#nav #phoneNav img {
    padding: 0 12px 0 0;
}

#nav.active {
    visibility: visible;
    opacity: 1;
    transition: visibility .5s, opacity .5s ease;
}

#nav.active ul li:nth-child(1) a {
    transition: color .5s .1s ease, opacity 1s .4s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(2) a {
    transition: color .5s .1s ease, opacity 1s .55s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(3) a {
    transition: color .5s .1s ease, opacity 1s .7s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(4) a {
    transition: color .5s .1s ease, opacity 1s .85s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(5) a {
    transition: color .5s .1s ease, opacity 1s 1s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(6) a {
    transition: color .5s .1s ease, opacity 1s 1.15s ease;
    opacity: 1;
}

#nav.active ul li:nth-child(7) a {
    transition: color .5s .1s ease, opacity 1s 1.3s ease;
    opacity: 1;
}

#nav.active #phoneNav {
    transition: color .3s ease, opacity 1s 1.3s ease;
    opacity: 1;
    padding: 0 0 35px 0;
}

#navScroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 127px;
    z-index: 99;
}

#navScroll .bckgWhite {
    height: 120px;
    background: #FFF;
}

#navScroll .wrapper1600 {
    max-width: 90%;
}

#navScroll #NavChatIcon {
    right: 230px;
    top: 36px;
    position: absolute;
    cursor: pointer;
    color: #0f2337;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#navScroll #NavChatIcon span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

#navScroll #NavChatIcon:before {
    width: 75px;
    height: 75px;
    background: url(../images/chat_image.png) no-repeat center;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -85px;
}

@media screen and (max-width :1024px) {
    #navScroll #NavChatIcon {
        right: 270px;
    }

    #navScroll #NavChatIcon span {
        display: none;
    }
}

@media screen and (max-width :768px) {
    #navScroll #NavChatIcon {
        right: 230px;
    }
}

@media screen and (max-width:640px) {
    #navScroll #NavChatIcon {
        display: none;
    }
}

#navScroll a#logoNavScroll {
    display: block;
    top: 10px;
    left: 0%;
    width: 192px;
    height: 127px;
    /*background: url('../images/TCVL-logo.png');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#navScroll div#menu_triggerScroll {
    position: absolute;
    right: 0%;
    top: 10px;
    height: 50px;
    text-align: center;
    z-index: 99;
}

#navScroll div#menu_triggerScroll .menu_button {
    display: block;
    position: relative;
    width: 35px;
    height: 50px;
}

#navScroll div#menu_triggerScroll .menu_button:before,
#navScroll div#menu_triggerScroll .menu_button:after,
#navScroll div#menu_triggerScroll .menu_button span {
    transition: all 300ms ease;
    display: block;
    height: 3px;
    left: 0;
    width: 100%;
    background: #0f2337;
    position: absolute;
    top: 50%;
    content: '';
}

#navScroll div#menu_triggerScroll .menu_button:before {
    margin-top: -9px;
}

#navScroll div#menu_triggerScroll .menu_button:after {
    margin-top: 7px;
}

#navScroll div#menu_triggerScroll .menu_button span {
    margin-top: -1px;
}

#navScroll div#menu_triggerScroll .menu_button.active:before,
#navScroll div#menu_triggerScroll .menu_button.active:after {
    left: 12.5%;
    width: 75%;
    margin-top: -1px !important;
}

#navScroll div#menu_triggerScroll .menu_button.active:before {
    transform: rotate(45deg);
}

#navScroll div#menu_triggerScroll .menu_button.active:after {
    transform: rotate(-45deg);
}

#navScroll div#menu_triggerScroll .menu_button.active span {
    opacity: 0 !important;
    width: 0 !important;
    left: 100% !important;
}

#navScroll div#menu_triggerScroll p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e0009;
    font-size: 11px;
    padding-top: 35px;
    transition: color .3s;
}

#navScroll #noTelTopScroll {
    display: block;
    position: absolute;
    top: 25px;
    right: 85px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0f2337;
    padding: 10px;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

@media screen and (max-width :768px) {
    #navScroll #noTelTopScroll {
        right: 45px;
    }
}

@media screen and (max-width:560px) {
    #navScroll #noTelTopScroll {
        display: none;
    }
}

#navScroll #noTelTopScroll img {
    padding: 0 12px 0 0;
}

.titre_page_modifier {
    display: none;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    margin-top: -130px;
}

.titre_page_modifier div {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    border: 3px solid #fff;
}

.titre_page_modifier div h1 {
    text-transform: uppercase;
    font-size: 45px;
    color: #0f2337;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 20px 20px 10px 20px;
    position: relative;
}

@media screen and (max-width :768px) {
    .titre_page_modifier div h1 {
        font-size: 36px;
    }

    .titre_page_modifier div h1:before {
        display: none;
    }
}

@media screen and (max-width :480px) {
    .titre_page_modifier div h1 {
        font-size: 24px;
    }
}

@media screen and (max-width :768px) {
    .titre_page_modifier {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        margin-top: 0;
    }
}

#slogan {
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width :768px) {
    #slogan {
        top: 42%;
        transform: translateY(-58%);
        float: none;
        position: absolute;
        right: 10%;
        left: 15%;
    }
}

@media screen and (max-width :480px) {
    #slogan {
        float: none;
        margin-right: 0;
    }
}

#slogan #page_title h2 {
    padding: 22px 0 0 0;
}

#slogan #page_title h2 span {
    padding: 20px 15px 20px 15px;
    font-size: 45px;
    display: block;
    text-align: right;
    font-style: italic;
}

#slogan #page_title h2 span:before {
    background: none;
}

#slogan #page_title h2 span span.not-bold {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    font-style: normal;
    font-weight: 400;
}

@media screen and (max-width:1400px) {
    #slogan #page_title h2 span {
        font-size: 3.5vw;
    }
}

@media screen and (max-width :1024px) {
    #slogan #page_title h2 span {
        padding: 5px 15px 5px 15px;
        font-size: 3.4vw;
        height: auto;
    }
}

@media screen and (max-width :768px) {
    #slogan #page_title h2 span {
        height: auto;
        padding: 10px 15px 10px 15px;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #slogan #page_title h2 span {
        font-size: 25px;
    }
}

@media screen and (max-width :768px) {
    #slogan #page_title h2 {
        display: inline-block;
        float: right;
        position: static;
        width: auto;
    }
}

#slogan #page_title h3 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    text-align: right;
}

#slogan #page_title h3 span {
    padding: 10px 22px 10px 15px;
    display: block;
    position: relative;
    font-size: 45px;
    background: #002157;
    border: 5px solid #fff;
    border-top: none;
    float: right;
    width: auto;
}

@media screen and (max-width:1400px) {
    #slogan #page_title h3 span {
        font-size: 3.5vw;
    }
}

@media screen and (max-width :1024px) {
    #slogan #page_title h3 span {
        padding: 5px 15px 5px 15px;
    }

    #slogan #page_title h3 span:after {
        background: none;
    }
}

@media screen and (max-width :768px) {
    #slogan #page_title h3 {
        display: inline-block;
        float: right;
    }
}

@media screen and (max-width:640px) {
    #slogan #page_title h3 span {
        font-size: 16px;
    }
}

@media screen and (max-height:600px) and (min-width:768px) {
    #slogan #page_title h2 {
        margin-top: -40px;
    }
}

@media screen and (max-width :768px) {
    #slogan #page_title {
        position: static;
    }

    #slogan #page_title h1 span:before,
    #slogan #page_title h2 span:before {
        display: none;
    }

    #slogan #page_title h1 span:after,
    #slogan #page_title h2 span:after {
        display: none;
    }
}

#servicesBox01 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 115px 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
}

@media screen and (min-width:1200px) {
    #servicesBox01 {
        background-size: 1200px auto;
    }
}

@media screen and (max-width :1024px) {
    #servicesBox01 {
        background: #FFF !important;
        height: auto;
        min-height: auto;
    }
}

#servicesBox01 #leftCol {
    float: left;
    text-align: right;
}

#servicesBox01 #rightCol {
    float: right;
    text-align: left;
}

#servicesBox01 #leftCol,
#servicesBox01 #rightCol {
    display: block;
    width: 30%;
}

@media screen and (max-width:1300px) {

    #servicesBox01 #leftCol,
    #servicesBox01 #rightCol {
        width: 27.5%;
    }
}

@media screen and (max-width :1024px) {

    #servicesBox01 #leftCol,
    #servicesBox01 #rightCol {
        width: 45%;
    }
}

@media screen and (max-width :480px) {

    #servicesBox01 #leftCol,
    #servicesBox01 #rightCol {
        width: 100%;
        margin-top: 40px;
    }
}

#servicesBox01 #leftCol .serviceItem,
#servicesBox01 #rightCol .serviceItem {
    padding-bottom: 40px;
}

#servicesBox01 #leftCol .serviceItem h3,
#servicesBox01 #rightCol .serviceItem h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e0009;
    font-size: 20px;
}

#servicesBox01 #leftCol .serviceItem img,
#servicesBox01 #rightCol .serviceItem img {
    padding: 20px 0;
}

#servicesBox01 #leftCol .serviceItem img.imgServ,
#servicesBox01 #rightCol .serviceItem img.imgServ {
    padding: 0 0 28px 0;
}

#servicesBox01 #leftCol .serviceItem p,
#servicesBox01 #rightCol .serviceItem p {
    display: inline-block;
    max-width: 300px;
    color: #6d6b6b;
    line-height: 22px;
    font-size: 18px;
}

#servicesBox01 #leftCol .serviceItem:last-child,
#servicesBox01 #rightCol .serviceItem:last-child {
    padding-bottom: 0;
}

@media screen and (max-width :480px) {

    #servicesBox01 #leftCol,
    #servicesBox01 #rightCol {
        float: none;
        text-align: center;
    }
}

#serviceBTNs {
    height: 220px;
    background: #9e0009;
    padding: 10px 0;
}

#serviceBTNs a {
    display: block;
    float: left;
    width: 25%;
    height: 199px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-right: 1px solid #FFF;
    background: RGBa(255, 255, 255, 0);
}

#serviceBTNs a:nth-child(1) {
    border-left: 1px solid #FFF;
}

#serviceBTNs a img {
    display: inline-block;
    padding: 35px 0 25px 0;
    transition: padding .3s ease;
}

#serviceBTNs a p {
    padding: 0 0 30px 0;
    transition: padding .3s ease;
}

#serviceBTNs a:hover img {
    padding: 20px 0 60px 0;
}

#serviceBTNs a:hover p {
    padding: 0 0 10px 0;
}

@media screen and (max-width:900px) {
    #serviceBTNs {
        height: auto;
        padding: 0;
    }

    #serviceBTNs a {
        float: none;
        width: 100%;
        border: none;
        border-bottom: 1px solid #014b88;
    }

    #serviceBTNs a:nth-child(1) {
        border-left: none;
    }

    #serviceBTNs a:nth-last-child(1) {
        border: none;
    }
}

#villesContainer {
    width: 100%;
    padding: 40px 2%;
    background-color: #1e1c1d;
    text-align: center;
}

#villesContainer h2 {
    font-size: 32px;
    color: white;
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

#villesContainer ul li {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    margin: 5px 0;
}

@media screen and (max-width :480px) {
    #villesContainer ul li {
        padding: 10px;
    }
}

#villesContainer ul li:hover a {
    font-weight: 700;
}

#villesContainer ul li:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #9e0009;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3px;
}

#villesContainer ul li:last-child:after {
    display: none;
}

#villesContainer ul li a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
}

#villesContainer ul li a:before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

#main_txt_acc,
.main_txt_acc {
    background: #002157;
    border-bottom: 12px solid #00173d;
    color: #FFF;
}

#main_txt_acc .txtBox,
.main_txt_acc .txtBox {
    width: 60%;
    padding: 115px 5% 115px 12%;
    border-right: 12px solid #00173d;
    color: #FFF;
}

#main_txt_acc .txtBox h1,
.main_txt_acc .txtBox h1 {
    color: #FFF;
}

#main_txt_acc .txtBox ul,
.main_txt_acc .txtBox ul {
    padding-bottom: 40px;
}

#main_txt_acc .txtBox ul li,
.main_txt_acc .txtBox ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 35px;
    text-indent: -35px;
    line-height: 30px;
    font-size: 16px;
}

@media screen and (max-width:1400px) {

    #main_txt_acc .txtBox ul li,
    .main_txt_acc .txtBox ul li {
        font-size: 14px;
    }
}

#main_txt_acc .txtBox p+ul,
.main_txt_acc .txtBox p+ul {
    margin-top: -40px;
}

#main_txt_acc .imgBox,
.main_txt_acc .imgBox {
    width: 40%;
    text-align: center;
}

#main_txt_acc .imgBox a,
.main_txt_acc .imgBox a {
    display: inline-block;
    background: RGBa(255, 255, 255, 1);
    border-radius: 100%;
    padding: 25px;
    width: 300px;
    height: 300px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f2337;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

#main_txt_acc .imgBox a span.big,
.main_txt_acc .imgBox a span.big {
    line-height: 34px;
    font-size: 30px;
    margin: 18px 0 22px 0;
    display: block;
}

#main_txt_acc .imgBox a span.small,
.main_txt_acc .imgBox a span.small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #1ba1d6;
    font-size: 16px;
    line-height: 16px;
}

#main_txt_acc .imgBox a img,
.main_txt_acc .imgBox a img {
    display: block;
    margin: 0 auto;
    padding: 20px;
}

#main_txt_acc .imgBox a:hover,
.main_txt_acc .imgBox a:hover {
    background: RGBa(255, 255, 255, 0.9);
    color: #1ba1d6;
}

@media screen and (max-width :1024px) {

    #main_txt_acc .txtBox,
    .main_txt_acc .txtBox {
        padding: 75px 5%;
    }
}

@media screen and (max-width:900px) {

    #main_txt_acc .txtBox,
    #main_txt_acc .imgBox,
    .main_txt_acc .txtBox,
    .main_txt_acc .imgBox {
        display: block !important;
        width: 100%;
        border: none;
        padding: 40px 5%;
    }

    #main_txt_acc .imgBox,
    .main_txt_acc .imgBox {
        padding: 40px 0;
    }
}

#main_txt_acc .wannaKnowMore,
.main_txt_acc .wannaKnowMore {
    color: #FFF;
}

#immigration,
.home_bloc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 12%;
}

@media screen and (max-width:950px) {

    #immigration,
    .home_bloc {
        background: url('../images/bg_immigration_768.jpg') center no-repeat;
        background-size: cover;
    }

    #immigration .wannaKnowMore,
    .home_bloc .wannaKnowMore {
        color: #0f2337;
        border: 2px solid #0f2337;
    }
}

#immigration p,
.home_bloc p {
    line-height: 24px;
    padding-bottom: 20px;
}

#immigration ul,
.home_bloc ul {
    list-style: disc;
    color: #1ba1d6;
    padding: 0 0 40px 20px;
}

#immigration ul li,
.home_bloc ul li {
    padding: 4px 0;
    color: #0f2337;
}

#immigration .immTxt p,
.home_bloc .immTxt p {
    text-align: left;
}

@media screen and (max-width :1024px) {

    #immigration .immTxt,
    .home_bloc .immTxt {
        max-width: none;
        width: auto;
    }
}

#immigration .txtBox,
.home_bloc .txtBox {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

#immigration .txtBox .redCircle,
.home_bloc .txtBox .redCircle {
    background: url(../images/redCircle.png) no-repeat center;
    padding: 45px;
    width: 254px;
    border-radius: 150px;
    height: 252px;
    text-align: center;
    display: table;
    margin: 0 auto 40px auto;
}

#immigration .txtBox .redCircle p,
.home_bloc .txtBox .redCircle p {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

@media screen and (max-width :1024px) {

    #immigration .txtBox,
    .home_bloc .txtBox {
        display: block;
        width: 100%;
    }
}

#temoignages {
    background: url('../images/bg_temoignage.jpg') center no-repeat;
    background-size: cover;
    padding: 115px 5%;
    overflow: hidden;
    position: relative;
}

#temoignages h2 {
    color: #FFF;
}

#temoignages .temBox {
    position: relative;
    background: #FFF;
    border: 1px solid #9e0009;
    padding: 65px 50px 100px 50px;
}

#temoignages .temBox .temTitle p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
    color: #9e0009;
}

#temoignages .temBox .temTitle p img {
    width: auto !important;
    margin-right: 15px;
    display: inline-block;
}

#temoignages .temBox p {
    color: #4e4e4e;
}

#temoignages .temBox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    height: 24px;
    background: url('../images/temoignage_bottom.png') center no-repeat;
    background-size: cover;
}

#temoignages .temBox .more {
    color: #9e0009;
    font-weight: bold;
    display: block;
}

#temoignages .imgAuthor {
    position: relative;
    padding-left: 50px;
    margin-top: -75px;
    z-index: 2;
}

@media screen and (max-width :480px) {
    #temoignages .imgAuthor {
        padding-left: 12px;
    }
}

#temoignages .imgAuthor .img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 3px solid #9e0009;
}

#temoignages .imgAuthor .author {
    position: absolute;
    top: 20px;
    left: 180px;
}

#temoignages .imgAuthor .author p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #003663;
}

@media screen and (max-width :480px) {
    #temoignages .imgAuthor .author {
        left: 130px;
    }

    #temoignages .imgAuthor .author p {
        font-size: 11px;
    }
}

#temoignages .imgAuthor.noImg .img {
    width: 110px;
    height: 110px;
    border-radius: 0;
    border: none;
}

#temoignages .imgAuthor.noImg .author {
    left: 50px;
}

#temoignages #carousel-temoignages {
    position: relative;
}

#temoignages #carousel-temoignages .unTemoignage {
    width: 48%;
    margin: 0 1%;
    float: left;
}

@media screen and (max-width :1024px) {
    #temoignages #carousel-temoignages .unTemoignage {
        width: 100%;
        margin: 1% 0;
        float: none;
    }
}

#temoignages #carousel-temoignages .owl-item .unTemoignage {
    width: 100%;
    margin: 0;
    float: none;
}

@media screen and (max-width :1024px) {
    #temoignages #carousel-temoignages .owl-item .unTemoignage {
        margin: 0;
    }
}

#temoignages #controls {
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 9;
}

#temoignages #controls #forward,
#temoignages #controls #backward {
    float: right;
    cursor: pointer;
}

#temoignages #controls #forward span,
#temoignages #controls #backward span {
    font-size: 28px;
    color: #ffc600;
    transition: color .3s ease-in-out;
}

#temoignages #controls #forward span:hover,
#temoignages #controls #backward span:hover {
    color: #1BA1D6;
}

#temoignages #controls #backward {
    float: left;
}

#choisir_destination {
    position: absolute;
    background: url(../images/bckgAutoQuote.png);
    border-radius: 0 90px 90px 0;
    left: 13%;
    right: 13%;
    top: 75%;
    transform: translateY(-25%);
    height: 90px;
    padding: 20px 0;
    box-sizing: content-box;
    max-width: 1100px;
    margin: auto;


}

#choisir_destination img,
#choisir_destination p,
#choisir_destination select,
#choisir_destination a {
    display: inline-block;
}

#choisir_destination img {
    position: absolute;
    left: -5px;
    bottom: -90px;
}

#choisir_destination p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 200%;
    text-transform: uppercase;
    color: #fff;
    margin-left: 2.5%;
    position: relative;
    top: 30px;
}

#choisir_destination select {
    width: auto;
    position: relative;
    top: 34px;
    margin-left: 20px;
    width: 36%;
    background-color: transparent;
    border: 1px solid white;
    font-family: 'Open sans', sans-serif;
    font-size: 1.5vw;
    color: #fff;
    padding: 5px 0 5px 20px;
    position: absolute;
    right: 110px;
    height: 61px;
}

#choisir_destination select option {
    font-size: 16px;
    color: #3f3f3f;
}

#choisir_destination select optgroup {
    font-size: 16px;
    color: #3f3f3f;
}

#choisir_destination a {
    background-image: url('../images/submit_planet.png');
    height: 60px;
    width: 62px;
    background-size: cover;
    position: absolute;
    top: 34px;
    right: 23px;
    transition: opacity 0.3s;
}

#choisir_destination a:hover {
    background-image: url('../images/submit_planet_hover.png');
}

@media screen and (max-width :1024px) {
    #choisir_destination {
        padding: 10px 0;
    }

    #choisir_destination img {
        display: none;
    }

    #choisir_destination p {
        margin-left: 2.5%;
        font-size: 2.53w;
    }

    #choisir_destination select {
        top: 29px;
        height: 51px;
        right: 110px;
        width: 30%;
    }

    #choisir_destination a {
        top: 29px;
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width :768px) {
    #choisir_destination {
        top: 65%;
        left: 50%;
        margin-left: -150px;
        width: 299px;
        padding: 10px 0;
        height: 80px;
        border-radius: 100px;
    }

    #choisir_destination p {
        margin: 0;
        display: block;
        font-size: 16px;
        top: auto;
        text-align: center;
    }

    #choisir_destination select {
        position: absolute;
        top: 50px;
        right: auto;
        left: 15%;
        height: 40px;
        margin: 0;
        padding: 5px 0 5px 5px;
        width: 150px;
        font-size: 12px;
    }

    #choisir_destination a {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50px;
        right: 15%;
    }
}

#index_france #serviceBTNs {
    background: #9e0009;
}

#index_france #serviceBTNs a {
    border-right: 1px solid #FFF;
}

#index_france #serviceBTNs a:nth-child(1) {
    border-left: 1px solid #FFF;
}

#index_france #main_txt_acc {
    background: #002157;
    border-bottom: 12px solid #003663;
}

#index_france #main_txt_acc .txtBox {
    border-right: 12px solid #003663;
}

#index_france #temoignages {
    background: url('../images/temoignage_bg_france.jpg') center no-repeat;
    background-size: cover;
}

#index_france #temoignages .temBox {
    background: #1ba1d6;
}

#index_france #temoignages .temBox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    height: 24px;
    background: url('../images/temoignage_bottom_france.png') center no-repeat;
}

#index_france #temoignages .imgAuthor .author p {
    color: #0f2337;
}

#page_title h1,
#page_title h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    color: #9e0009;
    padding: 22px 0 15px 0;
    margin-top: -130px;
}

@media screen and (max-width :768px) {

    #page_title h1,
    #page_title h2 {
        margin-top: 0;
        position: absolute;
        bottom: 60px;
        font-size: 6vw;
    }
}

@media (min-width: 769px) and (max-width: 1290px){
    #choisir_destination p{
        width: 50%;
        position: unset;
        padding: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
    #choisir_destination{
        display: flex;
    }
}

#page_title h1 span,
#page_title h2 span {
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #fff;
}

#page_title h1 span:before,
#page_title h2 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: -75px;
    width: 59px;
    height: 65px;
    background: url('../images/h1_before.png') center no-repeat;
    background-size: 100% 100%;
}

.txtZone {
    padding: 115px 0;
}

.txtZone ul {
    padding-bottom: 40px;
    padding-left: 27px;
    color: #888;
}

.txtZone ul li {
    line-height: 30px;
    text-indent: -27px;
}

.txtZone ul li:before {
    content: "";
    width: 8px;
    height: 7px;
    background-image: url('../images/blue_arrow.png');
    display: inline-block;
    margin-right: 20px;
}

.txtZone ol {
    padding-bottom: 40px;
    padding-left: 27px;
    color: #888;
}

.txtZone ol li {
    line-height: 30px;
}

.txtZone p {
    color: #888;
}

.txtZone table {
    margin-bottom: 50px;
}

.txtZone thead {
    font-weight: bold;
    background-color: #ccc;
    border: 1px solid #aaa;
    cellpadding: 5px;
}

.txtZone td,
.txtZone th {
    border: 1px solid #aaa;
    padding: 5px;
}

.txtZone .img_service {
    display: block;
    margin: 0 auto;
}

#forces {
    background: url('../images/img_about_02.jpg') center no-repeat;
    background-size: cover;
    padding: 115px 2%;
}

#forces h2 {
    color: #FFF;
}

#forces p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width :768px) {
    #forces p {
        line-height: 18px;
    }
}

#forces p span {
    color: #9e0009;
    padding: 0 20px;
}

@media screen and (max-width :768px) {
    #forces p span {
        opacity: 0;
        display: block;
    }
}

#btnZone {
    background: #9e0009;
    border-bottom: 6px solid #003663;
}

#btnZone a {
    display: block;
    position: relative;
    float: left;
    height: 240px;
    text-align: center;
    background: RGBa(255, 255, 255, 0);
    padding: 12px;
    border-bottom: 1px solid RGBa(0, 54, 99, 0);
    transition: background .6s ease, border .4s ease;
}

@media screen and (max-width :1024px) {
    #btnZone a {
        width: 100% !important;
        height: auto !important;
        border-bottom: 1px solid #ffc600 !important;
    }
}

#btnZone a:hover,
#btnZone a.active {
    border-bottom: 12px solid RGBa(0, 54, 99, 1);
    background: #9d0009;
}

#btnZone a p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    line-height: 18px;
    padding: 65px 0 0 0;
    font-weight: bold;
}

@media screen and (max-width:1100px) {
    #btnZone a p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width :1024px) {
    #btnZone a p {
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 5px 0 !important;
    }
}

#btnZone a img {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 7px);
    width: 35px;
}

@media screen and (max-width :1024px) {
    #btnZone a img {
        display: none !important;
    }
}

@media screen and (max-width :1024px) {
    #btnZone {
        border-bottom: 3px solid #ffc600 !important;
        border-top: 3px solid #ffc600 !important;
    }
}

.faqItem {
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0 8px 0;
    cursor: pointer;
}

.faqItem .question {
    padding: 0 0 12px 0;
}

.faqItem .question.active span.plus {
    opacity: 0;
}

.faqItem .question.active span.minus {
    opacity: 1;
}

.faqItem .question p {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0f2337;
}

.faqItem .question p span.plus {
    position: absolute;
    right: 0;
    opacity: 1;
    transition: 0.3s opacity ease;
    color: #9e0009;
    font-size: 24px;
}

.faqItem .question p span.minus {
    position: absolute;
    right: 1px;
    opacity: 0;
    transition: 0.3s opacity ease;
    width: 11px;
    height: 3px;
    top: 14px;
    background: #9e0009;
}

.faqItem .reponse p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #727272;
    padding: 0 0 12px 0;
}

#canada {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20.416%;
    background: url('../images/bg-canada.jpg') center no-repeat;
    position: relative;
}

#canada .inside {
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 200px 200px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 1350px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: url('../images/bg-canada-blur.jpg') center no-repeat;
    -webkit-box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.4);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}

#canada .inside .big_title {
    font-size: 52px;
    color: #fff;
}

#canada .inside .the_button {
    color: #ffc600;
    font-size: 26px;
}

#canada .inside .the_button div {
    border-radius: 8px;
    display: inline-block;
    border: 3px solid #ffc600;
    padding: 13px 18px;
}

@media screen and (max-width:1400px) {
    #canada {
        min-height: 300px;
        padding: 0;
    }

    #canada .inside {
        min-width: 65%;
    }

    #canada .inside .big_title {
        font-size: 50px;
        margin-bottom: 2% !important;
    }

    #canada .inside .the_button {
        font-size: 25px;
    }
}

@media screen and (max-width :1024px) {
    #canada {
        max-height: 392px;
    }

    #canada .inside {
        min-width: 85%;
        padding: 4vw;
    }

    #canada .inside .big_title {
        font-size: 6vw;
        margin-bottom: 3vw !important;
    }

    #canada .inside .the_button {
        font-size: 3vw;
    }

    #canada .inside .the_button div {
        padding: 2vw;
    }
}

@media screen and (max-width :480px) {
    #canada {
        min-height: 200px;
    }
}

.sitemap a {
    color: black;
}

.sitemap a:hover {
    color: #1b9cd0;
}

.sitemap .title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
}

.sitemap .pages {
    padding: 20px;
}

.formTitle p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f2337;
    font-size: 16px;
    padding: 0 0 20px 0;
}

.tinyGrey {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    margin: 0 0 20px 0;
}

.spaceUp {
    padding-top: 25px;
}

label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
}

@media screen and (max-width :768px) {
    label {
        font-size: 14px;
    }
}

form#estimationForm,
form#emploiForm {
    position: relative;
    padding: 20px 0 0 0;
    min-height: 375px;
    overflow: hidden;
}

form#estimationForm p,
form#emploiForm p {
    display: inline-block;
    padding-top: 5px;
}

form#estimationForm label,
form#emploiForm label {
    width: 125px;
    display: inline-block;
    vertical-align: middle;
}

form#estimationForm input:not(.soumettre),
form#estimationForm textarea,
form#emploiForm input:not(.soumettre),
form#emploiForm textarea {
    width: calc(100% - 145px);
    margin-left: 15px;
    background: #ebebeb;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    transition: background .3s ease-in-out;
}

form#estimationForm input:not(.soumettre):focus,
form#estimationForm textarea:focus,
form#emploiForm input:not(.soumettre):focus,
form#emploiForm textarea:focus {
    background: #cccccc;
}

form#estimationForm input:not(.soumettre)#date,
form#estimationForm textarea#date,
form#emploiForm input:not(.soumettre)#date,
form#emploiForm textarea#date {
    width: 50%;
}

form#estimationForm textarea,
form#emploiForm textarea {
    margin-left: 0;
}

form#estimationForm select,
form#emploiForm select {
    width: calc(100% - 145px);
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

form#estimationForm .arrow_down:after,
form#emploiForm .arrow_down:after {
    right: 1px;
}

form#estimationForm .full p,
form#emploiForm .full p {
    width: 162px;
    padding: 0;
}

form#estimationForm .full label,
form#emploiForm .full label {
    width: 165px;
}

form#estimationForm .full input,
form#emploiForm .full input {
    width: calc(100% - 290px);
}

form#estimationForm .full:after,
form#emploiForm .full:after {
    right: 106px;
}

@media screen and (max-width :768px) {

    form#estimationForm .full label,
    form#emploiForm .full label {
        width: 100%;
    }

    form#estimationForm .full p,
    form#estimationForm .full input,
    form#emploiForm .full p,
    form#emploiForm .full input {
        width: calc(100% - 105px);
    }
}

form#estimationForm .radioGroup,
form#emploiForm .radioGroup {
    display: inline-block;
    padding-right: 20px;
}

form#estimationForm .radioGroup label,
form#estimationForm .radioGroup input,
form#emploiForm .radioGroup label,
form#emploiForm .radioGroup input {
    width: auto;
}

form#estimationForm .radioGroup label,
form#emploiForm .radioGroup label {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0f2337;
    position: relative;
    padding: 10px 15px 10px 0;
    cursor: pointer;
}

form#estimationForm .radioGroup label:before,
form#emploiForm .radioGroup label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url('../images/form_radio_off_blue.png') center no-repeat;
    transition: background .2s ease;
}

form#estimationForm .radioGroup input,
form#emploiForm .radioGroup input {
    display: none;
}

form#estimationForm .radioGroup input:checked+label:before,
form#emploiForm .radioGroup input:checked+label:before {
    background: url('../images/form_radio_on_blue.png') center no-repeat;
}

form#estimationForm .radioGroup.extraPadding label,
form#emploiForm .radioGroup.extraPadding label {
    padding: 20px 35px 20px 0;
}

form#estimationForm .datePickerWrapper label,
form#emploiForm .datePickerWrapper label {
    float: left;
    margin-top: 9px;
}

form#estimationForm .datePickerWrapper .datepicker,
form#estimationForm .datePickerWrapper .datepicker_en,
form#emploiForm .datePickerWrapper .datepicker,
form#emploiForm .datePickerWrapper .datepicker_en {
    position: relative;
    width: calc(100% - 190px);
    float: right;
}

form#estimationForm .datePickerWrapper .ui-datepicker-trigger,
form#emploiForm .datePickerWrapper .ui-datepicker-trigger {
    background: #fff;
    margin-left: 21px;
    margin-top: 10px;
}

@media screen and (max-width :768px) {

    form#estimationForm .datePickerWrapper label,
    form#emploiForm .datePickerWrapper label {
        margin: 15px 0;
        float: none;
    }

    form#estimationForm .datePickerWrapper .datepicker,
    form#estimationForm .datePickerWrapper .datepicker_en,
    form#emploiForm .datePickerWrapper .datepicker,
    form#emploiForm .datePickerWrapper .datepicker_en {
        width: calc(100% - 50px);
    }

    form#estimationForm .datePickerWrapper .ui-datepicker-trigger,
    form#emploiForm .datePickerWrapper .ui-datepicker-trigger {
        margin-left: 0;
        margin-top: 10px;
    }
}

form#estimationForm ::-webkit-input-placeholder,
form#emploiForm ::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
}

form#estimationForm :-moz-placeholder,
form#emploiForm :-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
}

form#estimationForm ::-moz-placeholder,
form#emploiForm ::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
}

form#estimationForm :-ms-input-placeholder,
form#emploiForm :-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
}

@media screen and (max-width :768px) {

    form#estimationForm label,
    form#emploiForm label {
        width: 100%;
        margin: 15px 0;
    }

    form#estimationForm input:not(.soumettre),
    form#estimationForm textarea,
    form#estimationForm select,
    form#emploiForm input:not(.soumettre),
    form#emploiForm textarea,
    form#emploiForm select {
        width: 100%;
        margin-left: 0;
    }

    form#estimationForm .arrow_down:after,
    form#emploiForm .arrow_down:after {
        top: 44px;
    }
}

form .arrow_down input:focus {
    background: #ebebeb !important;
}

form#emploiForm {
    padding-bottom: 100px;
}

form#emploiForm .soumettre {
    margin-top: 50px;
}

#stepToComplete {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

#stepToComplete p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #9e0009;
    font-size: 18px;
}

#loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

#loading .table {
    height: 100%;
}

#slideChanger {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

#slideChanger .wannaKnowMore {
    display: inline-block;
    margin: 0 10px;
}

.input_file_container {
    position: relative;
}

.input_file_container input {
    text-align: right;
}

#choose_file {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 20px;
    width: 100%;
}

.info_box {
    float: right;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

.info_box .inner_wrap {
    border: 2px solid #1BA1D6;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    min-width: 25px;
    min-height: 26px;
}

.info_box .icon {
    color: #1BA1D6;
    font-size: 20px;
    padding: 3px 7px 3px 9px;
    font-weight: bold;
    position: relative;
    z-index: 200;
}

.info_box .overflow {
    overflow: hidden;
    width: 0;
    height: 0;
    border-radius: 8px;
}

.info_box .overflow .text_container {
    padding: 25px;
    width: 300px;
}

.info_box .overflow .text_container p {
    color: #888;
    font-size: 11px;
    line-height: 20px;
}

.info_box:hover .inner_wrap {
    transition: right 200ms ease;
    right: -150px;
}

.info_box:hover .icon {
    visibility: hidden;
}

.info_box:hover .overflow {
    width: 300px;
    height: auto;
    transition: width 200ms ease;
}

@media screen and (max-width :768px) {
    .info_box {
        display: none;
    }
}

#progress_bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

#progress_bar #bar {
    width: 100%;
    height: 2px;
    background-color: #1e344b;
}

#progress_bar .etape {
    padding: 9px;
    position: absolute;
    top: -29px;
    background-color: #9e0009;
    border-radius: 50%;
    border: 20px solid white;
}

#progress_bar .etape:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    border-radius: 50%;
    transition: all 0.3s;
}

#progress_bar .etape.reached:after {
    opacity: 0;
}

#progress_bar #etape1 {
    left: calc(0% - 20px);
}

#progress_bar #etape2 {
    left: calc(50% - 30px);
}

#progress_bar #etape3 {
    left: calc(100% - 45px);
}

select {
    width: 100%;
    background-color: #ebebeb;
    padding: 19px 20px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url('../images/date_picker_prev_blue.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.ui-datepicker .ui-datepicker-prev:hover {
    background-color: transparent;
    border-color: transparent;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url('../images/date_picker_next_blue.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.ui-datepicker .ui-datepicker-next:hover {
    background-color: transparent;
    border-color: transparent;
}

.ui-widget-header {
    background-color: #fff;
    border-color: #fff;
    color: #3f3f3f;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #3f3f3f;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #aaa;
    border-color: #aaa;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
    border-color: #aaa;
    background-color: #aaa;
}

.arrow_down {
    position: relative;
}

.arrow_down select,
.arrow_down input {
    cursor: pointer;
}

.arrow_down:after {
    content: "";
    display: block;
    width: 45px;
    background: #ebebeb url('../images/form_arrow_down_blue.png') center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

#thanks {
    text-align: center;
}

#thanks h1,
#thanks h2 {
    text-align: center;
}

#thanks #quoteResult h2 {
    text-transform: none;
    font-size: 26px;
    padding: 0 0 15px 0;
}

#thanks #quoteResult h2:after {
    display: none;
}

#thanks #quoteResult p {
    padding: 0 0 20px 0;
}

#thanks #quoteResult table.summary {
    margin: 0 auto 20px;
    text-align: left;
}

#thanks #quoteResult table.summary td {
    padding: 7px;
    font-size: 16px;
    vertical-align: middle;
}

#thanks #quoteResult table.summary td h3 {
    text-transform: none;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 22px;
}

#thanks #quoteResult table.summary td h4 {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}

#thanks #quoteResult table.summary td b {
    font-weight: bold;
}

#thanks #quoteResult table.summary td span {
    font-size: 20px;
}

#blocNumTel {
    width: 100%;
    background: #9e0009;
    border-bottom: 6px solid #003663;
    text-align: center;
    padding: 80px 2%;
}

#blocNumTel p {
    display: inline-block;
    position: relative;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2vw;
    padding-left: 75px;
}

#blocNumTel p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 50px;
    height: 50px;
    background: url('../images/phone_nj.png') center no-repeat;
}

@media screen and (max-width :768px) {
    #blocNumTel p:before {
        position: relative;
        margin: 0 auto;
        top: auto;
        left: auto;
    }
}

#blocNumTel p span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

@media screen and (max-width:1200px) {
    #blocNumTel p span {
        display: block;
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width :768px) {
    #blocNumTel p {
        padding-left: 0;
        font-size: 18px;
        padding-top: 30px;
    }

    #blocNumTel p:before {
        top: -30px;
    }

    #blocNumTel p strong:first-of-type {
        margin-top: 15px;
        display: inline-block;
    }
}

#blocNumTel a {
    color: #fff;
}

.whiteBG {
    background: #FFF;
    padding: 0 2%;
}

@media screen and (max-width :768px) {
    .whiteBG {
        padding: 20px;
    }
}

.txtZone.njoindre {
    background: #FFF;
    background-size: cover;
}

.txtZone.njoindre .borderGrey {
    border: 1px solid #ebebeb;
    padding: 100px 0 0 80px;
}

@media screen and (max-width:540px) {
    .txtZone.njoindre .borderGrey {
        display: block;
        padding: 0;
        border: none;
    }
}

.txtZone.njoindre div.row>div {
    text-align: center;
}

.txtZone.njoindre div.row>div .centerBox {
    display: block;
    margin: 0 auto;
}

.txtZone.njoindre div.adresse img {
    display: block;
    float: left;
    width: 40px;
}

.txtZone.njoindre div.adresse .adresseTxt {
    display: block;
    float: right;
    width: calc(100% - 70px);
    margin-bottom: 75px;
}

@media screen and (max-width :768px) {
    .txtZone.njoindre div.adresse .adresseTxt {
        padding: 0 0 20px 0;
    }
}

.txtZone.njoindre div.adresse .adresseTxt p {
    text-align: left;
    font-size: 14px;
}

.txtZone.njoindre div.adresse .adresseTxt a {
    color: #9e0009;
}

.txtZone.njoindre div.adresse .adresseTxt .ville p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e0009;
}

@media screen and (max-width:540px) {
    .txtZone.njoindre div.adresse img {
        display: none;
    }

    .txtZone.njoindre div.adresse .adresseTxt {
        width: 100%;
    }
}

.txtZone.njoindre .leftSpacer {
    padding-left: 10%;
}

@media screen and (max-width :1024px) {
    .txtZone.njoindre .leftSpacer {
        padding-left: 0;
    }
}

.carriere {
    display: block;
    background: #00173d;
    padding: 50px 2%;
}

@media screen and (max-width:900px) {
    .carriere {
        text-align: center;
    }
}

.carriere>div>p {
    display: inline-block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    color: #FFF;
    padding: 0;
}

.carriere>div>p:after {
    content: '';
    display: block;
    position: absolute;
    right: -130px;
    top: -2px;
    width: 56px;
    height: 40px;
    background: url('../images/fleche.png') center no-repeat;
    transition: right .8s ease;
}

@media screen and (max-width :1024px) {
    .carriere>div>p:after {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .carriere>div>p {
        display: block;
    }
}

.carriere>div>p span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #9e0009;
}

.carriere .wannaKnowMore {
    color: #FFF;
    border: 2px solid #9e0009;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    float: right;
    margin: -36px 0 0 0;
    padding: 6px 12px;
}

@media screen and (max-width:900px) {
    .carriere .wannaKnowMore {
        float: none;
        margin: 25px 0 0 0;
    }
}

.carriere:hover p:after {
    right: -230px;
}

#footer {
    width: 100%;
    padding: 0 0 55px 0;
    background: #002157;
}

#footer #tierOne {
    display: block;
    float: left;
    width: 43%;
    padding: 80px 0 0 0;
}

#footer #tierOne .social {
    display: none;
    padding: 25px 0 0 80px;
}

#footer #tierOne .social a {
    display: inline-block;
    padding: 15px;
}

#footer #tierOne .social a:hover {
    opacity: 0.5;
}

@media screen and (max-width :1024px) {
    #footer #tierOne {
        width: 50%;
    }

    #footer #tierOne .social {
        display: block;
    }
}

@media screen and (max-width :768px) {
    #footer #tierOne {
        width: 100%;
        text-align: center;
    }

    #footer #tierOne .social {
        padding: 25px 0 0 0;
        width: 100%;
    }
}

#footer #tierTwo {
    display: block;
    float: left;
    width: 33%;
    padding: 80px 0 0 0;
}

#footer #tierTwo p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    padding: 0 0 15px 0;
}

#footer #tierTwo a {
    display: block;
    font-size: 14px;
    color: #FFF;
    text-decoration: underline;
    padding: 0 0 5px 0;
}

#footer #tierTwo a:hover {
    opacity: 0.5;
}

@media screen and (max-width :768px) {
    #footer #tierTwo {
        text-align: center;
        width: 100%;
    }
}

#footer #tierThree {
    display: block;
    float: left;
    width: 33%;
    text-align: right;
    min-height: 10px;
}

#footer #tierThree img.france_flag {
    padding: 80px 80px 0 0;
}

#footer #tierThree .social {
    display: block;
    padding: 25px 0 0 50px;
    position: absolute;
    bottom: 0;
    right: 2%;
}

#footer #tierThree .social a {
    display: inline-block;
    padding: 15px;
}

#footer #tierThree .social a:hover {
    opacity: 0.5;
}

@media screen and (max-width :1024px) {
    #footer #tierThree {
        display: none;
    }
}

#cammed {
    background: #9e0009;
}

#cammed #links {
    display: block;
    float: left;
}

#cammed #cameleon {
    display: block;
    float: right;
}

#cammed p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    color: #FFF;
}

#cammed p a {
    display: inline-block;
    color: #FFF;
    padding: 25px 0;
}

#cammed p a:hover {
    opacity: 0.5;
}

@media screen and (max-width :1024px) {

    #cammed #links,
    #cammed #cameleon {
        width: 100%;
        text-align: center;
    }

    #cammed #links *,
    #cammed #cameleon * {
        font-size: 12px;
        letter-spacing: 1px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

    #cammed #links a,
    #cammed #cameleon a {
        padding: 10px 0 !important;
    }
}

@media screen and (max-width:400px) {

    #cammed #links,
    #cammed #cameleon {
        width: 100%;
        text-align: center;
    }

    #cammed #links *,
    #cammed #cameleon * {
        font-size: 3vw;
        letter-spacing: 0px;
    }

    #cammed #links a,
    #cammed #cameleon a {
        padding: 0 !important;
    }
}

@media print {

    #top_fix,
    #menu_trigger,
    #nav,
    #navScoll,
    #header,
    #footer,
    #cammed {
        display: none;
    }
}


.above-locations-text{
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    color: #002157;
    background: white;
    height: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;

}

@media  (max-width: 800px){

    .above-locations-text{
        font-size: 25px;
    }

}

.above-btn-zone{
    background-color: #002157;
    color: white;
    text-transform: uppercase;
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 32px;


}
.above-btn-zone h1{
    margin: 20px;
font-weight: bold;
}

.offer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.offer-section h2 {

    color: darkblue;
    align-self: center;
    margin: 50px 10px;
    padding: 24px;
    font-size: 34px;
    justify-content: center;
    font-weight: bold;
}

.offers-section {
    display: flex;
    gap: 50px;

    align-items: center;
    justify-content: center;



    /*background-color: #011b7a;*/
}
.offer-section p{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 24px;
    margin: 10px;
    /*background-color: red;*/
    /*color: white;*/
}

@media  (max-width : 768px ){
    .offers-section{
        flex-direction: column;
        gap: 20px; /* Adjust the gap for better spacing in the column layout */
        height: auto;
    }

}
.outer-sec {
    /*background-color: #d0021b;*/
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 14px;
    line-height: 1.5;
    color: white;
}

.best-van-line{
    background-color: #002157;
    color: white;
    padding: 20px 5% 50px 12%;
}

.best-van-line h2{
    font-size: 28px;
    padding: 10px;
    margin: 5px;
    font-weight: bold;
}

.best-van-line-list ul{
    list-style: disc;
    line-height: 28px;
    padding: 24px;

}


.image-container {
    position: relative;
    display: inline-block;
}

.asterisk {
    position: absolute;
    top: 37%;
    right: 13px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    /*color: red;*/
    /*background-color: white;*/
    border-radius: 50%;
    padding: 2px 6px;
}