
@font-face {
    font-family: 'Bebas Neue Pro';
    src: local('../fonts/Bebas Neue Pro Bold Italic'), local('Bebas-Neue-Pro-Bold-Italic'),
    url('../fonts/BebasNeuePro-BoldItalic.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-BoldItalic.woff') format('woff'),
    url('../fonts/BebasNeuePro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: local('../fonts/Bebas Neue Pro Expanded ExtraBold'), local('Bebas-Neue-Pro-Expanded-ExtraBold'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.woff') format('woff'),
    url('../fonts/BebasNeuePro-ExpandedExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: local('../fonts/Bebas Neue Pro Regular'), local('Bebas-Neue-Pro-Regular'),
    url('../fonts/BebasNeuePro-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeuePro-Regular.woff') format('woff'),
    url('../fonts/BebasNeuePro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #FFF9F1;
    font-family: 'Bebas Neue Pro', 'Trebuchet MS', Helvetica, sans-serif
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, li {
    font-weight: 700;
    font-family: 'Bebas Neue Pro', 'Trebuchet MS', Helvetica, sans-serif;
    color: #656566;
    margin: 2% 0 ;
}

h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

h2, h3 {
    text-align: center;
}

h2.h-home {
    margin-bottom: 50px;
}

h3 {
    color: #37383A;
    text-transform: uppercase;
}

a {
    color: #F97A7C;
    text-decoration: none;
}

header {
    background: #FDDED9;
    height: 130px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

ul, ul li {
    list-style: none;
}

.qui-sommes-nous ul, .qui-sommes-nous ul li {
    list-style: disc ;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
    color: #212529;
}

.qui-sommes-nous ul {
    padding: 0 20px;
    margin-top: 50px;
}

.qui-sommes-nous p {
    font-size: 18px;
    text-align: justify;
    font-family: Arial;
}

.qui-sommes-nous.container {
    padding: 0 150px;
}

.fleur {
    text-align: center;
    margin-bottom: 20px;
}

.who_are {
    text-align: center;
    color: #656566;
    margin-top: 50px;
    margin-bottom: 45px;
}

.who_are a {
    color: #656566;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    border-left: 2px solid #656566;
    padding: 0 15px;
    border-right: 2px solid #656566;
}

.all-sites img {
    border-radius: 50%;
}

.all-sites {
    margin-bottom: 20px;
    padding-left: 0;
}

.all-sites li {
    text-align: center;
    position: relative;
}

.all-sites li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    font-size: 0;
}

.all-sites li > a:hover ~ .country_view .country_image img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow:6px 7px 20px 8px rgb(0 0 0 / 50%);
    box-shadow: 6px 7px 20px 8px rgb(0 0 0 / 50%);
}

.angela_logo img {
    display: none;
}

.all-sites li {
    height: 275px;
}

.all-sites li > a:hover ~ .angela_logo img {
    display: inline-block;
    width: 181px;
    height: 88px;
    border-radius: 20px;
    margin-top: 28%;
    mix-blend-mode: darken;
}

.all-sites li h3 {
    position: absolute; 
    bottom: 0;
    margin: 0 auto;
    left: 0px;
    right: 0;
}

.all-sites li > a:hover ~ .angela_logo {
    transition: background-color .6s ease-in;
    min-width: 200px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #F58869;
    border-radius: 50%;
    opacity: 1;
}

.all-sites li > a:hover ~ .angela_logo.tahiti {
    background: #F9BEAE;
}

.all-sites li > a:hover ~ .angela_logo.noumea {
    background: #F58869;
}

.all-sites li > a:hover ~ .angela_logo.abidjan {
    background: #CDE6EA;
}

.logo {
    max-width: 100%;
    width: 190px;
    margin: 10px 20px;
}

.container-footer-top{
    border-bottom: 2px solid #FFFAF2;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 10px;
}

.container-footer-bottom {
    padding-top: 20px;
    border-top: 2px solid #FFFAF2;
    border-bottom: 2px solid #FFFAF2;
    margin-top: 50px;
}

footer h2, footer h3, footer h4 {
    color: #656668;
    font-weight: bold;
    text-transform: uppercase;
}

footer {
    color: white;
    background: #262626;
    border-top: 1px solid black;
    color: white;
    font-size: 1rem;
    border-top: 1px solid black;
}

footer a {
    font-size: 20px;
}

footer p {
    color: white;
    margin-bottom: 0px;
    font-size: 22px;
}

footer h3 {
    margin-bottom: 8px;
    font-size: 22px;
    color: #F97A7C;
    text-align: left;
}

footer h3.white {
    color: white;
}

footer .footer-middle h3 {
    text-align: center;
}

.footer-top {
    font-weight: bold;
    font-size: 20px;
}

.footer-middle {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

footer .socials {
    margin-left: auto;
    margin-right: auto;
    width: 310px
}

footer .socials li {
    list-style: none;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

footer .socials li a {
    width: 40px;
    height: 40px;
    background: url("../img/socials.png");
    display: inline-block;
}

.cgv {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .socials li.facebook a {
    background-position-x: -40px;
}

footer .socials li.youtube a {
    background-position-x: -80px;
}



@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }

    .qui-sommes-nous.container {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }

    .qui-sommes-nous.container {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }

    .qui-sommes-nous.container {
        padding: 0 50px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }

    .qui-sommes-nous.container {
        padding: 0 150px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}



@media (max-width: 767.98px) {
    .all-sites li {
        height: 240px;
        margin-bottom: 50px;
    }

    .qui-sommes-nous.container {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .all-sites li {
        height: 240px;
        margin-bottom: 50px;
    }

    .qui-sommes-nous.container {
        padding: 20px;
    }
}

@media (max-width: 1400px) {


}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .qui-sommes-nous.container {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

}
