.tm-page {
    border: none;
}

/*HEADER*/

/*.uk-navbar-container {
    background-image: url(../../../images/navbar/navbar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
}*/

.uk-logo {
    padding: 20px;
}

.uk-navbar-toggle-icon {
    transform: rotate(180deg);
}

.uk-navbar-toggle-icon rect:nth-child(2) {
    width: 16px;
}

.uk-navbar-toggle-icon rect:nth-child(1) {
    width: 12px;
}

#contact-header .uk-icon {
    color: white;
}

#contact-header {
    position: absolute;
    top: 4vw;
    left: 23vw;
}

#bloc-titre-header {
    position: absolute;
    top: 24vh;
    left: 18vw;
    z-index: 1;
}

#titre-header {
    text-shadow: 0.2vw 0.2vw #58BC9C;
    font-size: 6vw;
    font-weight: 800;
    letter-spacing: 0.25vw;
    z-index: 1;
}

#sous-titre-header {
    width: 30vw;
    text-shadow: 0.15vw 0.15vw #58BC9C;
    font-size: 3vw;
    font-weight: 800;
    letter-spacing: 0.25vw;
    line-height: 2.6vw;
    z-index: 1;
}

#slideshow-header .uk-slideshow-items {
    min-height: 40vw;
}

#slideshow-header .uk-thumbnav {
    position: relative;
    top: -9vh;
    left: 0;
}

#slideshow-header .uk-thumbnav a {
    border: white 0.2vw solid;
}

#slideshow-header .uk-thumbnav a:focus {
    border: #76b72d 0.2vw solid;
}

#menu-side-header {
    position: absolute;
    top: 5vw;
    left: 6vw;
}

#menu-side-header a {
    font-size: 15px;
    font-weight: 600;
}

#menu-side-header-mobile ul {
    width: 80vw;
}

#menu-side-header-mobile li {
    display: inline-block;
    margin-left: 1vw;
}

#menu-side-header-mobile a {
    font-size: 15px;
    font-weight: 600;
}

#chronoform-contact input,
#chronoform-contact textarea {
    background: #ffffff80;
    border: white 2px solid;
    border-radius: 10px;
}

#chronoform-contact #submit8 {
    display: flex;
    margin: auto;
    background: #fff;
}

#chronoform-contact input::placeholder,
#chronoform-contact textarea::placeholder {
    color: white;
}

#politique_de_confidentialite:focus {
    background-color: #76b72d;
}

.g-recaptcha > div{
    margin: auto;
}

.title-small {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 6px;
}

.bleu {
    color: #43BFE8;
}

.bleu-ciel {
    color: #4EBEC0;
}

.emeraude {
    color: #5BBB8D;
}

.vert-clair {
    color: #6CB954;
}

.vert {
    color: #76B72D;
}
/*--------------------RESPONSIVE--------------------*/

@media (min-width: 1160px) and (max-width: 1480px)
{
    #contact-header {
    position: absolute;
    top: 4.3vw;
    left: 23vw;
    }
}

@media (max-width:1280px) {
    
    #slideshow-header .uk-thumbnav {
    position: relative;
    top: -7vh;
    left: 0;
    }
    
    #slideshow-header .uk-thumbnav a {
        width: 15vw;
    }
    
    #contact-header {
    position: absolute;
    top: 4vw;
    left: 22vw;
    }
}

@media (min-width: 1060px) and (max-width: 1159px)
{
    #contact-header {
    position: absolute;
    top: 4.4vw;
    left: 22vw;
    }
}

@media (min-width: 940px) and (max-width: 1059px)
{
    #contact-header {
    position: absolute;
    top: 4.6vw;
    left: 23vw;
    }
}

@media (max-width: 720px) {
    #titre-header {
        font-size: 10vw;
        text-align: center;
    }
    
    #sous-titre-header {
        width: 60vw;
        font-size: 6vw;
        line-height: 6.6vw;
        text-align: center;
    }
    
}