@font-face {
 font-family: 'avenir';
 font-style: normal;
 src: url('../avenir-light.woff2') format('woff2');
 font-display: swap;
}
@font-face {
 font-family: 'avenirbold';
 font-style: normal;
 src: url('../avenir-bold.woff2') format('woff2');
 font-display: swap;
}
@font-face {
 font-family: 'worksans';
 font-style: normal;
 src: url('../worksans.woff2') format('woff2');
 font-display: swap;
}
/*
 * Classic styles
 * --------------------------------------------------
 */
 
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
 display: block;
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 html {}
 
 body {
 margin:0 40px 10px 40px;
 font-family: "avenir", sans-serif;
 -webkit-font-smoothing: antialiased;
 color: #3c3c3c;
 font-size: 17px;
 background-color:#ededed;
}
 



.lang-switcher {
    display: inline-block;
    font-family: inherit;
    top: 0;
    position: absolute;
    right: 10px;    z-index: 99;
}

.lang-switcher__current {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px 6px 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 12px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: .2s;
}


.lang-switcher__current:hover {
    border-color: #999;
}

.lang-switcher__list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 134px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .2s;
}

.lang-switcher:hover .lang-switcher__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-switcher__list a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 5px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
}

.lang-switcher__list a:hover {
    background: #f5f5f5;
}

.flag {
    font-size: 12px;
}

span.arrow svg {
    width: 15px;
    height: auto;    margin-top: 2px;
}
 
 
 
 
 
span.lettrine {
 color: inherit;
 font-size: 32px;
}
section {
width: 100%;
    max-width: 1300px;
    margin: 40px auto;
    display: block;
    background: #ffffff;
    border-radius: 8px;
    padding: 60px;
    clear: both;
}
.container {
 width: 100%;
 
}
.colonnes, .wrapcolcontent  {
 display: flex;
 justify-content: flex-start;
 gap: 40px;
}
 .wrapcolcontent img {
    float: right;
    width: 50%;
    margin: 0 0 20px 20px;
}

 .colonnes.bottomargin {
        margin-bottom: 20px;
}
 
 

.teamsingle h2.pagetitle {font-size: 24px; }

.boutonglobal {
    background: #203362;
    font-family: "worksans", sans-serif;
    margin-top: 20px;
    padding: 10px 21px 10px 10px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
	 transition: all .2s; text-decoration: none;
}
.boutonglobal svg {
    fill: #203362;
    width: 50px;
    vertical-align: middle;
    margin-right: 14px;
    background: #ffffff;
    padding: 14px;
    border-radius: 6px; transition: all .2s;
}

.boutonglobal:hover {
text-decoration: none;
}

.boutonglobal:hover svg {
   fill: #ffffff;
        background: #e1781a;
}

 .wrapsection {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
    margin:  auto;  

}
 
 
 .section {
       flex-grow: 1;
    flex-basis: 0;
    background: #ffffff;
    border-radius: 8px;

}
 
 
.colonne , .wrapcolcontent div {
 /* flex:1 1 auto; */
 flex-grow: 1;
 flex-basis: 0;
}
.colonne.large140px {
 flex-basis: 140px;
 flex-grow: 0;
}
 
 .colonne.large180px,  .large180px {
 flex-basis: 180px;
 flex-grow: 0;
}
 .colonne.large240px {
 flex-basis: 240px;
 flex-grow: 0;
}
 .colonne.large340px {
 flex-basis: 340px;
 flex-grow: 0;
}

 
 .colonne.large33 , .large33{
 flex-basis: 33%;
 flex-grow: 0;
}
 
.colonne.large40 {
 flex-basis: 40%;
 flex-grow: 0;
}
 
.colonne.large50 {
 flex-basis: 50%;
 flex-grow: 0;
}
 
.colonne.large60 {
 flex-basis: 60%;
 flex-grow: 0;
}
 
.colonne.large70 {
 flex-basis: 70%;
 flex-grow: 0;
}

