/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
   font-family: 'open_sansregular';
   src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/OpenSans-Italic.woff') format('woff'), 
       url('../fonts/OpenSans-Italic.ttf')  format('truetype'), 
       url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{font-family: 'OpenSans-Italic', sans-serif; font-size: 14px; min-height: 100%; overflow-x: hidden;  color: #515153; background: url(../images/bg.gif);}

ul{list-style: none; margin: 0; padding: 0;}
p{margin: 0; padding: 10px 0;}
img{border: none; display: inline;}
.erreur404{text-align: center; margin: 20px 0; font-size: 20px; line-height: 26px;}
.notif{padding: 10px 0; color: #f00;}
.relative{position: relative;}
.bold{font-weight: bold;}

a{color: #4f850b;}
a:hover{color: #4f850b;}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

.ombre-bot{
   -webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.4);
   -moz-box-shadow: 0 10px 20px -10px rgba(0,0,0,.4);
   box-shadow: 0 10px 20px -10px rgba(0,0,0,.4);    
}

input[type="text"],textarea,select{
    font-family: Trebuchet MS,Tahoma,sans-serif,Verdana;
    font-size: 13px;
    color:#3C3F3B;
}
.menuDiapo{ width: 30%; float: left;}

.menuDiapo ul{ margin-left: 10px;margin-right:30px; }
.menuDiapo ul li{ min-height: 55px; background:#1c1c1c; width: 100%; padding-top: 15px;
 padding-left: 10px;

border-bottom: solid 1px #b7b4b1; color: #fff;
}
.menuDiapo ul li a{ color: #fff; text-decoration: none; width: 100%;  }
.menuDiapo ul li:hover,.menuDiapo ul li a:hover{background:#393551;color:#000;}


#diapoREA{width: 70%; float: left; padding-right: 10px;}
.pgwSlideshow .ps-caption { font-size: 1em;
    background: rgba(0, 0, 0, 0.5)}
#youtube-button{display: inline-block; padding: 0 2px; vertical-align: top;}
#youtube-button img{vertical-align: top;}
#atstbx{display: inline-block !important; vertical-align: top;}

h1, h2, h3{margin: 0; font-weight: normal;}

.col-xs-12.fullWidth{float: none;}

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

.headtop{
   border-top: 5px solid #696480; background: url(../images/bg_headtop.gif); padding: 6px 0;
   -webkit-box-shadow: inset  0  8px 12px -8px rgba(0,0,0,.6), inset  0 -8px 12px -8px rgba(0,0,0,.6);
   -moz-box-shadow: inset  0  8px 12px -8px rgba(0,0,0,.6), inset  0 -8px 12px -8px rgba(0,0,0,.6);
   box-shadow: inset  0  8px 12px -8px rgba(0,0,0,.6), inset  0 -8px 12px -8px rgba(0,0,0,.6);
}

.headbot .blocTop{position: absolute; left: 0; top: 10px; width: 100%; z-index: 10;}
.logo img{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
   box-shadow: 0 0 10px rgba(0,0,0,.8);
}
.telsNumber{margin: 10px 10px 0 0;}
.telsNumber li{margin: 5px 0 0;}
.headbot .blocBot{position: absolute; left: 0; bottom: 0px; width: 100%; z-index: 10;}

.ariane{background: url(../images/bg_navigation.png); color: #4a4275; font-size: 18px;}
.navigation{padding: 8px 10px;}
.navigation a{color: #4a4275;}

.social{}
#youtube-button{display: inline-block; padding: 0 2px; vertical-align: top;}
#youtube-button img{vertical-align: top;}
#atstbx{display: inline-block !important; vertical-align: top;}

.mt-20{margin-top: 20px;}


/* NAV MENU
-------------------------------------------------- */

.custom-navbar{font-size: 0;}
.custom-navbar li{display: inline-block; vertical-align: top; position: relative;}
.custom-navbar li::after{content: ''; width: 1px; height: 43px; background: url(../images/sep.png) 0 center no-repeat; position: absolute; right: 0; top: 0;}
.custom-navbar li:last-child::after{display: none;}
.custom-navbar li a{
   display: block; text-decoration: none; color: #f6f6f6; background: #5d6162; font-family: 'open_sansregular'; font-size: 16px; padding: 12px 6px; border-bottom: 5px solid #696480; position: relative;
   background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #9995B1),
      color-stop(1, #2A2642)
   );
   background-image: -o-linear-gradient(bottom, #9995B1 0%, #2A2642 100%);
   background-image: -moz-linear-gradient(bottom, #9995B1 0%, #2A2642 100%);
   background-image: -webkit-linear-gradient(bottom, #9995B1 0%, #2A2642 100%);
   background-image: -ms-linear-gradient(bottom, #9995B1 0%, #2A2642 100%);
   background-image: linear-gradient(to bottom, #9995B1 0%, #2A2642 100%);
   -webkit-transition: border-color 0.2s ease-in-out;
   -moz-transition: border-color 0.2s ease-in-out;
   transition: border-color 0.2s ease-in-out;
}
.custom-navbar li:hover a, .custom-navbar li:focus a, .custom-navbar li.active a{background: #36314d; border-color: #bcbece;}


.menurd{padding: 5px;}
.dl-menuwrapper{z-index: 9999;}
.menurd .dl-menuwrapper button {background: #433b70;}

.menurd .dl-menuwrapper button:hover,
.menurd .dl-menuwrapper button.dl-active{background: #533fc1;}

.menurd .dl-menuwrapper ul {background: rgba(74,66,117,.95);}
.dl-menuwrapper li a{font-size: 20px;}    

.menurd a,.menurd a:hover{text-decoration: none;}

/* OWL SLIDER
-------------------------------------------------- */


.img-responsive {width: 100%; display: inline;}

#main-slider {overflow: hidden;}

#main-slider .item {
   background-repeat: no-repeat;
   background-position: 50% 0 !important;
   -webkit-background-size: cover;
   background-size: cover;
   position: relative;
   height: 520px;
}

#main-slider .active .animated-item-1 {
   -webkit-animation: fadeInDown 300ms linear 300ms both;
   -moz-animation: fadeInDown 300ms linear 300ms both;
   -o-animation: fadeInDown 300ms linear 300ms both;
   -ms-animation: fadeInDown 300ms linear 300ms both;
   animation: fadeInDown 300ms linear 300ms both;
}

#main-slider .active .animated-item-2 {
   -webkit-animation: fadeInUp 300ms linear 500ms both;
   -moz-animation: fadeInUp 300ms linear 500ms both;
   -o-animation: fadeInUp 300ms linear 500ms both;
   -ms-animation: fadeInUp 300ms linear 500ms both;
   animation: fadeInUp 300ms linear 500ms both;
}

#main-slider .active .animated-item-3 {
   -webkit-animation: fadeInDown 300ms linear 700ms both;
   -moz-animation: fadeInDown 300ms linear 700ms both;
   -o-animation: fadeInDown 300ms linear 700ms both;
   -ms-animation: fadeInDown 300ms linear 700ms both;
   animation: fadeInDown 300ms linear 700ms both;
}

#main-slider .active .animated-item-4 {
   -webkit-animation: fadeInUp 300ms linear 900ms both;
   -moz-animation: fadeInUp 300ms linear 900ms both;
   -o-animation: fadeInUp 300ms linear 900ms both;
   -ms-animation: fadeInUp 300ms linear 900ms both;
   animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .owl-prev, #main-slider .owl-next {
   position: absolute;
   top: 50%;
   background-color: rgba(76, 78, 77, .4);
   color: #fff;
   font-size: 30px;
   display: inline-block;
   margin-top: -35px;
   height: 70px;
   width: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 100px;
   z-index: 5;
   -webkit-transition: background-color 400ms;
   transition: background-color 400ms;
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
   box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
   background-color: rgba(76, 78, 77, .85);
}
#main-slider .owl-prev {
   left: -35px;
   text-indent: 14px;
}
#main-slider .owl-next {
   right: -35px;
   text-indent: -14px;
}
#bar {
   width: 0%;
   max-width: 100%;
   height: 4px;
   background: #074972;
}
#progressBar {
   margin-top: 0px;
   position: absolute;
   z-index: 6;
   width: 100%;
   background: rgba(0, 0, 0, 0.1);
   display:none;
}
.owlCarousel{padding: 5px 30px; background: #ebecec;}

.owlCarousel .owl-prev, .owlCarousel .owl-next{font-family: 'FontAwesome'; position: absolute; top: 50%; z-index: 999; font-size: 70px; color: #ccc2ad; text-shadow: 0 2px 2px rgba(0,0,0,.3); height: 50px; line-height: 50px; margin-top: -25px;}
.owlCarousel .owl-prev{left: 3px;}
.owlCarousel .owl-next{right: 3px;}
.owlCarousel .owl-prev:before {content: "\f104"; }
.owlCarousel .owl-next:before {content: "\f105";}
.owlCarousel .owl-prev:hover, .owlCarousel .owl-next:hover{color: #a08f69;}

.owlCarousel .owl-item .item img{width: 100%; height: auto; max-width: 100%;}
.owlCarousel .owl-item .item .item-inner li{padding: 3px;}
.owlCarousel .owl-item .item .item-inner li a{display: block; position: relative;}
.owlCarousel .owl-item .item .item-inner li a::before{
   content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.3);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.owlCarousel .owl-item .item .item-inner li:hover a::before{background: rgba(0,0,0,0)}

/* MAIN CONTENT
-------------------------------------------------- */    


section#section1,section#col2G,section#corps2,section#col3G,section#corps3,section#col3D,section#corps4,section#col4D{
    display: inline-block;
    vertical-align: top;
}
/*--- GABARIT 1 ---*/
section#section1{
    width: 100%;
}
/*--- GABARIT 2 ---*/
section#col2G{
    
}
section#corps2{
    
}
/*--- GABARIT 3 ---*/
section#col3G{
    
}
section#corps3{
    
}
section#col3D{
    
}
/*--- GABARIT 4 ---*/
section#corps4{
    width: 100%; 
}
section#col4D{
    width: 100%; position: relative;
}


