 @font-face {

    font-family: 'OpenSans-Medium';

    src: url('../fonts/OpenSans-Medium.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'OpenSans-Bold';

    src: url('../fonts/OpenSans-Bold.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'OpenSans-Regular';

    src: url('../fonts/OpenSans-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'OpenSans-Light';

    src: url('../fonts/OpenSans-Light.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



* {

    margin: 0;

    padding: 0;

}



p {

    margin: 0;

}



a {

    text-decoration: none;

}



li {

    list-style-type: none;

}



ul {

    padding: 0;

    margin: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

}





/*--------------------------css header------------------------------*/



.menu_nav li {

    display: inline-block;

    margin-right: 40px;

}



.menu_nav a {

    font-size: 16px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

}



.menu_nav a:hover {

    border-bottom: 2px solid #49ace0;

}



.menu_nav li:last-child a:hover {

    border-bottom: none;

}



.menu_nav li:last-child {

    margin-right: 0;

}



#hamburger {

    display: none;

}



.conetnu_menu {

    display: none;

}


@media(min-width: 768px) and (max-width: 991px) {

    .menu_nav a {

        font-size: 14px;

    }

    .menu_nav li {

        margin-right: 20px;

    }

}



@media(max-width: 768px) {

    .header{
        position: fixed;
        background-color: #fff;
        width: 100%;
        z-index: 999;
    }

    /*---menu------*/

    .menu_nav {

        display: none;

    }

    #hamburger {

        display: block;

        cursor: pointer;

        text-align: -webkit-right;

        margin-top: 16px;

        z-index: 10;

        position: relative;

    }
    .animate{
        position: fixed !important;
        top: 20px;
        right: 16px;
    }

    .bar {

        display: block;

        width: 40px;

        height: 5px;

        margin-top: 6px;

        margin-right: 3px;

        background: #49ace0;

        transition: 0.25s;

        -webkit-transition: 0.25s;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

    }

    .animate .bar:nth-child(1) {

        transform: translateY(0px) rotate(135deg);

    }

    .animate .bar:nth-child(2) {

        opacity: 0;

    }

    .animate .bar:nth-child(3) {

        transform: translateY(-22px) rotate(-135deg);

    }

    .selected {

        transform: translatex(0) !important;

    }

    .conetnu_menu {

        display: block;

        transform: translatex(-100%);

        transition: transform 0.4s ease-in-out;

        background: #2657a0;

        padding: 50px;

        position: fixed;

        top: 0px;

        left: 0;

        height: 100vh;

        width: 100%;

        overflow-y: auto;

        display: flex;

        justify-content: center;

        align-items: center;

        z-index: 10;

    }

    .conetnu_menu li {

        display: block;

        margin-bottom: 40px;

    }

    .conetnu_menu li:nth-child(1) {

        text-align: center;

        margin-bottom: 60px;

    }

    .conetnu_menu a {

        font-size: 25px;

        font-family: 'OpenSans-Bold';

        color: #fff;

    }

    .conetnu_menu li {

        font-size: 16px;

        font-family: 'OpenSans-Bold';

        color: #fff;

    }

    .line-line-menu {

        width: 300px;

        height: 2px;

        background-color: #49ace0;

        margin: 40px 0;

    }

    .conetnu_menu li:last-child {

        display: flex;

    }
    .switcher_home{
        padding-top: 104px;
    }

    .switcher_fixed{
        padding-top: 104px;
    }
}





/*---------------*/





/*--------------------------css footer------------------------------*/



.footer {

    background-color: #2657a0;

}



.logo_footer li {

    font-size: 12px;

    font-family: 'OpenSans-Regular';

    color: #e2e2e2;

    display: inline-block;

}



.nav_footer li {

    display: inline-block;

    padding-right: 8px;

}



.nav_footer li:last-child {

    padding-right: 0;

}



.nav_footer a {

    font-size: 12px;

    font-family: 'OpenSans-Regular';

    color: #88d4ff;

}



.copy_right h3 {

    font-size: 12px;

    font-family: 'OpenSans-Regular';

    color: #fff;

}



.copy_right span {

    font-family: 'OpenSans-Bold';

}


.contact_footer{
    margin-top: 15px;
}
.contact_footer span {

    padding-right: 8px;

}



.contact_footer li {

    font-size: 12px;

    font-family: 'OpenSans-Bold';

    color: #fff;

    padding-bottom: 16px;

}



.media span {

    font-size: 12px;

    font-family: 'OpenSans-Bold';

    color: #fff;

}



.media li {

    display: inline-block;

    padding-right: 8px;
    padding-bottom: 20px;

}



.map_footer {

    overflow: hidden;

}



.map_footer iframe {

    width: 100%;

    height: 212px;

    margin-top: -55px;

}



@media (min-width: 768px) and (max-width: 1199px) {

    .nav_footer a {

        font-size: 10px;

    }

    .contact_footer li {

        font-size: 11px;

    }

}



@media (max-width: 767px) {

    .nav_footer li {

        display: block;

        padding-right: 0;

    }

}





/*------------------------- css home --------------------------------*/





/*-----------css switcher----------*/


.titre_switcher_home {

    width: 20%;

    position: absolute;

    top: 20%;

    left: 20%;

}



.titre_switcher_home h2 {

    font-size: 72px;

    font-family: 'OpenSans-Bold';

    color: #fff;

}



.titre_switcher_home span {

    display: block;

    font-size: 36px;

    font-family: 'OpenSans-Light';

    color: #fff;

    padding-top: 16px;

}

.titre_switcher_metiers span {

    display: block;

    font-size: 2vmax;

    font-family: 'OpenSans-Regular';

    color: #fff;

    padding-top: 16px;

}
.switcher_home_new{
    max-width: 335px !important;
}



#switcher_home .owl-dots {

    position: absolute;

    bottom: 5%;

    left: 50%;

}
@media(max-width: 575px) {
    #switcher_home .owl-dots {

        left: 40%;

    }
    .titre_form li h1 {
        font-size: 25px;
    }
}



#switcher_home.owl-carousel .owl-dots button.owl-dot {

    background-color: #f9f9f9;

    padding: 8px !important;

    border-radius: 50%;

    margin: 4px;

}



