/*****************************************
		        MISC
******************************************/
/* line 9, ../scss/modules.scss */
.stripes {
    clear: left;
    position: relative;
    width: 100%;
    height: 0px;
    background-color: currentColor;
    background: center center;
    z-index: 3;
}

/*****************************************************************************
  
                                       HEADER
  
  *****************************************************************************/
/* line 24, ../scss/modules.scss */
.title--address {
    position: absolute;
    top: 59.99%;
    left: 101px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*****************************************
                MENU ICON
  ******************************************/
/* line 38, ../scss/modules.scss */
.menu-icon--container {
    display: none;
    position: fixed;
    top: 0;
    right: 5%;
    z-index: 5;
    height: 0;
}

/* line 46, ../scss/modules.scss */
.menu-icon {
    position: relative;
    color: #1F2527;
    font-size: 1.3rem;
    z-index: 3;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

/* line 52, ../scss/modules.scss */
.menu-icon:hover {
    cursor: pointer;
    color: #af3258;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 58, ../scss/modules.scss */
.menu-icon--appear {
    top: 30px;
    right: 0;
}

/* line 62, ../scss/modules.scss */
.white {
    color: #fff;
}

/*****************************************
             MENU ON
  *****************************************/
/* line 69, ../scss/modules.scss */
.menu--overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.6);
    z-index: 98;
}

/* line 80, ../scss/modules.scss */
.menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 230px;
    background: #fff;
    box-shadow: -4px 0px 4px rgba(40, 40, 40, 0.3);
    z-index: 99;
}

/* line 91, ../scss/modules.scss */
.menu ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-top: 3rem;
    margin-left: 0;
}

/* line 98, ../scss/modules.scss */
.menu ul li {
    margin-bottom: -1px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .92rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

/* line 109, ../scss/modules.scss */
.menu ul li:hover {
    background: #1F2527;
}

/* line 115, ../scss/modules.scss */
.menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5%;
    color: #333333;
    line-height: 25px;
}

/* line 124, ../scss/modules.scss */
.menu a:hover {
    padding-left: 10%;
    color: #fff;
}

/* line 128, ../scss/modules.scss */
.menu-icon--remove {
    top: 30px;
    left: 15px;
}

/*****************************************************************************
  
                      CONTENT
  
  *****************************************************************************/
/*****************************************
               HOME
  ******************************************/
/* line 144, ../scss/modules.scss */
.content--clicker--a {
    color: #bbb;
}

/* line 145, ../scss/modules.scss */
.content--clicker {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -25px;
    left: 50%;
    margin-left: -40px;
    background: #fff;
    text-align: center;
    z-index: 3;
    border-radius: 50%;
    -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/modules.scss */
.content--clicker:hover {
    margin-top: -43px;
}

/* line 161, ../scss/modules.scss */
.content--clicker p {
    margin: -16px 0 0 0;
    padding: 0;
}

/* line 162, ../scss/modules.scss */
.content--clicker--icon {
    margin-top: -14px;
    margin-left: 7px;
    font-size: 2.2rem;
}

/* line 168, ../scss/modules.scss */
/*.home--infos {
    width: 350px;
    margin: 0 auto;
}*/


/*****************************************
             CONTACT
  ******************************************/
/* line 286, ../scss/modules.scss */
.contact-icon-container {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #1F2527;
    color: #1F2527;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 46px;
    -moz-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    -webkit-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*****************************************
               GOOGLE MAP
  ******************************************/
/* line 314, ../scss/modules.scss */
.gmap--tab {
    margin-top: 60px;
    text-align: center;
}

/* line 320, ../scss/modules.scss */
.gmap--overlay {
    width: 100%;
    height: 0;
    border: 0;
    overflow: hidden;
    -moz-transition: all, 1.2s, ease;
    -o-transition: all, 1.2s, ease;
    -webkit-transition: all, 1.2s, ease;
    transition: all, 1.2s, ease;
}

/* line 327, ../scss/modules.scss */
.gmap--overlay--is-active {
    height: 320px;
}

/* line 330, ../scss/modules.scss */
.gmap {
    width: 100%;
    height: 320px;
    border: 0;
}

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

    /* line 355, ../scss/modules.scss */
    .title--address {
        display: none;
    }
}

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

    /* line 294, ../scss/modules.scss */
    .header-address {
        font-size: 0.8rem;
    }

    /* line 305, ../scss/modules.scss */
    .menu-icon--appear {
        top: 15px;
    }
}