@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');

@font-face {
    font-family: 'Zonabold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Zonathin';
    src: url('../fonts/ZonaPro-Thin.woff2') format('woff2'),
        url('../fonts/ZonaPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Skytree';
    src: url('../fonts/Skytree/Skytreeone.woff2') format('woff2'),
        url('../fonts/Skytree/Skytreeone.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


ul{
    padding: 0;
}
li{
    list-style: none;
}
a:focus, a:hover{
    text-decoration: none;
}

/*  header  */

.header_aic{

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 9;

}

.scrolling{

    background: #942126;

    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.67);

    z-index: 999;

}

.logo_scroll{

    display: none;

}

.header_aic .navbar-default{

    background-color: transparent;

    border-color: transparent;

}

.header_aic .navbar{

    margin-bottom: 0;

    border: 0;

}

.header_aic .navbar-nav>li>a{
    font-family: 'Zonabold';
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    border-width: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.selected_menu a,
.header_aic .navbar-nav>li>a:focus,
.header_aic .navbar-nav>li>a:hover{
    border-bottom: 4px solid #ef2a35 !important;
    color: #fff;
    border-radius: 4px;
    border-width: 100%;
}
.header_aic .navbar-nav>li:hover .dropdown-menu{
    display: block !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
    background-color: transparent;
}
.dropdown-menu>li>a{
    border-bottom: 0px !important;
    font-family: 'Zonathin';
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
}
.navbar-right .dropdown-menu{
    right: unset;
}

/*.header_aic.scrolling .navbar-nav>li>a{
    color: #000;
}*/

.header_aic .navbar-nav>li:last-child button{
    border: 0;

    background-color: transparent;

    outline: none;

    background: transparent;

    padding: 6px 8px;

}
.header_aic .navbar-nav>li:last-child button img{
	width: 20px;
}
.header_aic .navbar-nav>li{

    margin-left: 30px;

    margin-right: 30px;

}

.header_aic .navbar-nav>li:first-child{

    margin-left: 0px;

}

.header_aic .navbar-nav>li:last-child{

    margin-right: 0px;

}

.navbar-brand {

    height: auto;

    padding: 0px;

}

.header_aic .navbar-nav{

    margin-top: 40px;

}



.hamburger_menu {

    position: absolute;

    top: 40px;

    right: 40px;

    width: 50px;

    height: 0px;

    cursor: pointer;

    background: transparent;

    border-width: 0;

    display: none;

    z-index: 9999;

    padding: 0;

    outline: none;

}

.bar,

.bar:after,

.bar:before {

    width: 40px;

    height: 3px;

}

.bar {

    position: relative;

    transform: translateY(25px);

    background: #fff;

    transition: all 0ms 300ms;

    border-radius: 25%;

}

.bar.animate {

    background: rgba(255, 255, 255, 0);

    position: fixed;

}

.bar:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 11px;

    background: #fff;

    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);

    border-radius: 25%;

}

.bar:after {

    content: "";

    position: absolute;

    left: 0;

    top: 11px;

    background: #fff;

    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);

    border-radius: 25%;

}

.bar.animate:after {

    background: #fff;

    top: 0;

    transform: rotate(45deg);

    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;

    border-radius: 25%;

}

.bar.animate:before {

    background: #fff;

    bottom: 0;

    transform: rotate(-45deg);

    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;

    border-radius: 25%;

}

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

    .header_aic .navbar-nav>li {

        margin-left: 20px;

        margin-right: 20px;

    }

}

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

    .header_aic .navbar-nav>li {

        margin-left: 5px;

        margin-right: 5px;

    }

}

