@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #203d5a;
}
#global {
	width: 100%;
	height: 100%;
	/*padding-top: 60px;*/
}
a img {
	border: 0;
}
#voeux {
	padding-top: 80px;
}
a {
text-decoration: none!important;
}
/*
---------------------------------------------------
MENU
---------------------------------------------------
*/
#wrap_menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 9999;
	background-color: #203D5A;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2)
}
#main_menu ul  {
	list-style-type: none;
	width: 100%;
	margin-bottom: 0;
}
#main_menu li {
	text-align: center;
	float: left;
	width: 16.6%;
}
#main_menu a, #main_menu li {
	font-family: 'continuum_lightregular';
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	background-color: #203D5A;
}
#main_menu a {
	padding-top: 20px;
}
#services a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: #00A6D0;
	transition-duration: 1s;
}
#produits a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: #00A183;
	transition-duration: 1s;
}
#references a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: #00A2AB;
	transition-duration: 1s;
}
#equipe a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: #EF7D00;
	transition-duration: 1s;
}
#realisation a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: rgba(255,255,355,0.4);
	transition-duration: 1s;
}
#contact a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #fff;
	background-color: #002239;
	transition-duration: 1s;
}
.der {
	margin: 0 !important;
	float: none;
	position: absolute;
	right: 0px;
}

/*
---------------------------------------------------
NAVIGATION
---------------------------------------------------
*/
#retour img {
	display: block;
	widows: 40px;
	height: 35px;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 25px;
	z-index: 500;
}
.current {
	background-image: url(../images/pointer_rub.png) !important;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 60px;
	color: #002239;
	border-bottom: solid 2px #fff;
}

/*
---------------------------------------------------
SECTION COMMUNE
---------------------------------------------------
*/
section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.retrait {
	margin:0 auto;
	width: 90%;	
	max-width: 1300px;
/*	height:100%;*/
	padding: 60px 0 0 0;
	overflow: hidden;
}

img.btn_haut:hover {
	opacity: .8;
}
#picto_plaquette {
	position: fixed;
	right: 10px;
	top:50px;
	z-index: 1000;
	width: 60px;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#picto_plaquette:hover {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
}
.tooltip-container {
    cursor: pointer;
    position: relative;
}
.tooltip {
	font-family: 'Raleway', sans-serif;
    opacity: 1;
	background: #203d5a;
	color: #fff;
	position: fixed;
	right: 110px;
    top: 130px;
	height: 10%;
    z-index: 1000;
    width: 35%;
    display: block;
	font-weight: 1.5;
    line-height: 1.5;
    padding: 20px 0 0 0;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(32,61,90,0.3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.tooltip:before,.tooltip:after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #203d5a;
    position: absolute;
    bottom: 45%;
    right: -10px;
}
.tooltip-container:hover .tooltip,a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*
---------------------------------------------------
SECTION ACCUEIL
---------------------------------------------------
*/
#rub-accueil {
	width: 100%;
	height: 100%;
	background: url(../images/fond_accueil.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 501;
}
#etoiles {
	width: 100%;
	height: 100%;
	background: url(../images/etoiles.png) 50% 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#rub-accueil .planete {
	background: url(../images/planete.png) 50% 0 no-repeat fixed;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	background-size: cover;
}
#fusee {
	width: 100%;
	height: 100%;
	background: url(../images/fusee.png) 50% 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;

}
#rub-accueil .nuages {
	background: url(../images/nuages.png) 50% 0 no-repeat fixed;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	background-size: cover;
}
#bloc_logo_imail img {
	width: 100%;
	margin:-10px auto;
	display: block;
	max-width: 300px;
}
#bloc_logo_imail {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#bloc_logo_imail p {
    text-align: center !important;
    margin-bottom: 0%;
}
blockquote {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-left: 0px solid #eee;
}
blockquote {
    border-left: 0px solid #eee;
}