#switcher_home.owl-carousel .owl-dots button.owl-dot.active {

    background: #97cce7;

    padding: 10px !important;

}

#switcher_home.owl-carousel .owl-dots button.owl-dot {

    background-color: #f9f9f9;

    padding: 8px !important;

    border-radius: 50%;

    margin: 4px;

}



#switcher_home.owl-carousel .owl-dots button.owl-dot.active {

    background: #97cce7;

    padding: 10px !important;

}



#switcher_home .owl-carousel,

#switcher_home .owl-carousel .owl-item {

    position: static !important;

}



@media (min-width: 1200px) and (max-width: 1400px) {

    .titre_switcher_home h2 {

        font-size: 62px;

    }

    .titre_switcher_home span {

        font-size: 30px;

    }

}



@media (min-width: 992px) and (max-width: 1199px) {

    .titre_switcher_home h2 {

        font-size: 56px;

    }

    .titre_switcher_home span {

        font-size: 26px;

    }

    .titre_switcher_home {

        width: 25%;

        top: 15% !important;

        left: 10% !important;

    }

}



@media(min-width: 768px) and (max-width: 991px) {

    .titre_switcher_home h2 {

        font-size: 56px;

    }

    .metiers_switcher h2 {

        font-size: 40px !important;

    }

    .metiers_switcher {

        top: 20% !important;

    }

    .titre_switcher_home h2 {

        font-size: 56px;

    }

    .titre_switcher_home span {

        font-size: 26px;

        padding-top: 0;

    }

    .titre_switcher_home {

        width: 27%;

        top: 5%;

        left: 10% !important;

    }

}