@media (max-width: 767px){
    .hamburger_menu{
        display: block;
    }
    .show_menu {
        left:0%;
        opacity:1;
    }
    .hide_menu {
        opacity:0;
        left:100%;
    }
    .header_aic{
        position: relative !important;
    }
    .header_aic .navbar-header{
        padding: 10px;
        background: #942126;
    }
    .nav_aic{
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh !important;
        top: 0;
        background: #000;
        display: flex;
        justify-content: center;
        padding-top: 30%; 
        transition: .4s ease;
        -moz-transition: opacity .4s ease;
        overflow-y: auto;
    }
    .logo_scroll{
        display: none;
    }
    .logo_scroll img{
        width: 130px;
    }
    .logo img{
        width: 130px;
    } 
    .container>.navbar-collapse{
        margin: 0 !important;
    }
    .header_aic .navbar-nav{
        margin: 0;
        text-align: center;
    }
    .header_aic .navbar-nav>li{
        margin-right: 0px;
        margin-left: 0px;
    }
    .header_aic .navbar-nav>li>a{
        font-size: 18px;
    }
    .nav>li{
        margin-bottom: 20px;
    }
    .dropdown-menu>li{
        text-align: center;
    }
    .dropdown-menu>li>a{
        color: #fff !important;
        padding: 8px 20px !important;
    }
}



/*  Switcher Home  */



.section{

    position: relative;

}

.section img.img-responsive{

    width: 100%;

    margin: 0 auto;

    background: #000;

}
.switcher_home{
    display: flex;
    justify-content: center;
    align-items: center;
}
.switcher_home_item{
    text-align: left;
}
.switcher_home_text{
    position: absolute;
}

.switcher_home_text h1,
.switcher_home_text h2{
    font-family: 'Zonathin';
    font-size: 5vmax;
    color: #fff;
    margin: 0px;
    font-style: italic;
    font-weight: bold;
}

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

    .switcher_home_text .container{

        padding-left: 15px;

    }

}*/

@media (max-width: 767px){

    .section img.img-responsive{

        position: relative;

    }

    .switcher_home_text{

        margin-top: 0px;

    }

    .switcher_home_text .container{

        padding-left: 15px;

    }

}

/*@media (max-width: 480px){

    .switcher_home_text h1, 

    .switcher_home_text h2, 

    .switcher_home_text h3, 

    .switcher_home_text h4, 

    .switcher_home_text h5{

        font-size: 30px !important;

    }

}*/



/*  A propos   */





.apropos{

    border-bottom: 1px solid #c9c9c9;

}

.text_apropos h3{

    font-family: 'Zonabold';

    font-size: 30px;

    color: #535353;

    margin-top: 80px;

    margin-bottom: 40px;

}

.text_apropos h3 label{

    display: block;

    font-family: 'Zonathin';

    color: #535353;

}

.text_apropos p{

    font-family: 'Zonathin';

    font-size: 15px;

    color: #565656;

    line-height: 34px;

    margin-bottom: 0px;

}

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

    .text_apropos h3{

        font-size: 22px;

        margin-top: 20px;

        margin-bottom: 20px;

    }

    .text_apropos p{

        line-height: unset;

    }

}

@media (max-width: 767px){

    .text_apropos h3{

        font-size: 22px;

        margin-top: 20px;

        margin-bottom: 20px;

    }

}





/*  Nos Activités  */





.activites_home .container{

    margin-bottom: 50px;

}

.activites_home h3{

    font-family: 'Zonabold';

    font-size: 30px;

    color: #535353;

    padding-bottom: 15px;

    border-bottom: 6px solid #942126;

    margin-top: 60px;

    margin-bottom: 40px;

    width: 205px;

}

.activites_home h3 span{

    font-family: 'Zonathin';

}

.item_activites_home img{

    width: 100%;

}

.item_activites_home{

    position: relative;

    text-align: -webkit-center;

    margin-bottom: 40px;

}

.text_activites_home{

    position: relative; 

    height: 65px;

    margin: 10px 0px;

} 

.text_activites_home h4 a{

    font-family: 'Zonabold';

    font-size: 18px;

    color: #4a4a4a;

    padding: 20px 0px;

    display: block; 

    padding-left: 40px;

}

