body {
    background-color: #fefefe;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 96px;
    font-family: 'Oswald', sans-serif;
    margin-left: 40px;
}

.header {
    background-color :rgba(237, 255, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 60px 20px 40px;
    width: 890px;
    justify-items: end;
}

h1 {
    font-size: 90px;
    font-weight: bold;
}

header p {
    font-size: 60px;
    font-weight: normal;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    border-left: solid;
    border-left-color: rgba(237, 255, 0, 0.3);
    border-width: 24px;
    padding-left: 24px;
}

h3 {
    font-size: 40px;
    font-weight: bold;
    border-left: solid;
    border-left-color: rgba(237, 255, 0, 0.3);
    border-width: 24px;
    padding-left: 24px;    
}

h4 {
    font-size: 32px;
    font-weight: normal;
}

a {
    font-size: 32px;
    font-weight: bold;
    color: #212529;
}

p {
    font-size: 32px;
    font-weight: normal
}

.fontlieu {
    font-size: 32px;
    font-weight: lighter;
    width: 390px;
}

.fontdate {
    font-size: 32px;
    font-weight: lighter;
    width: 390px;
}

.centreinteret {
    font-size: 32px;
    font-weight: 800;
}

.centreinteretgauche {
    padding-right: 24px;
    font-size: 32px;
    font-weight: 800;
    border-right: solid;
    border-right-color: rgba(237, 255, 0, 0.3);
    border-right-width: 8px;
}

.centreinteret1 {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.lieudate {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.rondplein {
    height: 20px;
    width: 20px;
    background-color: #212529;
    border-radius: 50%;
    display: inline-block;
}

.rondvide {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #000; 
    display: inline-block;
}

.competencespoints {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 12px;
}

.competences {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.fontplateformeslangues {
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
}

.bloccontenu {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.bloccontenusecondaire {
    border-right: solid;
    border-right-color: rgba(237, 255, 0, 0.3);
    border-right-width: 8px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.bloccontenuprincipal {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.espacementtitrecontenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

img {
    height: 266px;
}

.photoheader {
    display: flex;
    flex-direction: row;
    gap: 0px;
}