/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 févr. 2022, 09:07:59
    Author     : jf
*/

html, body {
    margin: 0;
    padding:0;
    overflow-y: unset;
    top:0px;
    height:100%;
    width:100%;
    font-family: normalFont;
    font-size: 14px;
    color: #000;
    overflow:hidden;
}
::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: titleFont;
    src: url(../fonts/Raleway-Bold.ttf) format("truetype");
}
@font-face {
    font-family: subtitleFont;
    src: url(../fonts/Raleway-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: normalFont;
    src: url(../fonts/Gill-Sans-Light.otf) format("opentype");
}
  
h1 {
    font-family: titleFont;
    font-weight: unset;
    font-size:24px;
    margin-top:0px;
    margin-bottom:20px;
}
h2, h3 {
    font-family: subtitleFont;
    font-weight: unset;
    font-size:24px;
    margin-top:0px;
    margin-bottom:20px;
}
h3 {
    font-size:18px;
    
}

a, a:link, a:visited {
    text-decoration: none;
    color:black;
}
.scroller section {
    height: 100%;
}

.scroller {
    height: 100%;
    overflow-y: hidden;             /* scroll in ex */
    scroll-snap-type: y mandatory;
/*  scroll-padding: 40px; */
    border: 0px solid #333;
    width: 100%;
    top:0;
    left:0;
    position:absolute;
    padding-right:25px;
    overflow-y:scroll;
    scrollbar-width:none;
} 

.scroller section {
    scroll-snap-align: start;
}		
	
.scroller nav {
    position: sticky;
    height: 60px;
    margin-left:3%;
    margin-right:3%;
    width:94%;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.5);
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    behavior: url(../css/PIE.htc);
}	
.article {
    display: block;
}
.sectionMainvisu {
    width:100%;
    height:100%;
    float:left;
    position:relative;
    opacity:50%;
    overflow: hidden;
}
img.displayed {
    display: block;
/*    margin-left: auto;
    margin-right: auto;  */
    margin:auto;
    overflow: hidden;
    float:left;
    position:relative;
/*    max-width: 100%; */
}
.fixednav {
    width:100%;
    text-align: center;
    height:100%;
    position:fixed;
    z-index:95;
}
.hideme, .hideCertif {
    display:none;
}
.opacity0 {
    opacity: 0;    
}
.intrologo {
/*    margin-top:100px; */
    left:50%;
    margin-left:-150px;
    bottom:160px;
    position:absolute;
    float:left;
    text-align: center;
    height:auto;
}
.intrologo2 {
/*    margin-top:100px; */
    top:-200px;
    position:absolute;
    float:left;
    text-align: center;
    height:60px;
    width:100%;
    background-color:white;
}
.introaccroche {
    bottom:120px;
    position:absolute;
    float:left;
    width:100%;
    text-align:center;
    font-family: titleFont;
    font-size: 13px;
    color:white;
}
.cnilarea {
    bottom:0;
    height:auto;
    width:100%;
    position:fixed;
    float:left;
    font-family: normalFont;
    font-size: 14px;
    padding-top:12px;
    padding-bottom:10px;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255, 0.7);
    color:black;
}
.buttcomein {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,1);
    color:black;
    width:266px;
    border:0;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    behavior: url(../css/PIE.htc);
    cursor: pointer;
}
.licenter {
    text-align: center;
    display:inline-block;
}
.calendarbutton {
    background-image: url(../img/buttcalendar.png);
    background-repeat: no-repeat;
    width:400px;
    height:40px;
    float:left;
    position:relative;
    padding-left: 60px;
    padding-top: 10px;
    margin-left: -10px;
    margin-top: 40px;
    color:white;
    font-size:18px;
}
.ulmenutop {
    float: left;
    position: relative;
    left: 0;
    width: auto;
    height: 50px;
    border-color: transparent;
    font-weight: bold;
    background-color: white;
    text-align: center;
    margin-top: 10px;
}
.bgcolor1 {
}
.divonright {
    float:right;
    position:absolute;
    height:60px;
    width:auto;
    margin-right:20px;
    margin-top:0px;
    z-index:99;
    background-color: red;
}
.posButtDonate, .posLinkDonate {
    float:right;
    position:fixed;
    right:100px;
    top:0;
}
.posLinkDonate  {
    cursor: pointer;
    width:60px;
    height:60px;
}
.posLinkDonateHover {
    opacity:0;
    float:right;
    position:fixed;
    right:95px;
    top:0px;
    width: auto; 
    height:24px;
    padding-top:20px;
    padding-bottom:16px;
}
.posLinkAgendaHover {
    display: none;
    float: right;
    position: fixed;
    right: 4px;
    margin-top: 10px;
    top: 0;
    width: auto;
    cursor: pointer;
}
.opacity0 {
    opacity: 0;
}
.nopadding {
   padding:0 !important;
}
.posTextDonate {
    float:right;
    position:fixed;
    right:160px;
    margin-top:20px;
    top:0;
    font-weight: 400;
    font-size: 20px;
    width:100px;
    text-align:center;
    cursor: pointer;
}
.posButtAgenda, .posLinkAgenda {
    float:right;
    position:fixed;
    right:22px;
    top:0;
}
.posLinkAgenda {
    width:60px;
    height:60px;
    cursor: pointer;
}
.donatebutt {
    cursor: pointer;
    width:120px;
    height:33px;
    padding-top:12px;
    font-family: subtitleFont;
    font-size:16px;
    font-variant: small-caps;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    behavior: url(../css/PIE.htc);
    background: rgb(241,109,92);
    background: rgba(241,109,92,1.0);
    display:inline-block;
    text-align:center;
    color:white;
}
.buttbenevoles {
    cursor: pointer;
    width:218px;
    height:23px;
    padding-top:8px;
    font-size:16px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    behavior: url(../css/PIE.htc);
    background: black;
    display:inline-block;
    text-align:center;
    color:white;
}
.backgjaune {
    background-color: rgb(242,196,49);
    background-color: rgba(242,196,49,1.0);
}
.backgrose {
    background-color: rgb(230,24,114);
    background-color: rgba(230,24,114,1.0);
}
.backgvert {
    background-color: rgb(121,162,45);
    background-color: rgba(121,162,45, 1.0);
}
.backgrosepale {
    background-color: rgb(255,223,220);
    background-color: rgba(255,223,220, 1.0);
    
}
/**************************************/
/*               LAYER                */
/**************************************/
.sectionBlock {
    top:180px;
    left:100px;
    padding:40px;
    width:380px;
    height:370px;
    position:absolute;
    float:left;
    z-index:88;
}
.sectionContent {
    float:left;
    position:relative;
    width:auto;
    height:auto;
}
.sectionText {
    float:left;
    position:relative;
    top:0;
    font-size:18px;
    height: 270px;
}
.sectionTextGallery {
    float:left;
    position:relative;
    top:0;
    font-size:18px;
    height: 230px;
}
.sectionButtonGallery {
    float:left;
    position:relative;
    width:100%;
}
.buttonGallery {
    width:100%;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center;
    background-color: rgb(213,122,105);
    background-color: rgba(213,122,105,1.0);
    color:white;
    height:36px;
    padding-top: 4px;
    margin-top:20px;
    cursor: pointer;
    border: none;
    font-family:normalFont;
    font-size:14px;
}
.sectionAccroche {
    margin-top:20px;
    font-size: 16px;
    float:left;
    position:relative;
    font-family:subtitleFont;
    font-weight: bolder;
}
.sectionLexique {
    font-family:normalFont;
    font-size:14px;
}

