 /** Styles persos**/
body { background:#FF830A; 
font-family: "Raleway", sans-serif; color:#474952;
 }
#menu {
top: 0; position: fixed; width: 100%; z-index:200;
} 
 /* Add a black background color to the top navigation */
.topnav {
    background-color:rgba(0, 51, 51,0.9);
    overflow: hidden; 
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color:whitesmoke;
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
	font-family: "Righteous", cursive;
    font-size:1.2em;
	 
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color:rgba(254,254,254);
    color:rgb(0, 51, 51);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#entete { position:fixed; width:100%; top:40px;  }
#container { height:100%; position: relative; top:220px; }
#wrapper  { }  
#footer { background-color:rgba(0, 51, 51,0.9); color:whitesmoke; border-radius: 4px;  box-shadow: 0 2px 4px rgba(0,0,0,.15);    }

h2  { font-family: "Righteous", cursive; font-size:2rem; }

.titreD, .titreDs, .titreDs2 { font-family: "Righteous", cursive; color:#f2f2f2;}
.titreD {
font-size: 10rem; 
  text-transform: uppercase;
  text-shadow: #003333 1px 1px,#003333 -0px 0px,#003333 -1px 1px,#003333 -2px 2px,#003333 -3px 3px,#003333 -4px 4px,#003333 -5px 5px;
}

.titreDs {
font-size: 2.5rem; 
  text-transform: uppercase;
  text-shadow: #003333 1px 1px,#003333 -0px 0px,#003333 -1px 1px;
}

.titreDs2 {font-size: 1.5rem; 
  text-transform: uppercase;
  text-shadow: #003333 1px 1px,#003333 -0px 0px,#003333 -1px 1px;}
  
  
.titrebig1 {  font-size: 3rem;  } 
.titrebig2 {  font-size: 2rem;  } 
.titresmall { font-size: 2rem;}

.vert { color:#5CB85C; } /** rgb(92, 184, 92) **/
.orange { color:#FF830A; } /** rgb(255, 131, 10)**/
.bleu { color:#003333; } /** rgb(0, 51, 51)**/
.creme { color: #FAF0C5;} /** rgb (250, 240, 197)**/

.doomimg img { -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.doomimg img:hover { -webkit-transform: scale(1.2); 
	transform: scale(1.2); opacity:0.8;}
 

.block   { background:rgba(242, 242, 242, 0.9);  border-radius: 4px; padding:1em; box-shadow: 0 2px 4px rgba(0, 51, 51, 0.4); }  
  
.fondorange { background:#FF830A; color:whitesmoke; border-radius: 4px;  border-left: 8px solid rgba(0, 51, 51,0.8); border-right: 8px solid rgba(0, 51, 51,0.8); padding:1em;}
.fondvert { background:rgba(92,184,82, 0.95); color:#f2f2f2; }


.blorange { 
border-left: 8px solid rgba(255, 131, 10, 0.8); border-right: 8px solid rgba(255, 131, 10, 0.8); }

.blvert { border-left: 8px solid rgba(92, 184, 92, 0.8); border-right: 8px solid rgba(92, 184, 92, 0.8); }

.blbleu { border-left: 8px solid rgba(59, 89, 152,0.8); border-right: 8px solid rgba(59, 89, 152,0.8);}
	.blbleul { 
	border-left: 8px solid rgba(59, 89, 152,0.8); }
	.blbleur { 
	border-right: 8px solid rgba(59, 89, 152,0.8); }

.blbleuvert { border-left: 8px solid rgba(0, 51, 51,0.8); border-right: 8px solid rgba(0, 51, 51,0.8);}



.blclair { 
border-right: 1px solid rgba(25,27,39,0.2);
border-left: 1px solid rgba(25,27,39,0.2); 
padding:1em;}
.archives { background:#acb3c2; padding:1em;}

.fondOk { background:rgb(92,184,82); }
.chantier { background:red; color:whitesmoke; }

fieldset { border:1px solid #FF830A; }


.lienbefore, .lienbeforeC, .lenbeforeA, .lienbeforeP { padding:5px; }

.lienbefore a:before, .lienbeforeC a:before, .lienbeforeA a:before, .lienbeforeP a:before  { 
	content:'> '; margin-right: 5px; }	

.lienbefore a, .lienbeforeC a, .lienbeforeA a, .lienbeforeP a { text-decoration:none; font-weight:600;} 
 
.lienbefore a,   { color:#003333;}
.lienbeforeC a { color: #FF830A}
.lienbeforeA a { color: #5CB85C;}

.lienbefore a:hover, .lienbefore a:focus,
.lienbeforeC a:hover, .lienbeforeC a:focus,
.lienbeforeA a:hover, .lienbeforeA a:focus {color:#FF830A; }
.lienbeforeP a { color:#FF830A; }
.lienbeforeP a:hover { color:#003333; } 
.lienbeforeP a:focus {color:#5CB85C;; }

.thumb { width:100px;}

/**Blocs de mise en page videos**/

.ytplayer { width:480px; max-width:100%;
height:270px; border:none;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-wrapper { width: 480px; max-width: 480px;
height:270px; }
	

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
/**Blocs de mise en page fenêtre modal**/
.cModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
 overflow: scroll;
}
 
.cModal:target {
  opacity:1;
  pointer-events: auto;
}
 
.cModal:target > div {
  margin: 1% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.cModal > div {
  max-width: 90%;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #eee;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
   
}


.ribbon a:link, .ribbon a:visited { 
	color: white;
    text-decoration:none;
    float:left;    
    overflow:hidden;
}

.ribbon span {	
background:rgb(25,27,39);	
	border-radius:5px;	 
    display:inline-block;    
    padding:0 0.5em;
    margin-top:0.5em;
    position:relative;

    -webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
    -ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
    -o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
    transition: background-color 0.2s, margin-top 0.2s;
}

.ribbon a:hover span {
  background-color:rgba(255, 131, 10,0.8); 
	color:white;
    margin-top:0;
}



/* Le bouton ancre retour au top */

.btl, .btr { position: fixed;  right:  0px;  }
.btl, .btfool { position: fixed;  left:  0px;  }
	
.bttop, .btfoo, .bttopl, .btfool {  	
    padding: 5px;	
	background-color: green;
	color: #fff;
    text-decoration: none;
	font-size: 1.4em;
}
.bttop, .bttopl { bottom:50px;  }

.btfoo, .btfool { bottom:100px; }

.ulleft, .ulright { position:fixed;}
.ulleft {  }


 .border { border:4px solid red;}
 