.text_activites_home .img-icons{ 

    position: absolute;

    top: 10px;

    left: 5px; 

    width: 33px;

    height: 33px;  

}







.item_activites_home:hover .text_activites_home{

    background: #942126;

    color: #fff;

}

.item_activites_home:hover .text_activites_home a{

    color: #fff;

    padding-left: 0px;

} 

.item_activites_home:hover .text_activites_home a img{

    display: none;

}

.activites:hover .sub_menu_activities{

    display: block;

}

.sub_menu_activities{

    display: none;

    position: relative;

    background: #f2f2f2;

    width: 100%;

}

.sub_menu_activities li{

    position: relative;

    list-style: none;

    display: inline-block;

    width: 24.7%;

    text-align: center;

    padding: 30px 0px;

}

.sub_menu_activities li::after{

    content: "|";

    position: absolute;

    top: 15px;

    right: 0;

    color: #cacaca;

    font-family: 'Zonathin';

    font-size: 36px;

}

.sub_menu_activities li:last-child:after{

    display: none;

}

.sub_menu_activities li a{

    font-family: 'Zonathin';

    font-size: 17px;

    color: #5f5f5f;

}

.sub_menu_activities li a:hover{

    font-family: 'Zonabold';

}

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

    .text_activites_home h4 {

        width: 180px;

    }

}

@media (max-width: 767px){

    .sub_menu_activities{

        display: none;

    }

}





/*  Block Questionnaire et Catalogue */





.block_questionnaire_catalogue{

    margin-bottom: 50px;

}

.block_questionnaire_catalogue .container{

    padding-top: 50px;

    border-top: 1px solid #cdcdcd;

}

.block_questionnaire_catalogue .col-md-6{

    padding-left: 0px;

    padding-right: 0px;

}

.block_questionnaire_catalogue h4{

    position: absolute;

    top: 65px;

    margin: 0;

}

.block_questionnaire_catalogue h4 a{

    font-family: 'Zonabold';

    font-size: 26px;

    color: #fff;

    padding-bottom: 16px;

    border-bottom: 6px solid #ef2a34;

}

.block_questionnaire_catalogue h4 span{

    font-family: 'Zonathin';

    display: block;

    font-weight: 100;

}

.block_questionnaire_catalogue img{

    width: 100%;

    transition: all 0.5s ease-in;

}

.block_questionnaire_catalogue img:hover{

    transform: scale(1.2);

}

.questionnaire h4{

    left: 40px;

}

.questionnaire{

    position: relative;

    overflow: hidden;

}

.questionnaire_padding{

    padding-right: 15px !important;

}

.catalogue{

    position: relative;

    overflow: hidden;

}

.catalogue_padding{

    padding-left: 15px !important;

}

.catalogue h4{

    left: 55px;

}

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

    .block_questionnaire_catalogue h4{

        top: 35px;

    }

    .block_questionnaire_catalogue h4 a{

        font-size: 22px;

    }

    .questionnaire h4{

        left: 10px;

    }

    .catalogue h4{

        left: 20px;

    }

}

@media (max-width: 767px){

    .block_questionnaire_catalogue .col-md-6{

        padding-left: 15px;

        padding-right: 15px;

    }

    .block_questionnaire_catalogue h4{

        padding-bottom: 6px;

        top: 25px;

    }

    .block_questionnaire_catalogue h4 a{

        font-size: 22px;

    }

    .questionnaire{

        padding-right: 0;

        margin-bottom: 30px;

    }

    .questionnaire h4{

        left: 20px;

    }

    .catalogue{

        padding-left: 0;

    }

    .catalogue h4{

        left: 20px;

    }



}



/*  footer  */





.footer{

    background: #f2f2f2;

    border-top: 1px solid #cdcdcd;

    padding: 50px 0px;

}

.droit{
    float: left;
}
.droit h5{
    font-family: 'Oxygen';
    font-size: 14px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0px;
}
.droit h5 span{
    text-transform: uppercase;
}
.droit p{
    display: inline-block;
    padding-right: 10px;
}
.menu_footer{

    float: right;

}

