
:root {
	--blue: #1B85DD;
	--lightblue:#49B2FF;
	--darkblue:#2B4765;
	--label-color:#66728A;
	--font:Avenir;
}


html {
	
}
body {
	background:#fff ;
	min-width:450px;
	overflow-x:hidden;
	
}
h3 { 
	font-weight:normal;
}

body, h1,h2,h3,h4,h5,div  {
	margin:0;
	padding:0;
}
body { 
	padding:93px 0 0 ;
}


.flex {
	display:flex;
	justify-content: space-between;
}
.flexrow {
	display:flex;
	align-items:center;
}

h1 {
	text-align:center;
	color:var(--blue);
	font:normal normal 900 20px/16px var(--font);
	margin:20px 0 20px;
}

.article p { margin-bottom:0.5rem}
.article { margin-top:20px;}
#global {
	margin:0 auto;
	position:relative;
	background:#fff;
}

#top-banner {
    border-bottom: 2px solid rgba(27,133,221,.25);
	height:93px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:10;
}
#banner {
	max-width:1280px;
	margin:0 auto;
	padding-top:16px;
}
#banner a {
	text-decoration:none;
	
	display:block;
}
#banner a span { 
	font-weight:400 ;font-size:38px; line-height:49px;
	color:var(--blue);
	vertical-align:middle;
	padding-left:20px;
}

.logo { width:55px; height:55px; vertical-align:middle;}


#bottom-banner {
	margin-top:20px;
	padding-top:12px;
	height:150px;
	background:var(--darkblue);
	padding:10px;
}
#bottom-banner .container { 
	max-width:1280px; 
	color:#fff;
	height:100%;
	
} 
.copyright {
	float:right;
	margin-top:97px;
}
.copyright a {
	color:#fff;
} 
.agira-adresse-bloc {
	background:transparent url(../images/logo-agira-blanc.svg) left 4px no-repeat;
	background-size:55px;
}
.agira-name {
	font-weight: 400;
    font-size: 38px;
    line-height: 49px;
    display:block;
    padding-left: 65px;
 	padding-top:4px;
}


#main {
	max-width:1280px;
	margin:0px auto;
}

.divarticle-banner {
	height:500px;
	background: transparent url(../images/banner.jpg);
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	color:#fff;
	position:relative;
} 

.divarticle-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.39);
    z-index: 0;
}
.intro-banner {
	font-weight:900 ;font-size:60px; line-height:65px;
	padding:92px 0 0 40px;
	position:relative;
	z-index: 1;
}
.article-banner { z-index:1 ; position:relative; font-size: 18px; line-height:25px; font-weight:500; padding:60px 40px 0 40px; }

.clear { clear:both; }

.container {
	margin:0px auto;
}

button.right {
	display:inline-block;
	min-width:auto;
	margin:0 0 0 30px ;
	padding:0 20px;
	height:30px;
	line-height:30px;
	font:normal normal 500 14px/22px var(--font);
	vertical-align:middle;
}
button.supp_beneficiaire {
	margin:4px;
}




.retourdemande {
	background: #2b4765;
    color: #fff;
    padding: 10px;
    margin: 30px auto;
    display: block;
    width: 90%;
    font-size: 16pt;
}

.btnret {
	
	
	text-decoration: none;
    float: right;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #6369a1;
    padding: 0 4px;
    margin: 0 4px;
	
}
#form_demande { display:none;}

.encart {
	text-align:justify;
	padding:30px;
	background:#F4F4F4;
}

.g-recaptcha>div { margin:0 auto;}
button#demande { margin:20px auto; height:55px; line-height:55px; padding:0;}

#form_demande h3 {
	border-bottom: 6px solid var(--blue);
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 44px;
	
}

/* Responsive */
@media screen and (max-width: 1290px)
{
	#banner { padding-left:20px; }
	#main-content-3.container { padding-left:20px; padding-right:20px; }
	#bottom-banner .container { margin-left:20px; margin-right:20px; }
    .divarticle { padding:0 20px;}
}
@media screen and (max-width: 750px)
{
	
	#form_demande label.subt { line-height:20px;}
	#form_demande h3 { font-size:22px; line-height:24px;}
	#form_demande fieldset {
		width:100%;
		margin:0;
	}
	.intro-banner { font: normal normal 700 40px/45px var(--font);
    	padding: 42px 0 0 40px; 
    }	
    button.right {
    	display:block;
    	float:none;
    	margin:0 0 8px 0;
    }
}

@media screen and (max-width: 560px)
{
	.flex { 
		display:block;
    	
    }	
    #step1 button { min-width:0; display:block; width:auto; margin-bottom:20px;}
    #bottom-banner { font-size:80%; }
    #bottom-banner .copyright { margin-top:89px;}
}
