/*********************************************************************بسمِ اللَّه الرَّحمَانِ الرَّحِيم****************************************************************/
               /****************************************سُبحَانكَ لا علم لنا إلاََّ ما علَّمتنا إنَّك أنت العليمُ الحكيم***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
*, ::before, ::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #101116;
    font-family: "Amiri", serif; 
    position: relative;   
}

.container{
    margin: 25px 25px 0 25px;
    
}


/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/

/*********************************************************\\\\\\\\\\\\\\ Header //////////////////*****************************************************************/

header{
    background: linear-gradient(to top, #101116 10%, #202124, #202124 90%);
    /* background-color: #202124; */
    display: grid;  
    grid-template-columns: 500px 500px 1fr 400px;  
    justify-items: center; 
    justify-content: space-between;         
    /* position: relative; */
    width: 100%;
    height: auto;  
    border-radius: 20px; 
    margin: 0 auto;
 }

                                /******************************* Logo آلاء نعيم القطراوي************************************/

    
    header .orange-name{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 10px 10px 0;
    /* background-color: #202124; */
    margin-top: 20px;
}


header .yellow-name{
    display: none;
}

header .orange-name img{
   width: 295px;
   height: auto;       
}

header button.menu-burger{
    display: none;
}

.iftar{
    display: none;
}



                                 /********************************** أبناء آلاء رحمهم اللَّهُ تعالى********************************/
                                /*****************************************  °°°°°°°°°°       ********************************/
                                 /**************************************** alaa's childrens********************************/

header .carouselDeadChildrens{
    grid-column: span 2;
    grid-row: 1 / 3;
    background: none;
    display: flex;
    width: 500px;
    height: 310px;
    justify-content: space-between;
    align-items: center;
}
header .carouselDeadChildrens .childs{
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

header .carouselDeadChildrens  .childs:hover{
    box-shadow: 0px 0px 20px 2px rgb(70, 68, 68);
}


header .carouselDeadChildrens .photo{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 80px;
    background-color: #202124;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px, rgba(234, 234, 236, 0.25) 0px 50px 100px -20px, rgba(218, 214, 214, 0.3) 0px 30px 60px -30px;
}

header .carouselDeadChildrens .photo img{
    width: 60px;
    height: auto;
}

header .carouselDeadChildrens .name{
    width: 60px;
    height: auto;

} 


                                /********************************** التاريخ والطَّقس ********************************/

header div.date-temp{ 
    grid-column: 1 / 2;
    grid-row: 2 / 3;  
    background-color: #101116;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
    border-radius:  15px 0 0 0;
    width: 100%;
    height: auto;
    border-top: 3px solid rgb(73, 71, 71); 
    position: relative; 
    bottom: 0; 
}


/*************************************************************  التَّاريخ**************************************************************************/

.date{  
    min-width: 290px;
    max-width: 300px;  
}

.date p {
    direction: rtl;
    font-size: 20px;
    color: white;
    text-align: right;
    font-family: "Amiri", serif;
    font-size: 17px;
    padding-right: 10px;   
}

/*************************************************************** الطَّقس ******************************************************************************/

.cadre{
    width: 200px;
    height: auto;   
    border-radius: 15px;  
    margin-top: 3px;
    margin-left: 3px;  
}

header .cadre.text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: auto;
}

header .cadre.text img{
    width: 110px;
    height: auto;
}


.small-weather-box{
    direction: rtl;
    border: 2px solid #101116;
    border-radius: 15px;
    width : auto;
    min-width: 140px;
    height: auto;
    color: #FFFFFF;   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    cursor: pointer;   
}

.small-weather-box:hover{
    border: 2px solid #202124;
    border-radius: 15px;
}

    /**City name**/

.small-weather-box .title{
    direction: rtl;
    width: auto;
    text-indent: 8px;
    position: relative; 
    top: 10px;  
    text-align: center;
    font-family: "Amiri", serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-top: 0;
}

    /**Celcius temperature**/

.small-weather-box .degree{
    font-family: "lora", serif;
    font-size: 23px;
    font-weight: 200;
    background-color: none;
    position: relative;
    top: 10px;
}
                                                      /** Description weather and weather icon**/

.small-weather-box .weather{  
    direction: ltr;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5px;

}

.small-weather-box p{   
    font-family: "Amiri", serif;
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: left;
}

.small-weather-box img{    
    width: 50px;
    height: auto;
}



 /****************************************************************** تطبيق عرض الطقس في العواصم العربية *****************************************************************/




 /****************************************************************** Images Gaza in slides *****************************************************************/

 .carousel{  
    direction: ltr; 
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    height: 310px;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}
.slides-box{
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}


/************************************Les photos *********************************/

.slides{
    display: flex;
    align-items: center;
    width: 400px;
    height:auto;
    border-radius: 8px;    
}
.slides .slide{
    min-width: 100%; 
    transition: background-color 0.6s ease;
}

.slides .slide img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    transition: background-color 0.6s ease;
}