/*
---------------------------------------------------
SECTION SERVICES
---------------------------------------------------
*/
#rub-services {
	width: 100%;
	background: url(../images/fond_services.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#bande_bleu {
	width: 100%;
	height: 60px;
	background-image: url(../images/bande_bleu.png);
	background-repeat: no-repeat;
	margin-bottom: 200px;
}
#rub-services img {
	display: block;
	margin: 0 auto;

}
/*---------------------------------------------------
Sous rubrique SERVICES
---------------------------------------------------*/
#rub_developpement, #rub_design, #rub_strategie, #rub_valeurs {
	border: solid 1px rgba(0,166,208,0.0);
	cursor: pointer;
	padding: 0 10px 10px 10px;
}
#rub_developpement ul, #rub_design ul, #rub_strategie ul, #rub_valeurs ul {
	list-style-type: none;
	color: #fff;
	text-align: center;
	padding: 0;
}
#rub_developpement a, #rub_design a, #rub_strategie a, #rub_valeurs a {
	text-decoration: none;
	border: 0px;	
}
#rub_developpement:hover, #rub_design:hover, #rub_strategie:hover, #rub_valeurs:hover {
	background-color: rgba(255,255,255,0.1);
	transition-duration: 1s;	
	border: solid 1px #fff;
}
img.btn_savoirplus {
	width: 180px;
}
/*---------------------------------------------------
Fentre Modal
---------------------------------------------------*/
.modal {
	z-index: 9999;
	padding: 0;
}
#rub-realisation .modal {
    background: #ffffff;
}
#rub-services .modal {
    background: rgba(0,166,208,1);
}
.modal-dialog {
    position: relative;
    margin: 0 auto;
	padding-top: 0;
	width: 100%;
	font-size: 21px;
	overflow:hidden;
	max-width: 100%!important;
}
.modal-body p {
	padding: 2% 10%;
	font-size: 18px;
	color: #fff;
	text-align: justify;
}
.modal-content {
	background-color:transparent!important;
	border: 0;
	height: 100%;
}
.modal-dialog h2 {
	font-size: 26px;
	height: 50px;
	font-family: 'continuum_lightregular';
    font-style: normal;
	text-align: center;
	color: #203d5a;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
}
.modal-dialog h3{
	margin: 20px 0 40px 0;
	font-family: 'continuum_lightregular';
    font-style: normal;
	text-align: center;	
	color: #00A6D0;
	font-size: 21px;
	font-weight: bold;
	padding: 0 30px;
}
 .modal-header .close {
    margin-top: -40px;
}
.modal-header {
  border-bottom: 0px;
  padding:10px 10px 0 0;
}
img.btn-close-modal {
	position: absolute;
	top: 15px;
	right: 15px;
}
img.btn-close-modal:hover {
	opacity: .8;
}
.txtprojet {
	padding: 40px 0!important;
	color: #00A6D0!important;
	font-size: 24px!important;
}
.txtprojet span {
	background-color: #fff!important;
	padding: 5px 10px;
	border-radius: 20px;
	text-decoration: none!important;
	color: #00A6D0!important;
}


/*---------------------------------------------------
Portfolio
---------------------------------------------------*/
/*nav#porfolio-nav {
    width: 90%;
}
.og-expander-inner {
    background: #fff;
	height: 70%;
}
.elastislide-carousel ul li a img.selected {
    border: 1px solid #203d5a;
}
.og-details a.link-button {
    border: none;
}
.og-details p {
    color: #203d5a;
}
.og-details .infosep {
    border-bottom: 1px solid #203d5a;
    box-shadow: 0 1px #203d5a;
    margin: 15px 0;
}*/
/*
---------------------------------------------------
SECTION PRODUITS
---------------------------------------------------
*/
#rub-produits {
	width: 100%;
	background: url(../images/fond_produits.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#bande_vert {
	width: 100%;
	height: 60px;
	background-image: url(../images/bande_vert.png);
	background-repeat: no-repeat;
	margin-bottom: 200px;
}
#rub-produits img {
	display: block;
	margin: 0 auto;
}

#rub-produits a.boutonSavoirPlus {
	display: block;
	color: white;
	width: 220px;
	margin-bottom: 60px;
	text-align: center;
	background-color: #203D5A;
	border-radius: 40px;
	padding: 15px 25px;
}
.imgbirhdy {
	width: 80%;
}

.elastislide-carousel ul li a img {
    border: 2px solid #fff;
}
.elastislide-carousel ul li a img.selected {
    border: 1px solid #00A6D0;
}
.og-details a.link-button {
    background-color: #203d5a;
    color: #fff !important;
}
.og-grid li a figure {
    position: absolute;
    background: #333;
    background: rgba(32,61,90,0.7);
    width: 100%;
    height: 100%;
}
.wagwep-container ul#portfolio-filter li.current a {
    color: #fff;
    background: #203d5a;
}

