@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'attachee';
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*GENERAL*/

body
{
	font-family: arial;
	font-size: 13px;
	/*min-width: 450px;*/

}
h1
{
	margin: 10px 2%;
	font-size: 25px;
	font-family: geosanslightregular;
}
h2
{
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	margin: 5px 0;
	font-size: 14px;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #333333;
}
.site > img
{
	padding: 5px;	
}
a img
{
	border: 0;
}
a
{
	color: #333333;
}
a:active, 
a:focus
{
	color: #333333;
}
.clear
{
	clear: both;
}
#suite_logo2
{
	font-size:36px;
}

/*FORMULAIRE*/
#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 5px auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}
input[type='text'], 
input[type='password'],
.callBack
{
	height: 25px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
select.callBack 
{
	width: 182px;
	height: 30px;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #009;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	border: 1px solid #090;
	background-color: #E0FFE0;
	color: #090;
}
.notification.erreur
{
	border: 1px solid #900;
	background-color: #FBB;
	color: #900;
}
.notification.message
{
	border: 1px solid #eeaa56;
	background-color: #fff189;
	color: #333;
}

/* SITE */
#site
{
	margin-top:1px;
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	background-color:#FFF;
}
#site.fondu
{
    background-image: url(../img/fondu.png);
    background-repeat: repeat-x;
}
.fondu + div img
{
	border: 2px solid black;
}
.fondu
{
/*	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;*/
}

#site img
{
	margin: 5px;
}
#site img[align='left']
{
	margin: 5px 5px 5px 0;
}
#site img[align='right']
{
	margin: 5px 0 5px 5px;
}
#site img[align='absmiddle']
{
	margin: 5px;
}
#slider_accueil img
{
	margin: 0;	
}

/*HEADER/TOP/BANNIERE*/
header
{
	height:150px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	width: 100%;
}
#header
{
	max-width: 980px;
	width: 100%;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
	position: relative;
}

/*LOGO*/
#logo
{
	height: 150px;
	float:left;
	display : table-cell;
	vertical-align : middle;
	width:400px;
}
#suite_logo {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0%;
	right: 2%;
	font-size:24px;
}

/*PAGE*/
#page
{
	position: relative;
	width: 96%;
	padding: 0 2%;
	margin-left:auto;
	margin-right:auto;
}
#accueil_global
{
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
}
#accueil_global > *
{
	display: inline-block;
	vertical-align: top;
}
#accueil_contenu
{
	width: 100%;
	margin-right: 1%;
}
#accueil_droite
{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 10px;
}
/*MENU*/
nav
{
	height: 35px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	width: 100%;
}
#menu
{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	*float: left;/*IE7*/
}
#menu > ul > li > a
{
	display: block;
	margin: 1px 0 0 0;
	padding: 0 13px;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border-right: 1px solid #072731;
	font-family: avantgarde_bk_btbook;
}

#menu > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #4f4f4f;
	/*background-image: url(img/img_upload/552f921e1b58f6.23197577.jpg);*/
	padding: 0;
	z-index: 2;
	list-style: none;
}
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-family: avantgarde_bk_btbook;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	background-color: #000000;
	color:#FFFFFF;
}

.sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: calc(48% - 2px);
	margin: 1%;
	border: 1px solid black;
}
.sous_pages > li > a
{
	text-decoration: none;	
	background-color: #333;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #404040;
	background-image: url(img/img_upload/552f921e1b58f6.23197577.jpg);
}
.sous_pages > li > a:hover
{
	box-shadow: 1px 1px 4px #aaa;
}

/*SLIDER*/
#slider
{
	margin: -10px 0 0 -10px;
	
	width: 980px;
	height: 335px;
	z-index: 1;
}
#slider_accueil
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	
	width: 104%;
	height: 335px;
	z-index: 1;
	margin-left:-2%;
}
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 5px;
	width: 100%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#slider_accueil .boutonPagination.select
{
	background: #990000!important;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	
	width: 700px;
	height: 150px;
}
#slider_galerie li
{
	margin: 0 2px;	
}

