/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  border: 0px solid green;
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    }
  .column,
  .columns {
    margin-left: 0%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  fourcolumns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%; margin-left: 2%;}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 75.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  ont-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; 
  font-family: 'Quattrocento Sans', sans-serif;
  text-align: justify;
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 {  }
  h4 { }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #28F;
  border-radius: 0;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  height: 38px;
  padding: 0 15px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: rgba(0, 184, 255, 0.12);
  border: 0px solid #bbb;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; 
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
input[type="search"]{
    margin-left: .5rem;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; 
  }
  label,legend {
	display: block;
	margin: 1.5rem auto 0rem;
    font-size: 1.4rem;
    font-weight: 800; 
  }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: .5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/



/* Larger than mobile */
@media (min-width: 360px) {
	
	/* Header
-------------------------------------------------- */
	.header {
	  margin-bottom: 0em;
	}
	.header .banner{
	  position: absolute;
    width: 130%;
    float: right;
    right: 0;
	 }
	 .header .banner img{
	  border: 0px solid red;
	 }	 
	.logo {
	  display: block;
    margin-bottom: 1.5em;
    margin-right: 5px;
    border: 0px solid red;
    list-style: none;
	}
	.logo img {
    position: relative;
    border: none;
    width: 180px;
	}
	
	
.menu > li:first-child {
  position: relative;
  margin-top: 1rem;
  border: 0px solid red;
}

	 /* userlog styles
-------------------------------------------------- */
    .top-menu .log{
    float: left;
    margin: 1rem 0;
    letter-spacing: .1rem;
    font-weight: 600;
    z-index: 9999;
    }
    
    .top-menu .log li{
    margin-right: 1rem;
    margin-bottom: .5rem;
    list-style: none;
    font-size: 1.2rem;
    }
    
    .top-menu .log ul{
    	position: absolute;
    	display: none;
    	padding: .7rem 0 .7rem .7rem;
    	background-color: #f3f2f2;
    }
    .top-menu .log li:hover ul{
    	position: absolute;
    	display: block; 
    	z-index: 999;
    }
    .top-menu .log ul li a{
    	display: block;
    	background: none;
    }
    .top-menu .log ul li a:hover{
    	color: #000;
    }
    .top-menu .log li ul li{
    	background-color: none;
    }

	
	
	
	/* page content styles
	-------------------------------------------------- */
	#page-title{
        margin: 1rem 1rem 2rem;
    }
    #page-title h2{
        float: left;
        margin-bottom: 0;
        padding: .3rem .8rem;
        font-size: 2rem;
        font-weight: 600;
        color: #fff;
        background-color: #073616;
    }
    hr {
    width: 5%;
    margin-top: .7rem;
    margin-bottom: .7rem;
    margin-left: 0;
    border-width: 0;
    border-top: 3px solid #c9f386;
        clear: both;
    }
    #page-title p{
        margin: 1rem 0;
        font-size: 2rem;
        font-weight: 600;
        color: #888;
        line-height: 3rem;
    }
	
	 /* artbloc meta
	-------------------------------------------------- */
	.box{
    	padding: 1rem;
    }
    .head{
    	margin-bottom: 6%;
    }
    .head time{
        position: absolute;
        float: right;
        right: 1%;
        padding: 0 .8rem;
        font-size: 1.7rem;
        font-weight: 600;
        color: #555;
        border: 0px solid blue;
    }
	.head .tags {
	float: left;
  	padding:0;
    margin: 0;
    bottom: 3%;
    border: 0px solid red;
  	background-color: none;
    clear: both;
	}
	.head .tag {
	position: absolute;
	padding: .1rem 1rem;
	float:left;
    margin: 0;
    border: 0px solid red;
  	background-color: #fff;
  	font-size: 2rem;
  	font-weight: 600;
    color: red;
	}
    .box img{
        position: relative;
        margin-bottom: .7rem;
        clear: both;
        z-index: -1;
    }
    .box .cntnt{
        padding: 0 .3rem;
        margin: 0;
        z-index: 1;
        border: 0px solid red;
        clear: both;
    }
    .box h4{
        margin: 0 0 .4rem 0;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1rem;
    }
	.cntnt h3 a{
    	margin: .5rem 0 ;
    	font-size: 2.8rem;
    	color: #053516;
        text-decoration: none;
        font-weight: 800;
        line-height: normal;
    }
    .cntnt p{
        margin-bottom: 1rem;
        line-height: normal;
        font-size: 2.3rem;
        font-weight: 600;
        color: #333;
    }
    .cntnt a:hover{
        color: red;
        transition: .6s;
        text-decoration: none;
    }
    .cntnt .more{
    	float: left;
        margin: 0;
        padding: .3rem .5em;
        background-color: #006400;
        font-size: 1.3rem;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    .cntnt .more a{
    	color: #fff;
    }
    .cntnt .more:hover{
        background-color: #666;
        color: #fff;
        transition: .6s;
        text-decoration: none;
    }



	.page-art .head .tag {
	position: absolute;
  	padding: .1rem 1rem;
    margin: 0;
    border: 0px solid gray;
  	background-color: #fff;
  	list-style: none;
    font-weight: 600;
    color: red;
	}
    .page-art img{
        position: relative;
        margin: 0;
        border: 0px solid red;
        clear: both;
        z-index: -1;
    }
    .page-art .intro{
    	padding: 0 .5rem;
        margin: 1rem 0;
	    font-size: 2rem;
	    font-weight: 600;
	    color: #888; 
	    line-height: normal;
    }
    .page-art h3{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 3rem;
	    font-weight: 800;
	    line-height: normal;
	}
	.art-text {
    	border-bottom: 2px solid #dcdcdc;
    	margin-bottom: 2rem; 
	}
	.page-art p{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 1.8rem;
	    font-weight: 400;
	    line-height: normal;
	}


	
	/* Sidebar 
	-------------------------------------------------- */
	.sidebar {
	position: relative;
    margin-bottom: 2rem;
    width: 100%;
    border: 0px solid blue;
    z-index: 1;
    clear: both;
	}
    .sidebar .sect{
    	position: relative;
        width: 100%;
        min-height: 50px;
        overflow: hidden;
        border: 0px solid blue;
    }
    .sect h6 a{
    	position: relative;
        float: left;
        margin: 1rem 1.5rem 0 0;
        padding: .3rem .5em;
        font-size: 1.2rem;
        text-decoration: none;
        color: #fff;
        background-color: #008c36;
        clear: both;
        z-index: 1;
    }
    .sect h6 a:hover{
        background-color: #666;
        color: #fff;
        transition: .6s;
    }
    
    /* Mot PR */
   	.sect.mot{
        padding: 1.1rem;
    }
   .mot h3{
   	float: left;
	width: 60%;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
   .mot img{
	position: absolute;
	top: 5%;
	right: 0%;
	width: 40%;
	margin-right: 2%;
	}
    
    /* Facebook */
    .sect.face{
    	width: 216px;
    	eight: 97.45px;
        float: left;
    }
    .face{
    	border: 1px solid red;
    }
    .face:hover{
        background-color: #004abb;
        transition: .3s;
    }
    .face h3{
    position: absolute;
    padding: 1rem;
    width: 68%;
   	font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    }
	.face h6 a{
		display: none;
        position: absolute;
        margin-left: 1rem;
        top: 60%;
        background: #fff;
        color: #008c36;
    }
	
    .sect.news{
        padding: 1.1rem;
        border: 0px solid red;
        width: 215px;
        float: left;
    }
    .news{
        
        margin-bottom: 0;
    }
    .news img{
        margin-bottom: -2rem;
    }
    
    
    /* Newsletter */
    .news h3{
   	float: left;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
	
	
	/* Agenda */
.agenda{
	height: auto;
  padding: 1rem;
  background-color: #f2f2f2;
}
.agenda li{
	position: relative;
	display: block;
	width: 33.33%;
	float: left;
  list-style: none;
  border: 0px solid red;
}
.main-head{
	position: relative;
  border: 0px solid red;
  margin-bottom: 0;
}
.main-head img{
  float: left; 
}
.main-head h4{
	float: left;
	width:80%;
  font-size: 1.8rem;
  margin-left: 7px;
  border: 0px solid black;
}
.agenda li {
	padding: 0;
  	border-left: 2px solid #053516;  
}
.agenda .head {
  position: relative;
}
.agenda .head time{
    position: relative;
    float: left;
    left: 0%;
    padding: .3rem .7rem;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.5rem;
    color: #fff;
    background-color: #053516;
}
.agenda .cntnt{
	position: relative;
    padding: 0 .7rem;
    
}
.agenda .cntnt h3{
	padding: .7rem 0;
	margin-bottom: 1rem; 
	clear: both;
}
.agenda .cntnt h3 a{
	clear: both;
    font-size: 1.4rem;
    font-weight: 700;
}
.agenda .cntnt .more{
	clear: both;
}

	/* Contact-page
-------------------------------------------------- */

	.contact-page {
	  padding: 1rem ;
	}
	/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0086b5;
  border-radius: 0;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; 
}
.contact-infos h3{
  font-size: 1.8em;
}
.contact-infos h5{
	width: 50%;
	margin: 1rem 0;
  font-size: 1.4em;
  line-height: normal;
}
.contact-infos h6{
  font-size: 1.2em;
  font-weight: 600;
}
	
	/* Footer
-------------------------------------------------- */


	
	
	
	
	
	
	
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.header .banner{
	  position: relative;
    width: 100%;
    float: right;
    right: 0;
	 }
	 .header .banner img{
	  border: 0px solid red;
	 }	 
	.logo {
	  display: block;
    margin-bottom: 1.5em;
    margin-right: 5px;
    border: 0px solid red;
    list-style: none;
	}
	.logo img {
    position: relative;
    border: none;
    width: 180px;
	}
	
	
.menu > li:first-child {
  position: relative;
  margin-top: 0rem;
  border: 0px solid red;
}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	.zone{
    	box-sizing: border-box;
    	width: 100%;
        padding: 0;
        margin: 8rem 0 0;
        border: 0px solid blue;
    }
	
	.header {
  	width: 1050px;
  	position:relative;
        padding: 0;
        margin: 0 auto;
        
    }
	.header .tp{
      width: 100%;
        height: 102px;
        box-sizing: border-box;
        padding: 1rem;
        margin: 0;
        border: 0px solid red;
    }
    .logo img{
        position: absolute;
    float: left;
    width: 100%;
    margin: 0;
    }
    .logo {
        display: block;
        position: absolute;
        border: 0px solid red;
        margin: 12rem 0 0 2rem;
    }
    
    .top-menu{
        position: absolute;
        height: 30px;
        top: 0%;
        border: 0px solid green;
        z-index: 9999;
    }
    
    
    /* userlog styles
-------------------------------------------------- */
    .top-menu .log{
    float: left;
    padding: 0 4rem 0 0;
    margin: 1rem 0;
    letter-spacing: .1rem;
    font-weight: 600;
    }
    
    .top-menu .log li{
    	float: left;
    margin-right: 1rem;
    margin-bottom: .5rem;
    list-style: none;
    font-size: 1.2rem;
    }
    
    .top-menu .log ul{
    	position: absolute;
    	display: none;
    	padding: .7rem 0 .7rem .7rem;
    	background-color: #f3f2f2;
    }
    .top-menu .log li:hover ul{
    	position: absolute;
    	display: block; 
    }
    .top-menu .log ul li a{
    	display: block;
    	background: none;
    }
    .top-menu .log ul li a:hover{
    	color: #000;
    }
    .top-menu .log li ul li{
    	background-color: none;
    }
    
    #hero h1{
    	font-size: 5rem;
    }
    
	.menu .active {
	  color: #007bc8;
	}
	.menu > li > a {
   	padding: 0 1.70rem;
    color: #333;
  }
	 /* home styles
-------------------------------------------------- */
    .content{
        position: relative;
        display: block;
        height: auto;
        padding: 0;
        margin: 0 0 2.1rem 0;
        border: 0px solid green;
        background-color: #fff;
        z-index: 2;
    }
    
    
       
 	/* page content styles
-------------------------------------------------- */
	#page-title{
        margin: 1rem 1rem 2rem;
    }
    #page-title h2{
        float: left;
        margin-bottom: 0;
        padding: .3rem .8rem;
        font-size: 2.5rem;
        font-weight: 600;
        color: #fff;
        background-color: #073616;
    }
    hr {
    width: 12%;
    margin-top: .4rem;
    margin-bottom: 1.6rem;
    margin-left: 0;
    border-width: 0;
    border-top: 3px solid #083a77;
    clear: both;
    }
    #page-title p{
        margin: 1rem 0;
        font-size: 2rem;
        font-weight: 600;
        color: #888;
    }
    
  .page-art{
		margin: 1rem 0;
	    font-size: 1.8rem;
	    font-weight: 500;
	    color: #555;
	}
    
    /* artbloc meta
-------------------------------------------------- */
	.boxes{
		position: relative;
        width: 100%;
        height: 625px;
        padding-left: 0px;
        margin-top: 0;
        border: 0px solid green;
    }
    boxes .row{
        margin-bottom: 1rem;
    }
    .four.columns{
    	float: left;
        width: 33.33%;
    }
    .box{
    	position: relative;
        float: left;
        width: 33.33%;
        margin: 0;
        padding: 1rem;
        overflow: hidden;
    }
    .head{
    	margin-bottom: 8%;
    }
    .head time{
        position: absolute;
        float: right;
        right: 2%;
        padding: 0 .8rem;
        font-size: 1.2rem;
        font-weight: 600;
        color: #555;
        border: 0px solid blue;
    }
	.head .tags {
	float: left;
  	padding:0;
    margin: 0;
    bottom: 3%;
    border: 0px solid red;
  	background-color: none;
    clear: both;
	}
	.head .tag {
	position: absolute;
  	padding: .1rem 1rem;
    margin: 0;
    border: 0px solid gray;
  	background-color: #fff;
  	font-size: 1.5rem;
  	font-weight: 600;
    color: red;
	}
    .box img{
        position: relative;
        margin: 0;
        clear: both;
        z-index: -1;
    }
    .box .cntnt{
        padding: 0 .3rem;
        margin: 0;
        z-index: 1;
        border: 0px solid red;
        clear: both;
    }
    .box h4{
        margin: 0 0 .4rem 0;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1rem;
    }
    .cntnt h3 a{
    	margin: .3rem 0 ;
    	font-size: 1.8rem;
    	color: #073616;
        text-decoration: none;
        font-weight: 800;
        line-height: normal;
        list-style-type: none;
    }
    .cntnt p{
        margin-bottom: .5rem;
        line-height: normal;
        font-size: 1.5rem;
        font-weight: 500;
        color: #333;
    }
    .cntnt a:hover{
        color: red;
        transition: .6s;
        text-decoration: none;
    }
    .cntnt .more{
    	float: left;
        margin: 0;
        padding: .3rem .5em;
        background-color: #006400;
        font-size: 1.3rem;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    .cntnt .more a{
    	color: #fff;
    }
    .cntnt .more:hover{
        background-color: #666;
        color: #fff;
        transition: .6s;
        text-decoration: none;
    }





.head .tags .name{
display: inline;
list-style: none;
margin-right: .5rem;
color: red;
font-size: 1.2rem;
font-weight: 500;
border: 0px solid green;
}
    
.meta .tags .name b {
  font-weight: 400;
  color: #555;
  padding-right: .25em;
}

	.lire { 
	color: blue;
	font-weight: 600;
	}
	
	/* Carousel styles 
	-------------------------------------------------- */
	#carousel {
		position: relative;
		display: block;
		top: 1%; 
		width: 100%;
	}
	#carousel .tet h5{
		float: left;
		width: auto;
		padding: .1rem 1rem;
		margin-bottom: 0;
		font-size: 1.5rem;
		font-weight: 600;
		letter-spacing: .01rem;
		background-color: #c9f386;
		color: #111;
	}
	#carousel .tet a{
		float: right;
		width: auto;
		padding: .1rem 1rem;
		margin-bottom: 0;
		font-size: 1.5rem;
		font-weight: 600;
		letter-spacing: .01rem;
		color: red;
		z-index: 999;
	}
	#carousel .tet a:hover{
		color: #053516;
	}
	
	
	
	/* Sidebar 
	-------------------------------------------------- */
	.sidebar {
	position: absolute;
    right: 0%;
    top: 0%;
    margin-bottom: 2rem;
    width: 25%;
    border: 0px solid red;
    z-index: 1;
	}
    .sidebar .sect{
    	position: relative;
        width: 100%;
        min-height: 50px;
        overflow: hidden;
        border: 0px solid blue;
    }
    .sect h6 a{
    	position: relative;
        float: left;
        margin: 1rem 1.5rem 0 0;
        padding: .3rem .5em;
        font-size: 1.2rem;
        text-decoration: none;
        color: #fff;
        background-color: #008c36;
        clear: both;
        z-index: 1;
    }
    .sect h6 a:hover{
        background-color: #666;
        color: #fff;
        transition: .6s;
    }
    
    /* Mot PR */
   	.sect.mot{
        padding: 1.1rem;
    }
   .mot h3{
   	float: left;
	width: 60%;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
   .mot img{
	position: absolute;
	top: 5%;
	right: 0%;
	width: 40%;
	margin-right: 2%;
	}
    
    /* Facebook */
    .face{
        height: 111px;
    }
    .face:hover{
        height: 111px;
        background-color: #004abb;
        transition: .3s;
    }
    .face h3{
    position: absolute;
    padding: 1rem;
    width: 80%;
   	font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
	}
	.face h6 a{
        position: absolute;
        margin-left: 1rem;
        top: 60%;
        background: #fff;
        color: #008c36;
    }
	
    .sect.news{
        padding: 1.1rem;
    }
    .news{
        height: 140px;
        margin-bottom: 0;
    }
    .news img{
        margin-bottom: -2rem;
    }
    
    
    /* Newsletter */
    .news h3{
   	float: left;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
	
	
	/* Agenda */
.agenda{
	height: auto;
  padding: 1rem;
  background-color: #f2f2f2;
}
.agenda li{
	position: relative;
	display: block;
	width: 100%;
  	list-style: none;
  	border-left: none;
}
.main-head{
	position: relative;
  border: 0px solid red;
  margin-bottom: 0;
}
.main-head img{
  float: left; 
}
.main-head h4{
	float: left;
	width:80%;
  font-size: 1.8rem;
  margin-left: 7px;
  border: 0px solid black;
}
.agenda li {
	padding: 0;
  	border-top: 2px solid #c9f386; 
  	clear: both;  
}
.agenda .head {
  position: relative;
}
.agenda .head time{
    position: absolute;
    float: left;
    left: 0%;
    padding: .3rem .7rem;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.5rem;
    color: #fff;
    background-color: #053516;
}
.agenda .cntnt{
	position: relative;
    padding: 0 .7rem;
}
.agenda .cntnt h3{
	padding: .7rem 0;
	margin-bottom: 1rem; 
	clear: both;
}
.agenda .cntnt h3 a{
	clear: both;
    font-size: 1.4rem;
    font-weight: 700;
}
.agenda .cntnt .more{
	clear: both;
}

	
	.page-art .intro{
    	padding: 0 .5rem;
        margin: 1rem 0;
	    font-size: 2rem;
	    font-weight: 600;
	    color: #888; 
	    line-height: normal;
    }
    .page-art h3{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 3rem;
	    font-weight: 800;
	    line-height: normal;
	}
	.art-text {
    	border-bottom: 2px solid #dcdcdc;
    	margin-bottom: 2rem; 
	}
	.page-art p{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 1.8rem;
	    font-weight: 400;
	    line-height: normal;
	}

	.contact-infos h5 {
    width: 100%;
    margin: 1rem 0;
    font-size: 1.4em;
    line-height: normal;
	}
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	
	
	
	
	
	
	/* Sidebar 
	-------------------------------------------------- */
	.sidebar {
	position: absolute;
    right: 0%;
    top: 0%;
    margin-bottom: 2rem;
    width: 25%;
    border: 0px solid red;
    z-index: 1;
	}
    .sidebar .sect{
    	position: relative;
        width: 100%;
        min-height: 50px;
        overflow: hidden;
        border: 0px solid blue;
    }
    .sect h6 a{
    	position: relative;
        float: left;
        margin: 1rem 1.5rem 0 0;
        padding: .3rem .5em;
        font-size: 1.2rem;
        text-decoration: none;
        color: #fff;
        background-color: #008c36;
        clear: both;
        z-index: 1;
    }
    .sect h6 a:hover{
        background-color: #666;
        color: #fff;
        transition: .6s;
    }
    
    /* Mot PR */
   	.sect.mot{
        padding: 1.1rem;
    }
   .mot h3{
   	float: left;
	width: 60%;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
   .mot img{
	position: absolute;
	top: 5%;
	right: 0%;
	width: 40%;
	margin-right: 2%;
	}
    
    /* Facebook */
    .face{
        height: 111px;
    }
    .face:hover{
        height: 111px;
        background-color: #004abb;
        transition: .3s;
    }
    .face h3{
    position: absolute;
    padding: 1rem;
    width: 80%;
   	font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
	}
	.face h6 a{
        position: absolute;
        margin-left: 1rem;
        top: 60%;
        background: #fff;
        color: #008c36;
    }
	
    .sect.news{
        padding: 1.1rem;
    }
    .news{
        height: 140px;
        margin-bottom: 0;
    }
    .news img{
        margin-bottom: -2rem;
    }
    
    
    /* Newsletter */
    .news h3{
   	float: left;
	font-size: 1.6rem;
    font-weight: 700;
    color: #053516;
    line-height: normal;
	}
	
	
	/* Agenda */
.agenda{
	height: auto;
  padding: 1rem;
  background-color: #f2f2f2;
}
.agenda li{
	position: relative;
	display: block;
  list-style: none;
}
.main-head{
	position: relative;
  border: 0px solid red;
  margin-bottom: 0;
}
.main-head img{
  float: left; 
}
.main-head h4{
	float: left;
	width:80%;
  font-size: 1.8rem;
  margin-left: 7px;
  border: 0px solid black;
}
.agenda li {
	padding: 0;
  	border-top: 2px solid #c9f386; 
  	clear: both;  
}
.agenda .head {
  position: relative;
}
.agenda .head time{
    position: absolute;
    float: left;
    left: 0%;
    padding: .3rem .7rem;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.5rem;
    color: #fff;
    background-color: #053516;
}
.agenda .cntnt{
	position: relative;
    padding: 0 .7rem;
}
.agenda .cntnt h3{
	padding: .7rem 0;
	margin-bottom: 1rem; 
	clear: both;
}
.agenda .cntnt h3 a{
	clear: both;
    font-size: 1.4rem;
    font-weight: 700;
}
.agenda .cntnt .more{
	clear: both;
}

.page-art .intro{
    	padding: 0 .5rem;
        margin: 1rem 0;
	    font-size: 2rem;
	    font-weight: 700;
	    color: #888; 
	    line-height: normal;
    }
    .page-art h3{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 3rem;
	    font-weight: 800;
	    line-height: normal;
	}
	.art-text {
    	border-bottom: 2px solid #dcdcdc;
    	margin-bottom: 2rem; 
	}
	.page-art p{
    	padding: 0 .5rem;
    	margin: 1rem 0;
	    font-size: 2.4rem;
    	font-weight: 400;
	    line-height: normal;
	}



}
