@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    background-color: #F6F9F3;
}

header {
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    font-size: 1.3em;
}

header ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

header ul li {
    padding-left: 30px;
}

header a {
    text-decoration: none;
    color: rgb(14, 14, 14);
}

header nav a:hover {
    color: #20a047;
}

section {
    padding: 50px 0;
    width: 100%;
}

.s1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.s1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/football-soccer-.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.3; 
    z-index: -1;
}

.s1 div h1 {
    padding: 30px;
    line-height: 1.7em;
    font-size: 2.5em;
    text-align: left;
    color: #384E42;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
    width: 1000px;
}

.content {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.card {
    background-color: #fafafa;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1, 1, 1, 0.15);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
}

.icon {
    font-size: 8em;
    text-align: center;
}

.info p {
    color: #384E42;
    font-size: 1.2em;
    font-weight: 550;
    margin-top: 20px;
    text-align: center;
}

.team {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    border-top: 1px solid;
    padding: 50px 0;
}

.team div h2 {
    font-size: 3em;
    font-family: "Cormorant Upright", serif;
}

.team p {
    width: 500px;
    line-height: 1.7em;
    font-size: 1.3em;
    padding-bottom: 10px;
}

.team div {
    margin: 15px;
}

.team .img {
    border-radius: 10px;
    margin-top: 110px;
    margin-left: 20px;
}

.button {
    text-decoration: none;
    font-size: 1.5em;
    border: 1px solid;
    color: #384E42;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.button:hover {
    background-color: #384E42;
    color: #fafafa;
    border-radius: 3px;
}

.eco {
    flex-direction: row;
}
.eco img{
    margin: 30px;
    border-radius: 10px;
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #4F594F;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    
}

.copy{
    color: #ffffff;
    font-size: 1.3em;

}
.texte-footer {
    margin: 10px 0;
    color: #ffffff;
    font-size: 1.3em;
    width:550px;
    line-height: 1.7em;
    
}
.resaux{
    font-size: 1.5em;
    color: rgb(255, 255, 255);
}
.resaux .fa-brands{
    padding-bottom: 10px;
}
.resaux .fa-brands:hover{
    color: #000000;
}
 /****** Page présentation ******/
 .pre-s1 {
    width: 1172px;
    margin: 0px auto 0px auto;
    display: flex;
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
 }
 .pre-s1 img{
    width: 550px;
    margin: auto;
 }
 .pre-s1 p{
    font-size: 1.2em;
    line-height: 1.588em;
 }
 .contact{
    display: flex;
    justify-content: space-around;
 }
 /**** Page programme ****/
 .titre{
    font-family: "Cormorant Upright", serif;
    text-align: center;
    font-size: 3em;
 }
 .pro-s2 h2{
    text-align: center;
    font-size: 2.3em;
    padding-right: 18em;
    font-weight: 400;
 }
 .pro-s2 .info h3{
    text-align: center;
    font-size: 1.4em;
 }
 .pro-s2 .info p{
    font-size: 1.3em;
    line-height: 1.3em;
 }
 .pro-s3 h2{
    text-align: center;
    font-size: 2.3em;
    padding-right: 11em;
    font-weight: 400;
 }
 .pro-s3 .card{
    width: 100%;
 }
 .pro-s3 .droit{
    text-align: left;
 }
 .droit h3{
    font-size: 1.9em;
 }
 .droit p{
    line-height: 1.7em;
    font-size: 1.2em;
 }
 .pro-s2 .content, .pro-s3 .content{
    margin-top: 10px;
 }