.og-close::before, .og-close::after {
    background: #000;
}

.wagwep-container ul#portfolio-filter {
    border-bottom: none;
}
#rub-produits a {
	color: #fff;
	text-decoration: none;
	
}
/*
---------------------------------------------------
SECTION REFERENCES
---------------------------------------------------
*/
#rub-references {
	width: 100%;
	background: url(../images/fond_references.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#bande_turquoise {
	width: 100%;
	height: 60px;
	background-image: url(../images/bande_turquoise.png);
	background-repeat: no-repeat;
	margin-bottom: 200px;
}
#logo_references {
	margin-bottom: 80px;
}
#logo_references p {
	text-align: center;
	margin-bottom: 80px;
}
#logo_references img {
	width : 80%;
}
#rub-references figcaption {
	text-align: center;
	padding-top: 20px;
}


/*---------------------------------------------------
SLIDER TEMOIGNAGES
---------------------------------------------------*/


/*
---------------------------------------------------
SECTION EQUIPE
---------------------------------------------------
*/
#rub-equipe {
	width: 100%;
	background: url(../images/fond_equipe.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#bande_orange {
	width: 100%;
	height: 60px;
	background-image: url(../images/bande_orange.png);
	background-repeat :no-repeat;
	margin-bottom: 200px;
}
#rub-equipe img {
	width: 100%;
}
#bloc_avatar p {
	text-align: center;
}
#rub-equipe figure {
	margin: 10px auto;
	text-align: center;
}
#rub-equipe figure p.prenom {
	font-size: 120%;
	font-weight: normal;
}
#rub-equipe figure p.poste {
	margin-top: 25px;
	font-size: 80%;
	font-style: italic;
	line-height: 0.8em;
}
#rub-equipe figure p.commentaire {
	margin: 2px 2px 0 2px;
	font-size: 90%;
	line-height: 1;
}
#rub-equipe figure p.commentaire span.surnom {
	font-weight: bold;
}

/*
---------------------------------------------------
SECTION REALISATION
---------------------------------------------------
*/
#rub-realisation {
	padding-bottom: 50px;
}
.img_rea {
	width: 100%;
	padding:5px 0;
	opacity: 0.5;
}
.img_rea:hover {
	opacity: 1;
	transition-duration: 1s;
}
.modal-body {
    color: #fff;
	text-align: center;
	padding:0px;
}
#rub-realisation .modal-body p {
	padding: 20px 20px;
	font-size: 18px;
	color: #203d5a;
	text-align: center;
}
#rub-realisation .modal-content {
    position: relative;
    padding:0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
#rub-realisation .modal-header {
	margin: 20px 0;
}
#rub-realisation img {
	width: 100%;
	padding-bottom: 20px;
}

.imgalerie {
	width: 100%;
	margin: 0 auto;
}
#rub-realisation img.btn-close-modal {
	width:32px;
    /*float: right;
    margin-top: -30px !important;
    margin-right: 0px !important;
	padding-bottom: -30px !important;*/
	position: absolute;
	top: 15px;
	right: 15px;
}
.btn_voirsite {
	background-color: #203d5a;
	width: 25%;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 40px;
	border: solid 1px #fff;
	display: block;
    margin-bottom: 20px;
}
.btn_voirsite:hover {
	color: #203d5a;
	background-color: #fff;
	border: solid 1px #203d5a;
}
#showreel {
	width: 100%;
	cursor: pointer;
}
.showreel {
	margin-bottom: 5%;
}

/*
---------------------------------------------------
SECTION CONTACT
---------------------------------------------------
*/
#rub-contact {
	width: 100%;
	background: url(../images/fond_contact.jpg)center 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
#garcon img {
	width: 90%;
    vertical-align: bottom;
	padding-top: 138px;
}

/*
---------------------------------------------------
FORMULAIRE
---------------------------------------------------
*/
input {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: none;
	border-bottom: solid 2px #00A6D0;
	background-color: rgba(32,34,54,0.0);
	color: #fff;
}
#formulaire label {
}
#formulaire p {
}
#formulaire p.mentions {
	color: #CCC;
	font-size: 10px;
	text-align:justify;
	line-height :1.2;
}
#formulaire a {
	text-decoration:none;
	color: #CCC;
}
#formulaire a:hover {
	text-decoration:underline;
	color: #FFF;
}