/*************************** Les flêches de direction **************************/

span.next,  span.prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 16px;
    color: #eee;
    font-weight: bold;
    font-size: 22px;
    transition: 0.5s;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    background-color: none;
}

span.next{
    right: 10px;   
}
span.prev{
    left: 10px;
}

 span.next:hover,  span.prev:hover{
    background-color: #000000;
    opacity: 0.8;
    color: red;
}

/* Le drapeau de la palestine 
    Green hexadecimal  : #009639 
    Black hexadecimal  : #000000
    White hexadecimal  : #FFFFFF
    Red hexadecimal    : #ED2E38
*/

header img.logo{
    grid-column: 3 / 4;
    width: 80px;
    height: auto;
    position: absolute;
    left: 60px;
    top: 30px;

}


/**************************************************************************  Page principale ******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Navigation //////////////////****************************************************************/


nav{
    border-top : 1.5px solid #202124;  
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    margin-top: 10px;
    
}

nav .date-phone{
    display: none;
}

nav .weather-phone{
    display: none;
}

nav .small-weather-box {
    display: none;
}
nav div.links{
    display: flex;
    justify-content: center;
    align-items: flex-start ;
}

nav div.links a{
    opacity: 0.5;
    display: flex;
    align-items: flex-start;
    color: #FFFFFF;
    font-family: "Amiri", serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    margin-left: 5px;
    
    background: none;
    text-decoration: none;    
}
nav div.links a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-out;
    background-color: white;  
   
}

nav div.links a:hover::after {
    transform: scale(1);
}

nav div.links a:hover {
    opacity: 1;
    
}

nav div.links img {
    width: 22px;
    height: auto;
    margin-left: 10px;
    margin-top: 5px;
}


/******************** Social media Icons *********************/

nav div.nav-social-media{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    
}
nav .nav-social-media .nav-social-icon{
    width: 40px;
    height: 40px;
    margin-right: 6px;   
    border-radius: 5px;    
}

nav .nav-social-media .nav-social-icon.youtub{
    margin-right: 0;        
}

nav .nav-social-media .nav-social-icon img{  
    border-radius: 8px;
    margin-right: 4px;
    width: 40px;
    height: auto;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

nav .nav-social-media img:hover{
    box-shadow: 0px 0px 20px 2px rgb(70, 68, 68);
    border-radius: 8px;   
}

/*************************************************************************  Page principale ******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////****************************************************************/






/********************** وردة تحت القنابل *******************/

#section-page-principale-right{
    text-decoration: none;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;  
 }

 #section-page-principale-right img{
    text-decoration: none;
    width: 221px;
    height:auto;
 }






 /********************************************* Section home page *****************************************/

section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    margin-top: 10px;  
    z-index: 0;
}


 #section-page-principale-center{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

 #section-page-principale-center img{
    margin-top: -10px;
    width: 300px;
    height: auto;
  
}


 #section-page-principale-left{
    width: 100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

 #section-page-principale-left .cadre-poem{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 99;
}

#section-page-principale-left .cadre-poem p{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
   
}


#section-page-principale-left .cadre-poem img{
    width: 200px;
    height: auto;
    margin-top: 0;
}


 #section-page-principale-left #description img {
    margin-top: 50px;
    width: 250px;
    height: auto;
} 

 #section-page-principale-left .cadre-poem:hover{
    box-shadow: rgba(82, 20, 20, 0.25) 0px 54px 55px, rgba(94, 93, 93, 0.12) 0px -12px 30px, rgba(77, 10, 10, 0.12) 0px 4px 6px, rgba(70, 69, 69, 0.17) 0px 12px 13px, rgba(71, 8, 8, 0.09) 0px -3px 5px;

}





/******************************************************************  Page Who is alaa al-qatraoui ? *****************************************************************************/
/******************************************************************  Page Who is alaa al-qatraoui ? *****************************************************************************/
/******************************************************************  Page Who is alaa al-qatraoui ?******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************************************/
                      

                                 /********************************** أبناء آلاء رحمهم اللَّهُ تعالى********************************/
                            

