@font-face { font-family: Proxima; src: url('../fonts/FontsFree-Net-Proxima-Nova-Bold.otf'); }
@font-face { font-family: Proxima-regular; src: url('../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf'); }
@font-face { font-family: Proxima-italic; src: url('../fonts/FontsFree-Net-Proxima-Nova-ExCn-Sbold-It.otf'); }

body {
    font-family: proxima-regular !important;
    min-height: 100vh !important;
}

h1, h2, h3, button, .bold {
    font-family: proxima !important;
}

h2 {
    font-size: 2rem !important;
}

p {
	font-size: 14px !important;
}

select {
    cursor: pointer;
}

button {
    background: #F52B00 !important;
    border: none !important;
    border-bottom: 5px solid #C12200 !important;
}

button:hover {
    background: #C12200 !important;
    transition: 2s;
}

.menu i, .floatingMenu i {
    color: #F52B00 !important;
    font-weight: 900;
}

blockquote {
    font-family: proxima-italic !important;
    font-size: 24px;
}

#menu {
    align-items: center;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5em;
    height: 8vh;
    -webkit-transition: .5s;
    transition: .5s;
}

.logo {
    max-height: 6vh;
}

.header {
    color: white;
    height: 92vh;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #F52B00 !important;
}

header .header_snippet {
    margin-left: 5em;
}

.upper_header {
    position: absolute;
    top: 14%;
}

.index_header {
	background: url(../imgs/paris3.jpg) no-repeat center left fixed;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.min_header {
    background: url("../imgs/paris3.jpg") no-repeat fixed;
    background-position: bottom !important;
}

.header_snippet h1 {
    font-size: 30px !important;
    text-shadow: 3px 3px 5px black !important;
}

.perks {
    color: black;
    /*border-bottom: 5px solid #F52B00 !important;*/
}

.floatingMenu {
    display: flex;
    justify-content: space-between;
    padding: 1rem 10em;
    color: black;
    clear: both;
    position: fixed;
    padding: 1rem 5em;
    width: 100vw;
    background-color: rgba(255, 255, 255, 1);
    -ms-flex-pack: distribute;
    top: 0em;
    -webkit-box-shadow: 0 4px 7px -5px black;
    box-shadow: 0 4px 7px -5px black;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
    height: 6vh;
}

.floatingMenu .menu img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    margin-right: 2em;
    width: 140px;
}

.floatingMenu .logo {
    max-height: 4vh !important;
}

.section_card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap;
    justify-content: center;
}

.section_card-container .card {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    /*background: rgba(255, 255, 255, 0.5) !important;*/
    max-width: 28% !important;
    min-width: 28% !important;
    margin-right: 2em;
    /*max-height: 30vh;*/
    border: none;
    border-radius: 0px;
    /*border-top: 3px solid #F52B00 !important;*/
    /*padding: .5rem .5rem 0;*/
    margin-top: 1em !important;
    /*border-top: 3px solid #F52B00 !important;*/
}

.section_card-container .card .title {
    margin-top: 1rem;
    font-weight: bold;
}

.section_card-container .card i, .section2_card-container .card i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F52B00 !important;
    padding-bottom: 1rem;
    width: 100%;
}

.section_card-container .card i {
    border-bottom: 1px solid #F52B00 !important;
}

.rising_sun {
    max-width: 40vw !important;
    border-bottom: 5px solid #F52B00 !important;
    max-height: 800px;
}

.activities {
    margin-top: 4em;
    border-radius: 5px;
    border: 1px solid #F52B00;
    padding: 3em;
    padding-top: 0 !important;
}

.activities h2 {
    position: relative;
    top: -2vh;
    background: white;
    padding: 0 .5rem;
}

.logo_container {
    /*color: #F52B00;*/
    font-weight: bold;
    justify-content: space-between !important;
}

.logo_container img {
    max-width: 7vw;
    padding-bottom: 1em;
}

.section2_card-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    position: relative;
}

.section2_card-container .content {
    font-weight: bold;
}