/*Pagination*/
form
{
	display: inline;
}
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #1888AD;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#nuage_liens
{
	text-align: center;
	color: #999999;
	margin-top: 10px;
}
/*Galeries*/
#galeries_photos a,
#galeries_pdfs a
{
	border: 1px solid #EFEFEF;
	overflow: hidden;
	position: relative;
	height: 182px!important;
}
#galeries_photos a:after,
#galeries_pdfs a:after
{
	content: url(../img/loupe.png);
	position: absolute;
	top: 50%;
	left: 0;
	transition: ease-in-out 200ms;
	opacity: 0;
	width: 100%;
	background: #fff;
}
#galeries_photos a:hover:after,
#galeries_pdfs a:hover:after
{
	top: 0;
	opacity: 0.8;
}
.contact
{
	width: 98%;
	margin: 0 2%;
}
.galerie table,
.contact table 
{
	display: block;
}
.galerie tbody,
.contact tbody 
{
	display: block;
}
.galerie tr
{
	display: block;
	text-align: center;
}
.galerie td
{
	display: inline-block;
	width: 30%;
	padding-left: 1%;
}
.galerie td > a
{
	padding: 0 !important;
	display: block !important;
}
.galerie td > a > img
{
	margin: 5px 1%!important;
	height: 145px;
}

/*accueil_droite (GAUCHE OU DROITE)*/
/*#accueil_droite
{
	position: relative;
	padding: 5px;
	
	width: 250px;
	
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.3);
}*/
#accueil_droite > ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#accueil_droite > ul > li
{
	width: 251px;
}
#accueil_droite > ul > li > a
{
	display: block;
	text-decoration: none;
	padding: 8px;
	margin: 5px 0;
	background: url(../img/fond_menu.png) 0 -3px;
	border-left: 1px solid #500050;
	border-top: 1px solid #500050;
	border-bottom: 1px solid #500050;
	border-radius: 3px 0 0 3px;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#accueil_droite > ul > li > a:hover
{
	background: #701374;
}

/*FOOTER*/
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px 2%;
}
#footer #infos_complementaires
{
	position: absolute;
	top: 10px;
	right: 2%;
	
	/*padding: 10px;*/
}



/*DIVERS PROPRE AU SITE*/
.bloc
{
	border-radius: 3px;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	text-decoration: none;
}
.bloc.video
{
	display: inline-block;
	width: 46%;
	height: 280px;
	margin: 0 0 5px 2%;
	padding: 5px;
	border: 1px solid #EFEFEF;
}
.bloc h2
{
	text-align: center;
	text-decoration: none;
}

#actualites-liste
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#actualites-liste > li
{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
	width: 50%;
	font-size: 14px;
}
#actualites-liste > li > a
{
	font-size: 0;
	display: block;
}
#actualites-liste > li > a > div
{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
#actualites-liste > li > a > div:first-child
{
	position: relative;
	width: 170px;
	height: 170px;
	background-color: #515153;
}
#actualites-liste > li > a > div:first-child > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
	max-width: 170px;
	max-height: 170px;
}
#actualites-liste > li > a > div:first-child + div
{
	position: relative;
	width: calc(100% - 190px);
	height: 170px;
	padding: 0 10px;
}
#actualites-liste > li > a > div:first-child + div h2
{
	font-size: 18px;
}
#actualites-liste > li > a:hover > div:first-child + div h2
{
	text-decoration: underline;
}
#actualites-liste > li > a > div:first-child + div button
{
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
}

