@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body{position:relative;width:100%;height:100%;}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: 'Open Sans', Arial;}
h1, h2, h3, h4, h5, h6 {font-weight : 400;}

p, ul, li, a, span{font-family: 'Open Sans', Arial;}
p, ul, li, ol{font-size : 16px;}
p{text-align: justify;}
a {color : #185a97;}
a:hover, a:focus{color: #4997cd;}

a.button{background-color : #185a97; color:#fff; border-radius: 4px;}
a.button:hover, a.button:focus{background-color : #4997cd;}

/* Utility Class */
.clearfix{clear : both;}
.fix-me:after{content:""; clear : both; display : block;}
.table-me{display : table;}
.table-cell-me{display : table-cell; vertical-align:middle;}
.full-width{width : 100%;}
.full-height{height : 100%;}
.g-recaptcha{display : inline-block;margin-bottom: 1rem;margin-top: 0.5rem;}
.uppercase{text-transform: uppercase;}
.valign {display: table; width: 100%;}
.valign > * {display: table-cell; vertical-align: middle;}
img{max-width : 100%;}
.boxInfo ul, .boxErreur ul{list-style: none; padding: 0;}

/* -- HP -- */
/* Header */
header{margin-bottom:25px;}

/* Menu */

/* Footer */
footer{position:relative;margin-top:15px;padding:50px 0;background-color:#185a97;color:#fff;}
footer a{color:#fff;}

/* Demande */
.msgbox{border:1px solid #ccc;margin-bottom:5px;padding:10px;border-radius:10px;}

.rubrique-title{color:#005aa1;}
.section-title{color:#005aa1;margin:35px 0 20px 0;padding:0 0 5px 10px;border-left:3px solid #005aa1;border-bottom:1px solid #005aa1;}

/* Dashboard */
.dashboard {min-height: 600px;}
.dashboard .blocs {margin-top:50px}
.dashboard .dash-bloc {background:#286090; padding:30px; width:100%;font-weight: lighter;color:#fff; display:flex; align-items:center;margin:8px 0; font-size:18px; text-transform:uppercase;transition:all 0.5s}
.dashboard .dash-bloc i {padding-right:30px; font-size:30px}
.dashboard .dash-bloc:hover {text-decoration:none; background:#23537D}