header .carouselDeadChildrens{
    grid-column: span 2;
    grid-row: 1 / 3;
    background: none;
    display: flex;
    width: 500px;
    height: 310px;
    justify-content: space-between;
    align-items: center;
}
header .carouselDeadChildrens .childs{
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

header .carouselDeadChildrens  .childs:hover{
    box-shadow: 0px 0px 20px 2px rgb(70, 68, 68);
}


header .carouselDeadChildrens .photo{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 80px;
    background-color: #202124;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px, rgba(234, 234, 236, 0.25) 0px 50px 100px -20px, rgba(218, 214, 214, 0.3) 0px 30px 60px -30px;
}

header .carouselDeadChildrens .photo img{
    width: 60px;
    height: auto;
}

header .carouselDeadChildrens .name{
    width: 60px;
    height: auto;

} 



/******************************************************************  Page Who is alaa al-qatraoui ? *****************************************************************************/
/******************************************************************  Page Who is alaa al-qatraoui ? *****************************************************************************/
/******************************************************************  Page Who is alaa al-qatraoui ?******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////***********************************************************************/

                                                        
                                                      /************************* Right ****************************/


 #section-page-whoIsAlaa-right{
    margin: 0;
    background-color: #101116;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items:center;
    justify-content: center;
    font-family: "Amiri" sans-serif;
}


.child {
    direction: ltr;
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 400px;
    background-color: #202124;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    overflow: scroll;
    scrollbar-width:thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */  
}



/* Scroll Pour Chrome, Edge et Safari */
#section-page-whoIsAlaa-center-text::-webkit-scrollbar{
direction: ltr;
width: 2px;
}
#section-page-whoIsAlaa-center-text::-webkit-scrollbar-track {
background: #101116
}

#section-page-whoIsAlaa-center-text::-webkit-scrollbar-thumb {
background-color: #202224;
border-radius: 10px;
}


.child img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;   
}

.child p {
    direction: rtl;
    color: antiquewhite;
    font-size: 15px;
    margin-top:130px;
    opacity: 0;
    padding: 15px;
}

.info {
    direction: rtl;
    bottom: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #41404079;
    transition: all 0.3s;
}

.name {
    direction: rtl;
    font-size: 17px;
    font-weight: 200;
    color: #f9f9f9;
}

.role {
    direction: rtl;
    font-size: 16px;
    font-weight: 400;
    color: #e9e7e7;
}

.child:hover img {
    top: 20px;
    left: 5px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.child:hover .info{
    direction: rtl;
    left: 40%;
    top: 15px;
    height: 100px;
    width: 60%;
    color: black;
    border-bottom-left-radius: 20px;
}

.child:hover p {
    animation: fadeUp 0.5s forwards;
}

@keyframes fadeUp {
    from  {
        opacity:0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform:  translateY(0);
    }
    
}



#yamenDisplay{
    display: none;

}



#orchidDisplay{
    display: none;

}

#carmelDisplay{
    display: none;

}

#kananDisplay{
    display: none;

} 

                                          /************************* center ****************************/

#section-page-whoIsAlaa-center{ 
    width: 100%;
    height: auto;
}

#section-page-whoIsAlaa-center-text img.float{
    display: none;
}


#section-page-whoIsAlaa-center-text{ 
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    width: 90%;
    height: 410px;
    overflow: scroll;
    scrollbar-width:thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */    
}

#section-page-whoIsAlaa-center-text img.float{
    display: none;
}



/* Scroll Pour Chrome, Edge et Safari */
#section-page-whoIsAlaa-center-text::-webkit-scrollbar{
direction: ltr;
width: 2px;
}
#section-page-whoIsAlaa-center-text::-webkit-scrollbar-track {
background: #101116
}

#section-page-whoIsAlaa-center-text::-webkit-scrollbar-thumb {
background-color: #202224;
border-radius: 10px;
}

#section-page-whoIsAlaa-center-text .alaaIdentifier{
    direction: ltr;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

#section-page-whoIsAlaa-center-text .alaaIdentifier img{
    margin-right: 15px;
    width: 80px;
    height: auto;
}

#section-page-whoIsAlaa-center-text h1{
    direction: rtl;
    text-align: right;
    color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 10px;
   
} 

#section-page-whoIsAlaa-center-text  p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 18px;
    text-align: right;
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
}

#section-page-whoIsAlaa-center-text .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}    




                                                /************************* Left ****************************/
#section-page-whoIsAlaa-left{
width: 100%;   
}

