@font-face {
  font-family: 'typicons';
  src: url('font/typicons.eot');
  src: url('font/typicons.eot?#iefix') format('embedded-opentype'),
       url('font/typicons.woff') format('woff'),
       url('font/typicons.ttf') format('truetype'),
       url('font/typicons.svg#typicons') format('svg');
}
@font-face {
    font-family: 'WebHostingHub-Glyphs';
    src: url('font/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
		 url('font/webhostinghub-glyphs.woff') format('woff'),
         url('font/webhostinghub-glyphs.ttf') format('truetype'),
		 url('font/webhostinghub-glyphs.svg') format('svg');
    -moz-font-feature-settings: "calt=0,liga=0";
}
@font-face {
    font-family: 'Gratise';
    src: url('font/gratise.eot');
    src: url('font/gratise.eot?#iefix') format('embedded-opentype'),
         url('font/gratise.woff2') format('woff2'),
         url('font/gratise.woff') format('woff'),
         url('font/gratise.ttf') format('truetype'),
         url('font/gratise.svg#Gratise') format('svg');
}

* {
	margin:0px;
	padding:0px;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
	background: #333333 url("img/back.png") repeat scroll 0px 0px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
html, body {
	font-family: 'Fresca', Arial, Helvetica, sans-serif;
	border: 0px solid transparent;
	color : #2A2A2A;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

img, object, embed, canvas, video, audio, picture {
	max-width: 100%;
	height: auto;
}
img {
	image-rendering: optimizeQuality;
	image-rendering: -moz-optimizeQuality;
	image-rendering: -o-optimizeQuality;
	image-rendering: -webkit-optimizeQuality;
	-ms-interpolation-mode:bicubic;
	border:none;
}
a {
	border: none;
	text-decoration:none;
	-webkit-transition: background .2s,color .2s,border .2s;
	transition: background .2s,color .2s,border .2s;
}
.icones {
	font-family: 'typicons';
}
.icones2 {
	font-family: 'WebHostingHub-Glyphs';
}
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
    display: block;
}
#noscript {
	background:#900000;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	line-height:30px
}
#btn_up, #btn_back {
	position:fixed;
	text-align:center;
	color:#FFFFFF;
	bottom: 0px;
	padding:10px 15px;
	font-family: 'typicons';
	font-size:32px;
	line-height:34px;
	width:24px;
	background-color:#1988FF;
	cursor: pointer;
	display: none;
	z-index:99;
}
#btn_up {
	right:0px;
}
#btn_back {
	left:0px;
}
header, nav {
	display: block;
}
.layout-global {
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	max-width: 1024px;
	position:relative;
	z-index: 1;
	background:#FFFFFF;
}
.layout-header {
	z-index: 20;
	position: relative;
	padding: 0 10px;
	max-width: none;
	background-color: #2A2A2A;
}
.layout-main {
	position:relative;
	background: #FFFFFF;
	width:100%;
	height:100%;
	z-index:-3;
}
.head-blocs {
	display: inline-block;
	position: absolute;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #2A2A2A;
	right: 0;
	top: 0;
	width: calc(100% - 250px)
}
.lien-rapide, .lang-choix {
	text-align: right;
}
.lien-rapide .lien-tete {
	color: #FFFFFF;
	text-decoration: none;
}
.lien-rapide .lien-tete:hover {
	text-decoration: underline;
}
.lang-choix {
	padding: 5px 10px;
}
.header {
	background-color: #FFFFFF;
	margin: 0 -10px;
	height: 180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: inherit;
	border-bottom: 5px solid #FF8000;
}
.head-logo {
	display: block;
	padding: 0 15px !important;
	margin: 0 !important;
	border: none !important;
	/*background: url(img/ban/logo17.png) center center no-repeat;
	background-size: contain;*/
	background-color: #FF8000;
	min-height: 180px;
	width: 200px;
	float: left;
	color: #FFFFFF;
	text-align: center;
}
.head-logo-haut, .head-logo-bas, .head-logo-long {
	font-family: Gratise;
	font-size: 18px;
}
.head-logo-ramma {
	font-family: Days One;
	font-size: 44px;
	text-shadow: 2px 2px 2px #111111;
	line-height: 65px;
	height: 70px;
    -webkit-transform: scale(1,1.6);
    -moz-transform: scale(1,1.6);
    -ms-transform: scale(1,1.6);
    -o-transform: scale(1,1.6);
    transform: scale(1,1.6);
}
.head-logo-haut {
	text-align: left;
	margin-top: 15px;
}
.head-logo-bas {
	text-align: right;
	margin-bottom: 10px;
}
.head-logo-long {
	display: none;
	text-align: center;
}
.head-logo-date {
	font-family: Days One;
	font-size: 18px;
    -webkit-transform: scale(0.8,1);
    -moz-transform: scale(0.8,1);
    -ms-transform: scale(0.8,1);
    -o-transform: scale(0.8,1);
    transform: scale(0.8,1);
}