.menu_footer li{

    list-style: none;

    display: inline-block;

}

.menu_footer li a{

    font-family: 'Oxygen';

    font-size: 12px;

    color: #4e4e4e;

    font-weight: bold;

    text-transform: uppercase;

}

.menu_footer li a:hover{

    text-decoration: underline;

}

.menu_footer li span{

    color: #4e4e4e;

    padding-left: 15px;

    padding-right: 15px;

}

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

    .droit h5{

        margin-top: 1px;

    }

    .menu_footer li span{

        padding-left: 5px;

        padding-right: 5px;

    }

}

@media (max-width: 991px){
    .droit{
        float: unset;
        text-align: center;
        margin-bottom: 25px;
    }
    .menu_footer{
        float: unset;
        text-align: center;
    }
}



/*  Présentation  */





.switcher_pages img.img-responsive {

    width: 100%;

    margin: 0 auto;

}

.switcher{

    display: flex;

    justify-content: center;

    align-items: center;

}

.titre_switcher{

    position: absolute;

}

.titre_switcher h1{

    font-family: 'Zonabold';

    font-size: 4.5vmax;

    color: #fff;

    text-align: center;

}



.menu_presentation{ 



}



.menu_presentation .menu_page_interne{

    text-align: center;

    margin: 75px 0px;

}



.menu_presentation .menu_page_interne li{
    margin-left: 40px;
    margin-right: 40px;
}

.menu_presentation .menu_page_interne a{
    font-family: 'Zonathin';
    font-size: 26px;
    color: #535353;
}
.menu_presentation .menu_page_interne li:hover a{
    font-weight: bold;
}
.menu_presentation .menu_page_interne .selected a{
    padding-bottom: 15px;
    border-bottom: 4px solid #942126;
    pointer-events: none;
    font-weight: bold;
}

/*.menu_presentation{

    margin: 75px 0px;

}*/

 

.content_hestorique{

    margin-bottom: 100px;

}

.content_hestorique p{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #565656;

    margin-bottom: 50px;

    line-height: 33px;

}

.content_politique{

    margin-bottom: 100px;

}

.content_politique p{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #565656;

    margin-bottom: 50px;

    line-height: 33px;

}

.content_politique h3{

    font-family: 'Oxygen';

    font-size: 20px;

    color: #942126;

    font-weight: bold;

    margin-bottom: 50px;

}

.content_politique ul{

    padding-left: 50px;

    margin-bottom: 35px;

}

.content_politique li{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #565656;

    margin-bottom: 20px;

    position: relative;

    padding-left: 20px;

}

.content_politique li::before{

    content: "";

    position: absolute;

    top: 8px;

    left: 0;

    background: #942126;

    width: 8px;

    height: 8px;

    border-radius: 50%;

}

.signature{

    float: right;

    text-align: center;

}

.signature h4{

    font-family: 'Zonathin';

    font-size: 20px;

    color: #565656;

    letter-spacing: 2px;

}

.signature h5{

    font-family: 'Skytree';

    font-size: 18px;

    color: #942126;

}

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

    .menu_presentation h3 a{

        font-size: 20px;

    }

}