.principalSection .content{
   background: rgba(185,187,204,.2); padding: 25px 0 15px;
   -webkit-box-shadow:8px 0 8px -10px rgba(0,0,0,.6),-8px 0 8px -10px rgba(0,0,0,.6);
   -moz-box-shadow:8px 0 8px -10px rgba(0,0,0,.6),-8px 0 8px -10px rgba(0,0,0,.6);
   box-shadow:8px 0 8px -10px rgba(0,0,0,.6),-8px 0 8px -10px rgba(0,0,0,.6);
}

.titre-page{padding: 15px;}
h1{font-size: 24px; color: #71b31e; margin-bottom: 10px; margin-top: 5px;}
h2{font-size: 17px; color: #4b4376;}
p.first{padding-left: 15px; position: relative;}
p.first::before{content: ''; position: absolute; left: 0; top: 15px; bottom: 15px; width: 5px; background: #16410f;}

ul.list{padding: 10px 0px 10px 10px; font-size: 0;}
ul.list li{background: url(../images/puce.gif) 0 10px no-repeat; padding-left: 15px; font-size: 14px; color: #4f850b;}
ul.inlineList li{display: inline-block; width: 50%; vertical-align: top;}

.photo{margin-top: 30px;}

.blocPhotos{font-size: 0;}
.blocPhotos li{display: inline-block; padding: 5px; width: 50%;}

.blocPhotos img{
   padding: 4px; background: #e5ecf4; border: 1px solid transparent;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.blocPhotos li:first-child img{border-color: #f2a472;}
.blocPhotos li:hover img, .blocPhotos li:focus img{border-color: #f2a472;}

.photosBot li{width: 25%;}

.article{padding: 0 10px; background: #bdb0b7; color: #FFF;}
.article h3{font-size: 24px; padding: 15px 0; border-bottom: 2px solid rgba(255,255,255,.8);}
.article p{padding: 15px 0; line-height: 22px;}
.article a{color: #FFF; text-decoration: underline;}

.membres > [class*="col-"]{padding-bottom: 10px;}
.membre .pic{float: left;}
.membre .pic img{padding: 4px; background: #e5ecf4; border: 1px solid #f2a472;}
.membre .desc{float: left; padding: 10px;}
.membre h2{font-size: 26px; color: #ff6400; font-family: 'open_sansregular';}
.membre h3{font-size: 20px; color: #4b4376; margin: 10px 0;}

#acvideo{position:absolute; width: 162px; height: 350px; right: 130px; top: -420px; z-index: 10;}
#relancevid{position: absolute; right: 10px; top: -96px; z-index: 99;}

/* FOOTER
-------------------------------------------------- */   
  

.site-footer{background: url(../images/bg_footer.jpg); padding: 10px 0 5px;}

.footLinks{
   background: #494176; padding: 15px 5px; 
   -webkit-box-shadow: 0 5px 8px rgba(0,0,0,.4);
   -moz-box-shadow: 0 5px 8px rgba(0,0,0,.4);
   box-shadow: 0 5px 8px rgba(0,0,0,.4);
}
.footLinks li{display: inline-block; position: relative; color: #fefefe;}
.footLinks li a{display: inline-block; color: #fefefe; padding: 2px 0;}
.footLinks li::after{content: '-'; display: inline-block; padding: 0 5px;}
.footLinks li:last-child::after{display: none;}

.logo-mtc{margin-top: 10px;}

    
.msgErreurs{
    background-color:#F9ABA2;
    padding:5px;
    color:#BF2413;
    border-radius:5px;
    font-weight:bold;
    border:1px solid #BF2413;
}

.urlPlan{
    margin:10px 0px 10px 20px;
    background: url("../images/fleche.jpg") no-repeat scroll left center transparent;
    padding-left:30px;
}
.creditsPhotos{
    margin: 20px 0px 20px 20px;
}

.googleMAP iframe{
    width: 100%;
    height: 450px;
}
.contactsite { width: 100%; }

.contactsite p.plabel { margin: 0; padding: 0; }
.contactsite p.pinput { margin: 0; padding: 0 0 10px 0; }

input[type="text"], textarea, select { padding: 5px; display: inline-block; border: 1px solid #E2E6E7; border-radius: 2px;}
input:focus, textarea:focus, select:focus { outline: none; color: #555; }
::-webkit-input-placeholder { opacity: 0.5; }
::-moz-placeholder { opacity: 0.5; }
:-ms-input-placeholder { opacity: 0.5; }
:-moz-placeholder { opacity: 0.5; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder { opacity: 0.3; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder { opacity: 0.3; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder { opacity: 0.3; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder { opacity: 0.3; }
.btSubmit1{
    font-size: 26px;
    border: none;
    padding: 5px 30px;
    color: #FFF;
    cursor: pointer;
    background: #494176;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.5);
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
}
.btSubmit2{
    background: url("../images/bgbt.jpg") repeat-x scroll left top transparent;
    border: 2px solid grey;
    border-radius: 5px;
    padding: 5px;
    color:white;
    cursor:pointer;
}
.titreDiapo{
    font-size: 18px;
    border: 2px solid grey;
    border-radius: 5px;
    background: url("../images/bg1.jpg") repeat-x scroll left bottom transparent;
    padding-left: 5px;
    margin: 15px 0px 5px 0px;
}

#diapoREA{max-width: 600px; margin: 0 auto;}

.bloc-rubDiapo{padding: 10px; text-align: center; font-size: 0;}

.rubDiapo{
    display: inline-block;
    width: 25%;
    padding: 10px;
    border-radius: 5px;
    vertical-align: top;
    text-align: center;
}
.rubDiapo-item{border: 1px solid #A1A1A0; padding: 10px; border-radius: 10px;}
.rubDiapo .img{margin-bottom: 10px;}
.rubDiapo .img img{
    width: 100%; max-width: 180px; height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
    box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.rubDiapo .lien{
    background-color: #BAC3CD; 
    padding: 5px;
    height: 36px; 
    overflow: hidden;
    border-radius: 5px;
}
.rubDiapo .lien a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}
.rubDiapo .lien a:hover{color: #904400;}

.extraitArt{
    border: 2px solid grey;
    border-radius: 5px;
    background: url("../images/bg1.jpg") repeat-x scroll left bottom transparent;
    padding: 5px;
    margin-top: 7px;
}
.extraitArt .intitule a{
    font-size: 20px;
    text-decoration: none;
}
.extraitArt .date{
    text-align: right;
    font-style: italic;
    font-size: 11px;
}

/* ---- LIVRE D'OR ---- */
.livredorList{padding: 10px;}
.livredorList .livredorItems{background: #ccc; border-bottom: 1px solid #deac00;}
.livredorList .livredorItem{padding: 0 0 5px;}
.livredorItem-content{border: 1px solid #deac00; background: #e2e2e2; padding: 5px;}
.livredorItem-content .nom{color: #623f25;}
.livredorItem-content .nom span{font-weight: bold;}
.livredorItem-content .message{font-size: 11px; line-height: 16px; text-align: justify;}
.livredorList .controls{margin-top: 10px;}
.livredorList a.btn{background: rgb(23, 125, 77); display: block; border: 1px solid #145335; padding: 8px 12px; color: #FFF; font-weight: bold; border-radius: 5px; width: 105px; text-align: center;}
.livredorList a.btn:hover{background: rgb(0, 76, 54); text-decoration: none;}
.livredorList a.next{float: right;}
.livredorList a.prev{float: left;}
.cycle-carousel-wrap{width: 100%;}
.btn-livredor{text-align: center; margin: 10px;}
/*-------------*/

.tabs{border-radius: 10px; overflow: hidden; margin-top: 10px; border: solid 1px #688dc4;}
.tabs li{padding: 5px; background: #305da0; border-bottom: solid 1px #688dc4; color: #FFF; cursor: pointer;}
.tabs li:last-child{border-bottom: none;}
.tabs li.active{background: #688dc4;}
.tabs li:hover{background: #5f83ba;}

.tab_container{position: relative;}
.tab_content{visibility: hidden; position: absolute; z-index: -1; width: 100%; top: 0; left: 0;}
.tab_content_active{visibility: visible; position: inherit; z-index: 10;}

/* EN SAVOIR + */
.act{ padding:20px 0;}
.act img{ max-width:100%; height:auto;}
.act div > a:first-of-type{ display:block; text-align:center; margin:10px 0; overflow:hidden;}
.act p:last-of-type{ text-align:right;}
.act:after{ content:''; display:block; clear:both; height:0;}

.act .col-xs-6.col-sm-3{ overflow:hidden;}
.act div > a:hover:first-of-type img{-webkit-animation-name:tada;animation-name:tada;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.act p:last-of-type a{ font-size:16px; display:inline-block; background:#4f850b; color:#fff;}
.act p:last-of-type a:hover{ -webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}

/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/


@media only screen and (max-width: 1199px){
    
}

@media only screen and (max-width: 991px){
    .blocPhotos{margin-top: 15px;}
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){
    .logo.pull-left, .telsNumber.pull-right{float: none !important; text-align: center;}
    .telsNumber{margin: 15px 0 0;}
    ul.inlineList li{width: 100%;}
    .logo img{max-width: 380px; width: 99%; height: auto;}
	.act .col-xs-6.col-sm-3{ width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
}


@media only screen and (min-width: 480px) and (max-width: 599px){

}

@media only screen and (max-width: 479px){
    .telsNumber img{width: 99%; height: auto;}
}

@media only screen and (min-width: 600px){

}


@media only screen and (min-width: 600px) and (max-width: 767px){

}

@media only screen and (min-width: 768px){
   .is-table-row {
      display: table; width: 100%;
   }
   .is-table-row > [class*="col-"] {
      float: none;
      display: table-cell;
      vertical-align: top;
   }
}

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

}

@media only screen and (min-width: 992px){

}

@media only screen and (min-width: 992px) and (max-width: 1199px){  
  .custom-navbar li{margin-bottom: 3px;}
  .custom-navbar li a{padding: 12px 30px;}

  #acvideo{top: -475px;}
  #relancevid{top: -155px;}    
}

@media only screen and (min-width: 1200px){

}