body {
    background-color: #FFFFAA;  
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#4176BB;
    margin: 0;
    padding: 0;
    padding-top: 80px;
}

section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.hide {
    display: none;
}

.row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

h1 {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    margin:unset;
    margin-bottom: 20px;
}

h3 {
    color:#182F34;
    font-size: 14px;
    letter-spacing: 1.5px;
}

p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h1Yellow {
    color: #A38E46;
}

.h1Outlined {
    color:#FFFFAA;
    text-shadow: -1px -1px 0 #4176BB, 1px -1px 0 #4176BB,-1px  1px 0 #4176BB, 1px  1px 0 #4176BB;
}

.reserveGratuit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color:#FFFFAA;
    font-size: 20px;
    font-weight: 500;
}
.rotateReserve {
    transform: rotate(-6deg) translateY(-20px);
}

.reserve {
    background-color: #4176BB;
    padding: 6px 30px;
    margin-right: 16px;
}

.gratuit {
    background-color: #A38E46;
    padding: 6px 30px;
}

.markBg {
    display: flex;
}


.markBg > div {
    background-color: #4176BB;
    height: 80px;
    width: 20px;
    transform: rotate(6deg)
}

.launch {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 30px;
}

.contacts {
    margin-top: 80px;
    justify-content: center;
    gap:40px;
    font-weight: 400;
    align-items: flex-end;
}

.contacts > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fake {
    width: 100%;
}

.tarif-item {
    border: solid 1px #4176BB;
    border-radius: 10px;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



.tarif-item>div:last-child {
    border-left: solid 1px #4176BB;
    padding: 20px;
}
.tarif-item>div:first-child {
    padding: 20px;
}

.bigButton {
    background-color: #4176BB;
    padding: 20px 40px;
    color: #fff;    
    border:0 none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;

}

.tarif2 {
    border: solid 1px #4176BB;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.reduc {
    position: absolute;
    bottom: -60px;
    right: -20px;
    width: 150px;
}

.contact {
    text-decoration: none;
    color: #4176BB;
    display: block;
    text-align: center;
}

.logoCoachAnto {
    text-decoration: none;
}

.p40 {
    padding: 40px;
    flex:1;
}


    .p40 > img {width: 100%;}

.contactRow {
    display: flex;
    flex-direction: row;
}
.contactRow img {
    width: 48px;;
}

.contactRow > div {
    flex: 1;
    padding: 40px;
    text-align: center;
}

.smallRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hspe {
    font-size: 32px; 
    font-weight: 500;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {

    h1 { font-size: 60px; line-height: 65px; }
    .row { flex-direction: column; }
    .contacts {align-items: center; }
    .logoCoachAnto { margin-top: 20px; }
    .p40 { padding: 0px; text-align: center;}
    .p40 > img {width: 50%; margin:0 auto; display: block;}
    .contactRow > div { padding: 20px;}
    .bigButton { padding: 10px 20px; font-size: 16px; }
    .hspe { font-size: 24px; }
    .tarif-item>div { padding: 20px;}
    .tarif-item>div:first-child { display: none; }

}