
/* STRUCTURE */


html {
  width : 100%;
}
body {
  min-width : 100%;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(https://www.sire-cedric.com/Static/Image/bgsc.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






.in1 { 
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari et Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}




.in2 {
    
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari et Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.wide { 
    background:#ebebeb;
width: 100%;
	height:160;    }

.clearer {
	clear: both;
	font-size: 0;
}


.trois {float: right;}

.quatre {float: right;}

.left {float: left;}

.left65 {float: left;}

.right {float: right;
}

.right-large {float: right;
}



.auteur {
	background-color:#DDD;
	}


.topgauche {
        position: absolute;
 	float: left;
	margin: 0px 0px;
        width:15%;
	padding: 0px;
        z-index: -1;

}


.topauteur {
        position:relative;
 	float: right;
	margin: 0px 0px;
        width:30%;
        padding: 10px 10px 0px 0px;
}



#conteneur-menu2 {
    width: 220px;
    margin: 0px auto 0px auto;
}
 
#conteneur-menu2 ul {
    padding: 0px 0px 25px 0px;
    margin: 0;
    margin-left: 50px;
    float: left;
}
 

.quote {
    padding: 20px;
    background: #a19c88;
    display: block;
}




.se-container{
	display: block;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
}

.se-slope{
	width: 50%;
	height: 300px;
	position: relative;
	float: left;
	overflow: hidden;
}

.se-slope .se-content{
	margin: 50px 100px 0px 100px;
}

.se-slope-black{
	background: #000;
}
.se-slope-pink{
	background: #e90089;
}

.se-slope-black:nth-child(odd):after,
.se-slope-black:nth-child(even):after{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
}
.se-slope-black:nth-child(odd):after{
	border-right: 60px solid #e90089;
	right: 0px;
}
.se-slope-black:nth-child(even):after{
	border-left: 60px solid #e90089;
	left: 0px;
}
.se-content h3{
	z-index: 10;
	font-size: 30px;
	margin-top: 60px;
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	line-height: 40px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.se-slope.se-slope-black h3{
	background: #e90089;
}
.se-slope.se-slope-pink h3{
	background: #000;
}

.se-slope.se-slope-black h3:after,
.se-slope.se-slope-black h3:before,
.se-slope.se-slope-pink h3:after,
.se-slope.se-slope-pink h3:before{
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
}
.se-slope.se-slope-black h3:after{
	border-top: 70px solid transparent;
	border-left: 30px solid #e90089;
	right: -30px;
}
.se-slope.se-slope-black h3:before{
	border-bottom: 70px solid transparent;
	border-right: 30px solid #e90089;
	left: -30px;
}
.se-slope.se-slope-pink h3:after{
	border-top: 70px solid transparent;
	border-right: 30px solid #000;
	left: -30px;
}
.se-slope.se-slope-pink h3:before{
	border-bottom: 70px solid transparent;
	border-left: 30px solid #000;
	right: -30px;
}

.se-content p{
	position: absolute;
	z-index: 9;
	opacity: 0.3;
	font-size: 50px;
	text-align: left;
	transform-origin: top center;
}
.se-slope:nth-child(even) .se-content p{
	transform: rotate(-15deg);
	top: -100px;
	right: -50px;
	text-align: left;
	width: 95%;
}
.se-slope:nth-child(odd) .se-content p{
	transform: rotate(15deg);
	top: -100px;
	left: -50px;
	text-align: right;
	width: 90%;
}
.se-slope.sl-slope-pink .se-content p{
	color: #000;
}



.main-box {
    
    background: #a19c88;
    display: block;
 }

#conteneur-menu2 ul li {
    list-style: none;
    padding: 0px;
}
 
#conteneur-menu2 ul li a {
    text-decoration: none;
    font-size: 17px;
    padding: 2px;
    display: block;
    color: #c00000;
    background: transparent;
    width: 300px;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
    line-height: 17px;
}
 
 
#conteneur-menu2 ul li a:hover {
    background: rgba(105, 105, 105, 0.5);
    padding-left: 20px;
    width: 200px;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}


.header-phone {
	display:none;
}


.menu-web {
	text-align:justify;
        position:relative;
	float: right;
	padding: 10px;
	margin: 0px 0px;
	width: 63%;
}



.blood-web {
}


.menu-phone {
	display:none;
}


.menu-phone-sticky {
	display:none;
} 


.header-desktop {
        text-align:center;
     	margin: 0px 0;
	padding-top: 0px;
	width: 95%;
	display:visible;
}

.container {	margin: 0 auto;
		width: 850;
                text-align:justify;
}



.container2 {	  
		margin: 0 auto;
	 	width: 1200;
	        text-align:justify;

}