@media (min-width: 576px) and (max-width: 767px) {

    .titre_switcher_home h2 {

        font-size: 56px;

    }

    .titre_switcher_home span {

        font-size: 26px;

        padding-top: 0;

    }

    .metiers_switcher h2 {

        font-size: 33px !important;

    }

    .metiers_switcher {

        width: 80% !important;

        top: 20% !important;

    }

    .titre_switcher_home {

        width: 100%;

        top: 5%;

        left: 10% !important;

    }

}



@media(max-width: 575px) {

    .titre_switcher_home h2 {

        font-size: 30px;

    }

    .metiers_switcher h2 {

        font-size: 20px !important;

    }

    .metiers_switcher {

        width: 80% !important;

        top: 15% !important;

    }

    .titre_switcher_home span {

        font-size: 16px;

        padding-top: 0;

    }

    .titre_switcher_home {

        width: 100%;

        top: 40px;

        left: 50px !important;

    }

    /*#switcher_home .owl-dots {

        display: none;

    }*/

}





/*----------css operation home --------*/



.titre_operations h1 {

    font-size: 30px;

    font-family: 'OpenSans-Regular';

    color: #2657a0;

    text-align: center;

    padding-bottom: 50px;

}



.item_operation {

    background-color: #ebecee;

    height: 100%;

    padding: 20px;

}



.item_operation li {

    font-size: 18px;

    font-family: 'OpenSans-Bold';

    color: #555555;

    text-align: center;

    padding-bottom: 8px;

}



.item_operation li:last-child {

    font-size: 14px;

    font-family: 'OpenSans-Regular';

    padding-bottom: 0

}





/*----------css presentation operation home --------*/



.preso_operation {

    margin-right: 12px;


}

.item_preso_operation_respo{
    display: none !important;
}

.item_preso_operation {

    background-color: #2056a6;

    height: 100%;

}



.item_preso_operation li {

    font-size: 22px;

    font-family: 'OpenSans-Bold';

    color: #fff;

    text-align: center;

    padding-bottom: 8px;

}

.bg_bleu {

    background-color: #4babe1 !important;

}
.new_operation_respo{
    display: none !important;
}

@media(max-width: 767px) {

    .preso_operation {

        display: none;
        

    }
    .new_operation_respo{
        display: block !important;
    }

    .item_preso_operation_img {

        position: relative;

    }
    .item_preso_operation_respo img{

        width: 50%;

    }
    .item_preso_operation_respo{
        display: flex !important;
        position: absolute;
        top: 0;
        background-color: transparent;
        height: 100%;
        width: 100%;
    }

    .color_respo{
        background-color: transparent !important;
    }

    .item_preso_operation {

        display: none !important;

    }
    .item_preso_operation_respo li {

        font-size: 22px;

        font-family: 'OpenSans-Bold';

        color: #fff;

        text-align: center;

        padding-bottom: 8px;

    }
    .item_preso_operation_respo li a{

        font-size: 22px;

        font-family: 'OpenSans-Bold';

        color: #fff;

        text-align: center;

        padding-bottom: 8px;

        text-shadow: 4px 7px 16px #194483, 0 0 1em #194483, 0 0 1.2em #194483;

    }
    .item_preso_operation_respo li:first-child{

        text-align: -webkit-center;

    }
    .item_preso_operation_respo li:first-child img{

        width: fit-content;

    }
    .bg_bleu {

        background-color: transparent !important;

    }
    .bg_bleu_respo{
        background-color: transparent !important;
    }
    #operation .owl-dots {

        position: absolute;

        bottom: 5%;

        left: 35%;

    }

    #operation.owl-carousel .owl-dots button.owl-dot {

        background-color: #f9f9f9;

        padding: 8px !important;

        border-radius: 50%;

        margin: 4px;

    }



    #operation.owl-carousel .owl-dots button.owl-dot.active {

        background: #97cce7;

        padding: 10px !important;

    }

    #operation.owl-carousel .owl-dots button.owl-dot {

        background-color: #f9f9f9;

        padding: 8px !important;

        border-radius: 50%;

        margin: 4px;

    }



    #operation.owl-carousel .owl-dots button.owl-dot.active {

        background: #97cce7;

        padding: 10px !important;

    }
}