.ullist {
    list-style-type: disclosure-closed;
    width:inherit;
    float:none;
    margin-left:17px;
    margin-top:10px;
    margin-bottom: 10px;
    position: relative;
    height:auto;
    overflow: unset;
    display:inline-block;
}
.lilist {
    width:100%;
    display: list-item;
}
.heightAuto {
    height:auto;
}
.H1sectionB {
    position:absolute;
    float:left;
    top:10%;
    left:60%;
    width:35%;
    height:auto;
    max-width:400px;
    padding:2%;
}
.H1sectionC {
    position:absolute;
    float:left;
    top:10%;
    left:10%;
    width:75%;
    height:auto;
    padding:2%;
}
.h200px {
    height: 200px;
}
.sectiontitlecont {
    font-weight: bold;
    font-size:18px;
    text-decoration: none;
}
.sectiontext33 {
    float:left;
    position:relative;
    width:31%;
    margin-right:3%;
  }
.sectiontext33:last-child {
    margin-right:0%;
}
.sectiontext33Title {
    font-weight: 400;
    font-size:18px;
    font-weight: bold;
}
.nodeco, .nodeco:link, a.nodeco:link {
    text-decoration:none;
    color:black;  
}
.mtexte {
  height: 250px;
}

.fixedicobar {
    position:fixed;
    bottom:20px;
    left:50%;
    margin-left:-123px;
    z-index:99;
    color:black;
    width:236px;
    border:0;
    padding-top:4px;
    padding-bottom:3px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    behavior: url(../css/PIE.htc);
    cursor: pointer;
}
.fixedleftbar {
    float:left;
    position:fixed;
    left:0;
    bottom:20px;
    margin-left:0px;
    width:220px;
    padding-top:4px;
    padding-bottom:3px;
    padding-right:4px;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    behavior: url(../css/PIE.htc);
}
.fixedrightbar {
    float:right;
    position:fixed;
    right:0;
    bottom:20px;
    margin-right:0px;
    width:200px;
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    behavior: url(../css/PIE.htc);
    cursor: pointer;
    padding-top:4px;
    padding-bottom:3px;
    height:auto;
}

.icoclass {
    float:left;
    position:relative;
    cursor: pointer;
    height:30px;
    width:30px;
    right:0;
    top:auto;
    margin-left:2px;
}
.icoclass:first-child {
    margin-left:3px;
}
.icosep {
    float:left;
    position:relative;    
    font-size:20px;
    margin-left:2px;
    margin-top:4px
}
.icoclass:hover {
    right:auto;
}

