/*
Theme Name: Helios
Theme URI: http://helios360.fr/
Author: Mourad ACHOURI
Author URI: http://helios360.fr/
Description: Helios
Requires at least: WordPress 5.0
Version: 1.0
*/

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/GothamMedium.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamMediumItalic';
    src: url('fonts/GothamMediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamBlack';
    src: url('fonts/GothamBlack.otf') format('truetype');
}
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GothamBold.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamBookItalic';
    src: url('fonts/GothamBookItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: GothamMedium, sans-serif;
}

div:target{
    padding-top: 110px;
    margin-top: -110px;
}


strong, .strong{font-family: GothamBold, sans-serif;}
.black{font-family: GothamBlack, sans-serif;}
.book{font-family: GothamBook, sans-serif;}
.italic{font-family: GothamMediumItalic, sans-serif}
.light{font-family: GothamLight, sans-serif}

.bg-helios{background-color: #312783;}
.bg-gec{background-color: #0095d5;}
.bg-bonnet{background-color: #e2241c;}
.bg-salandre{background-color: #264581;}
.bg-danielbain{background-color: #00a3bf;}

.fc-hl{color: #312783;}
.fc-gec{color: #0095d5;}
.fc-bonnet{color: #e2241c;}
.fc-salandre{color: #264581;}
.fc-danielbain{color: #00a3bf;}
.fc-blue{color: #00a9e8;}

.fs-14{font-size: 14px;}
.fs-18{font-size: 18px;}

/* link menu left */

.link-left{
    position: fixed;
    /*left: 20px;*/
    right: 20px;
    z-index: 2;
    text-align: right;
}

.link-left button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}
.link-left button.learn-more {
    width: 10rem;
    height: auto;
}
.link-left button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    /*margin: 0;*/
    margin-left: auto ;
    width: 2rem;
    height: 2rem;
    border-radius: 1.625rem;
    /*box-shadow: 0 1rem 3rem rgba(0,0,0,.5)*/
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%)

}

.link-left button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    line-height: 1;
    text-align: left;
    display: none;
    font-size: 11px;
}
.link-left button:hover .circle {
    width: 100%;
}
.link-left button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
.link-left button:hover .button-text {
    color: #fff;
    display: block;
    animation: fade_in_show 0.75s
}
@keyframes fade_in_show {
    0% {opacity: 0;transform: scale(0)}
    100% {opacity: 1;transform: scale(1)}
}

/* Navbar */

#navbarNav .nav-link {
    padding: 0.5rem 0 0.2rem 0 !important;
    color: #312783 !important;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover {color: #000000 !important;}
/*.select-nav{border-bottom: 3px solid #00a9e8;}*/
.nav-item {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.navbar-brand {width: 250px;}

.navbar-toggler {
    background: none;
    border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    background: #312783;
}

.navbar-dark .navbar-toggler .icon-bar {
    background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}


.title-pres{
    font-size: 35px;
    color: #60605f;
    font-family: GothamBookItalic, sans-serif;
}

.card-resp{
    border-radius: 0;
    border: none;
}
.cb-h{
    height: 200px;
}

.block-cat, .block-cat-filiale, .block-cat:hover, .block-cat-filiale:hover{
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    cursor: auto;
}

/* Slider header */

.section-acc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    /*top: 25vh;
    left: 5vw;
    min-height: 50vh;
    width: 90vw;*/
    transition: all 200ms ease-in-out 50ms;
    opacity: 0;
}
.section-acc .col-acc {
    margin-left: 5px;
    margin-right: 5px;
    /*border-radius: 3px;*/
    background: rgba(220, 220, 220, .5);
    transition: all 200ms ease-in-out 50ms;
    font-weight: 500;
    cursor: pointer;
    /*font-size: 16pt;*/
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat
}
.section-acc .default {
    height: 60vh;
    width: 30vw;
    color: rgba(255, 255, 255, 0);
    /*font-size: 16pt;*/
    overflow: hidden;
}
.section-acc .expand {
    position: relative;
    height: 60vh;
    width: 100vw;
    /*background: #7ab7ff;*/
    color: rgba(255, 255, 255, 1);
    padding: 20px;
}

.section-acc .expand::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.section-acc .expand .col-acc-text-expand, .section-acc .expand .col-acc-titre-expand {
    display: block;
}

.section-acc .col-acc-titre {
    margin-top: 230px;
}

.section-acc .expand .col-acc-titre, .section-acc .col-acc-text-expand, .section-acc .col-acc-titre-expand {
    display: none;
}


.macaron-exp{
    width: 260px; height: 260px; background-color: #00a9e8; border-radius: 50%; text-align: center;
}

/* Ensemble slider*/
#ensemble-slider{
    background-color: #f9f9f9;
}

#ensemble-slider .carousel-control-prev {
    left: auto;
    right: 45px;
}
#ensemble-slider .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    width: auto;
    opacity: 1;
}

.fondamentaux{
    height: 100vh;
}

.bg-default{
    background-size: cover;
    background-repeat: no-repeat
}

form .form-label{
    margin-bottom: 0.2rem;
}

#form-choice .form-check-input:checked {
    background-color: #312783;
    border-color: #312783;
}

.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

/****************** templates **********************/

/* Metiers navBar */
#metiers-tab .nav-link {
    padding: 0.5rem 0 0.2rem 0 !important;
    color: white;
    /*text-transform: uppercase;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: none;
    border-bottom: 3px solid black;
    color: black !important;
    border-radius: 0;
}

.bloc-info .card-header{
    padding: 1rem;
    border-bottom: none;
    border-radius: 0;
    height: 110px;
}

hr{
    height: 2px !important;
}

.text-tpl{
    font-family: GothamBook, sans-serif;
}

.cb-tpl{
    height: 300px;
}

.mt-n1 {margin-top: -0.25rem !important;}
.mt-n2 {margin-top: -0.5rem !important;}
.mt-n3 {margin-top: -1rem !important;}
.mt-n4 {margin-top: -1.5rem !important;}
.mt-n5 {margin-top: -3rem !important;}
.mb-n1 {margin-bottom: -0.25rem !important;}
.mb-n2 {margin-bottom: -0.5rem !important;}
.mb-n3 {margin-bottom: -1rem !important;}
.mb-n4 {margin-bottom: -1.5rem !important;}
.mb-n5 {margin-bottom: -3rem !important;}

@media (max-width: 1199.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cb-h, .cb-tpl{
        font-size: 14px;
    }
    .bg-default{
        background-position: 50% 50%;
    }
}

@media (max-width: 991.98px) {
    .cb-h, .cb-tpl{
        height: auto;
    }
    .bg-default {
        background-image: none !important;
        height: auto;
    }
    .col-acc-titre{
        writing-mode: tb;
    }

    .text-tpl{
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .section-acc .col-acc-titre {
        margin-top: 130px;
    }
}

@media (max-width: 575.98px) {

}
