/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: 'open_sansregular';
    src: 
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: 
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 1;
    font-family:'open_sansregular';
    max-width:100vw;
    overflow-x: hidden;
    font-size:16px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:100vh; 
}
body.index{
    background-color:#000;
}
b, strong{
    font-weight: 900;
    font-family: 'open_sanssemibold';
}
ol, ul {
	list-style: none;
}
em{
    font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#333;
}
a img{
    border:none;
}
time{
	font-weight:bold;
	color:#43B58B;
    font-size:2rem;
}
* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: content-box;
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}
img.respons{ 
    height: auto;
    max-width: 100%;
    width: 100%; 
}
.bgbl{
    background-color:#fff;
}
.textes{display:none;padding:30px;}
.puces{
    list-style: inside disc;
}
.voeux{width:70%;max-width:450px;margin:0 auto;}
/*position et taille de box*/
.cot{
    display: inline-block;
    vertical-align: top;
}
.coB{
    display: inline-block;
    vertical-align: bottom;
}
.coM{
    display: inline-block;
    vertical-align: middle;
}
.box3{width:30%;}
.box50{width:500px;}
.box25{
    width:24.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.box20{
    width:19.5%;
    display: inline-block;
    vertical-align: top;
}
.font14{
    font-size:14px;
}
.bg_noir{
    background-color: #43B58B;
}
/*header*/
header{
    position: relative;
}
header .logo{
    width:10%;
    height:50px;
    margin-left:3%;
}
header .h2{
    width: 82%;
    margin:0 3% 0 2%;
}
header .h2 img{
    height:auto;
    width:100%;
}
header .logo img{
    height:50px;
    width:auto;
}
header div{
    text-align: center;
    padding : 7px;
    color:#fff;
}
header div p.titre1{
    font-size: 1.5em;  
    padding-bottom: 10px;
}
header h1, header .h1{
    font-size:1.25em;
    font-family: 'open_sanslight';
    display: inline;
}
header div p span{
    font-size:16px;
    display:block;
}
.index #container{
    padding:15px 0 0 0;
    min-height:65vh;
    width: 100vw;
}
ul.pots{
    padding: 0 5%;
    display: flex;
    -webkit-display: flex; 
	-ms-transition: flex; 
	-moz-transition: flex; 
    justify-content: space-between; 
}
ul.pots li{
    display:inline-block;
    vertical-align: top;
    width:11%;
    padding:5px;
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    max-width:200px;
    text-align: center;
    border:1px solid transparent;
	position:relative;
	z-index: 1;
}
ul.pots li:hover{
    border:1px solid #d7d7d7;
    border-radius: 15px;
    -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
ul.pots li:hover p{
    opacity:1;
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
ul.pots li h2{
    font-size:1.35em;
    font-family: 'open_sanssemibold';
    min-height:25px;
    margin-bottom:1vh;
    color:#f8f8f8;
}
ul.pots li h3{
    font-size:1.175em;
    opacity: 0;
    font-family: 'open_sanssemibold';
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    margin-bottom:1vh;
    min-height:45px;
    color:red;
	position:absolute;
	transform: rotate(-30deg);
	 -webkit-transform: rotate(-30deg);
	 -ms-transition-transform: rotate(-30deg);
	 -moz-transition-transform: rotate(-30deg);
	 top:73px;
}
ul.pots li p{
    font-size:1em;
    font-family: 'open_sansregular';
    color:#fefefe;
    opacity: 0;
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

ul.pots li.bleu:hover h3{
    opacity:1;
     -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
ul.pots li a{
    display:block;
    min-height:173px;
    width:100%;
    margin-bottom: 3vh;
}

ul.pots li.rouge{
    background:url("../img/scop_off.png") no-repeat center 15px / 90%;
}
ul.pots li.rouge:hover{
    background: rgba(0,0,0,0.3) url("../img/scop_on.png") no-repeat center 15px / 90%;
}
ul.pots li.bleu{
    background: url("../img/bleu_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.bleu:hover{
    background: rgba(0,0,0,0.3)  url("../img/bleu_on.png") no-repeat center 15px  / 90%;
}
ul.pots li.orange{
    background:  url("../img/orange1_off.png") no-repeat right center  / 60%;
}
ul.pots li.orange:hover{
    background: rgba(0,0,0,0.3) url("../img/orange1_on.png") no-repeat right center  / 60%;
}
ul.pots li.marine{
    background: url("../img/marine0_off.png") no-repeat center 15px  / 60%;
}
ul.pots li.marine:hover{
    background: rgba(0,0,0,0.3) url("../img/marine0_on.png") no-repeat center 15px  / 60%;
}
ul.pots li.marron{
    background: url("../img/marron_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.marron:hover{
    background: rgba(0,0,0,0.3) url("../img/marron_on.png") no-repeat center 15px  / 90%;;
}
ul.pots li.vert{
    background: url("../img/vert_off.png") no-repeat  center 15px  / 90%;
}
ul.pots li.vert:hover{
    background: rgba(0,0,0,0.3) url("../img/vert_on.png") no-repeat center 15px  / 90%;;
}
ul.pots li.violet{
    background: url("../img/violet_off.png") no-repeat  center 15px  / 90%;
}
ul.pots li.violet:hover{
    background: rgba(0,0,0,0.3) url("../img/violet_on.png") no-repeat center 15px  / 90%;
}
ul.pots li.pieds{
    background: url("../img/pieds_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.pieds:hover{</p>
    background: rgba(0,0,0,0.3) url("../img/pieds_on.png") no-repeat center 15px  / 90%;
}
ul.pots li.roum{
    background: url("../img/roum_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.roum:hover{
    background: rgba(0,0,0,0.3) url("../img/roum_on.png") no-repeat center 15px  / 90%;
}
ul.pots li.jaune{
    background: url("../img/jaune_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.jaune:hover{
    background: rgba(0,0,0,0.3) url("../img/jaune_on.png") no-repeat center 15px  / 90%;
}
ul.pots li.jone{
    background: url("../img/OAD_off.png") no-repeat center 15px  / 90%;
}
ul.pots li.jone:hover{
    background: rgba(0,0,0,0.3) url("../img/OAD_on.png") no-repeat center 15px  / 90%;
}
/*OAD*/
.oad .bp{
    width:120px;
}
.button{margin-right: 5%;}
.captures img{
    border-radius:12px;
    border:1px solid #888;
    margin-right:1.5%;
}
/*page mentions legales*/
.content{
    width:90%;
    margin :30px auto;
    line-height:1.2;
}
.content h1{
    font-size:3rem;
    margin : 30px 0
}
.content h2{
    font-size:2rem;
    margin : 20px 0
}
.content h3{
    font-size:1.5rem;
    margin : 10px 0
}
.content p,
.content li{
    margin-bottom:7px;
}
.content a{
    color:#43B58B;
    font-weight:bold;
    transition: all ease-in 0.2s;
}
.content a:hover{
    color:#43B58B;
    font-weight:bold;
    transition: all ease-in 0.2s;
}
/*page 404*/
.quatre .content{
    text-align: center;
    
}
.quatre h1,
.quatre h2{
    margin:0;
}
.quatre img.respons{
    max-width:680px;
}
.quatre #container{padding: 0;}
/*page actualites*/
.actus header {
    margin-top: 0;}
.actus header div{
margin-top:47px;}
.button {
  background-color: white;
  border: none;
  color: white;
  border: 2px solid #FFE112; 
    padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
    transition-duration: 0.4s;
    border-radius: 7px;
}
.button.inscrire{
    width : 250px;
    margin : 0;
    border: 2px solid #43B58B; 
}
.button:hover{
  background-color: #FFE112;
transition-duration: 0.4s;
}
.button a{
    display: inline-block;
  width: 100%;}
.liste_actus{
    margin:30px auto;
}
.liste_actus > li{
    display: inline-block;
    margin-right: 30px;
}
.liste_actus .button{
    width:auto;
    display: inline-block;
}
.actus iframe{
	width:100%;
	height: 2500px;
}
#webinaires h2{
    margin-left:7px;
}
#webinaires ul li ul li{
    list-style: disc inside;
}
#agenda{position:relative;}

/********footer***********/
footer{
    text-align: center;
margin: 15px 0 0 0;
width: 100%;
}
footer .bde{
    font-size: 0.9em;
    color:#888;
    padding:10px 15px 0 15px;
    border-top:1px solid #20242e;
    border-bottom:1px solid #20242e;
    text-align: left;
    background-color: rgba(255,255,255,0.8);
}
footer .contact{
    font-family: 'open_sanslight';
    font-size: 0.9em; 
    padding:5px 0;
    background-color: rgba(255,255,255,0.8);
}
footer .mentions{
    font-size:0.9em;
    padding-bottom:10px;
    background-color: rgba(255,255,255,0.8);
}
footer nav{
    text-align: right;
    margin-right: 30px;
    height: 35px;
	position:relative;
	z-index: 2;
}
footer ul{height:100%;}
footer nav li{
    background-image: url('../img/sprite.png');
    background-repeat:  no-repeat;
    background-position: center 35px;
    height:100%;
}
footer nav li a{
    background-image: url('../img/sprite.png');
    background-repeat:  no-repeat;
    display:block;
    width:35px;
    height:35px;
}
footer nav li.yt a:hover{ 
    background-position: -40px -124px;
}
footer nav li.yt a{ 
    background-position: -4px -124px;
}
footer nav li.vimeo a:hover{ 
    background-position: -39px -40px;
}
footer nav li.vimeo a{ 
    background-position: -3px -40px;
}
footer nav li.fb a:hover{ 
    background-position: -41px -83px;
}
footer nav li.fb a{ 
    background-position: -5px -83px;
}
footer nav li.linkedin a:hover{ 
    background-position: -39px 0px;
}
footer nav li.linkedin a{ 
    background-position: -3px 0px;

}
footer nav li.chimp a:hover{ 
    background-position: 1px -244px;

}
footer nav li.chimp a{ 
    background-position: 1px -206px;
            width:76px;
}
footer nav li.YC a:hover{ 
    background-position: -39px -167px;
}
footer nav li.YC a{ 
    background-position: -3px -167px;
}
footer nav li.lilo a:hover{ 
    background-position: 0px -324px;

}
footer nav li.lilo a{ 
    background-position: 0px -286px;
        width: 78px;
}
footer div p{
    margin:0 15px 10px 0;
    text-align: center;
}
footer div p a{
    color:#888;
    display: block;
    height: 100%;
}
footer .bde img{
    width:65px;
    display: block;
    margin:auto;
}

footer div .euraf img{
    width: 62px;
}
footer div .bca img{
    width: 40px;
    padding-top: 25px;
}
footer div .data img{
    width: 100px;
    padding-top: 12px;
}
footer div .conc img{
    width:70px;
}
footer div .icos img{
    width: 110px;
    padding-top: 15px;
}
footer div .laureat img{
    width: 110px;
}
footer div .afac img{
    width: 85px;
}
footer div .afoc img{
    padding-top: 25px;
}
footer div .veg img{
    width: 75px;
    padding-top: 7px;
}
footer div .reu img{
    width: 65px;
}
footer div .aso img{
    width: 100px;
    padding-top: 7px;
}
@media screen and (max-width:1440px){
    ul.pots li h2 {
    font-size: 1.175em;
    }
    
}
@media screen and (max-width:1280px){
	ul.pots li h2 {
    font-size: 1.1em;
    }
    footer .bde{text-align:center;}
    footer div p{
    margin:30px;
    }
    ul.pots.sous li{
    width:150px;
    }
    
}

@media screen and (max-width:1024px){
    header .h1{
        width:15%;
    }
    .actus header div{
        margin-top:92px;}
    header .h2{
        width:75%;
        margin: 0 4% 0 1%;
    }
     header h3 {
    font-size: 1.5em;
    }
    header div p {
    font-size: 1.2em;
    }
    .index #container{
        height:auto;
        padding-bottom:0px;
    }
    ul.pots{
        display: block;  
        text-align: center;
        margin-bottom:15px;
    }
    ul.pots li{
        width:24%;
        min-height:350px;
        padding: 15px;
        margin : 15px;
    }
    ul.pots li a{
        min-height:190px;
    }
    footer{
        position:static;
    }
    
}
@media screen and (max-width:1000px){
        header .h1{
        width:100%;
        text-align: center;
    }
        header .h2{actus
    display:none;}
    ul.pots li p{
    opacity:1;}
    ul.pots li{
        border: 1px solid #d7d7d7;
        border-radius: 15px;
        width:200px;
        min-height:350px;
        margin: 15px 30px;
    }
    ul.pots li a{
        min-height:190px;
    }
    footer ul{
        text-align: center;
    }
    footer nav li {
        margin: 0 30px;
    }
    footer .bde {
    padding-top: 30px;
    }
    .box50{width:800px;}
    .box25{
    width:100%;
    }
}
@media screen and (max-width:850px){
    header h3 {
    font-size: 1.3em;
    }
    header div p {
    font-size: 1em;
    }
    ul.pots li a{
        margin-bottom:0;
    }
    ul.pots li h2 {
        min-height: 30px;
    }
    footer .bde {
        font-size: 0.9em;
    }
    .actus header {
      margin-top: 85px;
    }
}
@media screen and (max-width:600px){
    body.index {
  background-color: #2F2F2F;
  background-image: none !important;
}
   .
   header div{
        margin-top:130px;}
    header .logo {
  width: auto;
  height: 50px;
  margin-left: 3%;
  margin: auto;
}
    header .h2{
        font-size:1em;
        letter-spacing:1px;
}
    ul.pots li{
        width:160px;
        min-height:280px;
        margin: 15px 7px;
    }
    ul.pots li a {
    min-height: 150px;
    }
    ul.pots li h2 {
    font-size: 1.1em;
        min-height:16px;
    }
    ul.pots li p {
    font-size: 0.9em;
    }
     ul.pots.sous li {
    margin: 15px auto;
}
    .box20{width:100%;}
    footer nav{
    margin-right:0;
    }
    footer nav li {
        margin: 0 5px;
    }
      footer div p {
    margin: 2px;
  }
}