#section-page-whoIsAlaa-left img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 300px;
    height: auto;
}

#section-page-whoIsAlaa-left p{
    box-shadow: inset 0 0px 8px rgba(218, 214, 214, 0.2) ;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 250px;
    height: 50px;
}

/******************************************************************  Page مقـــــــــــــــــالات  *****************************************************************************/
/******************************************************************  Page مقـــــــــــــــــالات  *****************************************************************************/
/******************************************************************  Page مقـــــــــــــــــالات  ******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************************************/
header .carousel.article {  
    direction: ltr;
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}
header .carousel.article img {
    width: 280px;
    height: auto;
}

/******************************************************************  Page مقــــــــــــــــــالات  *****************************************************************************/
/******************************************************************  Page مقــــــــــــــــــالات  *****************************************************************************/
/******************************************************************  Page مقــــــــــــــــــالات  ******************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/
section.article{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
                                                        
                                                      /************************* Right ****************************/

#section-page-article-right{
    direction: ltr;
    display: flex;
    flex-direction: column;  
    justify-content: flex-start;
    align-items: flex-start;     
    width: 310px;
    height: 400px;
    margin-top: 0;    
    margin-right: 5px; 
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */     
}



/* Scroll Pour Chrome, Edge et Safari */
#section-page-article-right::-webkit-scrollbar{
  direction: ltr;
  width: 2px;
}
#section-page-article-right::-webkit-scrollbar-track {
    background: #101116;
}
#section-page-article-right::-webkit-scrollbar-thumb {
    background-color: #202224;
    border-radius: 10px;
}

img.title{
    display: none;
}




#section-page-article-right a{
    direction: rtl;
    color: #ffffff;
    text-decoration: none;
    width: 290px;
    height: auto;
    border-radius: 4px;
    margin: 5px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 1px 1px 5px gray;
    opacity: 0.5;
}

#section-page-article-right-index a img{
     width: 35px;
     height: 35px;
     border-radius: 5px;   
}

#section-page-article-right a:hover{
     box-shadow: 5px 2px 10px rgb(145, 139, 139), inset 1px 1px 5px gray;
     opacity: 1;
    
} 

                                                        /************************* Center ****************************/

#section-page-article-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 400px;
}


#section-page-article-center .indication {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 200px;
    z-index: 99;
    
}

#section-page-article-center .indication p{
    font-size: 19px;
    font-family: "Amiri", serif;
    color: #FFFFFF;
}  

#section-page-article-center .indication img {
    width: 40px;
    height: auto;
}

#section-page-article-center img.illustration-article{
    width: 450px;
    height: auto;
    bottom: 10px;
    left: 50%;
    right: 50%;
}


 /************************* Left ****************************/
#section-page-article-left{
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;  
}
    
#section-page-article-left img{
    width: 310px;
    height: auto;
    z-index: 99;
}



/******************************************************************  Page مقــــــــــــــــــالات  *****************************************************************************/
/******************************************************************                النصوص           *****************************************************************************/
/******************************************************************                النصوص           ******************************************************************/
/******************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/

                                                        
                                                        /************************* Right ****************************/


#section-page-article-center-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    direction: ltr;
    margin-top: 10px;
    width: 100%;
    height: 400px;
    overflow: scroll;
    scrollbar-width:thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */ 
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-article-center-text::-webkit-scrollbar{
direction: ltr;
width: 2px;
}
#section-page-article-center-text::-webkit-scrollbar-track {
background: #101116
}

#section-page-article-center-text::-webkit-scrollbar-thumb {
background-color: #202224;
border-radius: 10px;
}


#section-page-article-center-text img{
    float: left;
    width: 260px;
    height: auto;
    margin: 25px;
    margin-top: 30px;
    object-fit: cover;
}

#section-page-article-center-text h2 {
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 10px; 
    font-size: 26px; 
}

#section-page-article-center-text p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 16px;
    text-align: right;
    line-height: 35px;
    padding: 20px 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}



#section-page-article-center-text .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}    

/* Le drapeau de la palestine 
    Green hexadecimal  : #009639 
    Black hexadecimal  : #000000
    White hexadecimal  : #FFFFFF
    Red hexadecimal    : #ED2E38
*/




/******************************************************************  Page قصـــــــــــــــــائد  *****************************************************************************/
/******************************************************************  Page قصـــــــــــــــــائد  *****************************************************************************/
/******************************************************************  Page قصـــــــــــــــــائد    ***************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************************************/


header .carousel.poems {  
    direction: ltr;
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}