.head-date {
	display: block;
	padding: 0 0 0 20px;
	width: calc(50% - 210px);
	margin-top: 30px;
}
.head-date span {
	display: block;
}
#dateb {
	font-size: 36px;
	font-weight: bold;
	color: #1988FF;
	text-shadow: 1px 1px 1px #202020;
}
#lieub {
	font-weight: bold;
}
#head-ban {
	flex: 1;
	display: block;
	background-color: #FFFFFF;
	margin-top: 40px;
}
#head-ban div {
	width:100%;
	height:140px;
	margin:0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}
#head-ban .bg1 {background-image:url(img/ban/avion.png);}
#head-ban .bg2 {background-image:url(img/ban/train.png);}
#head-ban .bg3 {background-image:url(img/ban/voiture.png);}
#head-ban .bg4 {background-image:url(img/ban/bateau.png);}
#head-ban .bg5 {background-image:url(img/ban/soldat.png);}
#head-ban .bg6 {background-image:url(img/ban/joueur.png);}
#head-ban .bg7 {background-image:url(img/ban/chateau.png);}


.rapide-boutons {
	font-family: 'McLaren', Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 0px 40px;
	margin: 0 -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	align-content: flex-start;
}
.bouton-rapide {
	-webkit-flex: auto;
	-moz-flex: auto;
	flex: auto;
	width: calc(10% - 42px);
	margin: 10px;
	background-color: #1988FF;
	padding: 5px;
	min-width: 10px;
	min-height: 80px;
	color: #FFFFFF;
	/*border: dotted 1px #DADADA;
	border-top: none;*/
	cursor: pointer;
	text-align: center;
}
.bouton-rapide:first-child {
	margin: 10px 10px 10px 0px;
}
.bouton-rapide:last-child {
	margin: 10px 0px 10px 10px;
}
.bouton-rapide:hover {
	background-color: #FF8000;
}
.bouton-rapide span {
	margin: 0px auto 15px;
	line-height: 42px;
	font-size: 40px;
	font-weight: normal;
	display: block;
	vertical-align: top;
}
.bouton-rapide p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	height: 28px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titre_article {
	font-size:1.6em;
	line-height: 2em;
	font-weight:bold;
	color: #2378E2;
	text-transform:uppercase;
	text-align: center;
}
.article {
	padding: 10px;
}
.joli{
	display: none;
}
.iptjoli{
	width: 0px;
	border: solid 0px #FFFFFF;
}

.layout-footer {
	position:relative;
	background: #2A2A2A;
	width:100%;
	height:100%;
	z-index:-3;
	padding-top:10px;
}
.footer {
	border-top: solid 5px #FF8000;
	padding:15px 20px;
	height:100%;
}
.footer-bas {
	border-top: solid 1px #AAAAAA;
	padding:10px 20px;
}
.footer-1, .footer-2, .footer-3 {
	width:30.6667%;
	float:right;
}
.footer-1, .footer-2 {
	margin-left:4%;
}
.footer-copy {
	width: 100%;
	text-align: center;
	margin-right:0px;
	font-size:11px;
	color:#EEEEEE;
}
.footer-mention {
	width:56%;
	float:right;
	text-align:right;
	font-size:11px;
	color:#EEEEEE;
}
.footer-widget-titre {
	padding:5px 0px 10px 0px;
	font-weight:bold;
	font-size:16px;
	border-bottom: solid 1px #505050;
	color:#EEEEEE;
}
.footer-widget-cont {
	padding:5px 0px 0px 0px;
	text-align:justify;
	line-height:20px;
	color:#EEEEEE;
}
.footer-widget-date {
	padding:5px 0px 0px 0px;
	font-weight:bold;
	font-size:14px;
	color: #AAAAAA;
}
.fw-ramma {
	font-size:12px;
	line-height:18px;
}
.fp-ico {
	font-size:18px;
	line-height:20px;
	display:block;
	float:left;
	width:36px !important;
	text-align:center;
}
.a-foot {
	color:#EEEEEE;
	cursor:pointer;
}
.a-foot:hover {
	text-decoration:underline;
}

