@import 'inc/animate.min.css';
@import 'inc/patternfly.min.css';
@import 'inc/patternfly-additions.min.css';
@import 'inc/owl_slider.css';
@import 'inc/reBox.css';

@import 'inc/module.css';
@import 'inc/menu.css';

@import '../../css/tinymce.css?df=123';

@import 'inc/style_acces_client.css';
@import 'inc/cascade-slider.css';
@import 'inc/swiper.css';

/*--LAYOUT--------------------*/
/*html, body {
    overflow-x: hidden;
}*/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.layout-pf.layout-pf-fixed body {
    color: #231f20;
    padding-top:0px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    /*overflow-x: hidden;*/
    font-size: 14px;
    line-height: 1.7em;
}
#main_content{
    background-size: 100% auto !important;
    /*min-height: 900px;*/
    margin-top: 0;
    overflow-x: hidden;
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}
#main_wrapper_interne{
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1700px;
    min-height: 200px;
}
.cards-pf {
    background: #fff !important;
}
ul {
    list-style: none;
}

/*--HEADER--------------------*/

#logo_site{
    width: 250px;
    max-width: 250px;
    height: 70px;
    display: block;
    float: left;
    margin: 5px 15px;
    background: url('/client_file/themes/logo_tag.jpg') no-repeat center;
    background-size: 100% auto;
}
.collapsed #logo_site {
    height: 60px;
    margin: 70px 6px 20px;
    background: url('/client_file/themes/logo_tag.jpg') no-repeat
}
#header_container {
    padding: 15px 30px;
    background: transparent;
}
#header_page_interne{
    position: relative !important;
}
#header_page_interne img{
    width: 100%;
    margin-top: -110px;
    min-height: 100px;
}
#slogant_page_interne{
    background-color: rgba(60, 60, 60, 0.6);
    padding: 15px 50px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    font-weight: 600;
    color:#fff;
    font-size: 42px;
}
#fil_arianne{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    margin: 20px 0 30px;
}
#arianne_last{
    font-weight: bold;
}
#fil_arianne, #fil_arianne a{
    color:#2b2b2b;
}

/*--SLDER-----------------------*/
#main_slider_wrapper{
    width: 100%;
   /* max-width: 1300px;*/
    margin: 0 auto 0;
}
#main_slider{
    top:-110px;
    margin-bottom: -110px;
}
/*
#main_slider .owl-wrapper-outer {
    overflow-y: visible !important;
}
*/
#main_slider .owl-item div, #photo_home_slider .owl-item img{
  padding:0px;
}
#main_slider .owl-item img, #photo_home_slider .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  /*margin-top: -110px; */
  max-height: 650px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    padding: 12px;
    font-size: 25px;
    border-radius: 0;
    background-color: #fff;
    margin: 0;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-prev{
    left: 0;
    position: absolute;
    top: 50%;
    padding-right: 16px !important;
}
.owl-next{
    right: 0;
    position: absolute;
    top: 50%;
    background: none;
    padding-left: 16px !important;
}
.text_slider {
    text-align: center;
    padding: 0 !important;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    max-width: 450px;
    z-index: 3;
}
.text_slider p, .text_slider a{
    color: #000;
    font-size: 21px;
    line-height: 1.25em;
    text-align: center;

}
.text_slider h3{
    color:#fff;
    border-top: 2px solid #fff;
    padding-top: 4px;
    line-height: 1.2em;
    font-size: 21px;
    text-align: center;
    text-transform: none;
    font-family: Lato, sans-serif !important;
    font-weight: bold !important;
}

.id_photo_lieux_tournage {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}
.id_photo_lieux_tournage p {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
}
/*---partenaire slider---*/
h5.titre_partenaire_banner > a, h5.titre_partenaire_banner > a:hover {
    color: #999999 !important;
    text-decoration: none;
}
#gradient_partenaires {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}
#partenaires{
    background: #fff;
    padding: 25px 50px 60px;
}
#partenaires img{
    margin: 5%;
    width: 60%;
    height: auto;
}
#partenaires  div.owl-controls.clickable {
    display: block !important;
}
#partenaires .owl-prev, #partenaires .owl-next {
    top: 8%;
    opacity: 0.3 !important;
}
#partenaires .owl-prev:hover, #partenaires .owl-next:hover {
    opacity: 0.8 !important;
}

/*-- Filmographie Cascade slider --*/
#film_cascade-slider .cascade-slider_item img {
    width: 80%;
    height: auto;
    max-height: 385px;
}
#film_cascade-slider .cascade-slider_item {
    text-align: center;
}
.cascade-slider_container#film_cascade-slider {
    height: 100% !important;
    max-height: 400px !important;
    margin: 40px auto !important;
    width: 100% !important;
}