header .carousel.poems img {
    width: 280px;
    height: auto;
}


/******************************************************************   Page قصـــــــــــــــــائد  *****************************************************************************/
/******************************************************************   Page قصـــــــــــــــــائد  *****************************************************************************/
/******************************************************************   Page قصـــــــــــــــــائد    ***************************************************************************/


/****************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/
section.poems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} 


 #section-page-poem-right{
    direction: ltr;
    display: flex;
    flex-direction: column;  
    justify-content: flex-start;
    align-items: flex-start;     
    width: 310px;
    height: 400px;
    margin-top: 0;  
    margin-right: 5px;    
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */     
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-poem-right::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
  }
  #section-page-poem-right::-webkit-scrollbar-track {
      background: #101116;
  }
  #section-page-poem-right::-webkit-scrollbar-thumb {
    background-color: #202224;
    border-radius: 10px;
  }
  

#section-page-poem-right a{
    direction: rtl;
    color: #ffffff;
    text-decoration: none;
    width: 290px;
    height: auto;
    border-radius: 4px;
    margin: 5px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 1px 1px 5px gray;
    opacity: 0.5;
}

#section-page-poem-right a img{
     width: 35px;
     height: 35px;
     border-radius: 5px;   
}

#section-page-poem-right a:hover{
    box-shadow: 5px 2px 10px rgb(87, 86, 86), inset 1px 1px 5px gray;
    opacity: 1;
    
} 

/************************* Center ****************************/

#section-page-poem-center{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 400px;
}

#section-page-poem-center .indication{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 200px;
    z-index: 99;
}

#section-page-poem-center .indication img{
    width: 40px;
    height: auto;
 }

#section-page-poem-center .indication p{
    font-size: 19px;
    font-family: "Amiri", serif;
    color: #FFFFFF;  
 }



#section-page-poem-center .illustration-poeme{
    width: 450px;
    height: auto;
    bottom: 10px;
    left: 50%;
    right: 50%;
}




/************************* Left ****************************/

#section-page-poem-left{
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;  
}
    
#section-page-poem-left img{
    width: 310px;
    height: auto;
    z-index: 98;
}


 /******************************************************************  Page صفحــــــات نصوص القصائد ****************************************************************************/
 /******************************************************************  Page صفحــــــات نصوص القصائد ****************************************************************************/
 /******************************************************************  Page صفحــــــات نصوص القصائد ****************************************************************************/

/****************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/


                                                    /************************* Center ****************************/

#section-page-poem-center-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    position: relative;
    direction: ltr;
    margin-top: 10;
    width: 100%;
    height: 400px;
    overflow: scroll;
    scrollbar-width:thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */     
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-poem-center-text::-webkit-scrollbar{
direction: ltr;
width: 2px;
}
#section-page-poem-center-text::-webkit-scrollbar-track {
background: #101116
}

#section-page-poem-center-text::-webkit-scrollbar-thumb {
background-color: #202224;
border-radius: 10px;
}


#section-page-poem-center-text h2{
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    margin-top:5px;
    font-size: 26px;
}

#section-page-poem-center-text div h2 .left-line,
#section-page-poem-center-text div h2 .right-line{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}


#section-page-poem-center-text p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    padding: 20px 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* #section-page-poem-center-text img{
    float: left;
    width: 250px;
    margin-right: 20px;
} */

#section-page-poem-center-text .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}  






/******************************************************************   Page أدعيــــــــــــــــة *****************************************************************************/
/******************************************************************   Page أدعيــــــــــــــــة *****************************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************************************/


header .carousel.supplications {  
    direction: ltr;
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}

header .carousel.supplications img {
    width: 280px;
    height: auto;
}


/******************************************************************   Page أدعيــــــــــــــــة *****************************************************************************/
/******************************************************************   Page أدعيــــــــــــــــة *****************************************************************************/
/******************************************************************   Page أدعيــــــــــــــــة *****************************************************************************/


/****************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/
section.supplications {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} 


 #section-page-supplications-right{
    direction: ltr;
    display: flex;
    flex-direction: column;  
    justify-content: flex-start;
    align-items: flex-start;     
    width: 310px;
    height: 400px;
    margin-top: 0;  
    margin-right: 5px;    
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */     
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-supplications-right::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
  }
  #section-page-supplications-right::-webkit-scrollbar-track {
      background: #101116;
  }
  #section-page-supplications-right::-webkit-scrollbar-thumb {
    background-color: #202224;
    border-radius: 10px;
  }
  