.background-icon {
    width: 50%;
    position: absolute;
    opacity: 0.05;
    bottom: -1rem;
    left: .7em;
    /*transform: rotate(45deg);*/
}

.section2_card-container .card {
    background: rgba(255, 255, 255, 0.5) !important;
    max-width: 24% !important;
    min-width: 24% !important;
    margin: 1em 0;
    min-height: 20vh;
    max-height: 30vh;
    padding: 2em 3em;
    font-size: 15px;
    border-bottom: 3px solid #F52B00 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.section2_card-container .card p {
    margin-top: .5rem;
}

.section2_card-container .card:first-child {
    border-radius: 20px 0px 0px !important;
    border-left: 3px solid #F52B00 !important;
}

.section2_card-container .card:last-child {
    border-radius: 0px 0px 20px !important;
    border-right: 3px solid #F52B00 !important;
}

.job-btn_container, .header_snippet {
    padding-left: 1em;
    border-left: 3px solid #F52B00;
}

.job_container {
    justify-content: space-between !important;
    flex-flow: row wrap !important;
    width: 100%;
}

.job_container img {
    max-width: 15vw !important;
    width: 15vw !important;
}

hr {
    background: #F52B00;
    width: 100%;
    height: 5px;
}

.footer {
    color: black;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 5px solid #F52B00;

    background: url("../imgs/paris_footer.png") 0 0 / cover no-repeat !important;
    /*background: url("../imgs/paris_footer.png") 0 0 / cover no-repeat !important;*/
}

.footer-copyrights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
}

footer i {
    color: #F52B00;
}

.footer-copyrights a {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center;
}

.footer img {
    max-width: 250px;
}

footer a:hover {
    color: #F52B00 !important;
    transition: .5s;
    /*text-shadow: 3px 3px 5px black;*/
}

.padding-5 {
    padding: 0 3em !important;
}

.franchise {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}

.franchise span {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .index_header {
        background: url(../imgs/paris_tablet.jpg) no-repeat center top fixed;
        background-size: cover;
    }
    .upper_header {
        top: 12%;
    }
    .menu .logo {
        height: 5vh !important;
    }
    .menu {
        height: 7vh !important;
    }
    .min_header {
        background-position-x: bottom !important;
    }
    .hide_mobile {
        display: none;
    }
    .menu {
        padding: 1em 5em;
    }
    .header_snippet h1 {
        font-size: 30px !important;
        width: 100% !important;
    }
    .header_snippet {
        margin-left: 3em !important;
    }
    .rising_sun {
        max-height: 640px !important;
    }
    h2 {
        font-size: 2em !important;
    }
    h2, h2 + p {
        text-align: center;
    }
    .logo_container {
    	flex-wrap: wrap;
    }
    .logo_container > div {
        width: 20% !important;
    }
    .logo_container > div p {
        text-align: center;
    }
    .card {
        max-height: 40vh !important;
        padding: 2em !important;
    }
    .card .content {
        font-size: 12px !important;
    }
    .job_container img {
        max-width: 30vw !important;
        width: 30vw !important;
    }
    .section_card-container {
    	margin-bottom: 2em;
    }
    .section_card-container .card {
        padding: 1em !important;
        margin-right: 0 !important;
    }
    .section2_card-container .card:first-child {
        border-top: 3px solid #F52B00 !important;
        border-bottom: 1px solid #F52B00 !important;
    }
    .section2_card-container .card:nth-child(2) {
        border-radius: 0px 20px 0px 0px !important;
        border-top: 3px solid #F52B00 !important;
        border-right: 3px solid #F52B00 !important;
        border-bottom: 1px solid #F52B00 !important;
    }
    .section2_card-container .card:nth-child(3) {
        border-radius: 0px 0px 0px 20px !important;
        border-top: 1px solid #F52B00 !important;
        border-left: 3px solid #F52B00 !important;
        border-bottom: 3px solid #F52B00 !important;
    }
    .perks {
        flex-direction: column;
    }
    .rising_sun {
        margin: auto;
        max-width: 90vw !important;
        width: 90vw;
        height: auto !important;
        max-height: 100% !important;
        margin-top: 1em;
    }
    .section2_card-container .card {
        width: 49% !important;
        max-width: 100% !important;
        margin: 1em 0 !important;
    }
    .background-icon {
        bottom: -2rem;
        left: 9rem;
    }
}