#formulaire textarea {
	width: 100%;
	min-height: 40px;
	border-radius: 2px;
	border: none;
	border-bottom: solid 2px #00A6D0;
	background-color: rgba(32,34,54,0.0);
	color: #fff;
}
#go {
	background-color: rgba(32,34,54,0.0);
	border: solid 2px #00A6D0;
	width: 40%;
	padding: 2px 10px;
	display: block;
	cursor: pointer;
	font-size: 21px;
	color: #fff;
}
#go:hover {
	background-color: #00A6D0;
	color: #fff;
}
#miel {
	visibility: hidden;
}
#date {
	visibility: hidden;
}
.error, .alerte {
	color: #00A6D0;
	font-size: 12px;
	text-align: left;
	line-height: 0.5;
}
#envoye {
	color: #EF7D00;
	text-align: left;
	font-size: 21px;
	text-transform: uppercase;
}



/*
---------------------------------------------------
SECTION FOOTER
---------------------------------------------------
*/
#rub-footer {
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	background-color: #EF7D00;
}
#rub-footer  p {
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #fff;
}
#rub-footer a {
	text-decoration: none;
	color: #fff;
}
#bandeau_bleu {
	width: 100%;
	height: 10px;
	background-color: #002239;
}
#rub-footer h2 {
	height: 100px;
	font-family: 'continuum_lightregular';
    font-style: normal;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/griffonnage_footer.png);
	background-repeat: no-repeat;
	background-position: center -0px;
	margin-bottom: 0px;
}

/*
---------------------------------------------------
BLOC COULEURS
---------------------------------------------------
*/
.bloc_couleur {
	width: 100%;
	color: #fff;
	overflow: hidden;
	/*margin-top: -10px;
	padding-bottom: 2%;
	/*-ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);*/
}
.fond_marine_fonce {
	background-color: rgba(32,34,54,0.8);
}
.marine_fonce {
	background-color: #202236;
}
.marine {
	color: #203D5A;
}
.fond_marine {
	background-color: rgba(32,61,90,0.8);
}
.fond_marine_modal {
	background-color: rgba(32,61,90,1);
}
.bleu {
	color: #00A6D0;
}
.fond_bleu {
	background-color: rgba(0,166,208,0.8);
}
.fond_bleu_modal {
	background-color: rgba(0,166,208,1);
}
.vert {
	color: #00A183;
}
.fond_vert {
	background-color: rgba(0,161,131,0.8);
}
.turquoise {
	color: #00A2AB;
}
.fond_turquoise {
	background-color: rgba(0,162,171,0.8);
}
.orange {
	color: #EF7D00;
}
.fond_orange {
	background-color: rgba(239,125,0,0.8);
}
.noir {
	color: #002239;	
}
.blanc {
	color: #fff;
}
.fond_blanc {
	background-color: #fff;
}
.fond_point {
	background-image :url(../images/point.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*
---------------------------------------------------
MIS EN PAGE / TEXTE GENERAL
---------------------------------------------------
*/
.center {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.centerimg {
	padding-top: 50px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
h1 {
	font-family: 'continuum_lightregular';
	font-size: 36px;
	margin-bottom: 20px;
    font-weight: 100;
    line-height: 1em;
	text-align: center;
	padding: 10px;
/*	border-bottom:solid #fff 1px;*/
	color: #fff;
	text-transform: uppercase;
}
h2 {
	padding-top: 5px;
	height: 105px;
	font-family: 'continuum_lightregular';
    font-style: normal;
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/griffonnage.png);
	background-repeat: no-repeat;
	background-position: center -20px;
	margin-bottom: 0px;
}

h3 {
	color: #00A6D0;
	text-align: center;
	font-size: 21px;
}
.bold {
	font-weight: bold;
}
.size14 {
	font-size: 14px;
}
#rub-services p, #rub-produits p {
	text-align: justify;
}
.center {
	text-align: center !important;
	margin-bottom: 50px;
}
.justif_droite {
	float: right;
	text-align: right;
}
.apostrophe {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
	text-align: center !important;
}

/*
---------------------------------------------------
MENTIONS LEGALES
---------------------------------------------------
*/
.retrait_mentions {
	margin: 0 auto;
	width: 90%;	
	max-width: 1300px;
	overflow: hidden;
}
#rub-mentions  {
	margin-bottom: 50px;
}
#rub-mentions h2  {
	font-size: 34px;
}
#rub-mentions h3   {
	font-size:20px;
	color: #00A6D0;
	text-align: left;
	font-weight:bold;
	padding-bottom: 10px;	
	padding-top:20px;
}
#rub-mentions p {
	text-align: justify;
	color: #fff;
}
#rub-mentions a {
	text-decoration: none;
	color: #00A6D0;
}
#rub-mentions a:hover {
	text-decoration: underline;
	color: #00A6D0;
}
#logo img {
	width: 20%;
	margin: 0 auto;
}
#logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
#close_mentions {
	margin: 50px;
	text-align: right;
}
ul.politique {	list-style: disc outside;    padding-left: 2em;}
ul.politique li {	text-align: justify;	color: #FFF;	font-size: 15px;    line-height: 1.4;	display: list-item;}
/*
---------------------------------------------------
PAGE 404
---------------------------------------------------
*/
#rub_404 img {
	text-align: center;
	margin: 0 auto;
}
#rub_404 a {
	text-align: center;
	color: #fff;
	text-decoration: none;
}