@media (max-width: 767px){
    .content_politique ul{
        padding-left: 20px;
    }
    .menu_presentation .menu_page_interne li{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .menu_presentation .menu_page_interne li:last-child{
        margin-bottom: 0px;
    }
}



/*  Activités  */



.item_activites{

    position: relative;

    text-align: -webkit-center;

    top: -60px;

    margin-bottom: 50px;

}

.sub_activities{

    padding-left: 80px;

}

.sub_activities li{

    list-style: none;

    padding-bottom: 30px;

    text-align: left;

}

.sub_activities li:last-child{

    padding-bottom: 0px;

}

.sub_activities li a{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #5f5f5f;

}

.sub_activities li a:hover{

    font-family: 'Oxygen';

    font-weight: bold;

}

@media (max-width: 767px){

    .item_activites{

        top: -20px;

    }

}



/*  Réferencement  */





.references{

    padding-top: 70px;

    padding-bottom: 70px;

}

.img_references{

    text-align: -webkit-center;

    margin-bottom: 50px;

}





/*  Contact   */



.contact{

    padding: 50px 0px;

}

.contact .row{

    margin-bottom: 70px;

}

.contact h3{

    font-family: 'Zonabold';

    font-size: 20px;

    color: #5c5c5c;

    margin-bottom: 80px;

    text-align: center;

}

.select select{

    position: relative;

    border-width: 0;

    outline: none;

    -webkit-appearance: none;

    padding: 0;

    font-family: 'Oxygen';

    font-size: 18px;

    color: #464646;

    background: transparent;

    border-bottom: 1px solid #828282;

    width: 100%;

    padding-bottom: 15px;

}

.select::before {

    content: "";

    background: url(../images/arrow.png) no-repeat center;

    width: 13px;

    height: 7px;

    position: absolute;

    top: 28%;

    right: 15px;

}

.text_input input{

    font-family: 'Oxygen';

    font-size: 18px;

    color: #919191;

    border-bottom: 1px solid #828282 !important;

    padding-bottom: 15px;

    padding-left: 5px;

    width: 100%;

    border: 0;

    outline: none;

}

.text_input textarea{

    font-family: 'Oxygen';

    font-size: 18px;

    color: #919191;

    border-bottom: 1px solid #828282 !important;

    padding-left: 5px;

    width: 100%; 

    border: 0;

    outline: none;

    resize: none;

}

.form_group{

    text-align: -webkit-center;

}

.submit_button{

    background: #942126;

    padding: 40px 28px;

    border: 0;

    border-radius: 50%;

    outline: none;

}

.mail_send_02{

    display: none;

}

.submit_button:hover{

    background: transparent;

    border: 1px solid #942126;

}

.submit_button:hover .mail_send_02{

    display: block;

}

.submit_button:hover .mail_send{

    display: none;

}

.contact .container-fluid{

    padding-left: 0px;

    padding-right: 0px;

}

.contact .container-fluid .row{

    margin-left: 0px;

    margin-right: 0px;

}

.block_contact_map .col-md-6{

    padding-left: 0px;

    padding-right: 0px;

}

.map{

    overflow: hidden;

    width: 100%;

}

.map iframe{

    height: 524px;

    border: 0;

    margin-top: -54px;

    width: 100%;

}

.block_contact_left{

    background: #f2f3f4;

    border: 1px solid #c5c5c5;

    height: 470px;

    padding-top: 60px;

}

.block_contact_left .row{

    margin-right: 0px;

    margin-left: 0px;

}

.menu_block_contact_left .col-md-4,

.menu_block_contact_left .col-md-2{

    padding-left: 0px;

    padding-right: 0px;

}

.menu_block_contact_left .border_bottom{

    border-bottom: 1px solid #acacac;

    padding-bottom: 36px;

}

.menu_block_contact_left h4{

    text-align: center;

    margin-bottom: 0;

}

.menu_block_contact_left h4 span{

    font-family: 'Oxygen';

    font-size: 18px;

    color: #707070;

    cursor: pointer;

    padding-bottom: 35px;

}

.menu_info{

    font-family: 'Oxygen';

    font-weight: bold;

    color: #404040 !important;

    border-radius: 6%;

    border-bottom: 4px solid #942126;

}

.menu_block_contact_left h4 span:hover{

    font-family: 'Oxygen';

    font-weight: bold;

    color: #404040;

}

.info{

    padding-left: 50px;

}

.info li{

    font-family: 'Oxygen';

    font-size: 18px;

    color: #404040;

    margin-bottom: 50px;

    padding-left: 40px;

    position: relative;

}

.info li:nth-of-type(2){

    display: inline-block;

}

.info li:nth-of-type(3){

    display: inline-block;

    margin-left: 30px;

}

.info li:nth-of-type(1)::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    background: url('../images/place.png') no-repeat;

    width: 21px;

    height: 27px;

}