.swiper-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 575px;
    max-height: 575px;
}
.swiper-slide {
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 400px;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: 80% !important;
}
/*--HOME-----------------------*/
#home_bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;

    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#text_home {
    text-align: center;
    margin: 60px 0 45px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
#text_home div {
    padding: 15px;
}
#text_home div:first-child {
    padding-right: 13%;
}
#text_home p {
    font-size: 22px !important;
}
#table_home {
    width: 100%;
    margin-bottom: 60px;
}
#recherche_en_ligne, #proposer_propriete {
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    padding: 35px 1%;
}
#proposer_propriete {
    padding: 35px 0;
}

#titre_login {
    text-align: center;
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
#recherche_en_ligne, #proposer_propriete {
    background-color: rgba(255, 255, 255, 0.45);
}
#recherche_en_ligne a, #proposer_propriete a {
    display: inline-block;
    color: #000;
    padding: 32px 60px;
    border: #000 1px solid;
    background-color: transparent;
}
#recherche_en_ligne a:hover, #proposer_propriete a:hover {
    color: #83b441;
    border: #83b441 1px solid;
    text-decoration: none;
}
.fleche_btn_formulaire {
    padding-left: 10px;
    font-size: 40px;
    /*vertical-align: text-top;*/
}

#login_access_client {
    position: absolute;
    background-color: #83b441;
    width: 50%;
    bottom: -30px;
    right: 0;
    padding: 15px;
}
#slogan_banniere_video {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 500;
    font-family: Mitr, sans-serif;
    line-height: 1.3em;
}

#section_video_services {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 45px;
}
#texte_video_services {
    color: #fff;
    font-weight: 700;
    padding-left: 175px;
    padding-right: 30px;
    font-size: 22px;
    width: 50%;
    text-align: left;
}
#video_services_play {
    position: absolute;
    width: 34px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

#login_access_client form {
    margin-bottom: 0;
}
.login_access_client_input {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    width: 95%;
    height: auto;
    min-height: 45px;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    background-color: transparent;
    background-image: url('/client_file/themes/default/interface/site/right_caret.png');
    background-position: 97% center;
    background-size: 15px 23px;
    background-repeat: no-repeat;
}
.login_access_client_input::placeholder {
    color: #fff !important;
    opacity: 0.4;
    font-style: normal;
}
.login_access_client_input:-ms-input-placeholder, .login_access_client_input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.4;
    font-style: normal;
}

#home_quicklink_wrapper{
    width: 80%;
    min-width: 200px;
    max-width: 800px;
    display: block;
    margin: 10px auto 30px;
    overflow: auto;
}
.home_quicklink{
    color:#fff;
    font-weight: 500;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    padding: 10px 0px;
    display: inline-block;
}
.home_quicklink img{
    margin: 0 10px 0 0;
}
.home_quicklink:hover{
    color:#fff;
    text-decoration: underline;
}

#home_cta_wrapper{
    width: 90%;
    max-width: 1100px;
    display: block;
    margin: 10% auto 30px;
    overflow: auto;
}
.home_cta_link{
    background: #2b9037;
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 15%;
    margin: 34px auto;
    position: relative;
}
.home_cta_link p{
    color:#fff;
    font-size: 22px;
    margin: 0;
    line-height: 1.1em;
}
.home_cta_link:hover{
    text-decoration: none;
    background-color: #1b6124;
}
.home_cta_img{
    display: block;
    background: #4e90aa;
    font-size: 30px;
    color:#fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: -25px;
    left: -20px;
}

#home_event_news_wrapper{
    background: #fff;
    padding: 30px 20px 50px;
    overflow: auto;
    margin-top: 10%;
}
#home_event_news_wrapper_fixwidth{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.date_event_teaser{
    font-style: italic;
    color:#2b2b2b;
    font-size: 14px;
    font-weight: 400;
}
.home_teaser i{
    font-size: 24px;
    margin-right: 5px;
    color:#818080;
}
.home_teaser{
    font-size: 16px;
    color:#616161;
}
.home_teaser:hover{
    color:#616161;
    text-decoration: underline;
}