.container3 {	  
		margin: 0 auto;
	 	width: auto;
	        text-align:justify;

}

.container4 {	  
		margin: 20 auto;
	 		width: 600;
	        text-align:justify;

}

.bandeau {	margin: 0 auto;
		width: 960px;
                text-align:justify;
		background-color:#DEDEDE;">
}



blockquote{
	color: rgb(153, 51, 0);
	background-image: url(https://www.cedric-sire.com//Static/Image/Red_star.png), url(https://www.cedric-sire.com//Static/Image/Red_star.png);
background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: 2em;
	padding-right: 4em;
	padding-left: 4em;	
	margin-right: 1em;
	margin-left: 1em;
	min-height: 0,5em;
	display: inline-block;
	vertical-align: middle;
}

/* colonne principale */

.main {
        text-align:justify;
        float: left;
     	margin: 0px 0;
	padding: 10px;
	width: 62%;
}

.maincenter {
        text-align:justify;
        margin: 0 auto;
	padding: 10px;
	width: 62%;
}

.smallcenter {
        text-align:justify;
        margin: 0 auto;
	padding: 10px;
	width: 70%;
}
.mainextrait { 
		margin: 0 auto;
		width: 650;
                text-align:justify;
}


.main-small {
        text-align:justify;
        float: left;
     	margin: 0px 0;
	padding: 10px;
	width: 32%;

}

.livres {
        text-align:center;
        float: left;
     	margin: 10px;
	width: 20%;
}



hr.underline
{ 
   margin-top: 0em;
   margin-bottom: 0em;
   border-width: 2px;
} 


/* Je sélectionne les <li> du menu horizontal */

ul#nav li { 
display : inline;
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}
ul#nav {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

/* Colonne de droite */

.right {
	text-align:justify;
        position:relative;
	float: right;
	margin: 0px 0px;
	padding: 10px;
	width: 32%;
}

.right35 {
	text-align:justify;
        position:relative;
	float: right;
	margin: 0px 0px;
	padding: 10px;
	width: 35%;

}



.right-large {
	text-align:justify;
        position:relative;
	float: right;
	padding: 10px;
	margin: 0px 0px;
	width: 63%;
}


/* colonne de gauche*/

.left {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 10px;
	width:47%;
}

.left2 {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 15px 0px;
	width:50%;
}

.center2 {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 15px 0px;
	width:50%;
}

.left65 {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 10px;
	width:65%;
}


/* Colonne centrale */


.date {
        color: #111;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
	padding-bottom: 20px;
        position: relative;
        text-align: center;
        z-index: 1;
}



.date:before {
        border-top: 1px solid #111;
        content:"";
        position: absolute;
        top: 12px;
        left: 0;  
        width: 100%;
        z-index: -1;
}



.author {
        color: #111;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
        z-index: 1;
}

.author:before {
        border-top: 1px solid #111;
        content:"";
        position: absolute;
        top: 12px; 
        left: 0; 
        width: 100%;
        z-index: -1;
}



.date span,
.author span { 
        background: #fdfdfd;
        padding: 0 10px; 
        text-transform: uppercase;
}

.line {
        border-top: 1px solid #111;
        display: block;
        margin-top: 60px;
        padding-top: 50px;
        position: relative;    
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.7;
      }

.center {
        text-align:justify;
        float: right;
     	margin: 0px 0px;
	padding: 10px;
	width:47%;
}


.trois {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 5px;
	width:30%;
}

.quatre {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 5px;
	width:20%;
}


.agenda {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 5px;
	width:20%;
}


.divun{
	text-align:justify;
	float:left;
     	margin: 0px 0px;
	width:48%;
}

.divdeux{
	text-align:justify;
        position:relative;
	float:left;
     	margin: 0px 0px;
	width:48%;
}


.moitieg {
	text-align:justify;
        position:relative;
	float: left;
	width: 30%;
	clear: both;
}




.moitied {
	text-align:justify;
        position:relative;
	float: right;
	width: 65%;

}