.info li:nth-of-type(2)::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    background: url('../images/tel.png') no-repeat;

    width: 20px;

    height: 20px;

}

.info li:nth-of-type(3)::before{

    content: "";

    position: absolute;

    top: 5px;

    left: 0;

    background: url('../images/printer.png') no-repeat;

    width: 19px;

    height: 17px;

}

.info li:nth-of-type(4)::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    background: url('../images/mail.png') no-repeat;

    width: 25px;

    height: 25px;

}

#info_agence{

    display: none;

}

@media (min-width: 1500px){

    .info{

        padding-left: 80px;

    }

}

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

    .block_contact_left .row{

        margin-bottom: 50px;

    }

    .info li{

        margin-bottom: 30px;

    }

    .info li:nth-of-type(2){

        display: block;

    }

    .info li:nth-of-type(3){

        display: block;

        margin-left: 0px;

    }

}

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

    .menu_block_contact_left h4 span{

        font-size: 16px;

    }

}

@media (max-width: 767px){

    .text_input{

        margin-top: 40px;

    }

    .contact .container-fluid .row{

        margin-bottom: 15px;

    }

    .menu_block_contact_left .border_bottom{

        margin-bottom: 40px;

    }

    .block_contact_left{

        height: auto;

    }

    .info li:nth-of-type(3){

        margin-left: 0px;

    }

}







/* menu activites left */



.menu_activite_left{ 

    padding: 20px;

    border-radius: 7px;

    background: #f2f2f2;

}

.menu_activite_left > li{

    margin-bottom: 15px;

}

.menu_activite_left > li > a{

    font-family: 'Zonabold';

    font-size: 18px;

    color: #4a4a4a;

    cursor: pointer;

    margin-bottom: 0px;

    display: block;

    padding-left: 50px;

    padding: 15px 0px 15px 50px;

    position: relative; 

}

.menu_activite_left > li > a > img.img-icons{

    position: absolute;

    top: 0px;

    left: 10px;

    width: 33px;

    height: 33px;

    bottom: 0px;

    margin: auto; 

}  



.menu_activite_left > li.selected>a{

    border: 1px solid #ef2a35;

    border-left: 6px solid #ef2a35;

}

.menu_activite_left > li.selected > a:after{

    content: " ";

    display: block;

    width: 0px;

    height: 0px;

    border-left: 10px solid #ef2a35;

    border-bottom: 10px solid #f2f2f2;

    border-right: 10px solid #f2f2f2;

    border-top: 10px solid #f2f2f2;

    position: absolute;

    right: -21px;

    top: 0px;

    bottom: 0px;

    margin: auto;

}

.menu_activite_left > li > ul{

    padding-left: 20px;

    margin-top: 10px;

}

.menu_activite_left > li > ul>li{

    margin-bottom: 10px;

}

.menu_activite_left > li > ul > li > a{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #5f5f5f;

    padding-bottom: 0px;

} 

.menu_activite_left > li > ul > li.selected > a{ 

    color: #ef2a35;

    border-left: 5px solid #ef2a35;

    padding-left: 10px;

} 









/* Details Activités  */



.details_activites{

    padding-top: 60px;

    padding-bottom: 100px;

}

.block_activites{

    padding: 20px;

    border-radius: 7px;

    background: #f2f2f2;

}

.block_activites li a{

    font-family: 'Zonabold';

    font-size: 18px;

    color: #4a4a4a;

    padding-bottom: 15px;

    cursor: pointer;

    margin-bottom: 0px;

    display: block;

    padding-top: 5px;

}

.block_activites li{

    position: relative; 

    margin-bottom: 50px;

    padding-left: 50px;

}

.block_activites li h2:hover{

    border-bottom: 3px solid #ef2a35;

}

 

.childreen{

    margin-top: 50px;

}

