
@keyframes arrow {
    from {margin-top: 0px;}
    50% {margin-top: 10px;}
    to {margin-top: 0px;}
}
@font-face {
    font-family: 'bebas';
    src: url('fonts/Bebas.eot');
    src: url('fonts/Bebas.woff2') format('woff2'),
    url('fonts/Bebas.woff') format('woff'),
    url('fonts/Bebas.ttf') format('truetype'),
    url('fonts/Bebas.svg#Archeologicaps') format('svg'),
    url('fonts/Bebas.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/******************/
body{
    opacity: 0;
    font-family: 'Roboto', sans-serif;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
a:hover{
    text-decoration: none;
}
p{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'soleto';*/
    max-width: 100%;
}
h1, h2, h3, h4{
    font-family: 'bebas', sans-serif;
    /*font-family: 'Dancing Script', cursive;*/
    max-width: 100%;
}
a{
    color: #ffffff;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover{
    color: gray;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f3f3f3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f3f3f3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #f3f3f3;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
.owl-carousel .owl-stage{
    overflow: hidden;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-section.fp-table, .fp-slide.fp-table{
    padding: 24px;
}
.clearfix {
    overflow: auto;
}
.fullpage .section.homeEmpty{
    height: 0!important;
    padding: 0!important;
}
section.header{
    position: fixed;
    background-color: rgba(250, 162, 29, 0.5); /* faa21d */
    width: 100%;
    height: 50px;
    z-index: 999;
}
section.header ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 10%;
    height: 100%;
}
section.header ul li{
    color: #fff;
    margin: 0 20px 0 0px;
}
.section .fp-tableCell{
    margin: 0 24px;
}
.section .container-bg-home{
    width: 100%;
    height: 100%;
}
.section .container-bg-home.bg-home1{
    background: url('../img/bandeau.jpg') no-repeat center center;
    background-size: cover;
}

.section .container-bg-home.bg-home1 .bloc-text-1{
    position: relative;
    margin-left: 5%;
    margin-right: 50%;
    color: #fff;
    padding: 50px 0% 110px 4%;
}
.section .container-bg-home.bg-home1 .bloc-text-1 h1{
    font-family: 'bebas', sans-serif;
    letter-spacing: 0px;
    font-size: 64px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 h2{
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link{
    margin-top: 30px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .left_button{
    display: inline-block;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .right_button{
    display: inline-block;
    margin-left: 5px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .left_button a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: /*rgba(250, 162, 29, 0.8)*/ rgba(48, 70, 115, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .left_button a:hover{
    background-color: rgba(48, 70, 115, 0.7);
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .right_button a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 40px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.01);
    color: rgb(255, 255, 255);
    box-shadow: rgb(222, 222, 222) 0px 0px 0px 1px inset;
    border-radius: 3px;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link .right_button a:hover{
    background-color: rgba(0, 0, 0, 0.4);
}
.section .container-bg-home.bg-home1 .bloc-text-1 .button_link span{

}
.section .container-bg-home.bg-home1 .bloc-text-1 .arrow_scroll{
    position: relative;
}
.section .container-bg-home.bg-home1 .bloc-text-1 .arrow_scroll:after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section .container-bg-home.bg-home1 .bloc-text-1 .arrow_scroll:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 25px;
    left: 9px;
    -webkit-animation: 0.8s arrow infinite ease;
    animation: 0.8s arrow infinite ease;
}

.section .container-bg-home.bg-home1 #anim1{
    display: none;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;

    background: rgba(0,0,0,0.6);
}

/* Section 2 */
/* votre coach */
.section #bloc1{
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc1 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc1 .content .content-bloc{
    background: /*#faa21d*/#304673;
    border: 50px solid #fff;
    padding: 100px 10%;
    color: #fff;
}
.section #bloc1 .content .content-bloc .button_fond_orange{
    display: inline-block;
}
.section #bloc1 .content .content-bloc .button_fond_orange a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 40px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.01);
    color: rgb(255, 255, 255);
    box-shadow: rgb(222, 222, 222) 0px 0px 0px 1px inset;
    border-radius: 3px;
}
.section #bloc1 .content .content-bloc .button_fond_orange a:hover{
    background-color: rgba(0, 0, 0, 0.4);
}
.section #bloc1 .photo{
    background-image: url(../img/votrecoach2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc2 */
.section #bloc2{
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc2 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc2 .content .content-bloc{
    background: #fff;
    border: 50px solid #f2f2f2;
    padding: 100px 10%;
    color: #404040;
}
.section #bloc2 .content .content-bloc .btn_fond_blanc{
    display: inline-block;
}
.section #bloc2 .content .content-bloc .btn_fond_blanc a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(48, 70, 115, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section #bloc2 .content .content-bloc .btn_fond_blanc a:hover{
    background-color: rgba(48, 70, 115, 0.7);
}
.section #bloc2 .photo{
    background-image: url(../img/barara_soulas_coach_sportif_chambery_savoie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc3 */
.section #bloc3{
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc3 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc3 .content .content-bloc{
    background: #fff;
    border: 50px solid #f2f2f2;
    padding: 100px 10%;
    color: #404040;
}
.section #bloc3 .content .content-bloc .btn_fond_blanc{
    display: inline-block;
}
.section #bloc3 .content .content-bloc .btn_fond_blanc a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(48, 70, 115, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section #bloc3 .content .content-bloc .btn_fond_blanc a:hover{
    background-color: rgba(48, 70, 115, 0.7);
}
.section #bloc3 .photo{
    background-image: url(../img/barara_soulas_coach_sportif_chambery_savoie_apt.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc 6 evolution */
.section #bloc6{
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc6 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc6 .content .content-bloc{
    background: #fff;
    border: 50px solid #f2f2f2;
    padding: 100px 10%;
    color: #404040;
}
.section #bloc6 .content .content-bloc .btn_fond_blanc{
    display: inline-block;
}
.section #bloc6 .content .content-bloc .btn_fond_blanc a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(250, 162, 29, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section #bloc6 .content .content-bloc .btn_fond_blanc a:hover{
    background-color: rgba(250, 162, 29, 0.7);
}
.section #bloc6 .photo{
    background-image: url(../img/evolution-transformation-physique-alizee-arnaud-coach-chambery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc7 OFFRE RK */
.section #bloc7{
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc7 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc7 .content .content-bloc{
    background: #fff;
    border: 50px solid #f2f2f2;
    padding: 100px 10%;
    color: #404040;
}
.section #bloc7 .content .content-bloc .btn_fond_blanc{
    display: inline-block;
}
.section #bloc7 .content .content-bloc .btn_fond_blanc a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(250, 162, 29, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section #bloc7 .content .content-bloc p > a{
    color: #faa21d;
}
.section #bloc7 .content .content-bloc .btn_fond_blanc a:hover{
    background-color: rgba(250, 162, 29, 0.7);
}
.section #bloc7 .photo{
    /*background-image: url(../img/pub_naturopathie_coach_sportif_chambery_aix-les-bains_savoie.jpg);*/
    background-image: url(../img/runeskai_coaching_savoie_alizee_arnaud.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc8 OFFRE EMS */
.section #bloc8{
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc8 .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section #bloc8 .content .content-bloc{
    background: #fff;
    border: 50px solid #f2f2f2;
    padding: 100px 10%;
    color: #404040;
}
.section #bloc8 .content .content-bloc p > a{
    color: #faa21d!important;
}
.section #bloc8 .content .content-bloc .btn_fond_blanc{
    display: inline-block;
}
.section #bloc8 .content .content-bloc .btn_fond_blanc a{
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(250, 162, 29, 0.8);
    color: #fff;
    border-radius: 3px;
}
.section #bloc8 .content .content-bloc .btn_fond_blanc a:hover{
    background-color: rgba(250, 162, 29, 0.7);
}
.section #bloc8 .photo{
    background-image: url(../img/ems-rk_runeskai_coaching_chambery_aix-les-bains.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* Bloc FB */
.section #blocFB{
    background: #3b5998;
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
}
.section a:hover{
    color: #ffffff;
 }