.sectionfooteradress, .sectionfooterico, .sectionfooter1901 {
    position:absolute;
    float:left;
    font-size: 16px;
    color:black;
}
.sectionfooter1901 {
    width:100%;
    top:110px;;
    text-align:center;
    color:black;
    font-size:12px;
}
.sectionfooteradress {
    left:20px;
    top:20px;
    width:220px;
    text-align: center;
}
.sectionFooter {      
    height:400px !important;
}
.footerButton {
    float:left;
    position:relative;
    width:224px;
    height:20px;
    border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    behavior: url(../css/PIE.htc);
    background-color: white;
    margin-bottom:10px;
    cursor: pointer;
    font-size: 14px;
    padding-top:8px;
}
.footerButton:hover {
    background-color: rgb(237,122,107);
    background-color:rgba(237,122,107,1.0);
}
.footerButtonText {
    float:left;
    position:relative;
    font-size: 14px;
    width:192px;
    padding-top:10px;
}
.footerButtonIcon {
    float:left;
    position:relative;
    font-size: 14px;
    width:30px;
    padding-top:1px;
}



.backimgclass {
    position:relative;
    width:100%;
    height:auto;
}
.backimgs3 {
    position:relative;
    width:100%;
    height:100%;
    background-color:rgb(255, 254, 197)
}
.accrochetext {
    font-weight: bold;
}
.programbutton, .programbutton:hover, .buttonret, .buttonret:hover {
    width:100%;
    padding-top:10px;
    height:30px;
/*    background-color: rgb(172,189,170);
    background-color:  rgba(172,189,170,1.0); */
    background-color:rgb(153, 153, 153);
    background-color: rgba(153, 153, 153, 1.0);
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    behavior: url(../css/PIE.htc);
    margin-top:20px;
    text-align: center;
    cursor:pointer;
    color:white;
    position:relative;
    float:left;
}
.programbutton:hover {
    color:white;
}
.buttonret, .buttonret:hover {
    width:300px;
    margin-left:10px;
    margin-right:10px;
}
.buttonret:hover {
   color:white;
}
.ateldivL, .ateldivR {
    float:left;
    position:relative;
    padding-bottom:20px;
}
.ateldivR {
    margin-left:20px;  
}
.libelatel {
    float:none;
    position:absolute;
}
.scrollablesect1 {
    float:left;
    position:relative;
    height:340px;
}
.prevclass, .nextclass, .prevclass_off, .nextclass_off {
    float:left;
    position:relative;
    margin-top:20px;
}
.logobottom {
    margin-top:20px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-149px;
}
.fixedleftbar {
    float:left;
    position:fixed;
    left:0;
    bottom:20px;
    height:30px;
    margin-left:20px;
    width:220px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    behavior: url(../css/PIE.htc);
}
.fixedrightbar {
    float:right;
    position:fixed;
    right:0;
    bottom:20px;
    margin-right:20px;
    width:220px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    behavior: url(../css/PIE.htc);
    cursor: pointer;
    padding-top:4px;
    padding-bottom:3px;
    height:auto;
}

.fixedleftbartext {
    float:left;
    position:relative;
    padding-top:8px;
    font-size:14px;
    width:155px;
    text-align:center;
    font-family: normalFont;

}
.fixedleftbaricomoins {
    float:left;
    position:relative;
    margin-left:3px;
    cursor:pointer;
    opacity:0;
}
.fixedleftbaricoplus {
    float:right;
    position:relative;
    cursor:pointer;
}
.scrollableatlH {
    width:90%;
    height:160px;
    margin-left:5%;
    margin-right:5%;
    overflow-x: auto;
    white-space: nowrap;
    overflow:auto; 
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
.scrollableatlH.toggle_width{width:70%;}
.scrollableatlH .images_container { overflow:hidden;}
.scrollableatlH .images_container img {
    max-width:none; /* stupid ie8 */
    margin-left:30px;
}
.scrollableatlH .images_container img{max-width:none;} /* stupid ie8 */
.scrollableatlH .images_container img:first-child{margin-left:0;}
.scrollableatlH .images_container img:last-child{margin-right:0;}
.ateldivL, .ateldivR {
    cursor:pointer;
}
.atelimg {
    text-align: center;
    height:142px;
}
.atellab {
    text-align: center;
    height:24px;
    padding-top:10px;
}
.sectionateliers {
    position:absolute;
    float:left;
    top:20%;
    left:20%;
    width:400px;
    height:auto;
    max-height:400px;
}
.sectionateliers2 {
    position:absolute;
    height:142px;
    width:100%;
    bottom:80px;
    float:left;
    
}



.ateldivH {
    position:relative;
    float:left;
    width:190px;
    height:142px;
    margin-right:10px;
    display: inline-block;
}
.ombre {
    -moz-box-shadow: 8px 8px 12px #555; 
    -webkit-box-shadow: 8px 8px 12px #555; 
    box-shadow: 8px 8px 12px #555; 
}
.ombremenu {
    -moz-box-shadow: 8px 8px 12px #555; 
    -webkit-box-shadow: 8px 8px 12px #555; 
    box-shadow: 10px 1px 12px #555; 
}
    

#buttD0 {
    display:none;
}