:root{
    --main-color: #551615;
    --main-color-hover: #6d1c1a;
    --main-color-1: #c22126;
    --main-color-2: #00b1d2ff;
    --main-color-3: #5252d4ff;
    --btn-bg-color: radial-gradient(at 48% 36%, rgb(15, 187, 195), rgb(6, 140, 147));
    --bg-circle: rgb(235, 252, 255);
    --text-black: rgb(46, 46, 46);
    --text-color: #5e5e5e;
    --text-gray-1: #747474;
    --main-border: #ffeded;
    --border-color: #e9e9e9;
    --bottom: #dee2e6;

    --f7: #f7f7f7;
    --gray: #d3d3d3;

    --white: white;
    --white-1: rgba(255, 255, 255, 0.1);
    --white-2: rgba(255, 255, 255, 0.2);
    --white-3: rgba(255, 255, 255, 0.3);
    --white-4: rgba(255, 255, 255, 0.4);
    --white-5: rgba(255, 255, 255, 0.5);
    --white-6: rgba(255, 255, 255, 0.6);
    --white-7: rgba(255, 255, 255, 0.7);
    --white-8: rgba(255, 255, 255, 0.8);
    --white-9: rgba(255, 255, 255, 0.9);

    --dark-1: rgba(0,0,0,0.1);
    --dark-2: rgba(0,0,0,0.2);
    --dark-3: rgba(0,0,0,0.3);
    --dark-4: rgba(0,0,0,0.4);
    --dark-5: rgba(0,0,0,0.5);
    --dark-6: rgba(0,0,0,0.6);
    --dark-7: rgba(0,0,0,0.7);
    --dark-8: rgba(0,0,0,0.8);
    --dark-9: rgba(0,0,0,0.9);

    --box-shadow: 0 8px 20px rgba(0,0,0,0.09);



    --font-carousel: 'Italianno', cursive;
    --font-syncopate: 'Syncopate', sans-serif;
}


.d-flex-right{
    position: absolute;
    top: 10px;
    right: 10px;
}
.d-flex-right button{
    border: 2px solid gray;
    padding: 10px;
}



.inner h2{
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
}

.btn-xl{
    padding: 10px 50px;
    font-size: 20px;
}

button{
    outline: none!important;
}

.btn{
    border-radius: none!important;
}

.btn-color{
    border: 2px solid var(--main-color);
    outline: none;
    color: var(--main-color);
}

.btn-color:hover{
    color: var(--main-color)!important;
}

.btn-color-b{
    background: var(--main-color);
    color: #fff;
    border-radius: none!important;
    outline: none;
}

.btn-color-b:hover{
    color: var(--white)!important;
}

.d-flex-check{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 30px;
}
.d-flex-check label{
    font-size: 18px;
    font-weight: 400;
    margin-top: -10px;
}


#popup-gdpr-validation{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.error-red{
    color: var(--main-color-1)!important;
}

.error-border-red{
    border: 2px solid var(--main-color-1)!important;
}

.margin-right{
    margin-right: 5px;
}

.margin-left{
    margin-left: 5px;
}

.radio-button.radio-button-bloc{
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(206, 206, 206);
    opacity: 1;
    transition: .2s;
    padding: 20px 10px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}


.radio-button.radio-button-bloc input[type="radio"] {
    display: none;
}

.radio-button.radio-button-bloc b{
    font-size: 16px;
    padding-top: 10px;
}

.radio-button-bloc .icon{
    height: 50px;
    width: 50px;
}

.row-display{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.row-test{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.row-display .test-2{
    width: 300px!important;
}

input:checked + .radio-button-bloc {
    background: var(--main-color-1);
    box-shadow: 0 0 12px var(--main-color-1);
}

label.radio-button.radio-button-bloc.check {
    border: 2px solid transparent;
    box-shadow: inset 0px 0px 15px 5px var(--main-color);
}



label.radio-button.radio-button-bloc.check svg{
    fill: white;
}

label.radio-button.radio-button-bloc.check b{
    color: var(--main-color);
}
.col-bottom{
    margin-bottom: 20px;
}

