@import url("https://use.typekit.net/ech0jlh.css"); 

@font-face {
    font-family: 'Basica';
    src: url('font/Basica.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

body{
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #2d2e2b;
    background-color: #ffffff;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #2d2e2b;
  }
  
  ::selection {
    color: white;
    background: #2d2e2b;
  }

h1 {
    display: inline-block;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 110pt;
    line-height: 110pt;
    text-transform: uppercase;
    color: #f2f2f2;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    /*border-style: solid;
    border-image: linear-gradient(to right, rgb(255, 0, 255), rgba(0,255,255)) 1;*/
    padding-bottom: 5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}   

h2 {
    text-transform: uppercase;
    color: #2d2e2b;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

header h2 {
    font-size: 130pt;
    line-height: 13pt;
    font-weight: 800;
    text-transform: uppercase;
    z-index: -1;
    text-align: center;
    padding: 0;
    margin: 0;
}

h3 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.main-wrapper a {
    color: #2d2e2b;
    text-decoration: underline;
    transition: 1s;
}


 
.main-wrapper p > a:hover, section.prestations a:hover {
    background: -webkit-linear-gradient(45deg, rgb(255, 0, 255), rgba(0,255,255 ));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-decoration: none;*/
}

a.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(34, 35, 37, .32);
    border-radius: 1rem;
    color: #222325;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    gap: 16px;
    letter-spacing: -.7px;
    line-height: 1.12;
    padding: 24px 32px;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

a.btn:hover {
    background-color: #A9A39E;
    color: white;
}

a.btn-txt {
    font-weight: 100;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    padding: .5rem 1.5rem .5rem 0;
    transition: all .15s ease-out;
}

a.btn-txt:hover {
    padding: .5rem 0rem .5rem 0;
}

.header-image img {
    border-radius: 1rem;
}

table {
    margin-bottom: 1rem;
}

img.picto {
    height: 30px;
    width: auto;
    margin-right: 0.5rem ;
}

img.picto.social {
    height: 50px;
    width: auto;
    margin-right: 1rem;
}

header {
    color: white;
}

header nav.navbar {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

header nav .navbar-brand{
    background-color: transparent;
    padding: 0;
}

header .navbar-brand img {
    height: 80px;
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
}

header nav.navbar a {
    font-family: "din-2014", Arial, sans-serif;
    font-size: 1.25em;
    
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.navbar-nav > .nav-item > a {
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-style: solid;   
    border-image: linear-gradient(to right, rgb(255, 0, 255), rgba(0,255,255)) 1;
    padding-bottom: 1.5rem;
}

.navbar-nav > .nav-item > a#1 {
    border-image: linear-gradient(to right, rgb(255, 255, 0), rgb(0, 255, 55)) 1;
}

.navbar-nav > .nav-item > a#2 {
    border-image: linear-gradient(to right, rgb(0, 255, 255), rgb(255, 255, 0)) 1;
}

.navbar-nav > .nav-item > a#3 {
    border-image: linear-gradient(to right, rgb(102, 255, 0), rgb(255, 0, 255)) 1;
}

header nav.navbar a:hover {
    color:#d9d9d9;
}

button.navbar-toggler[aria-expanded="false"] {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
}

header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon svg {
    color: white;
}

header .navbar-toggler[aria-expanded="true"] {
    background-color: white;
    border: 1px solid #d9d9d9;
}

header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon svg {
    color: #d9d9d9;
}

.content-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-v-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


header .dropdown-menu {
    background-color: white;
    border: none;
    min-width: 16rem;
    border-radius: 0;
}

header .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0.5em;
}

li.nav-item {
    margin-right: 3rem;
}

header .dropdown-menu .nav-link{
    padding: 0.25rem 0.1rem;
}

header .dropdown-menu a.nav-link {
    font-size: 1.25rem;
    font-weight: 100;
}

.dropdown-menu.show .dropdown-menu {
    display: inline;
    position: relative;
}

.tbm {
    background-color: transparent;
    width: 100%;
}

.tbm-item.level-1 {
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    /*border-style: solid;
    border-image: linear-gradient(to right, rgb(255, 0, 255), rgba(0,255,255)) 1;*/
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1rem;
    color: #262223;
}

/*
.tbm-item.level-1.ytog {
    border-image: linear-gradient(to right, rgb(255, 255, 0), rgb(0, 255, 0)) 1;
}

.tbm-item.level-1.ctoy {
    border-image: linear-gradient(to right, rgb(0, 255, 255), rgb(255, 255, 0)) 1;
}

.tbm-item.level-1.gtom {
    border-image: linear-gradient(to right, rgb(0, 255, 0), rgb(255, 0, 255)) 1;
}

.tbm-item.level-1.rtob {
    border-image: linear-gradient(to right, rgb(255, 0, 0), rgb(255, 255, 0)) 1;
}*/

.tbm-item a.tbm-link:hover {
    color: #d9d9d9;
    background-color: transparent;
}

.tbm-submenu {
    border: none;
    background-color: #262223;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*width: 80%;*/
    border-radius: 1rem;
    padding: 2rem;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
    color: #808080;
    font-weight: 100;
    display: block;
    padding: 0.5rem 0;
    text-transform: none;
    border-bottom: 1px solid #333;
}

/*.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover, .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    background: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover, .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    color: #d9d9d9;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link.no-link {
    border: none;
    padding: 0;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link.no-link figure {
    margin: 0;
}

.no-link img {
    border-radius: 1rem;
}

.row.header {
    position: relative;
    margin-top: -10rem;
}

.id-1 .header .wrapper-content {
    text-align: right;
    font-size: 3rem;
    font-weight: 800;
}

.text-teaser {
    font-size: 2rem;
}

.carousel-inner {
    border-radius: 1rem;
}

section#services {
    background-color: #2d2e2b;
}

section.prestations img {
    height: 100%;
    width: auto;
}

section.prestations article {
    background-color: #2d2e2b;
    color: white;
}

section.prestations article h2 {
    color: white;
}

section.prestations article a {
    color: white;
    text-decoration: none;
    font-weight: 100;
}

section.prestations ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prestation p {
    font-size: 1.5rem;
}

input, textarea {
    background-color: #265781;
    color: white;
    border: none;
    padding: 0.75rem;
}

input[type="submit"] {
    background-color: white;
    padding: 0.5em 3em;
    margin-top: 1em;
    border: 0.2rem solid #265781;
    color: #265781;
    max-width: none;
}

input[type="submit"]:hover {
    background-color: #265781;
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
  }

.bandeau-images {
    max-width: 100%;
    height: 250px;
    overflow: hidden;
}

.bandeau-images img {
    margin-right: 0.5rem;
    border-radius: 1rem;
}

.form-text{
    margin-top: 0;
}

form .webform-elements{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#edit-titre-form {
    width: 100%;
}

.form-item-npa {
    flex: 0 1 10%;
}

.form-item-localite {
    flex: 0 1 30%;
}

form .champ-sm {
    flex: 0 1 45%;
    margin-bottom: 1em;
}

form .champ-lg {
    flex: 0 1 95%;
}

form .champ-sm input, form .champ-lg textarea, .form-item-npa input, .form-item-localite input{
    width: 100%;
}

.banniere {
    /*height: 800px;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banniere-small {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*.id-100 .banniere-small {
    height: 550px;
}*/

.banniere h1{
    font-size: 2.25rem;
}

.banniere .carousel-indicators {
    bottom: 13em;
}

.banniere .carousel-inner {
    top: 20em;
    color: white;
    border-radius: 1rem;
    /*text-shadow: #050505 0.1em 0.1em 0.2em;*/
}

.banniere .carousel a.button {
    background-color: transparent;
    color: white;
    font-weight: bold;
    max-width: 100%;
}

.banniere .carousel a.button:hover {
    background-color: white;
    color: #265781;
    text-decoration: none;
}

.logo-header {
    margin-top: -5rem;
}

.id-103 .logo-header{
    margin-top: -10rem;
}

.back-blue {
    background: 
        -webkit-linear-gradient(0deg, rgba(38, 87, 129, 1) 85%, rgba(255, 255, 255, 1) 0%); /* -20deg */
    color: white;
}

.back-blue a {
    color : #c8a876;
}

.back-gold {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(200, 168, 118, 1) 0%); /* 20deg */
    color: white;
}