.childreen li{

    margin-top: 0px;

    padding-bottom: 0px;

    margin-bottom: 30px;

    padding-left: 0px;

}

.childreen li a{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #5f5f5f;

    padding-bottom: 0px;

}

.childreen li a:hover{

    font-family: 'Oxygen';

    font-weight: bold;

}

.sub_child{

    padding-left: 30px;

    margin-top: 30px;

}
 .content_details_activites h2{

    font-family: 'Zonabold';

    font-size: 35px;

    color: #4a4a4a;

    margin-top: 0;

    margin-bottom: 50px;

}

.content_details_activites p{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #4c4c4c;

    line-height: 35px;

    margin-bottom: 50px;

}

.list_produit{

    margin-bottom: 50px;

    padding: 15px;

}

.list_produit a{
    display: block;
    overflow: hidden;
}
.list_produit h5 a{
    overflow: visible;
}
.list_produit a img{
    display: block;
    margin: 0px auto;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.list_produit:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*border-radius: 10px;
    border: 1px solid;
    box-shadow: #000 1px 1px 7px 1px;*/
}

.list_produit h5{

    padding-top: 25px;

    margin: 0;

}

.list_produit h5 a{

    font-family: 'Oxygen';

    font-size: 19px;

    color: #4a4a4a;

    font-weight: bold;

    padding-top: 25px;

}

.block_activites li ul{

    display: none;

}

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

    /*.block_activites li{

        width: 200px;

    }*/

    .block_activites li a{

        font-size: 16px;

    }

    .content_details_activites h4{

        font-size: 30px;

    }

    .content_details_activites p{

        font-size: 14px;

    }

    .list_produit h5 a{

        font-size: 15px;

    }

}

@media (max-width: 767px){

    .block_activites{

        margin-bottom: 40px;

    }

    .content_details_activites h4{

        font-size: 26px;

    }

}



/*  list Produits   */



.produit{

    padding: 15px;

    margin-bottom: 30px;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

}

.produit:hover{

    box-shadow: #000 0px 2px 11px;

    border-radius: 10px;

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

}

.produit h5{

    padding-top: 15px;

    margin: 0px;

}

.produit h5 a{

    font-family: 'Oxygen';

    font-size: 19px;

    color: #4a4a4a;

    font-weight: bold;

    padding-top: 25px;

}



 





/*  Pop up  */



.modal-content{

    padding: 15px;

}

.modal_input{

    position: relative;

}

.modal_input input{

    width: 100%;

    border-width: 0px;

    color: #000;

    font-size: 14px;

    font-family: 'Oxygen';

    outline: none;

    border-bottom: 1px solid #942126;

    padding-bottom: 10px;

    padding-top: 10px;

    position: relative;

}

.search{
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: 0;
    outline: none;
}
.modal{

    z-index: 999999;

}
.modal-backdrop{

    z-index: unset;

}
.activites_search{
    padding: 50px 0;
}
.search_p{
    padding: 50px 0px;
}
.search_p p{
    font-family: 'Oxygen';
    font-size: 16px;
    color: #9e9e9e;
}
.item_activites_search{
    text-align: -moz-center;
    text-align: -webkit-center;
}
.item_activites_search h4 a{
    padding-left: 0px;
}











/*  Detail Produits  */



.breadcrumb_container{

    margin-bottom: 30px;

}

.breadcrumb_container li{

    display: inline-block;

    position: relative;

    padding-right: 15px;

}

.breadcrumb_container li:last-child{

    padding-right: 0px;

}

.breadcrumb_container li a{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #9e9e9e;

}

.breadcrumb_container li a:hover{

    text-decoration: underline;

}

.breadcrumb_container li::after{

    content: ">";

    position: absolute;

    top: 0;

    right: 0;

    color: #9e9e9e;

}

.breadcrumb_container li:last-child::after{

    display: none;

}

.carousel_produits{

    position: relative;

    top: -100px;

}



