@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: "Red Hat Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}
#global {
	width: 100%;
	height: 100%;
}
a img {
	border: 0;
}
#voeux {
	padding-top: 80px;
}
a {
text-decoration: none!important;
}
p {
    color: #172120;
}
ol, ul {
    padding-left: 0rem;
}
/*
---------------------------------------------------
MENU
---------------------------------------------------
*/
#wrap_menu {
	width: 100%;
    position:absolute;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 9999;
}
#main_menu ul  {
	list-style-type: none;
	width: 100%;
	margin-bottom: 0;
}
#main_menu li {
	text-align: center;
	float: left;
	width: 25%;
}
#main_menu a, #main_menu li {
	font-family: "M PLUS Code Latin", serif;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.1em;
	text-align: center;
    font-weight: 700;
	text-transform: uppercase;
}
#main_menu a {
	padding-top: 20px;
}
#main_menu a:hover {
	border-bottom: solid 3px #fff;
	height: 60px;
	color: #142fa5;
	background-color: #ffffff;
    opacity: 0.5;
	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;
	padding: 60px 0 0 0;
	overflow: hidden;
}

img.btn_haut:hover {
	opacity: .8;
}


/*
---------------------------------------------------
SECTION ACCUEIL
---------------------------------------------------
*/
#rub-accueil {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 501;
    background: url("../images/fond_r.png") 50% 0 no-repeat fixed;
}
#rub-accueil .planete {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
    background: rgb(69,208,189);
    background: -webkit-linear-gradient(47deg, rgba(69,208,189,1) 3%, rgba(20,47,165,1) 50%, rgba(244,100,76,1) 94%);
    background: -o-linear-gradient(47deg, rgba(69,208,189,1) 3%, rgba(20,47,165,1) 50%, rgba(244,100,76,1) 94%);
    background: linear-gradient(137deg, rgba(69,208,189,1) 3%, rgba(20,47,165,1) 50%, rgba(244,100,76,1) 94%);
    background-size: 180% 180%;
    animation: gradientAnimation 20s infinite alternate ease-in-out;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}


#etoiles {
	width: 100%;
	height: 100%;
	background: url(../images/fond_r.png) 50% 0 no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}

#bloc_logo_imail img {
	width: 100%;
	margin:0 auto;
	display: block;
	max-width: 1000px;
    padding-bottom: 50px;
}
#bloc_logo_imail {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
}
#rub-accueil h2 {
    font-family: "Red Hat Display", serif;
    color: #ffffff;
    width: 66%;
    margin:0 auto;
    text-align: justify;
    font-weight: 400;
    padding-bottom: 0px;
}
.boutonSavoirPlus {
	display: block;
	color: white;
	width: 220px;
	text-align: center;
	border-radius: 40px;
	padding: 15px 25px;
    border: solid 2px #ffffff;
    margin: 50px auto;
}
.boutonSavoirPlus:hover {
	color:#142fa5;
    background-color: #ffffff;
    border: solid 2px #ffffff;
    margin: 50px auto;
    transition-duration: 1s
}
/*
---------------------------------------------------
SECTION SERVICES
---------------------------------------------------
*/
#rub-services {
	width: 100%;
	background-color:#ffffff;
	overflow: hidden;
    color: #142fa5;
    background-image: url("../images/motif_r.png");
    background-repeat: repeat;
    background-size: auto;   
    background-attachment: fixed;
}
#rub-services img {
	display: block;
	margin: 0 auto;
    width:70%;
    padding: 20px 0 30px 0;
}
	
#rub_design {
    position: relative;
}
.bloctxt {
    background-color: #ffffff;
    position: absolute;
    top: 40%;
    left: 30%;
    padding: 20px;
    opacity:80%;
    border-radius: 40px;
}
.bloctxt p {
    font-family: "M PLUS Code Latin", serif;
    font-size: 3em;
    color: #142fa5;
    font-weight: 600;
}

/*
---------------------------------------------------
SECTION Pourquoi-rhesens
---------------------------------------------------
*/
#rub-pourquoi-rhesens {
	width: 100%;
	background:#45d0bd;
	overflow: hidden;
    color: #ffff;
}
#rub-pourquoi-rhesens img {
	display: block;
	margin: 0 auto;
    width: 80%;
}