a:hover {color: #000000;}


.quotebox {font-size: 195%; padding: 80px 80px 40px; width: 16em; margin: 2em auto; border: 2px solid #8D7961; background: #FFF;}
.quotebox span {font-style: italic; font-size: smaller; display: block; margin-top: 0.5em; text-align: right;}



object, embed { max-width: 100%; height: auto; }


.TDhead { padding-bottom:0px; }


p, h1, h2, h3, h4, h5, h6 {

font-family: "Arial Narrow", Arial, sans-serif; font-weight: Normal; color: #444444; text-rendering: optimizeLegibility; padding-top: 0; line-height: 1.15538em; padding-bottom: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #c00000; }

h1 {
font-size: 3em;
line-height: 1;
}

@media only screen and (max-width: 767px) { h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } }

 background-image: none !important; 

h1 { font-size: 25px; }

p  { font-size: 17px; }

h2 { font-size: 25px; }

h3 { font-size: 20px; }

h4 { font-size: 40px; font-size: 4rem; margin: 0px; padding: 0; }

h5 { font-size: 18px; font-size: 1.125rem; }

h6 { font-size: 16px; font-size: 1rem; }

/*=====================================================  Links & Paragraph styles  ======================================================*/

p { font-family: "Arial Narrow", Arial, sans-serif; }

a { color: #696969; text-decoration: none; outline: 0; line-height: inherit; }
a:hover { color: #000000; }





/*=====================================================
 Lists  ======================================================*/

ul { list-style: none outside; }

ol { list-style: decimal; margin-left: 30px; }

ol ol { margin: 4px 0 5px 30px; }

li { padding-bottom: 0.273em; }



@media only screen and (max-width: 768px) { ul, ol, dl, p { text-align: left; } }

/* Mobile */

 background-image: none !important; 


em { font-style: italic; line-height: inherit; }

strong { font-weight: 700; line-height: inherit; }

small { font-size: 56.4%; line-height: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

hr { border: 1px solid #919191; clear: both; margin: 16px 0 18px; height: 0; }


li a:hover {color: #000000;}



/* MEDIA */

figure {margin: 0}
object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
/* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */


/* VIDEO */

    .videocontainer{
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      position: relative;
    }
    .videocontainer.r1{
      padding-bottom: 100%;
    }
    .videocontainer iframe, .videocontainer embed, .videocontainer object{
      width: 100%!important; height: 100%!important;
      position: absolute;
      top: 0; left: 0;
    }


img{
  width:100%;
  height:auto;
}



aside {
    background: #DEDEDE; 
    padding: 0.3em 1em;
    border-radius: 5px;
    color: #000;
}


.pure-button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
}


.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(192, 0, 0);
    color: #fff;
}




.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}


.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
    border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.pure-form select {
    border: 1px solid #ccc;
    background-color: white;
}
.pure-form select[multiple] {
    height: auto;
}
.pure-form label {
    margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
.pure-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 10em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input {
    display: block;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus {
    z-index: 2;
}
.pure-form .pure-group input:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

@media only screen and (max-width : 480px) {
    .pure-form button[type="submit"] {
        margin: 0.7em 0 0;
    }

 background-image: none !important; 


    .pure-form input:not([type]),
    .pure-form input[type="text"],
    .pure-form input[type="password"],
    .pure-form input[type="email"],
    .pure-form input[type="url"],
    .pure-form input[type="date"],
    .pure-form input[type="month"],
    .pure-form input[type="time"],
    .pure-form input[type="datetime"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="week"],
    .pure-form input[type="number"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="color"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }

    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}



#feat {
	position:relative;
	margin:0 auto;	
}
#feat img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
}

#feat img.top:hover {
	opacity:0;
}	


@keyframes cf4FadeInOut {
	0% {
		opacity:1;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	92% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#cf4a img:nth-of-type(1) {
	animation-delay: 6s;
}
#cf4a img:nth-of-type(2) {
	animation-delay: 4s;
}
#cf4a img:nth-of-type(3) {
	animation-delay: 2s;
}
#cf4a img:nth-of-type(4) {
	animation-delay: 0;
}








/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
  background: #49515C 100% 0;
/*width : 100%;*/
  border: 0px;
  text-align: center;  
  color: #fff;
  font-size: 1,25em;
  padding: 10px;
  line-height: 22px;
  clear: both;
  }
  
#footer a { text-decoration: none; color: #A2AFBF; }
#footer a:hover { color: #fff; }

.footer .left, .footer .right {padding: 10px 0;}


/*------------------------------------------------------------*
**  Pour écans de téléphone
**------------------------------------------------------------*/