#section-page-supplications-right a{
    direction: rtl;
    color: #ffffff;
    text-decoration: none;
    width: 290px;
    height: auto;
    border-radius: 4px;
    margin: 5px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 1px 1px 5px gray;
    opacity: 0.5;
}

#section-page-supplications-right a img{
     width: 35px;
     height: 35px;
     border-radius: 5px;   
}

#section-page-supplications-right a:hover{
    box-shadow: 5px 2px 10px rgb(87, 86, 86), inset 1px 1px 5px gray;
    opacity: 1;
    
} 

/************************* Center ****************************/

#section-page-supplications-center{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 400px;
}

#section-page-supplications-center .indication{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 200px;
    z-index: 99;
}

#section-page-supplications-center .indication img{
    width: 40px;
    height: auto;
 }

#section-page-supplications-center .indication p{
    font-size: 19px;
    font-family: "Amiri", serif;
    color: #FFFFFF;  
 }



#section-page-supplications-center .illustration-supplications{
    width: 450px;
    height: auto;
    bottom: 10px;
    left: 50%;
    right: 50%;
}




/************************* Left ****************************/

#section-page-supplications-left{
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;  
}
    
#section-page-supplications-left img{
    width: 310px;
    height: auto;
    z-index: 98;
}


 /******************************************************************  Page صفحــــــات نصوص الأدعية ****************************************************************************/
 /******************************************************************  Page صفحــــــات نصوص الأدعية ****************************************************************************/
 /******************************************************************  Page صفحــــــات نصوص الأدعية ****************************************************************************/

/****************************************************************\\\\\\\\\\\\\\ Section //////////////////************************************************************************/


                                                    /************************* Center ****************************/

#section-page-supplications-center-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    position: relative;
    direction: ltr;
    margin-top: 10;
    width: 100%;
    height: 400px;
    overflow: scroll;
    scrollbar-width:thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */     
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-supplications-center-text::-webkit-scrollbar{
direction: ltr;
width: 2px;
}
#section-page-supplications-center-text::-webkit-scrollbar-track {
background: #101116
}

#section-page-supplications-center-text::-webkit-scrollbar-thumb {
background-color: #202224;
border-radius: 10px;
}


#section-page-supplications-center-text h2{
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    margin-top:5px;
    font-size: 26px;
}

#section-page-supplications-center-text div h2 .left-line,
#section-page-supplications-center-text div h2 .right-line{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}


#section-page-supplications-center-text p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    padding: 20px 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.supplications-text #section-page-supplications-center-text img{
    width: 200px;
    height: auto;
    border-radius: 50%;
    box-shadow: 3px 2px 8px rgb(68, 67, 67);
    padding: 20px;
    margin: 20px auto;
    float: left;
}


/* #section-page-poem-center-text img{
    float: left;
    width: 250px;
    margin-right: 20px;
} */

#section-page-supplications-center-text .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}  


 /**********************************************************************        Page كتب        ****************************************************************************/
 /**********************************************************************        Page كتب        ****************************************************************************/
 /**********************************************************************        Page كتب        ****************************************************************************/



/*****************************************************************\\\\\\\\\\\\\\ Header //////////////////******************************************************************/


 header .carousel.books {  
    direction: ltr;
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    justify-content: center;
    align-items: center;  
    background: none;  
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}

header .carousel.books img {
    width: 280px;
    height: auto;
}



 /**********************************************************************        Page كتب        ****************************************************************************/
 /**********************************************************************        Page كتب        ****************************************************************************/
 /**********************************************************************        Page كتب        ****************************************************************************/
/*****************************************************************\\\\\\\\\\\\\\ Section //////////////////******************************************************************/
section.books{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   
}

/************************* Right ****************************/

 #section-page-books-right{
     display: flex;
     flex-direction: column; 
     justify-content: flex-start;
     align-items: flex-start;      
     width: 310px;
     height: 410px;
     margin-top: 0;
     margin-right: 20px;     
     overflow: scroll;
     scrollbar-width: thin; /* Pour Firefox */
     scrollbar-color: #202224 #101116; /* Pour Firefox */      
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-article-right::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
  }
  #section-page-article-right::-webkit-scrollbar-track {
      background: #101116;
  }
  #section-page-article-right::-webkit-scrollbar-thumb {
      background-color: #202224;
      border-radius: 10px;
  }

#section-page-books-right a{
     color: #ffffff;
     text-decoration: none;
     width: 290px;
     height: auto;
     border-radius: 4px;
     margin: 5px;
     padding-top: 14px;
     padding-bottom: 13px;
     padding-left: 10px;
     padding-right: 15px;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     box-shadow: inset 1px 1px 5px gray;
     opacity: 0.5;
}