@media(min-width: 768px) and (max-width: 991px) {

    .order_respo {

        order: 4 !important;

    }

    .order_respo_bleu {

        order: -1 !important;

    }

}



@media(max-width: 767px) {

    .item_preso_operation ul {

        margin: 100px;

    }

    .order_respo_bleu {

        order: -1 !important;

    }

    .order_respo_bleu_sm {

        order: 4 !important;

    }

}



.content_operations {

    background-color: #f9f9f9;

}



.discru p {

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #555555;

    margin-bottom: 35px;

}



.discru a {

    font-size: 14px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    padding: 10px 25px;

    border: 3px solid #61abdc;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

}



.discru a:hover {

    background-color: #61abdc;

    color: #f9f9f9;

    border: 3px solid #61abdc;

}





/*------------------schema star --------------*/



.schema_star {

    background-color: #2056a6;

    text-align: center;

}



.titre_schema h3 {

    font-size: 36px;

    font-family: 'OpenSans-Bold';

    color: #fefefe;

    padding-bottom: 30px;

}



.titre_schema span {

    font-size: 36px;

    font-family: 'OpenSans-Light';

    color: #fefefe;

}



.logo-schema {

    position: absolute;

    top: 33%;

    left: 40.8%;

}



.logo-schema .img_hover {

    display: none;

}



.logo-schema {

    padding: 95px 20px 90px 23px;

    border-radius: 50%;

    -webkit-transition: all 0.1s ease-in;

    -moz-transition: all 0.1s ease-in;

    -ms-transition: all 0.1s ease-in;

}



.logo-schema:hover {

    background-color: #2056a6;

}



.logo-schema:hover .img_hover {

    display: block;

}



.logo-schema:hover .img_after_hover {

    display: none;

}



.item_schema {

    position: absolute;

    top: 11%;

    left: 48%;

}



.item_schema img {

    height: fit-content;

}



.content_item_schema {

    max-width: 380px;

    padding-left: 80px;

    margin-top: -25px;

}



.content_item_schema li {

    font-size: 26px;

    font-family: 'OpenSans-Bold';

    color: #f9f9f9;

    text-align: start;

}



.content_item_schema li:last-child {

    font-size: 20px;

    font-family: 'OpenSans-Light';

    color: #f9f9f9;

}



.performance {

    top: 34% !important;

    left: 64% !important;

}



.qualite {

    top: 71% !important;

    left: 57.5% !important;

}



.savoir {

    top: 71% !important;

    left: 8% !important;

    flex-direction: row-reverse;

}



.cout {

    top: 34% !important;

    left: 1% !important;

    flex-direction: row-reverse;

}



.content_cout {

    padding-left: 60px;

    padding-right: 80px;

}



@media (min-width: 1200px) and (max-width: 1400px) {

    .item_schema {

        top: 12%;

        left: 47%;

    }

    .performance {

        top: 33% !important;

        left: 66% !important;

    }

    .content_item_schema {

        padding-left: 75px;

    }

    .qualite {

        top: 71% !important;

        left: 59% !important;

    }

    .cout {

        left: -6.5% !important;

    }

    .content_cout {

        padding-left: 60px;

    }

    .savoir {

        left: 1% !important;

    }

    .logo-schema {

        top: 32.5%;

        left: 39%;

    }

    .logo-schema {

        padding: 95px 22px 90px 23px;

    }

}