.zonevideo {
 display: flex;
 gap: 20px;
 margin: 20px 0;
}
.video {
 transition: all .2s;
 margin-bottom: 10px;
 display: inline-block;
}
.video:hover {
 box-shadow: 7px 7px 0px 0px #fecc18;
}
.encadre {
 padding: 28px 34px;
    margin: 20px 0;
    background: #ededed;
    border-radius: 8px;
}
.visuel {
 display: flex;
 align-items: center;
 flex: 0 0 330px;
}
.visuel img {
 width: 330px;
 height: auto
}
.demi {
 flex-grow: 1;
}
.identite {
 float: right;
 margin-left: 20px;
 width: 200px;
}
img {
 width: 100%;
 max-width: 100%;
 height: auto;
 display: block;
}
.identite p {
 font-size: 16px;
 text-align: center;
 margin-top: 8px;
 font-style: italic;
}
.photo p {
 font-size: 13px;
 text-align: right;
 font-style: italic;
}
.little {
 font-style: italic;
 font-size: 13px;    margin: 20px 0;
}
 p.little a {
    color: inherit;
}
 
 
 
 .colonnes.timeline {
    gap: 20px;
}
  
 
 .colonnes.timeline .colonne {
    padding: 20px 20px 0 20px;
    background: #ededed;    position: relative;    border-radius: 6px;
}
 
 img {
    border-radius: 6px;
}
 
 
 
 .colonnes.bottomargin.timeline img {
    margin-bottom: 10px;
}

 
  
 
 .timeline .colonne {
    transition: all 0.3s ease; cursor: pointer;
}
  
 
 .timeline .colonne:hover {
    box-shadow:4px 4px 6px 0px #52525252;
}
  

 
 .timeline .colonne.dimmed {
    background: #fff;

}
 
 
 
 
 
p.timelinetitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    /*font-family: "worksans", sans-serif;*/
    margin-bottom: 4px;
}

p.timelinedate {
    text-align: center;
    font-size: 15px;
}
 
 
 
 .worksans  {
       font-family: "worksans", sans-serif;

}

 
 
 
 
 /*
 .debut:before {    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 12px;
    border-radius: 12px;
    width: 12px;
    margin-top: -5px;
    top: 45%;
    left: -32px;

 }
 
 
.debut:after {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 2px;
    width: 40px;
    top: 45%;
    left: -20px;
} 
 

 .continu:before {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 2px;
    width: 80px;
    top: 45%;
    left: -40px;
}
 
 
 .avantdernier:after {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 2px;
    width: 80px;
    top: 45%;
    left: auto;
    right: -60px;
    z-index: 4;
}
 
 
 
 
  
 .fin:before {
     content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 2px;
    width: 40px;
    top: 45%;
    left: auto;
    right: -20px;
    z-index: 4;
}
 
 
 
 
  
 .fin:after {
    content: '';
       position: absolute;
    display: block;
    top: 45%;
    left: auto;
    right: -30px;
    margin-top: -9px;
    z-index: 4;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e1781a;
}
 
 */
 

#thepanier {
 position: FIXED;
 width: 800px;
 max-width: 100%;
 overflow: auto;
 height: 100%;
 background: #fff;
 padding: 22px 40px;
 right: -800px;
 top: 0;
 z-index: 99999;
 transition: all .5s ease;
 -moz-transition: all .5s ease;
 -webkit-transition: all .5s ease;
 -o-transition: all .2s ease;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#thepanier.move {
 right: 0;
}
 
 
 
 
 .fermepanier {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 width: 100%;
 height: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 opacity: 0.6;
 box-sizing: border-box;
 display: none;
 background: #4e4e4e;
}

 
 
