/*****************************************************************************

					     BASICS

*****************************************************************************/
/* line 12, ../scss/base.scss */
.h1--container {
    position: absolute;
    height: 300px;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    margin-bottom: 0;
    border: 1px solid white;
    text-align: center;
    -moz-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    -webkit-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* line 31, ../scss/base.scss */
.loader .h1--container {
    border: 1px solid #fff;
}

.langues {
    display: inline;
    margin-left: -297px;
    margin-top: 180px;
    color: white;
    float: left;
    -moz-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    -webkit-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.langues-en {
    display: inline;
    margin-left: -344px;
    margin-top: 230px;
    color: white;
    float: left;
    -moz-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    -webkit-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

/* line 32, ../scss/base.scss */
h1 {
    margin-top: 106px;
    margin-left: 0px;
    border: none;
    padding: 0;
    font-family: 'Dorsa', sans-serif;
    color: white;
    text-transform: uppercase;
    -moz-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    -webkit-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 45, ../scss/base.scss */
.loader h1 {
    color: #fff;
}

/* line 48, ../scss/base.scss */
.h2--container {
    margin: 0 auto 80px;
    height: 150px;
    width: 150px;
    border: 1px solid #000;
    text-align: center;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 59, ../scss/base.scss */
h2 {
    margin: 39px 0 0 0;
    padding: 0;
    font-family: 'Dorsa', sans-serif;
    color: #1F2527;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 70, ../scss/base.scss */
.footer h2,
.home--infos h2 {
    margin-top: 0px;
    margin-bottom: -5px;
    font-family: "Dorsa" sans-serif;
    text-align: center;
    color: #444444;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 73, ../scss/base.scss */
h3 {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
}

/* line 83, ../scss/base.scss */
.contact h3 {
    color: #1F2527;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
}

/* line 86, ../scss/base.scss */
h4 {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #666666;
}

/* line 111, ../scss/base.scss */
p {
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: normal;
}

/* line 117, ../scss/base.scss */
.index--content p {
    line-height: 1.4;
}

/* line 118, ../scss/base.scss */
.about p {
    margin-bottom: 20px;
    text-align: justify;
}


/* line 121, ../scss/base.scss */
.contact p {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.map {
    text-align: center;
}

iframe {
    margin: auto auto;
}

/* line 133, ../scss/base.scss */
.footer p {
    line-height: 1.3rem;
    font-size: 0.9rem;
    margin-bottom: 0;
    text-align: center;
}

/* line 136, ../scss/base.scss */
ul {
    margin-left: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: normal;
}

/* line 142, ../scss/base.scss */
ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

/* line 143, ../scss/base.scss */
.about ul li .icon {
    margin-left: 10px;
    margin-right: 10px;
    color: #AAAAAA;
}

/* line 145, ../scss/base.scss */
button {
    display: block;
    margin: 50px auto 0;
    border: 1px solid #1F2527;
    background: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.87rem;
    font-weight: 400;
    color: #1F2527;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

/* line 158, ../scss/base.scss */
button:hover,
button:focus {
    border: 1px solid #1F2527;
    background: #1F2527;
    color: #fff;
}

/* line 164, ../scss/base.scss */
button .icon {
    font-size: 1rem;
    margin-right: 8px;
    line-height: 0.9rem;
}

/* line 172, ../scss/base.scss */
a {
    color: #444444;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

/* line 175, ../scss/base.scss */
a:hover {
    color: #1F2527;
}

/* line 176, ../scss/base.scss */
a:focus {
    color: #1F2527;
}

/* line 180, ../scss/base.scss */
hr {
    margin-top: 15px;
}

/* line 181, ../scss/base.scss */
.home hr {
    margin-top: 20px;
}

.home a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #444444;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

.home a:hover {
    color: #1F2527;
}

.home a:focus {
    color: #1F2527;
}

.footer a {

    color: #717171;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

.footer a:hover {
    color: #1F2527;
}

.footer a:focus {
    color: #1F2527;
}

/* line 182, ../scss/base.scss */
.highlights hr,
.customers hr,
.contact hr {
    width: 255px;
    margin: 40px auto 40px;
}

/* line 186, ../scss/base.scss */
.contact hr {
    border-color: #1F2527;
}

/*****************************************
                    ICONS
  ******************************************/
/* line 193, ../scss/base.scss */
i {
    font-style: normal;
    float: left;
    margin-top: -1px;
}

/* line 199, ../scss/base.scss */
.icon {
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 1.2rem;
    font-weight: 100;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

/* line 210, ../scss/base.scss */
.icon>.label {
    color: #000;
    background: none;
    padding-right: 0;
    padding-bottom: 0;
}

/*****************************************************************************
  
                             RESPONSIVE
  
  *****************************************************************************/
@media screen and (max-width: 950px) {

    /* line 233, ../scss/base.scss */
    .h1--container {
        height: 200px;
        width: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }

    /* line 239, ../scss/base.scss */
    h1 {
        margin-top: 65px;
        margin-left: 3px;
        font-size: 3.5rem;
    }

    .langues {
        margin-left: -37px;
        margin-top: -70px;
    }

    .langues-en {
        margin-left: -84px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 785px) {

    /* line 248, ../scss/base.scss */
    .h2--container {
        margin: 0 auto 70px;
        height: 100px;
        width: 100px;
    }

    /* line 253, ../scss/base.scss */
    h2 {
        margin: 26px 0 0 0;
        font-size: 2.9rem;
    }

    /* line 257, ../scss/base.scss */
    .home h2 {
        font-size: 3.8em;
    }
}

@media screen and (max-width: 640px) {

    /* line 262, ../scss/base.scss */
    .h1--container {
        height: 150px;
        width: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }

    /* line 268, ../scss/base.scss */
    h1 {
        margin-top: 45px;
        font-size: 2.5rem;
    }

    h3{
        text-transform: none;
    }

    .btn-contact{
        display: none;
    }
}