.body-c {
    font-family: "urw-din", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #fff7ec;
    letter-spacing: 0.1rem;
}

.body-c a {
    text-decoration: none;
    font-size: 0.9rem;
}

.img-logo-f {
    max-height: 8rem;
}

.p-footer {
    font-size: 0.9rem;
}

.an {
    font-family: "urw-din", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1rem;
}

.t-a-r {
    text-align: right;
}

.t-a-j {
    text-align: justify;
}

.menu {
    top: 8rem;
}

@media (max-width: 767px) {
    .sc {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .t-a-j {
         text-align: left !important;
    }
}

@font-face {
    font-family: "SEGO";
    src: url('/static/font/SEGO.otf') format('opentype');
}
.h-m {
    font-weight: 400;
    font-size: 1.3rem;
}

.title {
    font-family: "SEGO", serif;
}

.p-intro {
   font-size: 1.5rem
}

.p-section {
   font-size: 1.2rem
}

.intro {
    font-size: 2.5rem;
}

.title-f {
    font-family: "SEGO", serif;
    font-size: calc(0.7rem + .6vw);
}

.title-h {
    font-family: "SEGO", serif;
    font-size: calc(0.7rem + .6vw) !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* color */
.bg-sand {
    background-color: #fff7ec;
}

.bg-blue {
    background-color: #293347;
}

.primary {
    color: #293347;
}

.secondary {
    color: #cea642;
}

.dark-grey {
    color: #0a0b08;
}


/* background img */
#img-c {
    background-image: url('/static/img/pexels-pavel-danilyuk-6075231.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* cookies */
#cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    display: none;
}

.cookies {
  min-height: 70px;
  align-items: center;
  gap: 1rem;
}

.cookies a{
  color: #293347;
}

.link-f {
    color: #cea642;
}

.link-f:hover {
    color: #ba943f;
}

/* background image */
#b-fond {
    background-image: url('/static/img/pexels-pavel-danilyuk-6075231.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* footer */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* button */
 .btn {
     font-weight: 300 !important;
     border-radius: 0 !important;
 }
 .btn-primary {
     color: #fff7ec !important;
     background-color: #293347 !important;
     border-color: #293347 !important;
 }

 .hov {
     color: #293347;
 }

 .hov:hover {
     color: #171e26;
 }

/* navigation */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23cea642' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cea642'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
}

#theader.hidden {
  top: -10rem;
}

#bheader.hidden {
  top: 0 !important;
}

.visible-sm-only {
    display: inline-block;
}

@media (min-width: 992px) {
    .visible-sm-only {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #theader {
        display: none;
    }

    #bheader {
        top: 0 !important;
    }
}

.img-logo-t {
    height: 10rem;
    margin: auto
}

.r-menu {
    top: 10rem !important;
}

.t-menu {
    height: 10rem !important;
}

.te {
    width: 10px !important;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

span.navbar-toggler-icon {
    position: relative;
    top: -10px;
    left: -12px;
}

@media (max-width: 575px){
    span.navbar-toggler-icon {
    position: relative;
    right: 15px;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.navbar {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navbar-brand {
    display: inline-block;
    padding-top: -0.625rem;
    padding-bottom: -0.625rem;
    margin-right: 1rem;
    font-size: 2.5rem !important;
    line-height: inherit;
    white-space: nowrap
}

.navbar .navbar-brand>img {
    margin: auto 0;
    height: 4rem !important;
}

.navbar .navbar-brand-t>img {
    margin: auto 0;
    height: 8rem !important;
}

.offcanvas-backdrop {
    background-color: rgba(41, 51, 71, 0.9) !important;
}

.offcanvas {
    background-color: #293347 !important;
}


.box-shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

/* content */
.p5 {
    padding-top: 15rem;
}

@media (max-width: 992px) {
    .p5 {
        padding-top: 5rem;
    }
}

@media (max-width: 991px){
    li.nav-item {
        padding-bottom: 0.5rem !important;
    }

    ul.navbar-nav.justify-content-center.flex-grow-1.pe-3 {
        padding-bottom: 0.5rem !important;
    }
    .nav-link-c {
        padding-left: 0.5rem !important;
    }
}

/* media */
@media (max-width: 767px) {
    .menu-footer {
        text-align: center;
    }
}