#section-page-books-right a img{
     width: 35px;
     height: 35px;
     border-radius: 5px;   
}

#section-page-books-right a:hover{
     box-shadow: 5px 2px 10px rgb(145, 139, 139), inset 1px 1px 5px gray;
     opacity: 1;
    
} 


/************************* Center ****************************/

#section-page-books-principale-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 400px;
}

#section-page-books-principale-center .indication {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 200px;
    z-index: 99;
    
}

#section-page-books-principale-center .indication img {
   width: 40px;
   height: auto;
    
}

#section-page-books-principale-center .indication p{
    font-size: 19px;
    font-family: "Amiri", serif;
    color: #FFFFFF;
     
 }
#section-page-books-principale-center .illustration-books {
    width: 450px;
    height: auto;
    bottom: 10px;
    left: 50%;
    right: 50%;
}

#section-page-books-left{
    width: 100%; 
    display: flex;
}
    
#section-page-books-left img{
    width: 310px;
    height: auto;
    z-index: 98;
    
}



/************************* Center ****************************/

#section-page-books-center-photo {
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */ 
}

#section-page-books-center-photo div{
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Scroll Pour Chrome, Edge et Safari */
#section-page-books-center-photo div::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
}

#section-page-books-center-photo div::-webkit-scrollbar-track {
    background: #101116;
}

#section-page-books-center-photo div::-webkit-scrollbar-thumb {
    background-color: #202224;
    border-radius: 10px;
}

#section-page-books-center p{
    color: #FFFFFF;
    font-size: 19px;
    font-family: "Amiri" serif;
}

#section-page-books-center-photo h2{
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 20px;
    font-size: 24px;
}


#section-page-books-center-photo h2 .left-line,
#section-page-books-center-photo h2 .right-line{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}



#section-page-books-center-photo img{
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#section-page-books-center-photo p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 19px;
    font-family: "Amiri" serif;
    margin-top: 20px;
}

#section-page-books-center-photo .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}  

#section-page-books-center-photo div span.pdf{
    
    color: whitesmoke;
    font-size: 19px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#section-page-books-center-photo div span.pdf a {
    text-decoration: none;
    color: gray;
    font-size: 19px;
    display: flex;
    align-items: center;

}

#section-page-books-center-photo div span.pdf a:hover {
    color: white;
    font-size: 19px;
    display: flex;
    align-items: center;

}
#section-page-books-center-photo div span a img {
    margin-right: 10px;
    width: 25px;
    height: auto;
    text-decoration: underline;
    
}

#section-page-books-center-photo div span.reading-file {
    margin-right: 10px;
    color: gray;
    
}




/************************* Left ****************************/

#section-page-books-left{
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;  
}

#section-page-books-left img{
    width: 310px;
    height: auto;
    z-index: 98;
}


 /**********************************************************************        Page فسحة       ****************************************************************************/
 /**********************************************************************        Page فسحة       ****************************************************************************/
  /*********************************************************************        Page فسحة       ****************************************************************************/

/*****************************************************************\\\\\\\\\\\\\\ Header //////////////////******************************************************************/

header .carousel.poets {  
    direction: ltr;
    grid-column: span 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to top, #101116 20%, #202124, #202124 80%); */
}



header .carousel.poets img{
    width: 320px;
    height: auto;
 }


 /**********************************************************************        Page فسحة       ****************************************************************************/
 /**********************************************************************        Page فسحة       ****************************************************************************/
 /**********************************************************************        Page فسحة       ****************************************************************************/

/****************************************************************\\\\\\\\\\\\\\ Section //////////////////******************************************************************/

/* Displaying elements***/

.imagePhone {
    display: none;
}


/************************* Right ****************************/
section.poets{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


 #section-page-poets-right{
    direction: ltr;
     display: flex;
     flex-direction: column; 
     justify-content: flex-start;
     align-items: flex-start;      
     width: 310px;
     height: 400px;
     margin-top: 0; 
     margin-right: 5px;      
     overflow: scroll;
     scrollbar-width: thin; /* Pour Firefox */
     scrollbar-color: #202224 #101116; /* Pour Firefox */   
}


/* Scroll Pour Chrome, Edge et Safari */
#section-page-poets-right::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
  }
  #section-page-poets-right::-webkit-scrollbar-track {
      background: #101116;
  }
  #section-page-poets-right::-webkit-scrollbar-thumb {
      background-color: #202224;
      border-radius: 10px;
  }

