@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-optical-sizing: auto;
    font-weight: 400;
    font-family:"Poppins";
    font-style: normal;
    font-size: 1em;

}
#global {
	width: 100%;
    height: 100%;
}
a img {
	border: 0;
}
a {
    text-decoration: none!important;
}
/*
---------------------------------------------------
SECTION COMMUNE
---------------------------------------------------
*/
section {
	width: 100%;
	margin: 0 auto;

}
.retrait {
	margin:0 auto;
	width: 60%;	
	max-width: 1300px;
	padding: 30px 0 0 0;
	overflow: hidden;
}
/*
---------------------------------------------------
SECTION ACCUEIL
---------------------------------------------------
*/
#rub-accueil {
	width: 100%;
    min-height:70vh;
	overflow: hidden;
    margin: 0 auto;
	padding: 0;
    background:#1f2e53;
}
#s{
    background-image:url("../images/S.png");
    background-repeat:no-repeat;
    background-size: 5%;
    background-position: bottom right;
    margin: 10px;
}
#motif {
    height:50px;
    background:#1f2e53;
    background-image:url("../images/bandeau_motifs.png");
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: top;
}
#bloc_logo img {
	width: 50%;
	margin:0 auto;
	display: block;
	max-width: 600px;
    padding-bottom: 30px;
}
#bloc_logo {
	margin: 0 auto;
	width: 100%;
}
/*
---------------------------------------------------
SECTION FOOTER
---------------------------------------------------
*/
#rub-footer {
	width: 100%;
    min-height: 30vh;
    overflow: hidden;
	background-color: #919784;
    border-top: solid #1f2e53 2px;
}
#bandedeg {
    width: 100%;
    min-height:10px;
background: #1DBADF;
background: linear-gradient(90deg,rgba(29, 186, 223, 1) 0%, rgba(145, 151, 132, 1) 50%, rgba(249, 175, 26, 1) 100%);
}
#rub-footer p {
	color: #fff;
	text-align: center;
	padding-bottom: 0px;
	font-size: 1em;
}
#rub-footer a {
	text-decoration: none;
	color: #fff;
}
#rub-footer a:hover {
	color: #1f2e53;
}
#logo_blanc {
    margin: 0 auto;
	width: 30%;
    margin-bottom: 20px;
    display: block;
}
/*
---------------------------------------------------
MIS EN PAGE / TEXTE GENERAL
---------------------------------------------------
*/
h1 {
	font-size: 2em;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
    font-weight:700;
background: #1DBADF;
background: linear-gradient(90deg,rgba(29, 186, 223, 1) 0%, rgba(145, 151, 132, 1) 50%, rgba(249, 175, 26, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p {
	font-size: 1.4em;
	color: #fff;
    padding-bottom: 10px;
    text-align: center;
}
span {
    color: #919784;
    font-weight: 700;
}
.marine {
    color: #1f2e53!important;
    font-size: 0.8em!important;
}

/*
---------------------------------------------------
MEDIA W<=1024
---------------------------------------------------
*/
@media screen and (max-width:1024px) {
	body, html 
	{
		max-width: 1024px;
	}
}
/*
---------------------------------------------------
MEDIA W<=768
---------------------------------------------------
*/
@media screen and (max-width:768px)
{
	body, html  {
		max-width: 768px;
	}	
.retrait {
	width: 90%;	
	padding: 20px 0 0 0;
}
}
/*
---------------------------------------------------
MEDIA W<=500
---------------------------------------------------
*/
@media screen and (max-width:500px)
{	
	body, html  {
		max-width: 500px;
    }
h1 {
    font-size: 1.4em;
    }
    #bloc_logo img {
    width: 100%;
    padding-bottom: 10px;
}
    #logo_blanc {
    width: 60%;
    margin-bottom: 10px;
}
}