@media only screen and (max-width: 929px) {
	.layout-global {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.rapide-boutons {
		padding: 0px;
	}
	.bouton-rapide {
		margin: 10px 5px;
	}
	.bouton-rapide:first-child {
		margin: 10px 5px 10px 0px;
	}
	.bouton-rapide:last-child {
		margin: 10px 0px 10px 5px;
	}
	
	.article iframe {
		width: 96% !important;
	}
	.article img {
		max-width: 98%;
		max-height: 100%;
	}
	.footer-3 {
		width: 100%;
		margin-bottom: 0px;
	}
	.footer-1, .footer-2 {
		width: 48%;
		margin-bottom: 20px;
	}
	.footer-2 {
		margin-left: 0;
	}
	.footer-copy {
		width:100%;
		margin-right:0px;
		text-align:center;
	}
	.footer-mention {
		width:100%;
		float:left;
		text-align:center;
	}
}
@media only screen and (max-width: 819px) {
	#head-ban {
		display: none;
	}
	.head-date {
		flex: 1;
		width: calc(100% - 210px);
	}
}
@media only screen and (max-width: 639px) {
	#btn_up, #btn_back {
		padding:10px;
		font-size:24px;
	}
	
	.header {
		height: 100px;
	}
	.head-logo {
		padding: 0px !important;
		min-height: 100px;
		min-width: 120px;
		width: 250px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.head-logo-ramma {
		font-size: 30px;
		line-height: 45px;
		height: 48px;
		-webkit-transform: scale(1.3,1.5);
		-moz-transform: scale(1.3,1.5);
		-ms-transform: scale(1.3,1.5);
		-o-transform: scale(1.3,1.5);
		transform: scale(1.3,1.5);
	}
	.head-logo-haut, .head-logo-bas {
		display: none;
	}
	.head-logo-long {
		display: block;
		font-size: 16px;
		margin-top: 3px;
	}
	.head-logo-date {
		font-size: 16px;
	}
	
	#dateb {
		font-size: 5vw;
		text-shadow: 0.2vw 0.2vw 0.2vw #2A2A2A;
	}
	#lieub {
		font-size: 3vw;
	}
	.head-blocs {
		display: none;
	}
	.head-date {
		padding: 0px 10px 0px 270px;
		width: auto;
		margin-top: 0px;
	}
	
	.bouton-rapide {
		width: calc(33.3333% - 32px);
		padding: 10px;
		min-width: 205px;
		min-height: 28px;
		margin: 0px;
		border: dotted 1px #DADADA;
		border-top: none;
	}
	.bouton-rapide div {
		display: flex;
		justify-content: center;
	}
	.bouton-rapide:first-child, .bouton-rapide:last-child {
		margin: 0px;
	}
	.bouton-rapide span {
		margin: 0px 20px 0px 0px;
		line-height: 28px;
		font-size: 26px;
	}
	
	.footer-1, .footer-2 {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 479px) {
	.head-logo {
		width: 50vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.head-logo-long {
		font-size: 3.4vw;
		margin-top: 3px;
	}
	.head-logo-ramma {
		font-size: 7vw;
	}
	.head-logo-date {
		font-size: 3.4vw;
	}
	.head-date {
		padding: 0px 10px 0px calc(50vw + 10px);
		margin-top: 5px;
	}
	#dateb {
		font-size: 5.5vw;
		line-height: 1.1;
	}
	#lieub {
		font-size: 3.2vw;
	}
	.bouton-rapide {
		width: calc(33.3333% - 32px);
		padding: 5px 15px;
	}
	.bouton-rapide div {
		justify-content: space-between;
	}
	.bouton-rapide p {
		font-size: 12px;
		line-height: 24px;
		margin-right: 15px;
	}
	.bouton-rapide span {
		margin: 0px 15px 0px 15px;
		width: 24px;
		line-height: 22px;
		font-size: 20px;
		display: flex;
		align-items: center;
	}
}