/*--FOOTER-----------------------------------*/
#footer_image_wrapper{
    width: 3000px;
    margin: 50px 0 20px -20px;
}
#footer_image_wrapper .footer_image_content{
    height: 350px;
    float:left;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.display_none{
    display: none;
}
.overlay{
    position: absolute;
    z-index: 2;
    height: 350px;
    width: 100%;
    top: 0;
    left:0;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_zoom .img_footer{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

}
.img_footer{
    height: 100%;
}
.transition .img_footer{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 3000;
}
.transition{
    transform: translate(0,-70px);
    -webkit-transform: translate(0,-70px);
    -o-transform: translate(0,-70px);
    -moz-transform: translate(0,-70px);
    z-index: 3000;
}
.transition .overlay{
    display: none;
}
#legal_wrapper .row{
    background: #fff;
}
#legal{
    background: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 15px;
    margin: 0;
}
.footer p {
    color: #fff !important;
}
.footer {
    background-color: #231f20;
    background-image: url('/client_file/themes/default/libs/img/img-footer.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    color: #fff !important;
    padding: 30px 45px;
}
#logo_footer, #address_footer {
    display: inline-block;
}
#logo_footer {
    vertical-align: top;
    margin-top: 18px;
    margin-right: 40px;
}
#social_footer {
    text-align: right;
    margin-top: 25px;
}
#footer_instagram, #footer_facebook {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
}
#footer_instagram {
    background-image: url("/client_file/themes/default/interface/site/instagram.png");
    background-size: 100% 100%;
}
#footer_instagram:hover {
    background-image: url("/client_file/themes/default/interface/site/instagram_hover.png");
    background-size: 100% 100%;
}
#footer_facebook {
    background-image: url("/client_file/themes/default/interface/site/facebook.png");
    background-size: 100% 100%;
}
#footer_facebook:hover {
    background-image: url("/client_file/themes/default/interface/site/facebook_hover.png");
    background-size: 100% 100%;
}

/*--MEDIA ICONS--------------------------*/
.at-share-btn{
    display: block;
    width: 31px;
    border-bottom: none;
    border: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.addthis_inline_share_toolbox{
    clear: both;
    width: 35px;
    position: absolute;
    margin-left: -52px;
    top: 23px;
}
.fix-social{
    position: fixed;
    top: 63px;
}
.at-svc-email{
    background-color: #f39200 !important;
}
.at-svc-print{
    background-color: #a2185b !important;
}

/*--DIVERS---------------------------*/
#page_top {
    color: #4a4949;
    background-color: #aba9a9;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    cursor: pointer;
    padding-top: 10px;
}
#page_top:hover {
    color: #4a4949;
    text-decoration: none;
}

/*--Lieux de tournage-----------------*/
a.demande_recherche {
    padding: 10px 45px;
    color: #fff;
    background-color: #83b441;
    border-radius: 4px;
    cursor: pointer;
}
a.demande_recherche:hover {
    color: #fff;
    background-color: #6f9c32;
    text-decoration: none;
}

.row_lieux_de_tournage {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.text_tournage {
    margin-top: 25px;
    padding-left: 6%;
}
.tournage_right {
    float: right;
}

  /*-- slider ----*/
.lieux_de_tournage {
    max-width: 700px;
    margin: 0 auto;

}
.lieux_de_tournage .owl-item img{
    display: block;
    width: 100%;
    /*height: auto;*/
    max-width: 700px;
    /*max-height: 350px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lieux_de_tournage .owl-prev {
    left: 0;
}
.lieux_de_tournage .owl-next {
    right: 0;
}
.lieux_de_tournage .owl-prev, .lieux_de_tournage .owl-next {
    top: 45%;
    opacity: 0.4 !important;
}
.lieux_de_tournage .owl-prev:hover, .lieux_de_tournage .owl-next:hover {
    opacity: 0.8 !important;
}

#table_partenaire td{
    padding:30px 0;
}
#table_partenaire tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}



/* Scroll to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.video-container iframe {
    position: absolute;
    top: -20%;
    width: 100vw;
    height: calc(100vw/1.77777778);
}
.video-container-std iframe{
    position: absolute;
    width: 100%;
    /*height: calc(100vw/1.77777778);*/
    margin-left: 0;
    margin-top: -10%;
}
@media (max-width: 1200px) {
    .video-container-std iframe{margin-top: -15%;}
}
@media (max-width: 600px) {
    .video-container-std iframe{margin-top: -35%;}
}

.contant_accordeon{
    overflow: auto;
    margin-bottom: 50px ;
}



#video_bg_section {
    position: relative;
}
#fleche_down {
    position: absolute;
    left: 30px;
    bottom: 50px;
}
#video_bg {
    margin-top: -110px;
    width: 100%;
}


#section_partenaires {
    margin-top: 55px;
}
.titre_partenaire_banner {
    font-size: 40px !important;
    margin-bottom: 35px;
}