.litlefermepanier, .litlefermeaccess {
 font-size: 25px;
 text-transform: uppercase;
 font-weight: 700;
 color: #ffffff;
 position: absolute;
 padding: 0 0px;
 vertical-align: text-top;
     line-height: 60px;
    width: 60px;
    text-align: center;
    height: 60px;
    top: 0;
    right: 0;
 z-index: 10;
 background: #818181;
 cursor: pointer;
 transition: all .3s ease;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
}
.litlefermepanier:hover, .litlefermeaccess:hover {
 color: #e1781a;
 background: #fff;
}
 
 
 
 
 .detail-1, .detail-2, .detail-3, .detail-4 {
  
  
  display:none;
  
  
 } 
 
 
 
 div#thepanier img {
    float: right;
    width: 290px;
    margin: 0 0 20px 20px;
}
 
 sup {
    font-size: 10px;
}
 
 
 .parole  {
    font-family: serif;
    font-size: 22px;
}
 
  
 .auteur  {
        font-style: italic;
    text-align: right;}
 
 p.title {
    font-size: 22px;
    line-height: normal;
    font-family: "worksans", sans-serif;    padding-right: 100px;    color: #203362;
}
 
 
 
 span.lettrine {
    color: #e1781a;
    margin-right: 10px;
    height: 30px;
    float: left;
}
 
 
 
 
p.wptac-header {
 line-height: normal;
 font-family: "worksans", sans-serif;
 border-bottom: 1px solid #c9c9c9;
 padding-bottom: 24px;
 cursor: pointer;
 position: relative;    color: #203362;
 font-size: 21px;
 padding-right: 40px;
 transition: all .4s ease;
 -moz-transition: all .4s ease;
 -webkit-transition: all .4s ease;
 -o-transition: all .4s ease;
}
.wptac-header:hover {
 color:#e1781a;
}
.wptac-header:after {
 font-weight: 600;
    content: "+";
    position: absolute;
    right: -5px;
    top: 10%;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #e1781a;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
}
.wptac-header.expanded:after {
 content: "-";
}
section#head {
     margin-top: 0;    padding: 30px 60px;
    border-radius: 0 0 8px 8px;
     background: #203362;position: relative;
}
#head .container {
    display: block;
 gap: 20px;
 
}
 
 section#head .container {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    font-family: "worksans", sans-serif;
}
 
 
 p.iainfo {
    font-size: 11px;
    font-weight: normal;
    font-family: "avenir", sans-serif;
    font-style: italic;
    margin-bottom: 0px;
    color: #9ea9c3;
}
 
 .contenair {
    margin-bottom: 40px;
}
 
 
 
 
 
 
 
p {
 margin-top: 0;
 margin-bottom: 18px;
}
ul, li {
 
 
 
}
ul.tiret {
 list-style-type: none;
}
ul.tiret > li {
 text-indent: -5px;
}
ul.tiret > li:before {
 content: "-  ";
 text-indent: -10px;
}
p.mentionslink {
 cursor: pointer;
 margin-bottom: 0;    text-align: center;
}
.bouton {
 background: #193d8a;
 color: #fff;
 text-decoration: none;
 position: relative;
 padding: 15px 28px 15px 28px;
 font-size: 16px;
 margin: 10px auto 30px auto;
 left: 50%;
 max-width: 75%;
 text-align: center;
 transform: translateX(-50%);
 display: inline-block;
 -webkit-box-shadow: 16px 16px 0 0 #fecc18;
 box-shadow: 16px 16px 0 0 #fecc18;
 transition: all .2s ease;
 -moz-transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -o-transition: all .2s ease;
}
.bouton:hover {
 background: #fecc18;
 color: #193d8a;
 -webkit-box-shadow: 16px 16px 0 0 #193d8a;
 box-shadow: 16px 16px 0 0 #193d8a;
}
.boutonlogo {
 color: #fff;
 text-decoration: none;
 border: 1px solid #fecc18;
 position: relative;
 font-size: 16px;
 margin: 10px auto 30px auto;
 background: #ffffff;
 padding: 10px;
 max-width: 200px;
 left: 50%;
 transform: translateX(-50%);
 display: inline-block;
 -webkit-box-shadow: 16px 16px 0 0 #fecc18;
 box-shadow: 16px 16px 0 0 #fecc18;
 transition: all .2s ease;
 -moz-transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -o-transition: all .2s ease;
}
.boutonlogo:hover {
 background: #fff;
 color: #193d8a;
 -webkit-box-shadow: 16px 16px 0 0 #193d8a;
 box-shadow: 16px 16px 0 0 #193d8a;
}
.decouvrir {
 font-family: "worksans", sans-serif;
 padding-bottom: 24px;
 position: relative;
 /* font-size: 21px;*/
 width: 200px;
 margin: 0 auto;
 display: block;
 text-align: center;
}
h1 {
 font-size: 30px;
 line-height: normal;    /*color: #006633; color: #203260;*/
 font-family: "worksans", sans-serif;    color: #203362;
}
h2 {
 font-size: 28px;
 line-height: normal;   /* color: #006633;  color: #203260;*/
 font-family: "worksans", sans-serif;margin-top: 0;    color: #203362;
}
h3 {
 font-size: 21px;
 line-height: normal;      margin-top: 0;  /*color: #006633; color: #203260;*/
 font-family: "worksans", sans-serif;    color: #203362;
}
 a {
    color: inherit;
    text-decoration: none;
}
a, a:active, a:hover {
 outline: 0;
}a:hover {
  text-decoration: underline;
}
.footer {
    background-color: #f4f4f4;
    margin: 20px auto;
    padding: 20px;
}
.footer .container {
 margin: 0px auto;
 padding: 16px 0px;
 color: #8d979a;
 font-size: 14px;
}
.footer .container a {
 color: #8d979a;
 font-size: 13px;
}