@media (min-width: 992px) and (max-width: 1199px) {

    .item_schema {

        top: 12%;

        left: 47%;

    }

    .performance {

        left: 69% !important;

    }

    .content_item_schema {

        padding-left: 75px;

    }

    .qualite {

        left: 60.5% !important;

    }

    .cout {

        left: -17.5% !important;

    }

    .content_cout {

        padding-left: 145px;

        padding-right: 54px;

    }

    .savoir {

        left: -8% !important;

    }

    .logo-schema {

        top: 32.5%;

        left: 37%;

    }

    .logo-schema {

        padding: 95px 22px 90px 23px;

    }

}



@media(max-width: 991px) {

    .solution{
        padding-top: 30px;
    }

    .img_star {

        display: none;

    }

    .logo-schema {

        display: none;

    }

    .schema {

        padding: 330px 0;

    }

    .item_schema {

        top: 20px;

        left: 10% !important;

    }

    .performance {

        top: 150px !important;

    }

    .qualite {

        top: 280px !important;

    }

    .savoir {

        top: 410px !important;

        flex-direction: row;

    }

    .cout {

        top: 570px !important;

        flex-direction: row;

    }

    .content_cout {

        padding-left: 80px;

        padding-right: 0;

    }

    .item_schema img {

        background-color: #fff;

        border-radius: 15%;

        padding: 10px;
        border: 8px solid #4babe1;

    }

    .content_item_schema {

        padding-top: 20px;

    }

    .content_item_schema li:last-child {

        font-size: 16px;

    }

}



@media(max-width: 600px) {

    .content_item_schema {

        padding-left: 40px;

    }

    .item_schema {

        left: 0% !important;

    }

}
@media(max-width: 450px) {


}





/*---------------- solution -----------*/



.solution {

    background-color: #eef5ff;

}



.contanet_solution li {

    font-size: 30px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    margin-bottom: 30px;

}



.contanet_solution li:last-child {

    margin-bottom: 0;

}



.contanet_solution a {

    font-size: 14px;

    font-family: 'OpenSans-Bold';

    color: #fff;

    padding: 16px 20px;

    background-color: #4babe1;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

}



.contanet_solution a:hover {

    color: #4babe1;

    border: 2px solid #4babe1;

    background-color: #fff;

}



.solution img {

    margin-top: -20px;

}



@media(max-width: 991px) {

    .contanet_solution {

        margin-bottom: 50px;

    }

    .img_respo_solution {

        text-align: center;

    }

}





/*----------------reference-------------*/



.content_refernce li {

    font-size: 48px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    margin-bottom: 30px;

}

.content_refernce li:nth-child(2) {

    display: none;

}



.content_refernce li:nth-child(3) {

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #555555;

}



.content_refernce a {

    font-size: 14px;

    font-family: 'OpenSans-Bold';

    color: #2056a6;

    padding: 16px 40px;

    background-color: transparent;

    border: 2px solid #61abdc;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

}



.content_refernce a:hover {

    color: #fff;

    background-color: #61abdc;

}



#references .owl-dots {

    display: block;

    text-align: center;

}



#references.owl-carousel .owl-dots button.owl-dot {

    background-color: #f9f9f9;

    padding: 8px !important;

    border-radius: 50%;

    margin: 4px;

}



#references.owl-carousel .owl-dots button.owl-dot.active {

    background: #97cce7;

    padding: 10px !important;

}



.references {

    position: relative !important;

}



.references .owl-next {

    position: absolute;

    top: 40%;

    right: 5px;

}



.references .owl-prev {

    position: absolute;

    top: 40%;

    left: 5px;

}



.references .owl-carousel,

.references .owl-carousel .owl-item {

    position: static !important;

}



@media(max-width: 991px) {

    .references .owl-nav {

        display: none;

    }
    .content_refernce li:nth-child(2) {

        display: block;

    }
    .respo_new{
        display: none;
    }

}





/*--------------------------css switcher concept------------------------------*/



.switcher {

    background: url('../images/switcher.jpg') no-repeat;

    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 3vmax;

}



.titre_switcher {

    max-width: 700px;

}



.titre_switcher h2 {

    font-size: 4vmax;

    font-family: 'OpenSans-Bold';

    color: #fff;

}