#rub-pourquoi-rhesens h1 {
    color: #ffffff; 
    border-bottom: solid 1px #ffffff;
}

#rub-pourquoi-rhesens h3 {
    text-align: center;
    background-color:#ffffff;
    padding: 20px 30px 5px 10px;
    color:#8cd8d2;
    width: 60%;
    border-radius:50px;
} 
 
.blocborder {
    display: block;
    height: 60px;
    width: 60%;
    border: solid 2px #8cd8d2;
    transform: translate(40px, -40px);
    border-radius: 50px;
}
.degrade1 {
    height:100px;
    background:#45d0bd;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
   } 
#rub-pourquoi-rhesens p {
    font-size: 1.3em;
    text-align: left;
    margin: -30px 0 50px 0;
}
/*
---------------------------------------------------
SECTION fonctionnalites
---------------------------------------------------
*/
#rub-fonctionnalites {
	width: 100%;
	background:#f4644c;
	overflow: hidden;
    color: #ffff;
}
#rub-fonctionnalites img {
	display: block;
	margin: 0 auto;
    padding: 30px;  
    width: 60%;
}
#rub-fonctionnalites h1 {
    color: #ffffff; 
    border-bottom: solid 1px #ffffff;
}
#rub-fonctionnalites h3 {
    text-align: center;
    background-color:#ffffff;
    padding: 20px 30px 5px 10px;
    color:#f4644c;
    width: 100%;
    border-radius:50px;
} 
.blocborderfonc {
    display: block;
    height: 60px;
    width: 80%;
    border: solid 2px #f0ECEC;
    transform: translate(40px, -40px);
    border-radius: 50px;
}

#rub-fonctionnalites ul {
    padding: 10px;
}
#rub-fonctionnalites li {
    font-size: 1.3em;
    text-align: left;
    margin: -30px 0 50px 0;
    text-decoration: none!important;
    list-style-type: none;
}
.degrade2 {
    height:100px;
    background:#f4644c;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
   } 
/*
---------------------------------------------------
SECTION contact
---------------------------------------------------
*/
#rub-contact{
	width: 100%;
	background:#142fa5;
	overflow: hidden;
    color: #ffff;
}
.degrade3 {
    height:100px;
    background:#142fa5;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
   } 

/*
---------------------------------------------------
FORMULAIRE
---------------------------------------------------
*/
input {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: none;
	border-bottom: solid 2px #ffffff;
	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 #ffffff;
	background-color: rgba(32,34,54,0.0);
	color: #fff;
}
#go {
	background-color: rgba(32,34,54,0.0);
	border: solid 2px #ffffff;
	width: 40%;
	padding: 2px 10px;
	display: block;
	cursor: pointer;
	font-size: 21px;
	color: #fff;
}
#go:hover {
	background-color: #ffffff;
	color: #172120;
}
#miel {
	visibility: hidden;
}
#date {
	visibility: hidden;
}
.error, .alerte {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	line-height: 0.5;
}
#envoye {
	color: #ffffff;
	text-align: left;
	font-size: 21px;
	text-transform: uppercase;
}

/*
---------------------------------------------------
SECTION FOOTER
---------------------------------------------------
*/
#rub-footer {
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	background-color: #172120;
}
#rub-footer  p {
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
#rub-footer a {
	text-decoration: none;
	color: #fff;
}


/*
---------------------------------------------------
BLOC COULEURS
---------------------------------------------------
*/

.bleu {
	color: #00A6D0;
}
.fond_bleu {
	background-color: rgba(0,166,208,0.8);
}
.vert {
	color: #00A183;
}
.fond_vert {
	background-color: rgba(0,161,131,0.8);
}
.orange {
	color: #EF7D00;
}
.fond_orange {
	background-color: rgba(239,125,0,0.8);
}
.noir {
	color: #172120;	
}
.blanc {
	color: #fff;
}
.fond_blanc {
	background-color: #fff;
}

/*
---------------------------------------------------
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: "M PLUS Code Latin", serif;
	font-size: 3em;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
    font-weight:700;
}
h2 {
	font-family: "M PLUS Code Latin", serif;
    font-style: normal;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}

h3 {
	font-family: "M PLUS Code Latin", serif;
    font-style: normal;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
    padding-top: 20px;
}
.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;
}


/*
---------------------------------------------------
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;
	}
	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;
	}
}
