/* ============================================
    Général
=============================================*/
html {
	height:100%;
	}
html, body {
	margin:0;
	padding:0;
	}
body{
	min-height:100%;
	background: url(images/fondus.jpg) fixed no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all 150ms linear;
	}
img { 
	vertical-align: middle; 
	}
a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
	}
a img { border: none; }

#site{
	margin:0;
	padding:0 0 20px 0;
	position: relative;
	min-height: 100%;
	}
.etape{
	margin: 0 auto 0;
	padding-bottom: 1px;
	text-align:center;
	position:relative;
	overflow:auto; /*IMPORTANT !!!*/
	}

/* ============================================
    Font
=============================================*/
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham.eot');
    src: url('fonts/gotham.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham.woff') format('woff'),
         url('fonts/gotham.ttf') format('truetype'),
         url('fonts/gotham.svg#Gotham') format('svg');
    font-weight: normal;
    font-style: normal;		 
}
body {
	font: medium "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	font-weight:normal;
	}
body, .description_article {
	color: #2D2D2D;
	}
.font, header, .theme-yf .nivo-caption, #menu, #menu ul, #navresponsive, #titre_article, #footer, .medias, .title {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	}
.font, header, #titre_article, #footer {
	font-weight:bold;
	}
#titre_article {
	color: #FFF;
	font-size: large;
	}
.color, input, .title, a:link, a:visited {
	color:#cc0000;
	}
a:hover, input:hover { color:#666666; }

/* ============================================
    Couleurs
=============================================*/
body{
	background-color: #c3c6cd;
	}
#footer {
	background: rgb(233, 233, 233);
	background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(233, 233, 233) 70%);
	background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(233, 233, 233) 70%);
	background: -o-linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(233, 233, 233) 70%);
	background: -ms-linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(233, 233, 233) 70%);
	background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(233, 233, 233) 70%);
	}
	
/* ============================================
    Header
=============================================*/
#header{
	margin:0;
	padding:0;
	width: 100%;
	}

/* ============================================
    Menu
=============================================*/
#menu, #menu ul { 
	margin:0;
	background-color: #fff;
	list-style-type: none;
	text-align:center;
	color: #000;
	border-radius:10px;
	border:1px solid #000;
	}
#menu {
    position: fixed;
    width: 13.6%;
	min-width: 110px;
    right: 3%;
    top: 3%;
	font-size: medium; 
	z-index: 950;
}
#menu ul {
	border:1px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#menu a, #navresponsive, .menu, .menu ul {
	background: rgb(0, 114, 44);
	background: -moz-linear-gradient(90deg, rgb(0, 114, 44) 30%, rgb(0, 84, 44) 70%);
	background: -webkit-linear-gradient(90deg, rgb(0, 114, 44) 30%, rgb(0, 84, 44) 70%);
	background: -o-linear-gradient(90deg, rgb(0, 114, 44) 30%, rgb(0, 84, 44) 70%);
	background: -ms-linear-gradient(90deg, rgb(0, 114, 44) 30%, rgb(0, 84, 44) 70%);
	background: linear-gradient(180deg, rgb(0, 114, 44) 30%, rgb(0, 84, 44) 70%);
}
#menu a {	
	margin: 1px;
	padding: 5px 0;
	display: block;
	border:2px solid #fff;
	border-radius:10px;
	color: #fff;
	-webkit-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-moz-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-ms-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-o-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	transition: all .5s cubic-bezier( .6, 2, .4, 1);
}
#menu ul a:link, #menulist a:visited {
    text-decoration: none;
    display:block;
}
#menu a:hover {
	background: rgb(190, 13, 23);
	background: -moz-linear-gradient(90deg, rgb(190, 13, 23) 30%, rgb(127, 10, 10) 70%);
	background: -webkit-linear-gradient(90deg, rgb(190, 13, 23) 30%, rgb(127, 10, 10) 70%);
	background: -o-linear-gradient(90deg, rgb(190, 13, 23) 30%, rgb(127, 10, 10) 70%);
	background: -ms-linear-gradient(90deg, rgb(190, 13, 23) 30%, rgb(127, 10, 10) 70%);
	background: linear-gradient(180deg, rgb(190, 13, 23) 30%, rgb(127, 10, 10) 70%);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2);
}
#menu a.selected {
    color: black;
}
	
/* ============================================
    Colonne gauche et droite
=============================================*/		
.pellicule {
	margin:0;
	top:0;
	height:100%;
	width: 20%;
	position:absolute;
	background: url(images/pellicule/pellicule.jpg) repeat-y center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	transition: all 150ms linear;
	z-index: 850;
	}
.colonne {
	margin: 0;
	padding: 0.7% 3% 1% 3%;
	position: relative;
	width: 14%;
	height:100%;
	text-align: center;
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	overflow: hidden;
	z-index: 900;
	}