.titre_switcher p {

    font-size: 2vmax;

    font-family: 'OpenSans-Light';

    color: #fff;

    padding-top: 16px;

}



@media(max-width: 575px) {

    .titre_switcher h2 {

        font-size: 3vmax;

    }
}





/*--------------------------css concept------------------------------*/



.titre_concept h1 {

    text-align: center;

    font-size: 25px;

    font-family: 'OpenSans-Regular';

    color: #2657a0;

}



.content_concept {

    background: url('../images/concept_back.jpg') no-repeat;

    background-size: cover;

    padding: 50px 100px;

}



.content_concept p {

    text-align: center;

    font-size: 20px;

    font-family: 'OpenSans-Regular';

    color: #fff;

    margin-bottom: 30px;

}



@media (max-width: 767px) {

    .content_concept {

        padding: 50px 25px;

    }

}





/*--------------------------css service------------------------------*/



.item_service {

    margin-bottom: 100px;

    align-items: center;

}



.content_service h3 {

    font-size: 36px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

}



.content_service span {

    font-family: 'OpenSans-Light';

}



.content_service p {

    margin-top: 30px;

    line-height: 30px;

    font-size: 16px;

    font-family: 'OpenSans-Regular';

    color: #212121;

    text-align: justify;

}



@media(max-width: 991px) {

    .item_service {

        flex-direction: column-reverse;

    }

    .services {

        text-align: center;

    }

    .services img {

        margin-bottom: 30px;

    }

}





/*--------------------------css externaliser------------------------------*/



.content_contacter li {

    font-size: 20px;

    font-family: 'OpenSans-Bold';

    color: #fff;

}



.content_contacter li:last-child {

    font-family: 'OpenSans-Light';

}



.left_externaliser {

    background-color: #49ace0;

    padding: 30px 20px;

    text-align: end;

    position: relative;

}



.right_externaliser {

    background-color: #f6fbfe;

    position: relative;

}



.btn_contactez a {

    font-size: 14px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    padding: 16px 20px;

    border: 2px solid #61abdc;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

}



.btn_contactez a:hover {

    background-color: #61abdc;

    color: #fff;

}



.content_contacter {

    position: relative;

}



.content_contacter img {

    position: absolute;

    top: 40%;

    right: -8%;

    z-index: 99;

}



@media (min-width: 767px) {

    .btn_contactez {

        position: absolute;

        top: 45%;

        left: 5%;

    }

}



@media(min-width: 768px) and (max-width: 991px) {

    .content_contacter img {

        right: -11%;

    }

}



@media (max-width: 767px) {

    .content_contacter img {

        right: 45%;

        top: 113%;

    }

    .right_externaliser {

        padding: 65px;

    }

    .btn_contactez {

        text-align: center;

    }

    .content_contacter li {

        font-size: 18px;

    }

}





/*--------------------------css experts------------------------------*/



.experts {

    background-color: #eef5ff;

}



.discr_experts {

    max-width: 640px;

}



.discr_experts h4 {

    font-size: 48px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    margin-bottom: 30px;

}



.discr_experts p {

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #555555;

    margin-bottom: 20px;

}



@media (min-width: 1199px) {

    .img_experts {

        margin-top: -181px;

        z-index: 999;

    }

}





/*---------------- metiers --------------*/



.metiers_switcher {

    width: 70%;

    top: 30%;

    left: 5%;

}

.switcher_metiers:first-child{

    background: url('../images/switcher_slider.jpg') no-repeat;

    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 50px;
}
.switcher_metiers_2{

    background: url('../images/2_switcher_page.jpg') no-repeat;
    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 6vmax;
}
.switcher_metiers_3{

    background: url('../images/3_Switcher_page.jpg') no-repeat;
    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 5vmax;
}
.switcher_metiers_nos{
    background: url('../images/switcher_PAGE_NOS_METIERS.jpg') no-repeat;
    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 5vmax;
}
.switcher_politique{

    background: url('../images/switcher_politique.jpg') no-repeat;
    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 5vmax;
}