/* Bloc4 */
.section #bloc4 .bloc-entetetarif{
	background: #f2f2f2;
	width: 100%;
    margin-bottom: 25px;
}
.section #bloc4 .tarifentete{
    text-align: center;
    color: #404040;
    text-align: center;
    margin: 4% auto 2% auto;
    line-height: 17px;
}
.section #bloc4 .tarifentete p b{
    color: #faa21d;
}
img.avisclients{
    max-width: 450px;
}
.section #bloc4{
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section #bloc4.avisclientsbloc{
    justify-content: center;
    padding-bottom: 30px;
}
.section #bloc4.avisclientsbloc h2{
    margin-bottom: 50px;
}
.section #bloc4 h2{
    font-family: 'bebas', sans-serif;
    margin: 3% 0;
    text-align: center;
}
.section #bloc4 .group-tarifs{
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
}
.section #bloc4 .group-tarifs .tarifs{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 55px 40px;
    margin: 5px;
    width: 100%;
    border: 1px solid #DADADA;
    overflow: hidden;
}
.section #bloc4 .group-tarifs .tarifs .price{
    font-size: 64px;
    color: #faa21d;
    margin-bottom: -12px;
    font-family: 'Dancing Script', cursive;
}
.section #bloc4 .group-tarifs .tarifs .nom_formule{
	font-family: 'Dancing Script', cursive;
    color: #faa21d;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-weight: 700;
    margin: 2px;
    text-align: center;
}
.section #bloc4 .group-tarifs .tarifs .nb_seance{
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-weight: 700;
    margin: 2px;
}
.section #bloc4 .group-tarifs .tarifs .par_person{
    font-size: 26px;
}
.section #bloc4 .group-tarifs .tarifs .person_sup{
    font-style: italic;
}
.section #bloc4 .group-tarifs .tarifs .details{
    color: #999999;
    text-align: center;
    margin-top: 15px;
}
.section #bloc4 .group-tarifs .tarifs .details p{
    line-height: 17px;
}
.section #bloc4 .details-tarifs{
    text-align: center;
    color: #999999;
    text-align: center;
    margin: 3% auto 0 auto;
    font-style: italic;
    line-height: 17px;
}
/* SAP */
.section #bloc4 .sap{
    background: #fff;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.section #bloc4 .sap .sap-content{
    margin: auto 30px;
}
.section #bloc4 .sap .sap-content p{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
.section #bloc4 .sap .sap-content p a{
    color: #000!important;
}
.section #bloc4 .sap .sap-content h3{
    font-size: 32px;
}
.section #bloc4 .sap .sap-content h4{
    text-align: left;
    margin: 20px 0 20px 0px;
    font-size: 28px;
}
.section #bloc4 .sap .sap-content img.sap-logo-urssaf{
    display: block;
    max-width: 40%;
    margin: 35px auto;
}
.section #bloc4 .sap .sap-content img.sap-expli{
    display: block;
    max-width: 100%;
}
/* partenaires */
.section #bloc4{
    margin-bottom: 0px; 
}
.section #bloc4 h2{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.section #bloc4 p{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.section #bloc4 .logosalle{
	margin-right: 0;
	margin-left: 0;
}
.section #bloc4 .logosalle .logoo{
    display: flex;
    align-items: center;

}
.section #bloc4 .logosalle .logoo img.logo{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*formulaire de contact*/
.section #bloc5{
    background: #232222;
}
.section #bloc5 .bloc{
    background: /*#faa21d*/#304673;
    margin: 5% 0;
    color: #fff;
    padding: 60px;
}
.section #bloc5 .bloc .messageappel{
    display: block;
    text-align: center;
}
.section #bloc5 .bloc .me_contacter{
    font-family: 'bebas', sans-serif;
    /*font-family: 'Dancing Script', cursive;*/
    font-size: 64px;
    color: #fff;
    text-align: center;
}
.section #bloc5 .bloc .phone_number{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin: 15px auto;
    font-size: 20px;
}
.section #bloc5 .bloc .phone_number .icon_phone{
    margin-right: 8px;
}
.section #bloc5 .bloc .phone_number .phone{

 }