#actualites.bloc, 
#temoignages.bloc
{
	background:#f6f5f5;
	box-shadow: 0px 0px 5px #000;
	position: relative;
	height: 250px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 255px;
	display: inline-block;
	vertical-align: top;
}
#actualites.bloc h2
{
	margin: 0;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 180px;
}
#liste_partenaires.bloc .slider
{
	width: 100%;
	height: 125px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 100%;
	height: 200px;
	
	margin: 0;
	list-style: none;
}
#liste_partenaires.bloc .slider ul
{
	width: 100%;
	height: 125px;
	padding: 0;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li,
#liste_partenaires.bloc .slider ul li
{
	width: 230px;
	padding: 5px;
	text-align: left;
}
#liste_partenaires.bloc .slider ul li
{
	width: 100%!important;
	height: 115px!important;
	text-align: center;
	line-height: 105px;
	padding: 5px 0;
}
#liste_partenaires.bloc .slider ul li a
{
	display: inline-block;
	vertical-align: middle;
	line-height: 105px;
	width: 32%;
}

#actualites.bloc a,
#temoignages.bloc a,
#liste_partenaires.bloc a
{
	text-decoration: none;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover,
#liste_partenaires.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a,
#liste_partenaires.bloc .slider a
{
	color: #000;
	text-decoration: none;
}
#actualites.bloc .slider a:hover,
#temoignages.bloc .slider a:hover,
#liste_partenaires.bloc .slider a:hover
{
	color: #990;
	text-decoration: none;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #FFFFFF;
}
.bouton_accueil:hover
{
	background-image: none;
	border-left: 3px solid #333333;
}
.bouton_accueil
{
	display: block;
	background-position: 0 50%;
	border: 1px solid #999;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	margin: 10px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:37px;
	line-height: 37px;
	text-decoration: none;
	font-family: avantgarde_bk_btbook;
	font-weight: normal;
	font-size: 15px;
	/*text-shadow: 1px 1px 1px #000000;*/
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}
.rappel_immediat
{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.bouton2
{
	background: #2D65AA;
	padding: 8px 45px!important;
	border: 0;
	border-radius: 4px;
	margin-top: 30px;
}
#liste_partenaires_titre
{
	font-size: 20px;
	font-weight: normal;
	text-shadow:1px 1px 1px #000;
	height: 35px;
	line-height: 30px;
}
#videos.bloc
{
	width: 420px;
	height: 300px;
	margin: 0 5px;
	padding: 5px;
	text-align: center;
}
#videos.bloc a
{
	display: block;
	margin: 5px 0;
	text-decoration: none;
}
#videos.bloc a:hover
{
	text-decoration: underline;
}

#langs
{
	float:right;
	padding-top:5px;
}

#langs > div
{
	display:inline-block;
}

#langs > div:hover
{
	opacity:0.5
}


#liste_partenaires.bloc
{
	background: #f6f5f5;
	box-shadow: 0px 0px 5px #000;
	height: 160px;
	width: 100%;
	text-align: center;
}
#footer
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 980px;
	width: 100%;
	height: 50px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-size: 11px;
}
#footer a
{
	text-decoration: none;
}
.menuMobile
{
	display: none;
}
#menu_1
{
	display: block;
}
.contact tbody
{
	width: 98%;
}
.contact tr
{
	display: block;
}
.contact td
{
	display: inline-block;
	width: 30%;
}
.aside2
{
	min-width: 400px;
}
.contact tr > td:first-child
{
	width: 69%;
	max-width: 490px;
}
.contact tr > td tr td
{
	width: 100%!important;
}
.contact form table table th
{
	width: 29%;
	display: inline-block;
}
.contact form table table td
{
	width: 69% !important;
	position: relative;
}
.contact form table table td > input
{
	display: inline-block;
	/*margin-left: 2%;*/
	width: 96%;
}
.contact form table table td > input.cp
{
	width: 20%;
	margin-right: 1%;
}
.contact form table table td > input.ville
{
	width: 71%;
	position: absolute;
	right: 0;
}
.contact iframe
{
	width: 100%!important;
}
.skills *
{
    box-sizing: border-box;
}
.skills
{
    padding-left: 0px;
    list-style: none;
    text-align: center;
}
.skills > li .fa 
{
    font-size: 80px;
    color: #24437b;
}
.skills > li img
{
    margin: 0!important;
    max-width: 100%;
}
.skills > li
{
    display: inline-block;
    width: 132px;
    height: 100%;
    vertical-align: middle;
    background-color: rgba(248, 248, 248, 0.61);
    border-radius: 5px;
    box-shadow: 2px 2px 10px #cecece;
    padding: 10px;
    text-align: center; 
    margin: 10px;
    position: relative;
}

.skills > li h3
{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.skills > li div
{
    height: 70px;
    margin-top: 20px;
    position: relative;
}
.skills > li:hover
{
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}
.skills > li:hover .fa
{
    color: #537fce;
}

/*
**
**
	******* Tablette ********
**
**
*/

@media only screen and (max-width:768px) {
	#slider_accueil
	{
		display: none;
	}
	#videos.bloc
	{
		width: auto;
		height: auto;
	}
	#accueil_contenu
	{
		display: block;
		width: 97%;
		border-bottom: 1px solid #c2c2c2;
		padding-bottom: 30px;
		margin: 0 auto;
		text-align: justify;
	}
	#accueil_droite
	{
		display: block;
		background: none;
		width: 96%;
		padding: 0 2%;
		text-align: center;
	}
	#accueil_droite > a:first-child
	{
		display: block;
		margin: 10px auto 15px!important;
		width: 97%!important;
		text-align: center!important;
	}
	#accueil_droite > *
	{
		display: inline-block;
		vertical-align: top;
		text-align: left!important;
		width: 46%!important;
		margin: 0 0.5% 15px!important;
		padding: 0 1%!important;
	}
	header,
	#header
	{
		height: auto;
		position: relative;
	}
	#logo
	{
		height: auto;
		width: 100%;
		float: none;
		display: inline;
	}
	#logo > a > img
	{
		max-height: 140px;
		width: 40%;
		max-width: 300px;
	}
	#header > div > div:nth-child(2){
		display: none;
	}
	#suite_logo > img
	{
		width: 65px;
	}
	#suite_logo
	{
		top: 28%;
		font-size: 16px;
		line-height: 0;
	}
	#suite_logo2
	{
		font-size: 25px;
	}
	div#accueil_contenu > div#liste_partenaires.bloc > div.slider.CJSlider > ul > li > a
	{
		width: 31%;
	}
	div#accueil_contenu > div#liste_partenaires.bloc > div.slider.CJSlider > ul > li > a > img
	{
		width: 100%;
		max-width: 180px;
		margin: 0;
	}
	#actualites.bloc .slider, #temoignages.bloc .slider,
	#actualites.bloc .slider ul, #temoignages.bloc .slider ul
	{
		width: 100%;
		height: 170px;
	}
	#actualites.bloc .slider ul li, #temoignages.bloc .slider ul li
	{
		width: 96%;
	}
	#actualites.bloc > h2 
	{
		margin-top: 10px;
	}
	#menu > ul#menu_1
	{
		display: none;
		z-index: 100;
		/*background: #324b8a;*/
		position: relative;
	}
	#menu > ul > li
	{
		display: block;
		text-align: left;
	}
	#menu > ul > li > a
	{
		border: none;
		color:  #fff;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li > ul > li
	{
		display: block;
		text-align: left;
	}
	.menuMobile
	{
		cursor: pointer;
		display: inline-block;
		margin: 1px 0 0 0;
		padding: 0 13px;
		height: 33px;
		line-height: 33px;
		font-size: 17px;
		font-family: avantgarde_bk_btbook;
		color: #000;
	}
	h1
	{
		margin: 0 0 10px 0;
  		padding: 10px 10px 0;
	}
	.galerie td
	{
		width: 49%;
	}
	.bloc.video
	{
		width: 96%;
	}
	.contact tr > td:first-child 
	{
		width: auto;
	}
	.contact td 
	{
		display: block;
		width: 100%;
	}
	.contact form table table td 
	{
		display: inline-block;
	}
	.rappel_immediat
	{
		display: none!important;
	}

}
/*
**
**
	******* Poratable ********
**
**
*/
@media only screen and (max-width:480px) {

	#accueil_droite > *
	{
		display: block;
		width: 98%!important;
	}
	#suite_logo
	{
		display: none;
	}
	header
	{
		margin: 0;
	}
	#logo
	{
		position: absolute;
		top: 0;
		left: 2%;
		width: 185px;
	}
	#logo > a > img 
	{
		width: 50%;
	}
	nav
	{
		height: 45px;
	}
	.menuMobile
	{
		line-height: 50px;
		padding-bottom: 10px;
	}
	.galerie td
	{
		width: 100%;
	}
	.contact form table table td > input.ville 
	{
		width: 67%;
		right: -1%;
	}
}