
/* SECTIONS*/

.section{
    background-color: #fff;
    
}
.section-alt{
    background-color: #f5f5f5;
}

.main-title {
    margin-bottom: 0px;
}

.infos-frame {
    width:100%;
    height:100vh;
    border: none;
}

.infos-title {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.infos-subtitle {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.infos-subtext {
    font-size: 0.9em;
    font-weight: 300;
    margin-top: 0px;
}

.infos-text {
    font-size: 0.9em;
    font-weight: 300;
    padding-right: 8px;
}
.infos-text-alt {
    font-size: 0.9em;
    font-weight: 300;
    padding-left: 8px;
}

.infos-media-content {
    margin-top: 1em;
    padding-left: 8px;
}

.infos-media-content-alt {
    margin-top: 1em;
    padding-right: 8px;
}

.infos-media-right {
    margin-top: 1em;
    padding-left: 8px;
}

.infos-media-left {
    margin-top: 1em;
    padding-right: 8px;
}

.infos-media {
    float: left;
    display: block;
    margin: auto;
}

.infos-responsive {
    width: 100%;
    height: auto;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.map-responsive-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
    
}

/*FAQ*/

.faq-wrapper {
    display: block;
    height: 100vh;
    overflow: scroll;
}


.faq-block {
    display: block;
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 35, 40, 0.13);
}

.faq-title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 1.1em;
}

.faq-title:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.7;
    font-size: 1.5em;
    margin-right: 6px;
    content: "\f107";
    float: right;
}

.faq-title-active {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 1.1em;
}

.faq-title-active:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.6;
    font-size: 1.5em;
    margin-right: 6px;
    content: "\f106";
    float: right;
}

.faq-title:hover {
    color: green;
}

.faq-content {
    margin-top: 6px;
}


@media (min-width: 1025px){

    
}

@media only screen and (max-width: 1024px){
    
    
}

@media only screen and (max-width: 768px){
    
    .infos-text {
        text-align: justify;
        padding-left: 8px;
    }
    
    .infos-media-content {
        margin-top: 0px;
        margin-bottom: 8px;
        padding-right: 8px;
    }
    .infos-media-content-alt {
        margin-top: 0px;
        margin-bottom: 8px;
        padding-left: 8px;
    }
    
    .infos-media-right {
        margin-top: 0px;
        margin-bottom: 8px;
        padding-left: 0px;
    }

    .infos-media-left {
        margin-top: 0px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    
    .faq-title, .faq-title-active {
        font-size: 1em;
    }
}