.row_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row_contact > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 60px 25px;
}
#section_droite_contact {
    background-color: #61bfcb;
    padding-left: 6%;
}
#section_droite_contact p {
    margin-bottom: 25px;
}

/* MENU */
.navbar-pf .navbar-primary > .active > a, .navbar-pf .navbar-primary > .active > a:focus,
.navbar-pf .navbar-primary > .active > a:hover, .navbar-pf .navbar-primary > .open > a,
.navbar-pf .navbar-primary > .open > a:focus, .navbar-pf .navbar-primary > .open > a:hover {
    background: transparent !important;
    border: none !important;
    color: #000 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background: transparent !important;
}


#Module-ContactForm {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.Field {
    background-color: #fff !important;
    padding-bottom: 15px;
}
.Field input[type="text"], .Field select, .fieldValue input[type="text"],
.fieldValue select, .Field input[type="email"], .Field textarea, .fieldValue textarea {
    width: 100% !important;
    border: 1px solid #61bfcb !important;
    border-left: 5px solid #61bfcb !important;
    border-radius: 0 !important;
}
.Field input[type="file"] {
    width: auto;
    border: none !important;
}
.Field .half_width {
    width: 50% !important;
}

input[type="submit"].Btn_nouveau, .Btn_nouveau {
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #000 !important;
    padding: 20px 60px !important;
    border: #000 1px solid !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    text-transform: uppercase  !important;
}
input[type="submit"].Btn_nouveau:hover, .Btn_nouveau:hover {
    color: #83b441 !important;
    border: #83b441 1px solid !important;
    text-decoration: none !important;
}
.Btn_nouveau > .fleche_btn_formulaire {
    vertical-align: sub;
}

.Field label {
    width: 100% !important;
    padding: 0;
}


 /* Customize the label (the container) */
.container_chkbox {
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: normal !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.container_chkbox a {
    color: #61bfcb !important;
    text-decoration: underline;
}
/* Hide the browser's default checkbox */
.container_chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #61bfcb;
}

/* When the checkbox is checked, add a blue background */
.container_chkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_chkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_chkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #61bfcb;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

 /* Customize the label (the container) */
.container_rd {
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: normal !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Hide the browser's default radio button */
.container_rd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark_rd {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #61bfcb;
  border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.container_rd input:checked ~ .checkmark_rd {
  background-color: #61bfcb;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_rd:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_rd input:checked ~ .checkmark_rd:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_rd .checkmark_rd:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#Module-ContactForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

/*For IE*/
#Module-ContactForm select::-ms-expand { display: none; }


 /* Style the tab */
.tab {
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin-top: 50px;
}

/* Style the buttons that are used to open the tab content */
.tab button, .resp-tabs-list li {
  background: #fff !important;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 7px 16px !important;  */
  padding: 13px 15px 13px 18px !important;
  font-size: 18px;
  margin: 0 50px !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  float:none !important;
  display:inline-block;
  /*border-top:1px solid transparent !important;*/
}
.resp-tabs-list li:first-child {
  border-top: 0px solid #e1e1e1 !important;
}
.Htab .resp-tabs-list li.resp-tab-active {
  padding: 13px 15px 13px 18px !important;
}

.resp-tabs-list {
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin-top: 50px;
  display:block;
}
/* Change background color of buttons on hover */
.tab button:hover, .tab button.active, .resp-tab-item:hover, .resp-tab-item.resp-tab-active {
    color:#61bfcb;
    border-bottom: 3px solid #61bfcb !important;
}


/* Style the tab content */
.tabcontent, .resp-tab-content {
  display: none;
  padding: 6px 12px;
  margin: 45px auto 50px;
  border: none;
  width: 100%;
  max-width: 1200px;
}

.services_offerts_table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.services_offerts_table td {
    width: 25%;
    text-align: center;
    padding: 15px 5%;
    vertical-align: top;
}
.services_offerts_table td img {
    width: auto;
    max-height: 50px;
    height: 100%;
    padding-bottom: 12px;
}

.tooltip_services {
    position: relative;
    display: block;
    margin-top: 7px;
    font-size: 16px;
    opacity: 1 !important;
    cursor: pointer;
}

/* Tooltip text */
.tooltip_services .tooltiptext {
    visibility: hidden;
    width: 100%;
    max-width: 220px;
    background-color: #fff;
    color: #61bfcb;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #61bfcb;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) ;
    z-index: 1;
}
.tooltip_services:hover {
    color: #61bfcb;
}
.tooltip_services:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.ca_titre_poste {
    border-left: 2px solid #61bfcb;
    padding-left: 15px;
    margin: 40px auto 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.ca_nom {
    font-size: 17px;
    color: #61bfcb;
    font-weight: bold;
    text-transform: uppercase;
}

.lien_externe{
    color: #000 !important;
    display: inline-block;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
    position: relative;
    margin-left: 27px;
    margin-bottom: 5px;
}
.lien_externe::before{
    content: "\f064";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -25px;
    width: 1em;
    color: #000;
    font-size: 1em;
}
.lien_externe:hover{
    border-bottom: 1px solid #61bfcb !important;
}
.lien_externe:hover, .lien_externe:hover::before{
    color: #61bfcb !important;
    text-decoration: none;
}

#texte_lieux_tournage {
    width: 100%;
    max-width: 1588px;
    margin: 0 auto 30px;
}
#texte_lieux_tournage td:first-child {
    width: 55%;
}
#texte_lieux_tournage td p {
    font-size: 20px;
}
#texte_lieux_tournage td#recherche_en_ligne {
    text-align: right;
}
#texte_lieux_tournage td#recherche_en_ligne a {
    padding: 30px 7%;
    font-size: 25px;
    display: inline-block;
}


