*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    scroll-behavior: smooth;
}
ul {
    list-style: none !important;
}
li::marker {
    display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}
header .taki ul{
    list-style: none;
}
header .caret,
header .xmark {
    display: none;
}
a{
    text-decoration: none;
}
#navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: flex;
    gap: 30px;
    margin-bottom: 9rem;
    background: #fff;
    align-items: center;
}
#navbar img {
    width: 300px;
   margin-left: 50px;
}
#navbar ul {
    display: flex;
    margin-right:100px ;
}
#navbar ul li a{
    padding: 15px 20px;
    color: red;
    font-weight: 600;
}
#navbar ul li a:hover{
    border-bottom: 2px solid  chocolate;
}
header .content{
    background-image: url('../Image/louer-residence-plateau-mont-royal-quebec.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 340px;
    height: 100%;
}
.primary-text{
    color: red;
}
header{
    overflow: hidden;
    height: 100vh;
    position: relative;
}
header .content h1{
    position: relative;
    text-align: center;
    font-size: 48px;
    padding: 0 40px;
    margin: 20px 0;
    animation-name: exo;
    animation-duration: 2s;
    color: #f30a0a;
}
@keyframes exo {
    0% {
        background-color: #fff;
        left: -200%;
    }
    70% {
        background-color: #fff;
    }
    100% {
        left: 0%;
    }
}
.animated-name {
    opacity: 0;
    animation: slideIn 1s ease forwards;
}
.animated-name:nth-child(1) {
    animation-delay: 1s;
}
.animated-name:nth-child(2) {
    animation-delay: 1.2s;
}
.animated-name:nth-child(3) {
    animation-delay: 1.4s;
}
.animated-name:nth-child(4) {
    animation-delay: 1.6s;
}
.animated-name:nth-child(5) {
    animation-delay: 1.8s;
}
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
header::before {
    content: ;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0, 0.6);
}
header *{
    z-index: 10;
}
header .presentation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}
header .presentation h3 {
    flex-basis: 48%;
    color: rgba(255, 0, 0, 0.7);
}
main {
    border-left: solid 20px #f30a0a ;
    border-right: solid 20px #f30a0a ;
}
main .container img{
    width: 400px;
    border-radius: 40px;
}
.container {
    margin: auto;
    max-width: 1100px;
}
#NOTRE-MISSION {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#NOTRE-MISSION .title{
    font-size: 40px;
    color: #f30a0a;
}
#NOTRE-MISSION .about-mission{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#NOTRE-MISSION .about-mission p{
    margin-right: 7rem;
    font-weight: 500;
    line-height: 1.6;
}
#Engagements {
    display: flex;
    height: 100vh;
    padding: 20px 0;
    justify-content: center;
}
#Engagements .title{
  color: #f30a0a;
    margin-bottom: 2rem;
    font-size: 40px;
}
#Engagements .container .Nos-Engagements{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
#Engagements .container .Nos-Engagements .haithem{
    color: #0c0000;
}
#Engagements .container .Nos-Engagements b{
    color: #f30a0a;
    font-size: 20px;
}
#Engagements .container .Nos-Engagements .moncef{
   color: #0a0000;
}
#Engagements .container .Nos-Engagements div:nth-of-type(2) p {
    margin-bottom: 30px;
}
#Engagements .container .Nos-Engagements div:nth-of-type(2) p:nth-of-type(1) {
    margin-top: 30px !important;
}
#autre {
    height: 100vh;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background: url(.) center center/cover no-repeat ;    
}
#autre .title h1{
    margin-bottom: 2rem;
    color: #f30a0a;
    font-size: 50px;
}
#autre .title p{
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1rem;
}
#autre .zid p {
    margin-bottom:2rem;
}
#autre .zid span{
    font-size: 20px;
   color: red;
   margin-bottom:4rem;
}
#DIVISIONS{
    padding: 3rem;
    background-size: cover;
    height: 100vh;
}
#DIVISIONS .title{
    color: #f30a0a;
    margin-bottom: 3rem;
}
#DIVISIONS .title h2{
    margin-bottom: 2rem;
    animation-name: x;
    animation-duration:5s ;
}
@keyframes x{
    from{ 
   background: red;
   width: 20%;
    }
    to{
   width: 100%;
    }
}
#DIVISIONS .about-divisions{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#DIVISIONS .about-divisions .DIVISIONS-right{
    font-weight: 500;
    line-height: 1.6;
}
#DIVISIONS .about-divisions .DIVISIONS-left{
    font-weight: 500;
    line-height: 1.6;
}
#DIVISIONS .about-divisions span{
    color: red;
    margin-bottom: 5rem;
}
#DIVISIONSf .title{
    color: #f30a0a;
}
#DIVISIONSf .container .initial{
    display: flex;
}
#DIVISIONSf .container .initial img{
    width: 300px;
    height: 200px;
}
#DIVISIONSf .container .initial .list{
    margin-right: 9rem;
    font-weight: 500;
    line-height: 1.6;
}
#DIVISIONSf .container .Développement{
    display: flex;
    padding: 0 30px;
}
#DIVISIONSf .container .Développement .list{
    margin-right: 7rem;
    font-weight: 500;
    line-height: 1.6;
} 
#DIVISIONSf .container .Développement img{
    width: 300px;
    height: 200px; 
}
#DIVISIONSf .container .wahed{
    display: flex;
    margin-bottom: 30px;
}
#DIVISIONSf .container b{
    color: #f30a0a;
}
#marche .container .thnin{
    display: flex;
}
#marche .container .lanc{
    display: flex;
}
#marche .container .lanc .list {
    margin-right: 7rem;
    font-weight: 500;
    line-height: 1.6;
}
#marche .container .lanc img{
    width: 250px;
    height: 200px;
    margin: 0 20px;
    padding-right: 20px;
}
#marche .container b{
    color: #f30a0a;
}
#marche .container .Expansion .list{
    margin-right: 7rem;
    font-weight: 500;
    line-height: 1.6;
}
#marche .container .Expansion {
    display: flex;
}
#marche .container .Expansion img{
    width: 250px;
    height: 200px;   
}
#INVESTISSEMENT .title{
    padding-top: 14px;
    margin-bottom: 3rem;
    color: #f30a0a;
}
#INVESTISSEMENT .container .INVESTISSEMENTs{
    display: flex;
}
#INVESTISSEMENT .container .INVESTISSEMENTs .texte{
    padding: 0 40px;
}
#INVESTISSEMENT .container .INVESTISSEMENTs .texte h4{
    color: red;
    margin-bottom: 2rem;
}
#INVESTISSEMENT .container .INVESTISSEMENTs .texte ul{
    margin-bottom: 1rem;
}
#photos{
    display: flex;
    justify-content: center;
    height:70vh;
}
#photos .container{
    display: flex;
}
#photos .container img{
    width: 400px;
    height: 300px;
    padding: 20px 20px;
    opacity: 0.8;
}
#photos .container img:hover{
    opacity: 1;
}
#photos .container h3{
    text-align: center;
    font-size: 20px;
}
#photo{
    display: flex;
    justify-content: center;
    height:70vh;
}
#photo .container{
    display: flex;
}
#photo .container img{
    width: 400px;
    height: 300px;
    padding: 20px 20px;
   
    opacity: 0.8;
   
}
#photo .container img:hover{
    opacity: 1;
}
#photo .container h3{
    text-align: center;
    font-size: 20px;
}
#bourse-container {
    margin-top: 50px;
}