@media (max-width: 840px) {

 /* effacer top */


.topgauche {
 display: none;
}


.menu-web {
 display: none;
}



.blood-web {
	display:none;
}







 /* Afficher le menu téléphone  */


.menu-phone {
	display:block;
        text-align:center;
     	margin: 0px 0;
	padding-top: 0px;
        background: #49515C 100% 0;
        border: 0px;
  	text-align: center;  
	  color: #fff;
  	font-size: 1,25em;
	padding: 10px;
	line-height: 22px;
	clear: both;
  }
  
.menu-phone a { text-decoration: none; color: #A2AFBF; }
.menu-phone a:hover { color: #fff; }


.menu-phone-sticky {
    position: sticky;
    top: 0;
	display:block;
        text-align:center;
     	margin: 0px 0;
	padding-top: 0px;
        background: #49515C 100% 0;
        border: 0px;
  	text-align: center;  
	color: #fff;
  	font-size: 1,25em;
	padding: 10px;
	line-height: 22px;
	clear: both;
} 

.menu-phone-sticky a { text-decoration: none; color: #A2AFBF; }
.menu-phone-sticky a:hover { color: #fff; }


 /* passer tous les éléments de largeur fixe en largeur automatique */

   body, container, div, fade, wide, container2, agenda, main, maincenter, mainextrait, right, right-large, main-small, left, left2, left65, right35, center, center2, trois, quatre, divun, divdeux {
   /*width: 100%;
   min-width: 100%;*/
   margin: 0px;
   margin-bottom: 0px;
   padding: 0;
   text-align:left;
 }

 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */

 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100%;
   margin: 0;
   padding: 0;

 }

/* conserver le ratio des images et empêcher les débordements de boîtes dûs aux border ou padding */

 img {
   height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   padding: 0;

 }

 /* gestion des mots longs */

 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* passage à la ligne forcé */
   -webkit-hyphens: auto; /* césure propre */
   -moz-hyphens: auto;
   hyphens: auto;
 }
 code, pre, samp {
   white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
 }


 /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

   container, wide, agenda, main, maincenter, mainextrait, fade, right, right35, right-large, main-small, left, left2, left65, center, center2, trois, quatre, divun, divdeux {
   float: none;
   width: 100%;
   min-width: 100%;
   margin: 0;
   padding: 0;
   text-align:left;
}


h1 { font-size: 18px; font-size: 1.200rem; text-align:left; }

p { text-align:left; }

h2 { text-align:left; }

h3 { text-align:left; }
 

.quatre {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 5px;
	width:30%;
}

.trois {
        text-align:justify;
        float: left;
     	margin: 0px 0px;
	padding: 5px;
	width:45%;
}


.wide {
	float: none;
        width: 100%;
        margin: 0;
   padding: 0;
}

.body {	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;
}


.main {	
	float: none;
	width: Auto;
        margin: 0;
        padding: 0;
}


.agenda {	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;
}

.maincenter {	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;
}


.mainextrait {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}


.container {
	
	float: none;
	width: Auto;
        margin: 0;
        padding: 0;

}


.container2 {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}


.fade {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}


.right {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.right35 {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;
}

.right-large {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.main-small {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.left {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.left2 {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;
}

.left65 {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.center {
	
	float: none;
	width: Auto;
        margin: 0;
        padding: 0;
}


.center2 {
	
	float: none;
	width: Auto;
        margin: 0;
        padding: 0;
}


.divun {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}

.divdeux {
	
	float: none;
	width: Auto;
        margin: 0;
   padding: 0;

}



.header-phone {

	display:block;
        text-align:center;
     	margin: 0px 0;
	padding-top: 0px;
        width: 100%;
}


.header-desktop {

	display:none;
}

#conteneur-menu2
{
    width: 100%;
}

#header {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    background-color: #DDDDDD;
}



/* MEDIA */


figure {margin: 0}
object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
/* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */


    .videocontainer{
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      position: relative;
    }
    .videocontainer.r1{
      padding-bottom: 100%;
    }
    .videocontainer iframe, .videocontainer embed, .videocontainer object{
      width: 100%!important; height: 100%!important;
      position: absolute;
      top: 0; left: 0;
    }

img{
  width:100%;
  height:auto;
}



/* Fonts */

@font-face { font-family: "entypo"; font-style: normal; font-weight: 400; src: url(../fonts/icons/entypo.eot); src: url("../fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), url("../fonts/icons/entypo.woff") format("woff"), url("../fonts/icons/entypo.ttf") format("truetype"); }

p, h1, h2, h3, h4, h5, h6 { font-family: "Arial Narrow", Arial, sans-serif;
   font-weight: Normal; color: #444444; text-rendering: optimizeLegibility; padding-top: 0em; line-height: 1em; padding-bottom: 0em; margin:1em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #c00000; }

@media only screen and (max-width: 767px) { h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } }

h1 { font-size: 18px; font-size: 1.200rem; }

p { font-size: 17px; }

h2 { font-size: 18px; font-size: 1.200rem; }

h3 { font-size: 17px; }

h4 { font-size: 25px; font-size: 3rem; margin: 0px; padding: 0; }

h5 { font-size: 18px; font-size: 1.200rem; }

h6 { font-size: 18px; font-size: 1rem; }


 

 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }




}



@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
  }
}