.wrapcolcontent .insertitle, 
.pagetitle {
 font-size: 44px;
 line-height: normal;
 margin: 20px 0 6px 0;
    color: #203362;
 font-family: "worksans", sans-serif;
 
     position: sticky;
    top: 40px;
 
  
  
}
 
 
 .titlewigside:after {
    content: '';
    display: block;
    background: #e1781a;
    height: 2px;
    width: 80px;
    margin-top: 15px;
}
 
 
 
 
 
 
/*
.headright {width:60%; float:right}
*/
section.separator {
 height: 20px;
 background: #1c1c1c;
 margin-top: 20px;
 border-bottom: 6px solid #d21034;
}
.mentions {
     display: none;
    text-align: left;
    font-size: 15px;
    color: #6c6c6c;
    margin: 20px;
}
.rollup {
 cursor: pointer;
}
.rollupcontent {
 display: none;
}
.video.colom {
 flex-basis: 70%;
 margin-bottom: 0px;
 position: relative;
}
.colomimg {
 background: url(images/PHOTO4.jpg);
 background-size: cover;
 flex-grow: 1;
 height: auto;
 background-position: center;
 width: 100%;
}
p.videotitle {
 position: absolute;
 padding: 6px;
 background: #ffffff73;
 /* font-size: 15px; */
 color: #fff;
 /* max-width: 65%; */
 bottom: 0;
 margin: 10px;
}





.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;    text-align: center;
  width: 100%;
  background: #fff;
  color: #333;
  border-top: 2px solid #ccc;
  padding: 15px;
  font-size: 14px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.08);
  z-index: 9999;
  display: none; /* contrôlé par JS */
}
.cookie-banner p { margin: 0 0 10px; }
.cookie-buttons { display: flex; gap: 10px; justify-content:center;}
.cookie-buttons button {
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
#accept-cookies { background: #4CAF50; color: #fff; }
#reject-cookies { background: #f44336; color: #fff; }







@media only screen and (max-width: 1024px) {
 
 
section {
     padding: 40px;
}
 
 section#head{
    padding: 30px 40px;
 }
 
 
 
 
 .wrapcolcontent .insertitle, 
.pagetitle {
 font-size: 34px;
}
h1 {
 font-size: 26px;
}
}
 
 

 
 
 
 

 @media only screen and (max-width: 950px) {
.colonnes {
     flex-wrap: wrap;
}
 .colonne {
    flex-grow: 1;
    flex-basis: calc(50% - 10px);
}
    .intro .colonnes {
    gap: 20px;
}
  
   .intro .colonne {
        flex-grow: 1;
        flex-basis: 100%;
    }  
  
  
  
  .colonne.collapse {
       display: none;
  }
    
  .colonne.collapse h1{
       margin:0;
   padding:10px 0 10px 0;
  }
  .wrapcolcontent .insertitle, 
  .pagetitle {
    margin: 0px 0 0px 0;
    }
  .collapse-header {
      padding-right: 20px; 
  }
  
  .collapse-header:after {
    font-weight: 600;
    content: "+";
    position: absolute;
    right: -5px;
    top: 10%;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
     right: -12px;
        top: 0px;
    }
  
  
  .collapse-header.expanded:after {
 content: "-";
}
  .wrappsmallcol {
    display: flex;
    gap: 20px;
}
  
    .smallcol {
    flex-grow: 1;        
     flex-basis: 60%;

}
 .secondsmall {
    flex-basis: 40%;
}
 
 
		colonne.large33, .large33 {
    min-height: 390px;
}
		
		
		
		
		
		
		
}

 
 
 
 