#bourse-table {
    width: 100%;
    border-collapse: collapse;
}

#bourse-table th, #bourse-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#bourse-table th {
    background-color: #f2f2f2;
}

.Contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.Contact .contain {
    text-align: center;
    width: 600px;
}
.Contact .special + h1 + p {
    margin-bottom: 28px;
}
.Contact .contain .contact_us {
    display: flex;
    flex-direction: column;
    align-items: center;
}  
.Contact .contain .information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    margin-bottom: 20px;
    background: linear-gradient(#ee0505, #f70404);
    width: 274px;
    border-radius: 16px;
    border: 1px solid #eceff3;
}


.Contact .contain .information img {
    width: 160px;
    margin: 20px 0;
}
.Contact .contain .information ul li {
    display: flex;
    align-items: center;
    padding-bottom: 28px;
}
.Contact .contain .information ul li:nth-of-type(3) {
    align-items: normal;
    text-align: start;
}
.Contact .contain .information ul li i {
    font-size: 14px;
}
.Contact .contain .information ul li:nth-of-type(3) i {
    padding-top: 6px;
}
.Contact .contain .information ul li p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
   color: rgb(0, 0, 0);
    padding-left: 12px;
}
.Contact .contain .ButtFormulaire {
    background: linear-gradient(261.63deg, #fa0707 0.11%, #ff0202 29.38%, #ff0000 100.11%), #ff0303;
    color: white;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.Contact .contain h1 {
    color: #ee0505;
    font-size: 40px;
}
.Contact .contain h4{
    color: #ee0505;
    font-size: 20px;
}
.Contact .pali{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contain {
    order: 3;
    flex-basis: 25%;
}
.first_div{
    flex-basis: 70%;
    order: 1;
}
.Contact .pali img{
    width: 100%;
    margin-bottom: 1rem;
    color: #f30a0a;

}
.Contact .pali h1{
    
    font-size: 40px;
    color: #f30a0a;
    text-align: center;
}

.Contact .contain .islam{
    color: #f70404;
    font-size: 20px;
}

.Contact .popup {
    z-index: 99999999999999;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}
.Contact .popup .close {
    position: absolute;
    top: -21px;
    right: -18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid black;
    cursor: pointer;
}
.Contact form {
    position: relative;
    background-color:rgb(255, 252, 252);
    height: 450px;
    width: 600px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.Contact form input,
.Contact form textarea {
    color: var(--black);
    background: rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 16px 24px;
    height: 60px;
    margin-bottom: 16px;
    outline: none;
    border: none;
}
.Contact form textarea {
    height: 109px;
    resize: none;
    line-height: normal;
}
.Contact form input:nth-of-type(4) {
    width: 138px;
    height: 56px;
    margin: 0 auto;
    background: red;
    box-shadow: 0px 5px 15px rgba(3, 160, 255, 0.15);
    border-radius: 16px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 0;
}
@media (max-width: 1120px) {
    header .caret {
        display: block;
    }
    #navbar img {
        width: 160px;
        margin-left: 0 !important;
    }
    header nav ul .caret {
        display: block;
    }
    header nav ul {
        display: none !important;
    }
    .list {
        display: flex !important;
    }
    header nav ul {
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10000;
        height: 100vh;
    }
    header nav ul li {
        padding: 26px 0;
        font-size: 36px;
    }
    #Engagements .container .Nos-Engagements,
    #DIVISIONSf .container .wahed,
    #marche .container .thnin,
    #INVESTISSEMENT .container .INVESTISSEMENTs,
    #NOTRE-MISSION .about-mission,
    #marche .container .Expansion,
    #marche .container .lanc,
    #DIVISIONSf .container .Développement,
    #DIVISIONSf .container .initial,
    #DIVISIONS .about-divisions,
    #photo .container,
    #photos .container,
    .Contact .pali {
        flex-direction: column;
        align-items: center;
    }
    main .container img {
        width: 220px;
        margin-top: 20px;
    }
    #NOTRE-MISSION {
        margin-top: 580px;
    }
    #DIVISIONS .about-divisions .DIVISIONS-right {
        padding: 0 !important;
    }
    #NOTRE-MISSION .about-mission p {
        margin: 0 !important;
    }
    #INVESTISSEMENT .container .INVESTISSEMENTs {
        align-items: center;
    }
    #DIVISIONS {
        margin-top: 800px;
    }
    #photo {
        margin-top: 400px;
    }
    .Contact .pali img {
        width: 260px;
    }
    .newSec {
        margin-top: 500px;
    }
    .Contact {
        margin-top: 640px;
    }
    .Contact .contain {
        width: 100%;
    }
    .Contact .pali h1 {
        font-size: 22px;
    }
    .first_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 34px;
    }
}

@media (max-width: 768px) {
    #NOTRE-MISSION {
        margin-top: 1000px !important;
    }
    #DIVISIONS {
        margin-top: 900px !important;
    }
    .newSec {
        margin-top: 600px !important;
    }
}

