* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Libre Franklin", serif;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}


#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

main {
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
}

.welcome-container {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    padding-top: 10vh;
    background: linear-gradient(#d3f0f27a, #d3f0f27a);
    align-items: center;
    gap: 2rem;
}

.welcome-container h1 {
    font-size: 3.0em;
    color: black;
    width: 1200px;
    max-width: 100%;
    font-family: "Libre Caslon Text", serif;
    color: #002866;
}

.welcome-container h2 {
    font-size: 1.5em;
    color: black;
    width: 1200px;
    max-width: 100%;
    text-transform: uppercase;
    color: #002866;
}

.maladies-container>div {
    min-width: 200px;
    background: #002866;
    color: white;
    padding: 1rem;
    text-align: center;
    transition: 0.4s;
}

.maladies-container>div:hover {
    cursor: pointer;
    border: 1px solid white;
}

.main-content {
    width: 100%;
    background: white;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content .section {
    width: 900px;
    max-width: 100%;
    padding-top: 2rem;
}

.main-content .section h1 {
    color: #002866;
    padding-top: 2rem;
    padding-bottom: 4rem;
    font-family: "Libre Caslon Text", serif;
    line-height: 1.5em;
    width: 700px;
    max-width: 100%;
    margin-top: 6rem;
}

.main-content .section .dot1 {
    position: relative;
    bottom: 2rem;
}

.main-content .section h1 strong {
    color: #6AA9C9;
    font-family: "Libre Caslon Text", serif;
}

.main-content .content-img .img-container {
    width: 400px;
    height: 400px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content .content-img .img-container img {
    width: 150%;
}

.main-content .content-img .img1 {
    width: 150px;
    height: 250px;
    position: relative;
    left: 50px;
    justify-content: flex-start;    
}

.main-content .content-img .img1 .dot-img {
    position: absolute;
    width: 50px;
}

.about-section {
    width: 1200px;
    max-width: 100%;
    justify-content: space-between;
    margin-top: 4rem;
}

.about-section .content-text {
    width: 500px;
    max-width: 100%;
}

.about-section .content-text h3 {
    margin-bottom: 2rem;
}

.about-section .content-text p {
    padding-bottom: 1rem;
    line-height: 1.5em;
}

.about-section .content-text .detail {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-section .content-text .detail > div {
    align-items: center;
    gap: 1rem;
}

.about-section .content-text .detail > div img {
    width: 48px;
}

.about-section .content-text .detail > div p {
    color: #002866;
}

.call2action {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #002866;
    color: white;
    margin-top: 2rem;
    width: fit-content;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}


.section-digital {
    width: 900px;
    max-width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.section-digital h1 {
    font-family: "Libre Caslon Text", serif;
    text-align: center;
    padding: 0rem;
    margin: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #102039;
    font-weight: normal;
    width: 700px;
    max-width: 100%;
}

.section-digital p {
    padding-bottom: 1rem;
    text-align: center;
    line-height: 1.5em;
}

.section-digital .digital {
    border: 1px solid #ccc;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-digital .digital h4 {
    font-family: "Libre Caslon Text", serif;
    padding: 1rem;
    box-shadow: 6px 11px 19px 10px #0000001A;
    width: fit-content;
}

.section-digital .digital h3 {
    font-family: "Libre Caslon Text", serif;
    padding: 1rem;
    font-weight: normal;
    color: #002866;
}

.section-digital .digital > div {
    align-items: center;
    gap: 1rem;
}

.section-digital .digital > div img {
    position: relative;
    bottom: 8px;
}

.section-carnet {
    width: 1100px;
    max-width: 100%;
    background: linear-gradient(#d3f0f23e, #d3f0f24c), url(../assets/img/boy.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    margin-top: 10rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10rem;
}

.section-carnet h1 {
    color: white;
    padding: 2rem;
    align-self: center;
    align-content: center;
    text-shadow: 1px 1px 2px black;
    font-family: "Libre Caslon Text", serif;
    width: 400px;
    max-width: 100%;
}

.section-carnet .section {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    width: 600px;
    max-width: 100%;
    margin-top: 4rem;
    margin: 1rem;
    position: relative;
    padding-top: 4rem;
    top: 5rem;
}

.section-carnet .section h3 {
    margin-bottom: 1rem;
    color: #002866;
    line-height: 1.5em;
}

.section-carnet .section p {
    margin-bottom: 1rem;
}

.contact-container {
    background-color: #102039;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section {
    width: 900px;
    max-width: 100%;
    color: white;
    padding: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.contact-section h1 {
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    margin-bottom: 2rem;
    font-family: "Libre Caslon Text", serif;
}

.contact-section p {
    color: white;
    line-height: 1.5em;
    padding-bottom: 0.5rem;
}

.contact-row {
    margin-top: 4rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact-row > div {
    flex: 1;
}

.contact-row h2 {
    padding: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgb(158, 158, 158);
    font-family: "Libre Caslon Text", serif;
}

.contact-row > div {
    padding-bottom: 1rem;
}

.contact-row a {
    color: #6AA9C9;
    text-decoration: none;
}

.contact-row a i {
    font-size: 1.5em;
    margin: 1rem;
}



.copy {
    text-align: center;
    color: white;
    margin-top: 4rem;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: 1px solid #ccc;
    padding: 1rem;
    
}

.copy a {
    color: #6AA9C9;
}