.item_media{

    text-align: -webkit-center;

}

.carousel_produits .owl-carousel .owl-nav button.owl-prev span,

.carousel_produits .owl-carousel .owl-nav button.owl-next span{

    display: none;

}

.carousel_produits .owl-carousel .owl-nav button.owl-next,

.carousel_produits .owl-carousel .owl-nav button.owl-prev{

    position: absolute;

    top: 50%;

    width: 34px;

    height: 34px; 

}

.carousel_produits .owl-carousel .owl-nav button.owl-next{

    right: -30px;

    background: url('../images/flesh_right.png') no-repeat;

} 

.carousel_produits .owl-carousel .owl-nav button.owl-prev{ 

    left: -30px;

    background: url('../images/flesh_left.png') no-repeat; 

}
.content_details_produits{
    overflow: auto;
}
.content_details_produits h3{
    font-family: 'Oxygen';
    font-size: 21px;
    color: #ef2a35;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.content_details_produits h4{
    font-family: 'Zonabold';
    font-size: 19px;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 20px;
}
.content_details_produits h5{
    font-family: 'Zonabold';
    font-size: 17px;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 20px;
}
.content_details_produits p{
    font-family: 'Oxygen';
    font-size: 16px;
    color: #707070;
    line-height: 35px;
    margin-bottom: 50px;
}
.content_details_produits ul{
    padding-left: 20px;
    margin-bottom: 30px;
}
.content_details_produits ul li{
    font-family: 'Oxygen';
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
}
.table_detail_produits{

    margin-bottom: 60px;

    overflow-x: auto;

}

table {

  border: 1px solid #ccc;

  border-collapse: collapse;

  margin: 0;

  padding: 0;

  table-layout: fixed;

}

table th,

table td {

    border: 1px solid #c9c9c9;

    text-align: center;

}

table th {

    background: #f6f6f6;

    font-family: 'Oxygen';

    font-size: 16px;

    font-weight: bold;

    color: #7c7c7c;

    padding: 45px;

}

table th:first-child,

table td:first-child{

    background: #4c5258;

    color: #fff;

    font-weight: bold;

}

table td{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #7c7c7c;

    padding: 20px;

}

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

    .carousel_produits .owl-carousel .owl-nav button.owl-next{

        right: -26px;

    }

    .carousel_produits .owl-carousel .owl-nav button.owl-prev{

        left: -26px;

    }

    table th,

    table td{

        padding: 20px;

    }

}

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

    .carousel_produits .owl-carousel .owl-nav button.owl-next{

        right: 0;

    }

    .carousel_produits .owl-carousel .owl-nav button.owl-prev{

        left: 0;

    }

    table th{

        padding: 35px;

    }

    table td{

        padding: 25px;

    }

}

@media (max-width: 767px){

    .carousel_produits{

        top: -30px;

    }

    .carousel_produits .owl-carousel .owl-nav button.owl-next{

        right: 0;

    }

    .carousel_produits .owl-carousel .owl-nav button.owl-prev{

        left: 0;

    }

    .content_details_produits h4{

        font-size: 30px;

    }

  /*  table {

        border: 0;
        width: 100% !important;

    }  

    table thead {

        border: none;

        clip: rect(0 0 0 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    table tr {

        border-bottom: 3px solid #ddd;

        display: block;

        margin-bottom: 30px;

    }

    table th{

        display: none;

    }

    table td {

        border-bottom: 1px solid #ddd;

        display: block;

        text-align: center;

    }

    table td::before {

        content: attr(data-label);

        float: left;

        font-weight: bold;

        text-transform: uppercase;

    }

    table td:last-child {

        border-bottom: 0;

    }*/

}

/*  Style Message Contact  */

.popup_msg .alert{
    position: relative;
}
.close_contact{
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    border: 0;
    outline: none;
}
.close_contact span{
    font-size: 25px;
}
.error{
    font-family: 'Zonabold';
    font-size: 14px;
    color: #fc0000;
    display: block;
}

