.section{
    padding: 40px 0;
}
.flex{
    display: flex;
}
.alic{
    align-items: center;
}
.jcc{
    justify-content: center;
}
.image{
    object-fit: cover;
}
a{
    text-decoration: none;
}
.row-100{
    height: 100%;
}
h2{
    text-align: center;
    margin-bottom: 40px;
}

:root{
    --main-color:#57577e
}
.section-bg{
    margin: 50px 0;
}
h1{
    color: white;
    text-shadow: 1px 1px 10px black;
}


.section__head{
    padding: 0;
}
.logo{
    width: 64px;
    height:64px;
}
nav >.link{
    margin-right: 10px;
}
.row__h1{
    color: white;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    align-items: center;
    padding-left: 30px;
    background: #00000017;
}
.text__h1{
    font-size: 17px;
}
.container__head{
    height: 10vh;
}
.banner{
    height: 90vh;
    background-size: cover;
}
.text__desk{
    font-size: 20px;
    line-height: 32px;
}
.banner{
    background-image: url('https://advertorial.sueddeutsche.de/Atos/cloud-alternative-gaia-x/_modules_23_secondary_imagew1824h1026q70-9624388a3e0a7face7a078fc322abad1.jpg');
    background-size: cover;
}
.card__func{
    border: unset;
    text-align: center;
}
.image__func{
width: 128px;
height: 128px;
}

.section__stat{
    background: var(--main-color);
}

.col-scene{
    position: relative;
    padding: 210px 0;
}


body #scene {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}
body #scene #left-zone {
    background: #fff;
    height: 75%;
    flex-grow: 0;
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: left;
}
body #scene #left-zone .list {
    display: flex;
    list-style: none;
    align-content: stretch;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    padding: 0;
}
body #scene #left-zone .list li.item input[type="radio"] {
    display: none;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label {
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label:first-letter {
    text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label:hover {
    opacity: 0.75;
    cursor: pointer;
}



body #scene #left-zone .list li.item input[type="radio"] ~ .content {
    position: absolute;
    left: 350px;
    top: -400px;
    width: auto;
    height: 400px;
    animation-duration: 0.75s;
    animation-name: slideout;
    animation-timing-function: ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_strawberry .picto {
    height: 100px;
    width: 100px;
    background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_strawberry h1 {
    color: #d64541;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_banana .picto {
    height: 100px;
    width: 100px;
    background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_banana h1 {
    color: #f5d76e;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_apple .picto {
    height: 100px;
    width: 100px;
    background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_apple h1 {
    color: #00b16a;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_orange .picto {
    height: 100px;
    width: 100px;
    background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_orange h1 {
    color: #f27935;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content h1:first-letter {
    text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content p {
    max-width: 50%;
    text-align: center;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label {
    opacity: 1;
    animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_strawberry {
    color: #d64541;
    border-right: solid 4px #d64541;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_banana {
    color: #f5d76e;
    border-right: solid 4px #f5d76e;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_apple {
    color: #00b16a;
    border-right: solid 4px #00b16a;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_orange {
    color: #f27935;
    border-right: solid 4px #f27935;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ .content {
    animation-duration: 0.75s;
    animation-name: slidein;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #scene #middle-border {
    background-color: #eee;
    height: 75%;
    flex-grow: 1;
    max-width: 2px;
    z-index: 0;
}
body #scene #right-zone {
    background: #fff;
    height: 100%;
    flex-grow: 3;
}
.group{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 50px;
    height: 100%;
}

.title-group{
    position: absolute;
    top: 30px;
    left: 50px;
}

.text-group{
    margin-top: 100px;
}

.none{
    display: none;
}

.right-zone{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item{
    width: 250px;
    padding-left: 20px;
}
label{
    display: flex;
}

#btn1, #btn2,#btn3,#btn4{
    display: flex !important ;
}
.text__rec{
    padding-left: 20px;
}
.not{
    color: red;
    text-transform: uppercase;
}
.section-color{
    background: var(--main-color);
}

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

.container-1{
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}
.accordione .accordione-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordione .accordione-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}
.accordione button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordione button:hover, .accordione button:focus {
    cursor: pointer;
    color: #03b5d2;
}
.accordione button:hover::after, .accordione button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.accordione button .accordione-title {
    padding: 1em 1.5em 1em 0;
}
.accordione button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordione button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordione button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordione button[aria-expanded='true'] {
    color: #03b5d2;
}
.accordione button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordione button[aria-expanded='true'] + .accordione-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordione .accordione-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordione .accordione-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}