.button {
    display: block;
    padding: 0.5em 0.25em;
    border: 0.2rem solid white;
    text-align: center;
    color: white;
    max-width: 30%;
}

a.mbutton {
    border: 1px solid #2d2e2b;
    color: #2d2e2b;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2rem;
}

a.mbutton.red {
    border-color: red;
    color: white;
    background-color: red;
}

a.mbutton:hover {
    background-color: #2d2e2b;
    color: white;
}

a.mbutton.red:hover {
    background-color: white;
    color: red;
}


.button-col.button {
    max-width: none;
}

.button:hover{
    background-color: white;
    color: #c8a876;
    text-decoration: none;
}

.gold.button{
    color: white;
}

.all-news {
    align-self: flex-end;
    padding-bottom: .5rem;
}

.partenaire img {
    width: 100%;
}

aside.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    /*background: #262223; linear-gradient(to right, rgb(255, 0, 255), rgba(0,255,255 ));
    background-image: linear-gradient(to top, #e14fad 0%, #f9d423 100%);*/
    /*background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);*/
    background-color: #262223;
    color: #fff;
}

footer .logo img{
    margin-top: 0.5em;
    max-height: 100px;
}

footer #footer-col-1 {
    font-size: 1.1rem;
    font-weight: 100;
}

footer p.adresse {
    text-transform: uppercase;
    line-height: 1.2;
}

