html{
    overflow-y: scroll;
}
body {
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.5;
    font-size: 18px;
    margin: 0 36px;
}

.goclick{
    position: relative;
    z-index: 9;
}

.toggle {
    display: none;
}

.header_logo {
    display: block;
    position: absolute;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header>a {
    text-decoration: none;
}

img {
    display: block;
    object-fit: contain;
    width: 100%;
    margin-top: 2em;
}

.title {
    font-family: 'Work Sans', sans-serif;
}

.arrow_icon {
    display: none;
}

.title--big {
    font-size: 31.98px;
    font-weight: 500;
    max-width: 1015px;
    margin: 54px 0 0 0;
}

.title--medium {
    font-size: 23.99px;
    margin: 36px 0 0 0;
}

p {
    margin: 18px 0;
}

.small {
    font-size: 13.50px;
}

.main-nav {
    display: block;
    margin-left: auto;
    margin: 25px 0 0px auto;
    width: max-content;
}

.main-nav a {
    color: inherit;
    text-decoration: inherit;
}
.nav_sous-menu{
    cursor: default;
}
.main-nav__ul {
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.main-nav__ul li {
    width: max-content;
}

.main-nav__ul li::after {
    display: block;
    content: "";
    height: 2px;
    background-color: red;
    width: 0%;
    transition: 0.2s ease;
}

.main-nav__ul li:hover::after {
    width: 100%;
}

.current-page::after {
    width: 100%!important;
}

.nos_solutions__menu {
    position: absolute;
    list-style-type: none;
    padding: 0 18px 10px 18px;
    margin: 0 auto;
    visibility: visible;
    opacity: 100;
    display: none;
    background-color: white;
    filter: drop-shadow(2px 0px 4px rgba(0, 0, 0, 0.25));
    transform: translate(20px, 20px);
}
@media (min-width: 1100px){
    .nav_sous-menu:hover .nos_solutions__menu {
        display: block;
    }
}
.spacing {
    position: absolute;
    width: 150px;
    height: 20px;
    background: transparent;
}

.spacing::before {
    top: -20px;
    left: 10px;
    width: 0px;
    height: 0px;
    position: relative;
    display: block;
    content: "";
}

.nav_sous-menu:hover .spacing {
    display: block;
}

.nos_solutions__menu::before {
    content: "";
    display: block;
    position: relative;
    top: -20px;
    left: 10px;
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    filter: drop-shadow(2px 0px 0px rgba(0, 0, 0, 0.25));
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.main-nav__ul>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 36px;
}

footer {
    text-align: center;
    padding: 10px;
    margin-top: 54px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer:before {
    content: "";
    display: block;
    height: 3px;
    background-color: red;
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
}

.flex {
    display: flex;
}

.img--courses {
    margin-right: 36px;
}

main {
    max-width: 1360px;
    margin: 0 auto;
}
.col1{
    width: 230px;
}
.col2 {
    width: 325px;
}

.col3 {
    width: 498px;
}

.col4 {
    width: 670px;
}

.col5 {
    width: 843px;
}

.col6 {
    width: 1015px;
    margin: 40px auto 0 auto;
}

header {
    margin: 40px auto;
    max-width: 1360px;
    min-height: 62.7px;
    overflow: hidden;
}

.logo {
    width: 200px;
    display: inline-block;
}

.logo_a:hover {
    text-decoration: none;
}
.logo_a img{
    margin-top: inherit;
}

.human {
    position: relative;
    width: 766px;
    top: -150px;
    margin-left: auto;
    z-index: -10;
    margin-bottom: -200px;
}

.link--big {
    font-size: 47.37px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    position: relative;
    left: 213px;
    top: 251px;
}

.text--light {
    font-weight: 300;
}

.logo_ia {
    width: 65px;
    margin: 0 auto;
}

.drive_text {
    margin: 0 326px 0 268px;
}

.rupture {
    margin: 0 355px 0 168px;
}

figure {
    text-align: center;
    margin: 0 auto;
}

.max-h300 {
    max-height: 300px;
}

.m-top0 {
    margin-top: 0;
}


.img--right {
    margin-left: 199px;
}
@media (max-width: 1100px) and (min-width: 700px) {
    main{
        max-width: 725px;
        margin: 0 auto;
    }
}
@media (max-width: 1100px) {
    body {
        font-size: 16px;
        margin: 0 auto;
    }
    .title {
        line-height: 1.3;
    }
    .title--medium {
        font-size: 28.43px;
    }

    .flex {
        display: block;
    }
    img {
        max-width: 100%;
        margin: 0 auto;
    }
    .title, p, ul {
        margin: 1em 16px;
    }
    .main-nav {
        display: block;
    }
    .main-nav__ul {
        list-style-type: none;
        padding: 0;
        text-transform: uppercase;
        display: block;
        margin: 0 auto;
    }
    .main-nav__ul li {
        width: max-content;
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 26.66px;
        font-weight: 500;
        margin-top: 26px;
    }
    .drive_text, .img--courses, .rupture, .img--right {
        margin: 1em auto;
    }
    .col1, .col2, .col3, .col4, .col5, .col6 {
        width: inherit;
        max-width: 100%;
    }
    .link--big {
        font-size: 35px;
        position: inherit;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .human {
        position: inherit;
        margin-left: auto;
        z-index: -10;
        margin: 40px auto -40px auto;
    }
    .logo_a {
        margin: 0 auto;
        overflow: hidden;
    }
    .logo {
        margin: 21px auto;
        display: block;
        width: 123px;
    }
    header {
        margin-top: 0px;
        position: relative;
        width: 100%;
        overflow: inherit;
    }
    .main-nav {
        position: absolute;
        width: 100%;
        overflow: hidden;
    }
    .main-nav__ul {
        font-weight: 500;
        position: relative;
        transform: translateX(100%);
        background-color: white;
        width: 100%;
        transition: 0.3s ease-in;
        min-height: calc(100vh - 80px);
    }

    .main-nav__ul.expanded{
        transform: translateX(0%);
    }
    .main-nav li {
        margin-left: 18px;
        text-align: left;
    }
    .main-nav ul li {
        width: inherit;
        margin-top: 18px;
    }
    .nav_sous-menu:hover {
        width: inherit;
    }
    .nos_solutions__menu {
        position: inherit;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        visibility: visible;
        opacity: 100;
        background-color: white;
        filter: inherit;
        transform: inherit;
        max-width: 100%;
    }
    .nos_solutions__menu li {
        font-weight: 400;
    }
    .disp_block{
        display: block;
    }
    .main-nav__ul li:hover::after {
        display: none;
    }
    .nos_solutions__menu::before {
        display: none;
    }
    .current-page::after {
        width: 0%!important;
    }
    .arrow_icon {
        display: inline-block;
        fill: red;
        transform: rotate(90deg);
        position: absolute;
        right: 18px;
        margin-top: 5px;
        width: 40px;
        transition: 0.3s ease;
    }
    .arrow_icon--grey {
        fill: lightgrey;
        transform: rotate(-90deg);
    }
    .header_logo {
        display: block;
        background-color: red;
        overflow: hidden;
        position: inherit;
    }
    .toggle {
        display: initial;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        right: 18px;
        position: absolute;
        top: 36px;
        width: 2rem;
        z-index: 5;
    }
    .toggle__bar {
        font-size: 0;
        border: 0;
    }
    .toggle__bar:focus{
        outline: 0px;
    }
    .toggle .toggle__bar, .toggle .toggle__bar::after, .toggle .toggle__bar::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: white;
        content: "";
        height: 0.4rem;
        width: 100%;
        right: 0rem;
    }
    .toggle.toggle__bar {
        margin-top: 0;
    }
    .toggle .toggle__bar::after {
        margin-top: 0.8rem;
    }
    .toggle .toggle__bar::before {
        margin-top: -0.8rem;
    }
    .toggle.expanded .toggle__bar {
        background: transparent;
    }
    .toggle.expanded .toggle__bar {
        display: block;
    }
    p.title--medium span{
        display: block;
        margin: 0 0 16px 0!important;
        font-size: 16px;
    }
    p.title--medium br{
        margin: 0px;
        content: "";
    }
    .rupture{
        max-width: 160px;
    }
    .img--litle{
        max-width: 150px;
    }
    .smartphone--width{
        margin: 1em auto;
    }
}

.toggle.expanded .toggle__bar::after, .toggle.expanded .toggle__bar::before {
    background: white;
    margin-top: 0;
}

.toggle.expanded .toggle__bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle.expanded .toggle__bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.margin-center{
    margin: 38px auto;
}
.smartphone--width{
    width: 212px;
}