body, html {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color:#4a4a4a;
}

/*****************************************************
 * HEADER
 *****************************************************/

header {
    background-color: #fff;
}
.navbar-brand {
    margin-right:22px;
    float:left!important;
}
/*
.navbar-brand:last-of-type {
    display:none;
}*/
.navbar-brand+.navbar-brand {
    padding-left:22px;
    border-left:1px solid #00eba9;
    margin-right:0;
}
.navbar-toggler {
    color:#828282!important;
    border-color:#828282!important;
}
.navbar-toggler-icon {
    background-image: url('../img/menu.svg');
}
@media(max-width:580px){
    .navbar-brand {
        margin-right:5px;
    }
    .navbar-brand+.navbar-brand {
        padding-left:5px;
        border-left:1px solid #828282;
    }
}
.nav-item .nav-link {
    color: #383759;
    font-size:16px;
    font-weight:500;
}

.nav-item:nth-child(2) .nav-link {
    background:url('../img/sinistre.svg') no-repeat 10px 50%;
    padding-left:30px!important;
}

@media(max-width:992px){
    .nav-item .nav-link {
        padding:10px 15px;
        border:2px solid #383759;
        margin-left:20px;
        margin-top:10px;
        margin-bottom:10px;
        
    }
    .nav-item:nth-child(1) .nav-link:hover,
    .nav-item:nth-child(2) .nav-link:hover {
        background-color:#fff;
    }
    .nav-item:nth-child(3) .nav-link:hover {
        background-color:#fff;
    }
}
@media(min-width:992px){
    ul.navbar-nav {height:69px;width:100%;}
    ul.navbar-nav .nav-item {padding-top:12px;padding-left:20px; padding-right:20px; text-align:right;}
    ul.navbar-nav .nav-item:nth-child(1) {/*margin-left:20px;*/}
    ul.navbar-nav .nav-item:nth-child(2) {/*margin-left:20px;*/}
    ul.navbar-nav .nav-item:nth-child(3) {border-left:1px solid #828282;}
    
    .navbar-brand:last-of-type {
        margin-right:0px;
    }
    .nav-item:nth-child(1) .nav-link,
    .nav-item:nth-child(2) .nav-link {
        padding:10px 15px;
        border:2px solid #383759;
        
    }
    .nav-item:nth-child(3) .nav-link {
        padding:10px 15px;
        /*margin-left:22px;*/
    }
    .nav-item:nth-child(1) .nav-link:hover,
    .nav-item:nth-child(2) .nav-link:hover {
        background-color:#fff;
    }
}
@media(min-width:1200px){
    .navbar-brand:last-of-type {
        margin-right:328px;
    }
}
/*****************************************************
 * TEASER
 *****************************************************/
.teaser-1 {
    background:url('../img/img-home-slide@3x.jpg') no-repeat center top;
    min-height:336px;
    padding-top:60px;
}
.teaser-2 {
    background:url('../img/group-9.png') no-repeat center top;
    min-height:436px;
    padding-top:160px;
}
.teaser-titre {
    color:#fff;
    font-size:26px;
    text-transform:uppercase;
    font-weight:500;
    margin-bottom: 20px;
}
.teaser-texte {
    color:#fff;
    font-size:16px;
    line-height:20px;
    margin-bottom: 20px;
    font-weight:400;
    font-style:italic;
}
.teaser-lien {
    display:inline-block;
    color:#fff;
    font-size:16px;
    font-weight:500;
    text-align: center;
    text-decoration:none;
    border: solid 2px #fff;
    padding:10px 20px;
    text-transform:uppercase;
}
.teaser a:hover{
    color:#fff;
    text-decoration:none;
    background:#383759;
}
@media(min-width:960px){
    .teaser-1 {
        background:url('../img/img-home-slide@3x.jpg') no-repeat center top;
        min-height:436px;
        padding-top:130px;
    }
    .teaser-2 {
        background:url('../img/group-9@2x.png') no-repeat center top;
        background-size: 100% ;
        min-height:436px;
        padding-top:160px;
    }
}
@media(min-width:1200px){
    .teaser-1 {
        background:url('../img/img-home-slide@3x.jpg') no-repeat center top;
        background-size: 100% ;
        min-height:436px;
        padding-top:130px;
    }
    .teaser-2 {
        background:url('../img/group-9@2x.png') no-repeat center top;
        background-size: 100% ;
        min-height:436px;
        padding-top:160px;
    }
}
@media(min-width:2800px){
    .teaser-1 {
        background:url('../img/img-home-slide@3x.jpg') no-repeat center top;
        background-size: 100% ;
    }
    .teaser-2 {
        background:url('../img/group-9@2x.png') no-repeat center top;
        background-size: 100% ;
    }
}


/*****************************************************
 * CONTENU
 *****************************************************/
.bg-blanc {
    background-color: #fff;
}
.bg-gris-clair {
    background-color: #f7f7f7;
}
.bg-gris-medium {
    background-color: #e9e9e9;
}
.t-orange {
    color:#ff7d30;
}
.t-gris-clair {
    color: #486572;
}
.t-noir {
    color: #000;
}
.t-blanc {
    color: #fff;
}
.t-gris-1 {
    color: #cccccc;
}
.t-bleu-1 {
    color: #2175B5;
}
.bg-bleu-1 {
    background: #4c8dc2;
    background: -moz-linear-gradient(top, #4c8dc2 0%, #4c8dc2 0%, #2175b5 100%);
    background: -webkit-linear-gradient(top, #4c8dc2 0%,#4c8dc2 0%,#2175b5 100%);
    background: linear-gradient(to bottom, #4c8dc2 0%,#4c8dc2 0%,#2175b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8dc2', endColorstr='#2175b5',GradientType=0 );
}
.t-bleu-2 {
    color: #383759;
}
.bg-bleu-2 {
    background-color: #383759;
}
.t-bleu-3 {
    color: #04618b;
}
.bg-bleu-3 {
    background-color: #04618b;
}
.t-bleu-4 {
    color: #b7d5e3;
}
.bg-bleu-4 {
    background-color: #b7d5e3;
}
.margin-bottom-8 {
    margin-bottom:8px;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
.margin-top-10 {
    margin-top:10px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-top-30 {
    margin-top:20px;
}
.margin-top-50 {
    margin-top:50px;
}
.padding-30 {
    padding-top:30px;
    padding-bottom:30px;
}
.padding-50 {
    padding-top:50px;
    padding-bottom:50px;
}
.padding-bottom-30 {
    padding-bottom:30px;
}
.padding-bottom-50 {
    padding-bottom:50px;
}
.font-arial {
    font-family:Arial, Helvetica, sans-serif;
}
.a-bleu {
    color:#2175B5;
    text-decoration:none;
}
.a-bleu:hover {
    color:#2175B5!important;
    text-decoration:underline;
}
.a-blanc {
    color:#fff;
    text-decoration:none;
}
.a-blanc:hover {
    color:#fff!important;
    text-decoration:underline;
}
.a-noir {
    color:#000;
    text-decoration:none;
}
.a-noir:hover {
    color:#000;
    text-decoration:underline;
}
.a-gris {
    color:#4a4a4a;
    text-decoration:none;
}
.a-gris:hover {
    color:#4a4a4a;
    text-decoration:underline;
}
.t-black {
    font-weight:900;
}
.t-bold {
    font-weight:700;
}
.t-medium {
    font-weight:500;
}
.t-regular {
    font-weight:400;
}
.t-light {
    font-weight:300;
}
.t-extralight {
    font-weight:200;
}
.t-size-30 {
    font-size:30px;
    line-height:30px;
}
.t-size-25 {
    font-size:25px;
}
.t-size-24 {
    font-size:24px;
}
.t-size-22 {
    font-size:22px;
}
.t-size-20 {
    font-size:20px;
}
.t-size-18 {
    font-size:18px;
}
.t-size-14 {
    font-size:14px;
}
.t-uc {
    text-transform:uppercase;
}
.t-exp {
    vertical-align:super;
}
.t-justify {
    text-align:justify;
}
.t-italic {
    font-style:italic;
}
.op-0 {
    opacity:0;
}
@media(max-width:768px){
    .op-0 {
        display:none;
    }
}
/* Homepage */
.section-titre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #2175B5;
    margin-top:30px;
    margin-bottom:30px;
    padding:0;
    text-transform:uppercase;
}
.bloc {}
.bloc-in {
    height:88%;
    padding: 30px 30px 0px 30px;
    margin:20px 0px!important;
}
.bloc-titre {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom:12px;
    text-transform:uppercase;
}
.bloc-icon {
    margin-bottom:20px;
}
.bloc-texte {
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 20px;
}
.lien-pdf {
    font-weight:700;
    font-size: 14px;
    background:url('../img/icon_pdf.png') no-repeat left center;
    padding-left:35px;
    height:30px;
    line-height:30px;
    display:inline-block;
}
.sky {
    max-width:220px;
    margin:20px auto;
    background-color:#f7f7f7;
}
.sky hr{
    border:none;
    border-top: solid 1px #383759;
}
.sky-titre {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 32px;
    padding-top:15px;
    padding-bottom:15px;
}
.sky-titre span{
    font-weight: 700;
}
.sky-lien {
    display:inline-block;
    color:#383759;
    font-size:14px;
    font-weight:700;
    text-align: center;
    text-decoration:none;
    border: solid 2px #383759;
    padding:10px 20px;
    background:#f7f7f7;
    text-transform:uppercase;
    width:80%;
    max-width:220px;
    margin:10px auto;
}
.sky-lien:hover{
    color:#f7f7f7;
    text-decoration:none;
    background:#383759;
}
.exemple-home {
    background:#004b6d url('../img/group-5@2x.jpg') no-repeat center top;
    background-size: 100% ;
    padding-top:240px;
}
.exemple-home p {
    border-left:2px solid #fff;
    padding-left:10px;
    margin:20px;
    line-height:24px;
}
.exemple hr {
    border:none;
    border-top:1px solid #979797;
    width:80%;
}
@media(min-width:768px){
    .exemple {
        border-left:4px solid #fff;
        height:100%;
    }
}
.arts {
    text-align:center;
}
.art {
    max-width:250px;
    margin:10px auto;
}
@media(min-width:768px){
    .art-col+.art-col {
        border-left:1px solid #979797;
    }
}
.bouton-lien {
    display:inline-block;
    color:#383759;
    font-size:16px;
    font-weight:400;
    text-align: center;
    text-decoration:none;
    border: solid 2px #383759;
    padding:10px 20px;
    text-transform:uppercase;

}
.bouton-lien:hover {
    color:#fff;
    background:#383759;
    text-decoration:none;

}
.foot {
    max-width:250px;
    margin:10px auto;
}

@media(min-width:768px){
    .foot-col+.foot-col {
        border-left:1px solid #c0c0c0;
    }
}