footer p > a:hover {
    color: #808080;
    text-decoration: none;
    background: none;
    -webkit-background-clip: unset;
}

a.social-link-item svg {
    height: 30px;
}

a.social-link-item:hover svg .cls-1 {
    fill: #808080;
}

footer .slogan{
    font-style: italic;
    font-size: 0.8em;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a, footer ul a {
    color: white;
}

footer a:hover, footer ul a:hover {
    color : white;
    text-decoration: none;
}

section.social-link img {
    height: 30px;
}

footer #footer-col-2 {
    padding-left: 5rem;
}

div#sliding-popup {
    background-color: #c8a876;
    color: white;
    padding: 1rem;
    width: 100%;
}

#popup-buttons button {
    background-color: #c8a876;
    color: white;
    border: 2px solid white;
    padding: 0.5rem 1rem;
    margin: 3em 2em;
}

#popup-text {
    padding: 1.5em;
}

#popup-text h2 {
    font-size: 1.5em;
}

#home-popup {
    display: none;
}

.spb_overlay {
    background-color: rgba(255,255,255,0.5);
}

.spb-popup-main-wrapper {
    background-color: transparent;
    border: 0;
    padding:0;
    top: 12em;
}

.spb-controls {
    top: -6em;
    right: -1em;
}

.spb_close {
    border: 0;
    background-color: transparent;
    color: #265781;
    font-size: 5em;
    font-weight: bold;
}

.copyright {
    color: #A0A0A0;
    font-size: 0.7em;
    padding: 0.5em 0;
}


/* LG Layout */
@media (max-width: 1199.98px){

    header .navbar-brand img {
        height: 75px;
    }

    #popup-buttons button {
        margin: 1em 2em;
    }

    .banniere {
        /*height: 580px;*/
    }

    /*.id-100 .banniere-small {
        height: 500px;
    }*/

    .banniere h1{
        font-size: 2.25rem;
    }
    
    .banniere .carousel-indicators {
        bottom: 8em;
    }
    
    .banniere .carousel-inner {
        top: 11em;
    }
}

/* MD Layout */
@media (max-width: 991.98px){

    header nav.navbar {
        margin-top: 2rem;
    }

    header .navbar-brand img {
        height: 110px;
    }

    header .dropdown-menu {
        opacity: 1;
    }

    header .navbar-nav > .nav-item {
        width: 100%;
    }

    div#navbarSupportedContent.show {
        margin-top: 1rem;
    }

    .bandeau-images {
        height: 170px;
    }

    .banniere {
        /*height: 525px;*/
    }

    /*.id-100 .banniere-small {
        height: 400px;
    }*/

    .banniere h1{
        font-size: 2rem;
    }
    
    .banniere .carousel-indicators {
        bottom: 7em;
    }
    
    .banniere .carousel-inner {
        top: 9em;
    }

    .prestations h3 {
        padding-bottom: 0.75rem;
    }
}

/* SM Layout */
@media (max-width: 767.98px){

    h1 {
        font-size: 35pt;
        line-height: 35pt;
    }

    .banniere {
        /*height: 400px;*/
        background-size: 0;
    }

    .banniere-small {
        height: 300px;
    }

    /*.id-100 .banniere-small {
        height: 150px;
    }*/

    .banniere h1{
        font-size: 2rem;
    }
    
    .banniere .carousel-indicators {
        bottom: 4em;
    }
    
    .banniere .carousel-inner {
        top: 4em;
    }

    header{
        background-color: white;
    }

    header nav.navbar{
        margin-top: 1rem;
    }

    header .navbar-brand img {
        height: 75px;
        margin-bottom: 0.25rem;
    }

    #popup-buttons button {
        margin: 0em 2em;
    }

    footer #footer-col-2{
        padding-left: 0;
    }

    .form-item-npa {
        flex: 0 1 30%;
    }
    
    .form-item-localite {
        flex: 0 1 60%;
    }
    
    form .champ-sm {
        flex: 0 1 95%;
        margin-bottom: 1em;
    }
    
    form .champ-lg {
        flex: 0 1 95%;
        padding-top: 1em;
    }

    .id-15 .bg-jaune img {
        margin-bottom: 1rem;
        height: 100px;
    }
    

}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}