#section-page-poets-right a{
    direction: rtl;
     color: #ffffff;
     text-decoration: none;
     width: 290px;
     height: auto;
     border-radius: 4px;
     margin: 5px;
     padding: 12px 15px;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     box-shadow: inset 1px 1px 5px gray;
     opacity: 0.5;
}

#section-page-poets-right a img{
     width: 35px;
     height: 35px;
     border-radius: 5px;   
}

#section-page-poets-right a:hover{
     box-shadow: 5px 2px 10px rgb(145, 139, 139), inset 1px 1px 5px gray;
     opacity: 1;
    
} 

/************************* Center ****************************/

#section-page-poets-center{
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    height: 400px; 
   
}
 
#section-page-poets-center .indication {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 200px;
    z-index: 99;
}


#section-page-poets-center .indication p{
    color: #FFFFFF;
    font-size: 19px;
    font-family: "Amiri" serif;
}

 
#section-page-poets-center .indication img{
    width: 40px;
    height: auto;
}


#section-page-poets-center .illustration-poets {
    width: 450px;
    height: auto;
    bottom: 10px;
    left: 50%;
    right: 50%;
}


/************************* left ****************************/

#section-page-poets-left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-page-poets-left img{
    width: 310px;
    height: auto;
    z-index: 98;
}



 /********************************************************        Page   فسحة  النصوص الشعرية     ***********************************************************/
  /*******************************************************        Page   فسحة  النصوص الشعرية     ***********************************************************/
 /********************************************************        Page   فسحة  النصوص الشعرية     ***********************************************************/

/**************************************************************\\\\\\\\\\\\\\ Section //////////////////*******************************************************/


/************************* Center ****************************/

#section-page-poets-center-text{
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    height: 450px;
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */  
}

#section-page-article-right-index::-webkit-scrollbar{
    direction: ltr;
    width: 2px;
  }
  #section-page-article-right-index::-webkit-scrollbar-track {
      background: #101116;
  }
  #section-page-article-right-index::-webkit-scrollbar-thumb {
      background-color: #202224;
      border-radius: 10px;
  }

  #section-page-poets-center-text {
    position: relative;
  }


#section-page-poets-center-text h2{
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 26px;
}

#section-page-poets-center-text h2 .left-line,
#section-page-poets-center-text h2 .right-line{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

#section-page-poets-center-text p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Amiri" serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    
}

#section-page-poets-center-text p.sinwar{
   background: url("../images/poetsImages/sinwar.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   
}

#section-page-poets-center-text .final-line{
    min-width: 30%;
    max-width: 30%;
    border: 1px solid rgb(150, 148, 148);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}    


/************************* Left ****************************/
#section-page-poets-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-page-poets-left .imagePoet img{
    width: 350px;
    height: auto;
}


 /********************************************************  Flêche de retour en arrière  **********************************************************/
 /********************************************************  Flêche de retour en arrière  **********************************************************/
 /********************************************************  Flêche de retour en arrière  **********************************************************/

div.container{
    position: relative;
}

a.arrow{
    display: inline-block;
    position: absolute;
    top: 380px;
    left: 5px;
    opacity: 0.3;
    z-index: 99;
}

a.arrow img{
    width: 40px;
    height: auto;
    z-index: 99;
}

a.arrow:hover{
    opacity: 1;
}



 /********************************************************                 Footer                  ***********************************************************/
 /********************************************************                 Footer                  ***********************************************************/
 /********************************************************                 Footer                  ***********************************************************/





footer{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    background: #101116; 
}


/***** footer Social media ******/

div.social-media{
    display: none;
}

div.social-media-max-width-1200{
    display: none;
}

/*** footer paragraphe & copyright **/

footer .copyright{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center; 
    font-size: 18px;  
    color: rgb(146, 141, 141);
    margin-top: -5px;
}

footer p{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-family: "Amiri", serif;
    color: rgb(161, 156, 156);
}

footer .copyright-arabe {
    margin-left: 5px;
    position: relative;
    bottom: 15px;
}



 /********************************************************                 Resolution                  ***********************************************************/
 /********************************************************                 Resolution                  ***********************************************************/
 /********************************************************                 Resolution                  ***********************************************************/


.resolution{
    direction: ltr;
    display: flex;
    position: absolute;
    right: 20%;
    top: 50px;
    width: 100px;
    align-items: center;
    color: white; 
    text-indent: 10px;  
}


