@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #ED7A0A;
    --bg-footer: #ED7A0A0D;
}

body{font-family: 'Poppins', sans-serif;}
.logo{max-height: 120px;}
.bg-primary{background-color: var(--primary) !important;}
.text-primary{color: var(--primary) !important;}
.fs-6 {font-size: 1.15rem !important;}
.flag{width: 23px;}

.header-top-border{height: 24px;}
.header-bottom-border{height: 7px;}
.divHeaderTxt{bottom:0; background-color: #00000066; text-align: left; font-weight: 600; position:absolute }

h1{font-weight: 600;}
footer{background-color: var(--bg-footer) !important; border-top: 13px solid var(--primary) !important; }

.btn-primary{background-color: var(--primary) !important; border:2px solid var(--primary) !important; }
.img-radius{border-radius: 0 30px 0 30px;}
.fond{margin:0;
    padding:0;
    background: url(../img/fond.jpeg) no-repeat center fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

@media screen and (max-width:768px){
    .divHeaderTxt{position: unset !important;background-color: transparent;}
    .divHeaderBackground{background-color: #00000066;}
}