/*
---------------------------------------------------
MEDIA W<=1024
---------------------------------------------------
*/
@media screen and (max-width:1024px) {
	body, html 
	{
		max-width: 1024px;
	}
	#global  {
		width: 100%;
		height: 100%;
	}
	#txt_acc  {
		left:150px;
		font-size:41px;
	}
	/*
	---------------------------------------------------
	MENU
	---------------------------------------------------
	*/
	#main_menu {
		width: 100%;
		height: 60px;
	}
	#main_menu ul {
		display: none;
		width: 100%;
		background-color: #002239;
		padding-left: 0;
	}
	#main_menu li {
		float: none;
		clear: both;
		width: 100%;
	}
	#main_menu a {
		width: 100%;
		height: 60px;
	}
	#main_menu a:hover {
		height: 60px;
	}
	.none {
		display: none;
	}
	.current {
		background-image: none !important;
		height: auto;
	}
	/* 
	---------------------------------------------------
	BLOC
	---------------------------------------------------
	*/
	.blocpoint {
		padding: 50px 0;
		width: 100%;
		height: 100%;
	}
	.block {
		display: block !important;
	}
	.retrait {
		width: 95%;
	}
}

/*
---------------------------------------------------
MEDIA W<=768
---------------------------------------------------
*/
@media screen and (max-width:768px)
{
	body, html  {
		max-width: 768px;
	}	
	h1  {
		font-size: 24px;
	}
	p  {
		font-size: 15px;
	}
	.modal-dialog  {
		font-size: 16px;
		
	}
	.modal-dialog h2  {
		font-size: 21px;
	}
	nav#porfolio-nav li  {
		width: 30%;
	}
	.wagwep-container ul#portfolio-filter li  {
		float: left;
		line-height: 16px;
		margin: 0;
		padding: 0px;
	}
	.none-tab {
		display: none;
	}
}

/*
---------------------------------------------------
MEDIA W<=500
---------------------------------------------------
*/
@media screen and (max-width:500px)
{	
	body, html  {
		max-width: 500px;
	}
	#rub-services, #rub-produits, #rub-references, #rub-equipe, #rub-contact  {
		background-image: none;
	}
	.fond_point  {
		background-image: none;
	}
	#etoiles  {
		background-image: none;
	}
	#rub-accueil .planete  {
		background-image: none;
	}
	#fusee  {
		background-image: none;
	}
	#rub-accueil .nuages  {
		background-image: none;
	}
	img.btn-close-modal  {
		width: 40px;
		height: 40px;
	}
	h1  {
		font-size: 21px;
	}
	h2  {
		font-size: 18px;
	}
	h3  {
		font-size: 16px;
	}
	p  {
		font-size: 14px;
	}
	.size14  {
		font-size: 12px;
	}
	#rub-equipe figure {
		margin-top: 40px;
	}
}
