header nav button.navbar-toggler {
    border: none;
}
.logo {
    width: 175px;
}

.container-fluid {
    width: 100%;
}

.bg-white-opcity {
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-repeat: repeat-y;
    background-size: 50%;
}

.bg-img-primary {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

p {
    font-family: helvetica, arial;
}

body h1 {
    font-family: futura, helvetica;
    font-size: 35px;
    margin-bottom: 20px;
}

.color-t-blue {
    color: #375fca;
}

.num {
    border-radius: 3rem;
    background-color: #6eb540;
    border: 1px solid #6eb540;
    color: #ffffff;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.bg-band {
    position: relative;
}

.img-devis {
    position: absolute;
    width: 66px;
    height: 66px;
    z-index: 1;
}

.devis {
    background-color: #f1f2f0;
    padding: 2rem 0;
}
.padding-top-bottom {
    padding: 200px 15px;
}
body main .no-padding {
    padding: 0px;
}
header .navbar-expand-lg .navbar-nav .nav-link { /*bootstrap réecriture*/
    padding-right: 0.5rem;
    padding-left: 1.5rem;
}
main input, .button {
    margin-bottom: 1.5rem;
}
main .devis input {
    border-radius: 3rem;
    border: 1px solid #ffffff;
    font-family: helvetica;
}
.button {
    border-radius: 3rem;
    background-color: #6eb540;
    border: 1px solid #6eb540;
    color: #ffffff;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.devis-form {
    position: relative;
}
.devis-form-middle-1, .devis-form-middle-2 {
    position: absolute;
    top: 30px;
    width: 95%;
}
.devis-form-middle-2 {
    left: 6px;
}
.form-mobile, .content-mobile, .undisplay {
    display: none;
}
.content {
    margin: 3rem 0;
}
.location {
    box-shadow: 1px -1px 15px rgba(0, 0, 0, .1);
    height: 194px;
}
.content ul {
    list-style: none;
    padding: 15px 0;
}
li {
    padding: 10px 15px;
    color: #4f4f4f;
}
.sub-menu, .sub-menu-mobile {
    background-color: #f1f2f0;
    z-index: 1
}
.sub-menu {
    border-left: 3px solid #6eb540;
}
.sub-menu-mobile {
    border-top: 3px solid #6eb540;
}
.active-omi {
    background-color: #ffffff;
    color: #375fca;
    border-radius: 25px 0 0 25px;
    margin-left: 10px;
    font-weight: bold;
}
body h2 {
    font-family: futura, helvetica;
    font-size: 24px;
    color: #375fca;
}
.content-text {
    box-shadow: 1px -1px 15px rgba(0, 0, 0, .1);
    padding: 15px;
    max-height: 582px;
    overflow:scroll;
    scrollbar-color: hsla(0,0%,80.8%,.4) transparent;
}
.padding {
    padding: 15px;
}
.green-key, .green-house, .green-build {
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.active-thumbnail-omi {
    background-color: #6eb540;
}
.background-footer {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 30px 0;
}
.background-footer p:nth-child(1) {
    margin-bottom: 2rem;
}
.background-footer p:nth-child(2) {
    margin-bottom: 3rem;
}
.email, .mail, .phone {
    font-weight: 400;
}
.email::before, .mail::before, .phone::before {
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.email::before, .mail::before {
    vertical-align: bottom;
}
.phone::before {
    vertical-align: middle;
}
.copyright {
    color: #cccccc;
    font-size: 12px;
    font-weight: 400;
}
.svg {
    width: 5120px;
    height: 100px;
    overflow: hidden;
}
.container-svg {
    display: flex;
    justify-content: center;
}
.f-error {
    color: red;
}
.link-unstyled, .link-unstyled:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
}
svg path { height:60px }

.ultext li {
    padding: 5px 0px;
    color: #212529;
}

.ultext {
    padding-top: 0px !important;
}
/*--------------------------------------------------------------------------------------------*/
@media (min-width: 0px) and (max-width: 767px){
    .form-mobile, .content-mobile {
        display: initial;
    }
    .form-desktop, .content-desktop {
        display: none;
    }
    .info {
        width: 100%;
    }
}
/*--------------------------------------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1330px){
    body h1 {
        font-family: futura, helvetica;
        font-size: 30px;
    }
    .size-num {
        font-size: 14px;
    }
}
/*--------------------------------------------------------------------------------------------*/
@media (min-width: 500px) and (max-width: 992px){
    .bg-white-opcity {
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
        background-size: cover;
    }
    body h1 {
        font-family: futura, helvetica;
        font-size: 30px;
    }
    .size-num {
        font-size: 12px;
    }
    .location {
        padding: 15px;
    }
}
/*--------------------------------------------------------------------------------------------*/
@media (min-width: 0) and (max-width: 499px){
    .bg-white-opcity {
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
        background-size: cover;
    }
    body h1 {
        font-family: futura, helvetica;
        font-size: 20px;
    }
    .padding-top-bottom {
        padding: 100px 15px;
    }
    .size-num {
        font-size: 10px;
    }
    .location {
        height: 150px;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

#myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
}