.section #bloc5 .bloc .email_adress{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px auto;
    font-size: 20px;
}
.section #bloc5 .bloc .email_adress .icon_email{
    margin-right: 8px;
}
.section #bloc5 .bloc .email_adress .email{
	display: block;
}
.section #bloc5 .bloc .email_adress .messenger{
	display: block;
}
.section #bloc5 .bloc .form_contact{
    margin: 30px auto;
}
.section #bloc5 .bloc .form_contact input,
.section #bloc5 .bloc .form_contact textarea{
    border: 0;
    border-radius: 0;
    padding: 16px 10px;
}
.section #bloc5 .bloc .form_contact textarea{
    height: 220px;
}
.section #bloc5 .bloc .form_contact input:focus,
.section #bloc5 .bloc .form_contact textarea:focus{
    border: 0;
    border-radius: 0;
    padding: 16px 10px;
    box-shadow: none;
}
.section #bloc5 .bloc .form_contact .btn-primary{
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 25px 10px;
    border-color: #fff;
    line-height: 0;
    color: #232222;
    width: 100%;
}
.section #bloc5 .footer{
    font-size: 11px;
    text-align: center;
    width: 100%;
    font-style: italic;
    margin-bottom: 5px;
}

/* POP-UP */
.bg_black{
     display: none;
     z-index: 999;
     position: fixed;
     background: rgba(0,0,0,0.8);
     width: 100%;
     height: 100%;
 }
.bg_black .pop-up_cv{
    z-index: 9999;
    position: relative;
    background: #faa21d;
    width: 70%;
    margin: 2% auto 0 auto;
    padding: 5%;
}
.bg_black .pop-up_cv hr{
    color: #ffffff;
}
.bg_black .pop-up_cv p{
    margin-bottom: 4px;
    color: #ffffff;
    margin-left: 20px;
}
.bg_black .pop-up_cv h2{
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
}
.bg_black .pop-up_cv h4{
}