.photo {
	text-align:right;
	padding:0;
	margin:0.3% 0;
	color: #fad800;
	font: small Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	}
.photo img {
	border-radius:10px;
	width: 98%;
	margin: 8% 0 0 0;
	}
.photo a img {
	-webkit-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-moz-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-ms-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	-o-transition: all .5s cubic-bezier( .6, 2, .4, 1); 
	transition: all .5s cubic-bezier( .6, 2, .4, 1);
	}
.photo a img:hover {
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2);
	z-index: 945;
	}
.gauche {
	float: left;
	left:0;
	}
.droite {
	float: right;
	right:0;
	}
/* ============================================
    Colonne centre
=============================================*/
#contenu {
	margin: 0 22% 0 22%;
	}
/*articles*/	
#titre_article {
	border-radius:10px;
	margin-bottom:10px;
	text-align:center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	}
#titre_article a {
	text-decoration:none;
	}

#titre_article.home{
	background: url(images/red_flag.jpg) repeat left top;
	color:#013066;
	text-shadow:
rgba(255, 255, 255, 1) 1px 1px,
rgba(255, 255, 255, 1) -1px 1px,
rgba(255, 255, 255, 1) -1px -1px,
rgba(255, 255, 255, 1) 1px -1px; 
	}
#titre_article.new_york{
background: rgb(0, 103, 226);
background: -moz-linear-gradient(90deg, rgb(0, 103, 226) 16%, rgb(145, 178, 226) 87%);
background: -webkit-linear-gradient(90deg, rgb(0, 103, 226) 16%, rgb(145, 178, 226) 87%);
background: -o-linear-gradient(90deg, rgb(0, 103, 226) 16%, rgb(145, 178, 226) 87%);
background: -ms-linear-gradient(90deg, rgb(0, 103, 226) 16%, rgb(145, 178, 226) 87%);
background: linear-gradient(180deg, rgb(0, 103, 226) 16%, rgb(145, 178, 226) 87%);
	}
#titre_article.los_angeles{
background: rgb(225, 21, 21);
background: -moz-linear-gradient(90deg, rgb(225, 21, 21) 16%, rgb(225, 154, 154) 87%);
background: -webkit-linear-gradient(90deg, rgb(225, 21, 21) 16%, rgb(225, 154, 154) 87%);
background: -o-linear-gradient(90deg, rgb(225, 21, 21) 16%, rgb(225, 154, 154) 87%);
background: -ms-linear-gradient(90deg, rgb(225, 21, 21) 16%, rgb(225, 154, 154) 87%);
background: linear-gradient(180deg, rgb(225, 21, 21) 16%, rgb(225, 154, 154) 87%);
	}
#titre_article.route_66{
background: rgb(111, 106, 103);
background: -moz-linear-gradient(90deg, rgb(111, 106, 103) 16%, rgb(178, 173, 167) 87%);
background: -webkit-linear-gradient(90deg, rgb(111, 106, 103) 16%, rgb(178, 173, 167) 87%);
background: -o-linear-gradient(90deg, rgb(111, 106, 103) 16%, rgb(178, 173, 167) 87%);
background: -ms-linear-gradient(90deg, rgb(111, 106, 103) 16%, rgb(178, 173, 167) 87%);
background: linear-gradient(180deg, rgb(111, 106, 103) 16%, rgb(178, 173, 167) 87%);
	}
#titre_article.grand_canyon_monument_antelope{
background: rgb(186, 83, 64);
background: -moz-linear-gradient(90deg, rgb(186, 83, 64) 16%, rgb(255, 185, 136) 87%);
background: -webkit-linear-gradient(90deg, rgb(186, 83, 64) 16%, rgb(255, 185, 136) 87%);
background: -o-linear-gradient(90deg, rgb(186, 83, 64) 16%, rgb(255, 185, 136) 87%);
background: -ms-linear-gradient(90deg, rgb(186, 83, 64) 16%, rgb(255, 185, 136) 87%);
background: linear-gradient(180deg, rgb(186, 83, 64) 16%, rgb(255, 185, 136) 87%);
	}
#titre_article.bryce_zion_yosemite{
background: rgb(135, 186, 94);
background: -moz-linear-gradient(90deg, rgb(135, 186, 94) 16%, rgb(254, 230, 204) 87%);
background: -webkit-linear-gradient(90deg, rgb(135, 186, 94) 16%, rgb(254, 230, 204) 87%);
background: -o-linear-gradient(90deg, rgb(135, 186, 94) 16%, rgb(254, 230, 204) 87%);
background: -ms-linear-gradient(90deg, rgb(135, 186, 94) 16%, rgb(254, 230, 204) 87%);
background: linear-gradient(180deg, rgb(135, 186, 94) 16%, rgb(254, 230, 204) 87%);
	}