@media screen and (max-width: 768px) {
    .footer_content {
        width: 100% !important;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-container {
        margin: 1em 0;
    }
    .rising_sun {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .logo_container div {
        width: 40% !important;
    }
    .logo_container img {
        max-width: 10vw !important;
    }
    .section2_card-container, .activities {
        margin: auto;
        flex-direction: column;
        width: 95%;
    }
    .section2_card-container .card {
        border: 1px solid #F52B00 !important;
    }
    .section2_card-container .card {
        width: 100% !important;
    }
    .background-icon {
        bottom: -2rem;
        left: 16rem;
    }
    .job_container {
        align-items: baseline !important;
    }
    .job-btn_container {
        width: 50%;
    }
    .job_container img {
        margin-top: 1em;
        max-width: 35vw !important;
        width: 35vw !important;
    }
    .section2_card-container .card:first-child {
        border-radius: 20px 20px 0px 0px !important;
        border-top: 3px solid #F52B00 !important;
        border-right: 3px solid #F52B00 !important;
        border-bottom: 1px solid #F52B00 !important;
    }
    .section2_card-container .card:nth-child(2) {
        border-radius: 0px 0px 0px 0px !important;
        border-left: 3px solid #F52B00 !important;
        border-right: 3px solid #F52B00 !important;
        border-bottom: 1px solid #F52B00 !important;
        border-top: 1px solid #F52B00 !important;
    }
    .section2_card-container .card:nth-child(3) {
        border-radius: 0px 0px 0px 0px !important;
        border-right: 3px solid #F52B00 !important;
        border-left: 3px solid #F52B00 !important;
        border-bottom: 1px solid #F52B00 !important;
    }
    .section2_card-container .card:last-child {
        border-radius: 0px 0px 20px 20px !important;
        border-top: 1px solid #F52B00 !important;
        border-right: 3px solid #F52B00 !important;
        border-left: 3px solid #F52B00 !important;
        border-bottom: 3px solid #F52B00 !important;
    }
}

@media screen and (max-width: 500px) {
    .index_header {
        background: url(../imgs/paris_mobile.jpg) no-repeat center center;
        background-size: inherit !important;
    }
    .header {
        height: 92vh;
    }
    .header_snippet {
        padding: 1em;
    }
    .header_snippet h1 {
        font-size: 20px !important;
    }
    #menu {
    	flex-direction: column;
	    justify-content: flex-start;
	    height: auto !important;
	}
    #menu .content {
        font-size: 12px !important;
    }
    #menu i {
        font-size: 1em !important;
    }
    .section_card-container {
        flex-direction: column;
    }
    .section_card-container .card {
        max-width: 90vw !important;
        width: 90vw !important;
        margin: auto;
    }
    .px-5 {
        padding: 0 !important;
    }
    .logo_container div {
        width: 30% !important;
    }
    .owl-carousel .owl-item img {
        width: 75% !important;
    }
    .job_container {
        flex-direction: column !important;
    }
    .job-btn_container {
        width: 100%;
    }
    .job_container img {
        margin-top: 3em;
        max-width: 100% !important;
        width: 100% !important;
    }
    .footer_content {
        width: 90vw !important;
    }
    .footer-contact-container {
        width: 100%;
        margin: 1em auto;
    }
    .footer .links {
        flex-direction: column;
        margin-bottom: 1em;
    }
    footer .separation {
        display: none;
    }
    .footer-copyrights p {
        text-align: center;
    }
    .show_mobile {
        display: block !important;
    }
    .background-icon {
        bottom: -2rem;
        left: 8rem;
    }
}