.bg_black2{
    display: none;
    z-index: 999;
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.bg_black2 .pop-up_ml{
    z-index: 9999;
    position: relative;
    background: #faa21d;
    width: 70%;
    margin: 2% auto 0 auto;
    padding: 5%;
}
.bg_black2 .pop-up_ml hr{
    color: #ffffff;
}
.bg_black2 .pop-up_ml p{
    margin-bottom: 4px;
    color: #ffffff;
    margin-left: 20px;
}
.bg_black2 .pop-up_ml h2{
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
}
.bg_black2 .pop-up_ml h4{
}

/* @MEDIA Bootstrap */
/* petites résolutions */
@media (min-width: 991px) and (max-width: 1300px) {
    .section .container-bg-home.bg-home1 .bloc-text-1 h1{font-size: 58px;}
    .section .container-bg-home.bg-home1 .bloc-text-1 h2{font-size: 36px;}
    .bloc-vide1, .bloc-vide2{display: none}
    .section #bloc5 .bloc{max-width: 70%!important; width: 70%!important; -ms-flex: 0 0 70%; flex: 0 0 70%; margin: 5% auto}
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
    .section .container-bg-home.bg-home1 .bloc-text-1 h1{font-size: 42px;}
    .section .container-bg-home.bg-home1 .bloc-text-1 h2{font-size: 28px;}
    .bloc-vide1, .bloc-vide2{display: none}
    .section #bloc5 .bloc{max-width: 90%!important; width: 90%!important; -ms-flex: 0 0 90%; flex: 0 0 90%; margin: 5% auto}
    .section #bloc1 .photo, .section #bloc2 .photo, .section #bloc3 .photo, .section #bloc6 .photo, .section #bloc7 .photo, .section #bloc8 .photo{min-height: 650px}
    .section #bloc4 .group-tarifs .tarifs{max-width: 45%!important; width: 45%!important; -ms-flex: 0 0 45%; flex: 0 0 45%; padding: 30px 35px 30px;}
    .section #bloc4 .sap .sap-content p a{color: #000!important;}
}
/* SMARTPHONE */
@media (max-width: 767px) {
    .section .container-bg-home.bg-home1 .bloc-text-1{margin-left: 10px; width: 93%;}
    .section .container-bg-home.bg-home1 .bloc-text-1 h1{font-size: 30px;}
    .section .container-bg-home.bg-home1 .bloc-text-1 h2{font-size: 19px;}
    .section .container-bg-home.bg-home1 .bloc-text-1 .button_link .left_button{display: block}
    .section .container-bg-home.bg-home1 .bloc-text-1 .button_link .left_button span{padding: 0 46px;}
    .section #bloc1 .content .content-bloc, .section #bloc2 .content .content-bloc, .section #bloc3 .content .content-bloc, .section #bloc6 .content .content-bloc, .section #bloc7 .content .content-bloc{border: 5px solid #fff; padding: 50px 6%;}
    .bloc-vide1, .bloc-vide2{display: none}
    .section #bloc5 .bloc{max-width: 90%!important; width: 90%!important; -ms-flex: 0 0 90%; flex: 0 0 90%; margin: 5% auto; padding: 10px;}
    .section #bloc1 .photo, .section #bloc2 .photo, .section #bloc3 .photo, .section #bloc6 .photo, .section #bloc7 .photo, .section #bloc8 .photo{min-height: 450px}
    .section #bloc8 .content .content-bloc {border: 0px; padding: 20px 10%;}
    img.avisclients{max-width: 330px;}
    .section #bloc4 .group-tarifs .tarifs {padding: 80px 0px 40px;}
    .section #bloc5 .bloc .me_contacter{font-size: 50px;}
    .section .container-bg-home.bg-home1 .bloc-text-1 .button_link .right_button{display: block; margin: 5px 0;}
    .bg_black .pop-up_cv{width: 75%;}
    .bg_black .pop-up_cv h2{font-size: 26px; margin-bottom: 0;}
    .bg_black .pop-up_cv hr{margin: 5px auto;}
    .bg_black .pop-up_cv h4{font-size: 16px}
    .bg_black .pop-up_cv p{font-size: 12px; margin-bottom: 2px; margin-left: 0px;}
    .bg_black .pop-up_cv br{margin: 10px auto; display: block; content: " ";}
    .bg_black2 .pop-up_ml{width: 75%;}
    .bg_black2 .pop-up_ml h2{font-size: 26px}
    .bg_black2 .pop-up_ml h4{font-size: 16px}
    .bg_black2 .pop-up_ml hr{margin: 5px auto;}
    .bg_black2 .pop-up_ml p{font-size: 12px; margin-bottom: 2px; margin-left: 0px;}
    .bg_black2 .pop-up_ml br{margin: 10px auto; display: block; content: " ";}
    .section #bloc4 .sap .sap-content p a{color: #000!important;}
}
@media (max-width: 320px) {

}