@media (max-width: 700px){
    .switcher_metiers:first-child{

        height: 300px;
        padding-top: 80px;
    }
    .switcher_metiers_2{

        height: 300px;
        padding-top: 80px;
    }
    .switcher_metiers_3{

        height: 300px;
        padding-top: 80px;

    }
    .switcher_metiers_nos{

        height: 300px;
        padding-top: 80px;
    }
    .switcher_contact {
        height: 300px;
        padding-top: 80px;
    }
    .switcher {
        height: 300px;
        padding-top: 80px;
    }
}

.titre_switcher_metiers{

    max-width: 890px;

}
.titre_switcher_metiers h2 {

    font-size: 4vmax;

    font-family: 'OpenSans-Bold';

    color: #fff;

}



.services_exterlink {

    background-color: #f3f3f3;

    padding: 50px 80px;

}



.services_exterlink p {

    text-align: center;

    font-size: 30px;

    font-family: 'OpenSans-Bold';

    color: #212121;

    margin-bottom: 30px;

}



.services_exterlink span {

    font-family: 'OpenSans-Bold';

}



.services_exterlink p:last-child {

    text-align: center;

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #212121;

    text-align: justify;

    line-height: 35px;

}



@media (max-width: 767px) {

    .services_exterlink {

        padding: 50px 25px;

    }

}



.item_services {

    margin-bottom: 80px;

}



.item_services h3 {

    font-size: 36px;

    font-family: 'OpenSans-Bold';

    color: #2056a6;

    margin: 16px 0;

}



.item_services li {

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #515151;

}



.item_services ul li::before {

    content: "\2022";

    color: #2056a6;

    font-weight: bold;

    display: inline-block;

    width: 1em;

}



@media (max-width: 991px) {

    .item_services {

        margin-bottom: 50px;

    }

}



@media (min-width: 1200px) {

    .content_contacter_metiers img {

        right: -4% !important;

    }

}



@media (max-width: 767px) {

    .content_contacter {

        text-align: center;

    }

}



.text_content_footer p {

    font-size: 18px;

    font-family: 'OpenSans-Regular';

    color: #212121;

    text-align: justify;

}



.text_content_footer span {

    font-family: 'OpenSans-Bold';

}



.btn_contactez_metiers a {

    font-size: 14px;

    font-family: 'OpenSans-Bold';

    color: #2657a0;

    padding: 16px 20px;

    border: 2px solid #61abdc;

    margin: auto;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

}



.btn_contactez_metiers a:hover {

    background-color: #61abdc;

    color: #fff;

}



@media (max-width: 992px) {

    .text_content_footer p {

        margin-bottom: 40px;

        text-align: center;

    }

}





/*--------------------Contact------------------*/



.switcher_contact {

    background: url('../images/header_contact.jpg') no-repeat;

    background-size: cover;

    background-position: center;

    height: 25vmax;

    padding-top: 10%;

}

@media (max-width: 700px){
    .switcher_contact {
        height: 300px;
        padding-top: 130px;
    }
}



.titre_switcher_contact {

    max-width: 570px !important;

}



.titre_form li {

    font-size: 30px;

    font-family: 'OpenSans-Regular';

    color: #2657a0;

    margin-bottom: 16px;

    text-align: center;

}

.titre_form li h1 {

    font-size: 30px;

    font-family: 'OpenSans-Regular';

    color: #2657a0;

    margin-bottom: 16px;

    text-align: center;

    padding: 0 9vmax;

}
@media(max-width: 450px) {
    .titre_form li h1 {

        padding: 0;

    }
}

.titre_form li:last-child {

    font-size: 20px;

    font-family: 'OpenSans-Regular';

    color: #212121;

    margin-bottom: 0;

    text-align: justify;

}
@media(max-width: 575px) {
    .titre_form li:last-child {

        text-align: left;

    }
}


