@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    transition: all 0.3s ease-out;
}
body
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0;
}
p
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #76777a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #F2A100;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
p:last-of-type
{
    margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #F2A100;
}
p a:hover
{
    color: #FFFFFF;
    background: #F2A100;
}
p a:hover::after
{
    opacity: 0.2;
}
::selection
{

}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{

    font-family: 'Oswald', serif;
    /*font-family: 'Roboto Slab', serif;*/
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}

.btn-default:hover{
    border-color:#F2A100;
    background-color: #F2A100;
}

.btn-primary-color{
    color: #fff;
    background-color: #F2A100;
    border-color: #F2A100;
}
.btn-primary-color:hover{
    background-color: #FFF;
    border:1px solid #F2A100;
    color:#F2A100;
}

.btn-secondary-color{
    color: #fff;
    background-color: #308996;
    border-color: #308996;
}
.btn-secondary-color:hover{
    background-color: #fff;
    border-color: #fff;
    color:#308996;
}



.primary-color{
    color: #F2A100;
}

.secondary-color{
    color: #308996;
}

.third-color{
    color: #b9dcdf;
}

/* Gerer le mode responsive */
/*---------------------------*/
.bloc_formule{
    padding: 10px 15px;
    background-color: #FFF;
    height: 370px;
    max-height: 400px;
    box-shadow: 0 1px 10px rgba(29,34,47,0.1);
}
.bloc_formule p{
    height: 265px;
    max-height: 280px;
    margin-bottom: 10px;
}

.bloc_form_1 {
    background-image: url("../img/Parcours_1.png");
}
.bloc_form_2 {
    background-image: url("../img/Parcours_2.png");
}
.bloc_form_3 {
    background-image: url("../img/Parcours_3.png");
}

.bloc_form{
     position: relative;
     z-index: 1;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center top;

     padding: 10px 10px;
     background-color: #FFF;
     height: 550px;
     max-height: 550px;
     box-shadow: 0 1px 10px rgba(29,34,47,0.1);
 }
.bloc_form p{
    height: 230px;
    max-height: 320px;
    margin-bottom: 10px;
    color: #fff;
}

.bloc_form h3{
    color: #F2A100;
    display: block;
    height: 75px;
}

.bloc_form::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;

    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1
}

.bloc_div_height {
    height: 100px;
    max-height: 150px;
}
/* -------------------------*/






.bloc_primary,
.bloc_secondary,
.bloc_third {
    max-height: 200px;
    box-shadow: 0 1px 10px rgba(29,34,47,0.1);
}


.bloc_primary
{
    border: 5px solid #F2A100;
}

.bloc_secondary
{
    border: 5px solid #308996;
}

.bloc_third
{
    border: 5px solid #b9dcdf;
}


.bloc_primary_xy
{

    border-left: thick double #F2A100;
    border-top: thick double #F2A100;
}

.bloc_secondary_xy
{
    border-left: thick double #308996;
    border-top: thick double #308996;
}

.bloc_third_xy
{
    border: 5px solid #b9dcdf;
}

.bg_primary
{
    background-color: #F2A100;
    color: #fff;!important;
}

.bg_secondary
{
    background-color: #308996;
    color: #fff;!important;
}


.white_bg
{
    background-color: #fff;
    color: #000;
}

.white_bg_trans
{
    background-color: #fff;
    color: #000;
    opacity: 0.7;
}
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}


.card1 {
    display: block;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.card1:hover:before {
    transform: scale(21);
}
.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
}

