﻿/*@fontName:	"Segoe UI", "Open Sans", serif;
@fontNameLight:	"Segoe UI Light", "Open Sans Light", serif;
@fontNameBold:	"Segoe UI Bold", "Open Sans Bold", serif;*/

html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "RobotoLight", "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", serif !important;
    font-size: 22px !important;
    color: #122F59 !important;
    font-weight: lighter !important;
    background-image: url(../Images/aquarelle2.jpg) !important;
    background-repeat: repeat-y !important;
    background-size: cover !important;
}

.background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(../Images/aquarelle2.jpg) !important;
    background-repeat: repeat-y !important;
    background-size: cover !important;
    height: 2800px;
}

.content {
}

/*.slide {
    position: relative;
    padding: 25vh 10%;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
    background-image: url(../Images/aquarelle2.jpg);
    background-attachment: fixed;
}*/

/*body {
    font-family: "RobotoLight", "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", serif !important;
    font-size: 22px !important;
    color: #122F59 !important;
    font-weight: lighter !important;
}*/


.row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.stretch {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p {
    margin-top: 10px !important;
    margin-bottom: 24px !important;
}

.form-group {
    margin-top: 10px;
    margin-left: 10px;
}

    .form-group p {
        margin: 0 0 10px !important;
    }

.top-tile > h1 {
    font-size: 35px !important;
    border-style: none !important;
}


h1 {
    font-size: 28px !important;
    font-weight: lighter !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h2 {
    font-size: 24px !important;
    font-weight: lighter !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

hr {
    margin-left: 52px !important;
    margin-top: 5px !important;
    margin-right: -30px !important;
    border-top: 1px solid #122F59 !important;
    opacity:0.3;
}

.header {
    padding: 10px 20px 10px 20px;
    background-color: #122F59;
    color: white !important;
    opacity: 0.8;
}

    .header .name {
        font-size: 36px;
        color: white;
    }

    .header img {
        cursor: pointer;
        margin-left: 5px;
    }

    .header h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        color: white;
    }

    .header i {
        margin-left: 10px;
        margin-right: 10px;
        color: white;
    }

    .header div:last-child > div {
        float: right;
        right: 0px;
        text-align: right;
    }

.section {
    text-align: center;
}

p:first-letter {
    font-weight: bold;
}

.tile {
    /*background-color: #E1F3FF;*/
    /*opacity: 0.83;*/
    padding: 15px 30px;
    margin: 15px;
    text-align: left;
    border: 1px solid #122F59;
}

.tile-icon {
    margin-right: 15px;
    font-size: 30px;
    width:30px;
}

.tile.top-tile {
    text-align: center;
    padding: 20px;
    margin: 12px 0px 0px 0px !important;
    border-style: none;
}

.tile.bottom-tile {
    font-size: 16px !important;
    text-align: center;
    padding: 30px;
    margin: 20px 0px 0px 0px !important;
    background-color: #122F59;
    color: white !important;
    opacity: 0.8;
    border-style: none;
}

.contact {
    float: right;
    margin-top: 20px;
    padding: 12px 15px 10px 15px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
}

    .contact > i {
        font-size: 25px !important;
        margin-right: 5px !important;
    }


    .contact:hover {
        text-decoration: none;
        opacity: 0.7;
        color: white;
    }

.chevron {
    margin-right: 15px;
}

@media screen and (min-width: 1300px) {
    .section {
        margin-left: 17%;
        margin-right: 17%;
    }

    .header-small {
        font-size: 24px !important;
        color: #122F59 !important;
        margin-right: -3px;
    }
}

@media screen and (max-width: 1300px) {
    .section {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tile {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .content-column {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #contact > .row > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-small {
        font-size: 18px !important;
        color: #122F59 !important;
        margin-right: -3px;
    }
}

.section:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
}

.section:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

/*Contacts*/

#contact .tile {
    padding-bottom: 20px !important;
}

#contact .form-group:last-child > div {
    padding: 0px !important;
}

label {
    /*font-weight:lighter !important;*/
    font-family: "Segoe UI", "Open Sans", serif !important;
    font-size: 24px !important;
    font-weight: lighter !important;
}

input {
    color: #122F59 !important;
    font-size: 15pt !important;
    font-weight: normal !important;
    height: 50px !important;
}

textarea {
    color: #122F59 !important;
    font-size: 15pt !important;
    font-weight: normal !important;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.contact-button {
    margin-top: 42px;
    margin-right: 2px;
    float: right;
    bottom: 0px;
    border: 1px solid #122F59;
    padding: 4px 20px 8px 20px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    color: #122F59;
}

    .contact-button:hover {
        border-color: #122F59;
        opacity:0.7;
    }

    .contact-button:active {
        color: #122F59;
        border-color: #122F59;
        opacity: 0.7;
    }

.contact-description {
    margin-bottom: 20px !important;
}

    .contact-description span {
        font-weight: normal;
    }

    .contact-description hr {
        margin-left: 0px !important;
        margin-right: 20px !important;
    }

.menu {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

    .menu .tile {
        height: 150px;
        text-align: center;
        vertical-align: middle;
    }

        .menu .tile:hover {
            background-color: #122F59;
            color: white;
            /*border-color: #337ab7 !important;*/
            text-decoration: none;
            cursor: pointer;
            opacity:0.7;
        }

        .menu .tile:active {
            background-color: #122F59;
            color: white;
            /*border-color: #337ab7 !important;*/
            text-decoration: none;
            opacity: 0.70;
            cursor: pointer;
        }

    .menu .tile-icon {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

.prestation {
    text-align: center;
}

    .prestation i {
        font-size: 40px;
    }

.prestation-detail {
    font-size: 24px;
    line-height:10px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    z-index:10000000;
}

.back-home {
    float: right;
    color: white;
    font-size: 40px;
    margin-top: 20px;
}

.back-home:hover {
    cursor:pointer;
    opacity:0.8;
}

.langue {
    cursor: pointer;
    opacity: 0.85;
}

.langue:hover {
    opacity: 0.75;
}