#lieux_tournage_desktop {
    display: block;
}
#lieux_tournage_mobile {
    display: none;
}
.photos_lieux_tournage {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.num_lieu_tournage {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.gallery_photos {
    display: none ;
}

.show_photo {
    display: block;
}

.photos_section {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.photos_section .gallery_photos {
    flex-grow: 1;
    width: 29%;
    max-width: 536px
}
.photos_section .gallery_photos img {
    max-height: 293px;
}

.photo_div {
    position: relative;
    padding: 15px;
}

.modalBandeAnnonce {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

#btnContainer .btn {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
    background: none;
    border-radius: 0px;
    box-shadow: none !important;
    font-family: mitr, sans-serif;
    margin: auto 10px;
}

#btnContainer .btn:hover, #btnContainer .btn.active {
    background: #83b441;
    color: #fff !important;
}

/*
.navbar {
    position: fixed !important;
} */

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

#current_page_lieux {
    color: #83b441;
}

#filArianne {
    margin-top: 15px;
    margin-bottom: 15px;
}
#texte_apropos {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto;
}
#texte_apropos td:first-child {
    width: 60%;
    padding: 20px 60px;
}
#texte_apropos td:last-child {
    padding: 20px 60px;
    vertical-align: middle;
}

#lien_carte_territoire {
    color: #606263;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
}
#lien_carte_territoire:hover {
    color: #000;
    text-decoration: none;
}
#lien_carte_territoire img {
    width: 95px;
    height: auto;
    padding-right: 15px;
    vertical-align: sub;
}

.accordeon_titre {
    font-weight: bold !important;
    font-family: Mitr, sans-serif !important;
}
#mobile_home_banner {
    display: none;
}

#video_modal__home{
    max-width:1200px;
    max-height: 600px;
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    display: block;
}
.tiny_only{
    display: none;
}
 .box_25{
    border-radius:20px;
    border: 6px solid;
    padding:15px 25px;;
    margin: 0 20px 40px;
    overflow: auto;

}
.box_25 iframe{
    border: none;
    width: 100% !important;
    max-width:560px !important;
}
.box_25 img:not(.img_gauche):not(.img_droite){
    width: 100% !important;
    max-width:560px !important;
    height: auto !important;
}         /*
.box_25 img:not(.img_droite){
    width: 100% !important;
    max-width:560px !important;
}    */

@media (max-width: 1150px) {
    .box_25 img, .box_25 iframe, .box_25 img:not(.img_gauche):not(.img_droite){
        height: auto !important;
        width: 100% !important;
        margin-left: 0% !important;
    }
    .box_25{
        margin: 0 5px 10px;
        border: 2px solid;
        padding: 10px 15px;
    }
    .box_25 h3 {font-size: 18px;}
    #main_wrapper_interne{
        padding: 0 10px;
    }
    .box_25_number{
        font-size: 27px !important;
    }

}


.ui-accordion-content{
    display: block !important;
}

/*modal fav information dans /projet_favoris.php*/
.bmd-modalContent .embed-responsive{
    height: 100%;
}

body .accordeon_titre a.collapsed::after {
    content: '\f077';
}
#Module-ContactForm .Field {border:none !important;}
#Module-ContactForm .Field label {padding: 0px 3% 0 30px !important;}

#logo_footer img{
    width:300px
}