.card2 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}
.card2:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #ccc;
    background-color: white;
}
.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}
.card2:hover:before {
    transform: scale(2.15);
}
.card3 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}
.card3 .go-corner {
    opacity: 0.7;
}
.card3:hover {
    border: 1px solid #00838d;
    box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
    z-index: 500;
}
.card3:hover p {
    color: #00838d;
}
.card3:hover .go-corner {
    transition: opactiy 0.3s linear;
    opacity: 1;
}
.card4 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #fff;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #ccc;
}
.card4 .go-corner {
    background-color: #00838d;
    height: 100%;
    width: 16px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(6deg);
    margin-right: -36px;
    align-items: start;
    background-image: linear-gradient(-45deg, #8f479a 1%, #dc2a74 100%);
}
.card4 .go-arrow {
    transform: skew(-6deg);
    margin-left: -2px;
    margin-top: 9px;
    opacity: 0;
}
.card4:hover {
    border: 1px solid #cd3d73;
}
.card4 h3 {
    margin-top: 8px;
}
.card4:hover .go-corner {
    margin-right: -12px;
}
.card4:hover .go-arrow {
    opacity: 1;
}



.form-control
{
    color: #F2A100;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
    padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


/*********************************
3.2 Header Content
*********************************/

.header_container
{
    width: 100%;
    background: #FFFFFF;
}
.header_content
{
    height: 90px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled .header_content
{
    height: 80px;
}




/*********************************
5. Text Annimation
*********************************/
.ml4 {
    position: relative;
    font-weight: 900;
    font-size: 1.6em;
}
.ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 1em;
    right: 0;
    opacity: 0;
}


/*********************************
5. Section
*********************************/

.section_title_container
{
    max-width: 600px;
    margin: 0 auto;
}
.section_title
{
    line-height: 1.2;
}
.section_subtitle
{
    line-height: 1.85;
    margin-top: 14px;
}
.section_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************************
6. Home
*********************************/

.home
{
    width: 100%;
    height: 160px;
    background: #ffffff; /* #f2f4f5; */
    border-bottom: solid 1px #edeff0;
}


/*********************************
7. bloc
*********************************/

.bloc
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bloc_post_container
{
    width: 100%;
}
.bloc_post
{
    width: calc((100% - 60px) / 3);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(29,34,47,0.1);
    margin-bottom: 30px;
}
.bloc_post:hover
{
    box-shadow: 0 5px 40px rgba(29,34,47,0.15);
}
.bloc_post_image
{
    width: 100%;
}
.bloc_post_image img
{
    max-width: 100%;
}
.bloc_post_video_container
{
    width: 100%;
}
.video-js
{
    width: 100%;
}
.video-js .vjs-big-play-button
{

}
.vjs-control-bar
{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.bloc_post_body
{
    padding-left: 32px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.bloc_post_title a
{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bloc_post_title a:hover
{
    color: #F2A100;
}
.bloc_post_meta
{
    margin-top: 11px;
}
.bloc_post_meta ul li
{
    display: inline-block;
    position: relative;
}
.bloc_post_meta ul li:not(:last-of-type)::after
{
    display: inline-block;
    position: relative;
    content: '|';
    margin-left: 14px;
    margin-right: 11px;
}
.bloc_post_meta ul li a
{
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bloc_post_meta ul li a:hover
{
    color: #F2A100;
}
.bloc_post_text
{
    margin-top: 12px;
}
.bloc_post_text p
{
    font-size: 14px;
    font-weight: 400;
    color: #76777a;
    line-height: 2;
}
.load_more
{
    width: 150px;
    height: 46px;
    border-radius: 3px;
    background: #F2A100;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.load_more:hover
{
    box-shadow: 0 5px 40px rgba(0,0,0,0.15);
}
.load_more a
{
    display: block;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
}


.sidebar_banner,
.has-overlay-darker {
    position: relative;
    background-image: url("../img/head_rns.png");
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    z-index: 1
}

.sidebar_banner::before,
.has-overlay-darker::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;

    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1
}


/*.sidebar_banner*/
/*{*/
/*    width: 100%;*/
/*    height: 600px;*/
/*}*/
/*.sidebar_banner_background*/
/*{*/
/*    background-image: url("../img/head_rns.png");*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding-top: 100px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*}*/
.sidebar_banner_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2A100;
    opacity: 0.7;
}
.banner_title
{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
}
.banner_button
{
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.banner_button a
{
    display: block;
    color: #F2A100;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: -0.1em;
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 21px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.banner_button:hover
{
    background: #F2A100;
}
.banner_button:hover a
{
    color: #FFFFFF;
}


@media (min-width: 320px) and (max-width: 520px) {


    .mh1 {
        font-size: 24px;

    }
}