.form_contact {

    margin-bottom: 40px;

}



.text_input {

    margin-bottom: 25px;

    position: relative;

}



.text_input label {

    font-family: 'OpenSans-Bold';

    font-size: 18px;

    color: #212121;

    display: block;

    padding-left: 16px;

    padding-bottom: 15px;

    margin-bottom: 0px;

}



.text_input input {

    font-family: 'OpenSans-Regular';

    font-size: 18px;

    color: #212121;

    width: 100%;

    height: 50px;

    display: block;

    padding-left: 16px;

    background: transparent;

    border: 1px solid #8f8f8f;

    outline: none;

}



.text_input textarea {

    font-family: 'OpenSans-Regular';

    font-size: 18px;

    color: #212121;

    width: 100%;

    height: 180px;

    display: block;

    padding-top: 20px;

    padding-left: 16px;

    background: transparent;

    border: 1px solid #8f8f8f;

    outline: none;

    resize: none;

}



input::placeholder,

textarea::placeholder {

    font-size: 12px;

    letter-spacing: 2px;

    color: #838383;

    text-transform: uppercase;

}



.text_input i {

    font-family: 'OpenSans-Regular';

    font-size: 14px;

    color: #8f8f8f;

    padding-left: 20px;

}



.submit_button {

    margin-top: 25px;

}



.submit_button button {

    background: #2056a6;

    width: 300px;

    height: 50px;

    font-family: 'OpenSans-Bold';

    font-size: 18px;

    color: #fff;

    border-width: 0;

    outline: none;

}



.text_checkbox {

    display: block;

    position: relative;

    padding-left: 35px;

    margin-bottom: 0px;

    margin-left: 10px;

    cursor: pointer;

    font-family: 'OpenSans-Regular';

    font-size: 12px;

    color: #212121;

    font-weight: 100;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    line-height: 1;

}



.text_checkbox input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.checkmark {

    position: absolute;

    top: 1px;

    left: 0;

    height: 20px;

    width: 20px;

    background-color: transparent;

    border: 1px solid #8f8f8f;

}



.text_checkbox input:checked~.checkmark {

    background-color: transparent;

}



.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}



.text_checkbox input:checked~.checkmark:after {

    display: block;

}



.text_checkbox .checkmark:after {

    left: 5px;

    top: 1px;

    width: 8px;

    height: 13px;

    border: solid #2056a6;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(205deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



.info_contact {

    background-color: #eff9ff;

}



.content_info li:nth-child(1) {

    font-family: 'OpenSans-Bold';

    font-size: 25px;

    color: #2657a0;

    margin-bottom: 30px;

    text-align: start;

}



.content_info li {

    font-family: 'OpenSans-Regular';

    font-size: 16px;

    color: #212121;

    margin-bottom: 16px;

    text-align: justify;

}



.contact_info li {

    font-family: 'OpenSans-Bold';

    font-size: 22px;

    color: #212121;

    margin-bottom: 30px;

}



.contact_info span {

    margin-right: 20px;

}



.close_contact {

    border: none;

    background: none;

    position: absolute;

    right: 15px;

    top: -13px;

    font-size: 50px;

}
/*--------------------- Politique -----------------*/

.politique p {
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    color: #212121;
    padding-bottom: 30px;
}

.block_politique label {
    font-family: 'OpenSans-Bold';
    font-size: 30px;
    color: #2657a0;
    padding-bottom: 30px;
}

.block_politique span {
    color: #2056a6;
}

.bg_list_politique label {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    color: #212121;
}

.bg_list_politique label span {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    color: #2056a6;
}

.bg_list_politique li {
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    color: #212121;
    list-style-type: disc !important;
}

.bg_list_politique span {
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    color: #49ace0;
}
#cookieNotice a{
    color: rgb(0, 159, 221) !important;
}
#cookieNotice a:last-child{
    color: #fff !important;
}