@media only screen and (max-width: 768px) {
 span.lettrine {
    color: #e1781a;
    margin-right: 10px;
    height: auto; 
    float: left;
}
 
 .colonnes.timeline .colonne {
    padding: 10px 10px 0 10px;
   
}
 
 
.visuel {
 flex: 0 0 290px;
}
 
 
 
 p.title {

    padding-right: 60px;
}
 
 ul {
    padding-left: 20px;
}
 
 li {
    margin-bottom: 10px;
}
 
 
 
 
 
 
}

@media only screen and (max-width: 640px) {
	
	
	
 
 body {
    margin: 0 20px 10px 20px;font-size: 16px;
   
}
 section, .section {
      margin: 10px auto 10px auto;
     /*  padding: 40px;*/
}
	.wrapcolcontent .insertitle, 
 .pagetitle {
    margin: 0px 0 6px 0;
    font-size: 20px;
    }
	
	.colonnes, .wrapcolcontent {
    display: block;
   }
	
	
	.teamsingle h2.pagetitle {
    font-size: 20px;
}
	
 .parole {
    font-size: 20px;
}
.wptac-header:after {
       right: -12px;
    top: 0px;
}
#head .container {
 display: block;        
 font-size: 16px !important;
}
 
     section#head {
        padding: 20px 30px 20px 30px;
    }
 
 .mentions {
        margin: 20px 0;
}
 
 section {
        padding: 20px;
    }
 
section#head p {
        margin-bottom: 8px;
    }
 
	 section#head p.iainfo {
    margin-bottom: 0px;

}    
	
#head .visuel {
 width: 100%;
 display: block;
 text-align: center;
}
.colonnes, .zonevideo, .wrapsection {
 display: block;
}

h1, p.wptac-header {
 font-size: 16px;
}
 
 p.wptac-header {
    padding-bottom: 14px;padding-right: 10px;
 }
  
 p.wptac-header.last {
       margin-bottom: 0px; border-bottom:none;
 }
 
 

.video.colom {
 margin-bottom: 15px;
}
.colomimg {
 height: 58vw;
}
.aaa {
 margin: 20px 0;
}
.demi {
 width: 100%;
 display: block;
 vertical-align: middle;
}
.photo, .identite {
 float: none;
 margin: 20px 0 20px 0px;
 width: 100%;
}
.identite {
 margin: 20px auto 20px auto;
 max-width: 200px;
}
 
 div#thepanier img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0px;
}
 
 
 
 .colonnes.timeline {
    margin-bottom: 70px;
    margin-top: 60px;
}
     .colonnes.timeline .colonne {
        padding: 10px 10px 10px 10px;
        margin-bottom: 20px;
    }
 
   .wrappsmallcol {
    display: block;
    gap: 20px;
}
  
   /* .smallcol {
    flex-grow: 1;        
     flex-basis: 60%;

}
 .secondsmall {
    flex-basis: 40%;
}
 */
 
 /*
 .debut:after {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 40px;
    width: 2px;
    top: -20px;
    left: 50%;
}
 
 
 
 
 .debut:before {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 12px;
    border-radius: 12px;
    width: 12px;
    margin-top: -5px;
    top: -20px;
    left: calc(50% - 5px);
}
 
 
 .continu:before {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 50px;
    width: 2px;
    top: -20px;
    left: 50%;
}
 
 
 .avantdernier:after {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    top: auto;
    right: -60px;
    z-index: 4;
    height: 50px;
    width: 2px;
    bottom: -50px;
    left: 50%;
}
 
 .fin:after {
        content: '';
    position: absolute;
    display: block;
    top: auto;
    left: auto;
    right: 50%;
    bottom: -22px;
    margin-top: -9px;
    z-index: 4;
    width: 0px;
    height: 0px;
    border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e1781a;
    left: calc(50% - 9px);
}
 .fin:before {
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 2px;
    width: 40px;
    top: 45%;
    left: auto;
    right: auto;
    z-index: 4;
    content: '';
    position: absolute;
    display: block;
    background: #e1781a;
    height: 20px;
    width: 2px;
    top: auto;
    left: 50%;
    bottom: -20px;
}*/
}






@media only screen and (max-width: 420px) {
	
	
	    .wrapcolcontent img {
        width: 100%;
        margin: 10px 0 10px 0px;
    }
	 
}