#titre_article.las_vegas {
	color:#f5dd6b;
background: rgb(235, 3, 5);
background: -moz-linear-gradient(90deg, rgb(235, 3, 5) 0%, rgb(233, 233, 233) 100%);
background: -webkit-linear-gradient(90deg, rgb(235, 3, 5) 0%, rgb(233, 233, 233) 100%);
background: -o-linear-gradient(90deg, rgb(235, 3, 5) 0%, rgb(233, 233, 233) 100%);
background: -ms-linear-gradient(90deg, rgb(235, 3, 5) 0%, rgb(233, 233, 233) 100%);
background: linear-gradient(180deg, rgb(235, 3, 5) 0%, rgb(233, 233, 233) 100%);
	}
#titre_article.san_francisco{
background: rgb(50, 189, 193);
background: -moz-linear-gradient(90deg, rgb(50, 189, 193) 16%, rgb(171, 229, 235) 87%);
background: -webkit-linear-gradient(90deg, rgb(50, 189, 193) 16%, rgb(171, 229, 235) 87%);
background: -o-linear-gradient(90deg, rgb(50, 189, 193) 16%, rgb(171, 229, 235) 87%);
background: -ms-linear-gradient(90deg, rgb(50, 189, 193) 16%, rgb(171, 229, 235) 87%);
background: linear-gradient(180deg, rgb(50, 189, 193) 16%, rgb(171, 229, 235) 87%);
	}
		
#article {
	padding: 10px 20px 40px 20px;
	background-image: url(images/wrap-bg.png);
	border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	text-align:justify;
	}
#article img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
#article a img:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.82);
	box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.82);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
.marge {
margin-left: 50px;
	}
#transition {
	margin: 0 auto 0;
	width: 500px;
	border-top:1px dotted #999999;
	margin-top:35px;
	margin-bottom:10px;
	}
/******fin colonne centre******/
		
/* ============================================
    Pied de page
=============================================*/		
#footer {
	margin: 0;
	padding: 5px 0 15px 0;
	width: 100%;
	height:15px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: small;
	border-top:1px solid rgba(0, 0, 0, 0.4);
	z-index:950;	
	}
#footer a {
	text-decoration:none;
	}

/* ============================================
    Responsive Design
=============================================*/	
@media screen and (min-width: 768px) {
#navresponsive, #menu-mobile, #navresponsive ul.menu, #navresponsive u.menu li ul.sousmenu {
	display:none !important;
	}
}
@media screen and (max-width: 767px) {
body{
	background: url(images/fondusmobile.jpg) fixed no-repeat center;
	}
#site {
	padding-top: 35px;
	}
#contenu {
	margin: 0 auto 0;
	width:97%;
	}		
#menu, #menulist, .pellicule, .colonne {
	display: none;
	}
.menu a:link, .menu a:visited {
	color: #FFF;
	}
.menu a:hover {
	color:#777777;
	}
.menu a {
    text-decoration:none;
	display:block; 
	}	
#navresponsive, .menu, .menu ul {
	width: 100%;
	text-align:center;		
	margin:0;
	padding: 0;
	}
.menu, .menu ul {
	list-style-type: none;
	}
#navresponsive {
	display:block !important;
	border-top:2px solid rgb(255, 255, 255);
	border-bottom:2px solid rgb(255, 255, 255);
	position:fixed;
	top: 0;		
	z-index: 950;	
	}
#navresponsive .menu > li > a {
	text-align:center;
	padding: 10px 2%;	
	}
#navresponsive ul, #navresponsive ul li {
	border:0;
	outline:none;
	margin:0;
	padding:0;
	list-style: none;
	}
#navresponsive .accordion, #navresponsive .accordion li {
	margin: 0;
	padding: 0;
	border: none;
	}
#navresponsive .accordion li ul li a {
	padding: 5px 10px 5px 10px;
	background: #444444;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #222;
	border-top: 1px solid #777;
	}
#navresponsive .accordion ul a, #navresponsive .accordion ul li a {
	background-color: #424549;
	}
#navresponsive .accordion ul li ul a {
	background-color: #595959;
	}
#navresponsive .accordion a .dcjq-icon:before {
	font-family: FontAwesome; 
	content: "\f0d7"; 
	position:relative;
	}
#navresponsive .accordion > li > a .dcjq-icon:before {
    font-family: FontAwesome;
    content: "\f0c9";
	}
#navresponsive .accordion a.dcjq-parent.active .dcjq-icon:before {
	font-family: FontAwesome;
	content: "\f0d8";
	}
#navresponsive .accordion li ul a:hover {
	background: #171717;
	}
#menu-mobile-link {
	text-align:left;
	}
}