/* CSS Document */
@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-Medium.woff2') format('woff2'),
        url('../fonts/Branding-Medium.woff') format('woff'),
        url('../fonts/Branding-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-SemiBold.woff2') format('woff2'),
        url('../fonts/Branding-SemiBold.woff') format('woff'),
        url('../fonts/Branding-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-Bold.woff2') format('woff2'),
        url('../fonts/Branding-Bold.woff') format('woff'),
        url('../fonts/Branding-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'Branding';
    font-weight: 500;
    font-style: normal;
	background-color:#231A3D;color:#231A3D
}
body a,body a:active { color:#231A3D; text-decoration: none}
body a:hover{ color:#36365f}

.pointer {cursor: pointer}
.vert {color: #C7EA7D}
.blued { color: #1E929B}
.purple { color: #231A3D}
.bg_purple{background-color:#231A3D }
.bg_vert{background-color:#C7EA7D }
.bg_purplel{background-color:#36365f }
.bg_light_blue { background-color: #F3FAFB}
.bg_blue { background-color: #CDEFF0}
.bg_light_grey { background-color: #F8F8F8}
.bg_light_green { background-color: #F4FBE5}

.backgound_1 { background: url('../images/bg1.png') no-repeat}
.navbar-brand .logo { max-height: 60px}
.sticky { background-color: #231A3D}
.bg-environnement {width: 99px; height: 88px;background: url('../images/css_sprites.png') -129px -10px;}
.bg-protection_donnees { width: 99px; height: 84px;background: url('../images/css_sprites.png') -10px -123px;}
.bg-solidarite {width: 99px; height: 93px;background: url('../images/css_sprites.png') -10px -10px;}
.text-justify {text-align: justify}
.bg-light-footer { background-color: #36365f}
.btn-light { background-color: #FFF; color: #231A3D; border: 1px solid #231A3D!important}
.btn-light:hover {background-color: #231A3D; color: #FFF;}
.nav { border-bottom: 1px solid #00C1C7;  border-top: 1px solid #00C1C7}
.nav .nav-link { color:#231A3D; font-weight: 600}
.nav .nav-link:hover { color:#36365F }
.border-purple { border-color:#231A3D!important}
.desc_i{ min-height:0px}
.ft-caveat{font-family: 'Caveat', cursive;}
.fs-1-1 { font-size: 4rem!important;}
.avis_logo { background-color: #706FAC; color: #231A3D; position: absolute; right: 15px; top:-30px }

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.desc_i{ min-height:218px}
	.nav .nav-link {padding: var(--bs-nav-link-padding-y) 12px; }
}
@media (min-width: 1200px) {
	.desc_i{ min-height:168px}
}
@media (min-width: 1400px) {
	.desc_i{ min-height:145px}
}




