/*********************************************************************بسمِ اللَّه الرَّحمَانِ الرَّحِيم****************************************************************/
               /****************************************سُبحَانكَ لا علم لنا إلاََّ ما علَّمتنا إنَّك أنت العليمُ الحكيم***********************************************/



/**************************************************       Media querry  max-width: 1060px  **********************************************/


@media only screen and (max-width: 1200px){



/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/
/******************************************************************  Page principale ******************************************************************************/

/*********************************************************\\\\\\\\\\\\\\ Header //////////////////*****************************************************************/
   
    header{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        height: 250px;
        
    }



    header div.orange-name{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin-top: 10px;
    }
        
    header div.orange-name img{
        width: 200px;
    }
    /*********************************************************\\\\\\\\\\\\\\ Header //////////////////*****************************************************************/
                                                  /*************** Carousel slide images Gaza *********************/
 
    header div.carousel{
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        width: 100%;
        height: auto; 
        overflow: hidden;        
    }
    
    .slides-box{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 10px;     
    }
    
    .slides{
        display: flex;
        align-items: center;
        width: 100%;
        height:auto;
        border-radius: 8px;   
       
    }

    .slides img{
        display: flex;
        align-items: center;
        width: 100%;
        height:auto;
        border-radius: 8px;        
    }

    span.next{
        right: 8px;   
    }
    span.prev{
        left: 8px;
    }
    

    
    /*********************************************************\\\\\\\\\\\\\\ Header //////////////////*****************************************************************/
                                                       /*************** Date & temperature  *********************/
    
    
    header div.date-temp{
        grid-column: 3/ 4;
        grid-row: 1 / 2;
        width: 90%;
        height: 210px;  
        margin-top: 20px;      
        border-radius: 15px;    
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; 
        border: none; 
        background: none;
    }


    header .date-temp .date{
        margin-top: 10px;  
    }
    

    header .date-temp .date p{
        margin: 5px; 
    }
    
    header div.date-temp p {
        text-align: center;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    header div.date-temp div.small-weather-box{
        border-radius: 15px;      
        width: 100%;
        height: 100px;
        margin-top: 20px;
        color: #FFFFFF;   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center ;
        cursor: pointer; 
        border: 2px solid #202124;
        background-color: #101116;  
        border-radius: 15px;      
    }
    
    header div.date-temp div.small-weather-box:hover{
        border: 2px solid rgba(169, 245, 57, 0.233); 
    }

                             
    header div.date-temp div.small-weather-box .title{
        direction: rtl;
        position: relative;
        text-indent: 8px;   
        text-align: center;
        font-family: "Amiri", serif;
        font-size: 14px;
        font-weight: 400;
        color: white;
        margin-top: 0;
        position: relative;
        top: 30px;
    }
    

    header div.date-temp div.small-weather-box .degree{
        font-family: "lora", serif;
        font-size: 22px;
        font-weight: 200;
        background-color: none;
       
    }

    
    header div.date-temp div.small-weather-box .weather{  
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        margin-right: 10px;
        position: relative;
        bottom: 10px;
        
    }
    
    header div.date-temp div.small-weather-box p{
        font-family: "Amiri", serif;
        font-size: 14px;
        padding: 5px;
        display: flex;
        align-items: center;
    }
    
    header div.date-temp.index div.small-weather-box img{    
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }

    .header button.menu-burger{
        display: none;
    }


    header img.logo{    
        grid-column: 3 / 4;    
        width: 60px;
        height: auto;
        position: absolute;
        right: 45px;
        top: 180px;
    }
 

    /*********************************************************\\\\\\\\\\\\\\ La barre de navigation //////////////////*****************************************************************/
                                                              /*********** Navigation et media social  **************/

    nav div.nav-social-media{
        display: none;
      }

    nav div.menu-burger{
        display: none;
    }


    nav .date-phone{
        display: none;
    }

    nav .weather-phone{
        display: none;
    }
   
    
    nav{
        border-top: 1.5px solid #202124;            
        width: 96%;
        margin: 10px auto;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        z-index: 99;
    }
    
 
    
    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: 17px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        margin-right: 25px;
        margin-left: 10px;
        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: 19px;
            height: auto;
            margin-right: 5px;
            margin-top: 5px;
        }
    




    /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/
    /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/
    /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/



    /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/
                                                              /************** Right  ******************/ 

    #section-page-principale-right{
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    #section-page-principale-right img {
        width: 160px;
        height: auto;
    }



      /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/
                                                                /************** Center  *****************/  
 
    
    #section-page-principale-center{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    #section-page-principale-center img{
        display: inline-block;
        margin-top: 10px;
        margin: 10px auto;
        width: 220px;
        height: auto;
    }


      /*********************************************************\\\\\\\\\\\\\\ Section //////////////////*****************************************************************/
                                                                /*************   Left  *****************/  

    #section-page-principale-left {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: white;
        
        font-family: "Amiri", serif;
        text-align: center;

    }
    
    #section-page-principale-left .cadre-poem{
        width: auto;
        height: auto;    
        border-radius: 10px;  
        padding: 0 15px;  
    }

    #section-page-principale-left .cadre-poem p{
        color: white;
        font-size: 16px;
    }
   
    #section-page-principale-left .cadre-poem img{
        width: 170px;
        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.who-is-alaa{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #202124;
    width: 100%;
    height: 250px;
}
header .carouselDeadChildrens {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 210px; 
    overflow: hidden; 
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 99;

}


header .carouselDeadChildrens .childs{
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 0;
    align-items: center;
    width: 70px;
    height: 150px;
    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: 50px;
    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: 50px;
    height: auto;
}

header .carouselDeadChildrens .name{
    width: 60px;
    height: auto;

} 

header div.date-temp div.small-weather-box img{
    width: 100px;
    height: auto;     
}


/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************************/
                                                                /*************   Right *****************/  

section.who-is-alaa{
   display: grid;
   grid-template-columns: 300px 1fr;
}


#section-page-whoIsAlaa-right{
    margin: 0;
    background-color: #101116;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items:center ;
    justify-content: flex-start;
    font-family: "Amiri" sans-serif;
    margin-top: 25px;
}


.child {
    direction: ltr;
    position: relative;
    overflow: hidden;
    width: 250px;
    height:350px;
    background-color: #202124;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    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: 14px;
    margin-top:110px;
    opacity: 0;
    padding: 10px;
}

.info {
    direction: rtl; 
    bottom: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #41404079;
    transition: all 0.3s;
}

.name {
    direction: rtl; 
    font-size: 14px;
    font-weight: 200;
    color: #f9f9f9;
}

.role {
    direction: rtl; 
    font-size: 14px;
    font-weight: 200;
    color: #e9e7e7;
}

.child:hover img {
    top: 20px;
    left: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.child:hover .info{
    direction: rtl;
    left: 50%;
    top: 18px;
    height: 65px;
    width: 50%;
    color: black;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-right: 10px;
    
}

.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;
} 


/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************************/
                                                                /*************   Center *****************/  
#section-page-whoIsAlaa-center-text{
    position: relative;
    width: 100%;
}

#section-page-whoIsAlaa-center-text p{
    direction: rtl;
    font-size: 15px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: right;
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
}


#section-page-whoIsAlaa-center-text img.float{
    display: block;
    float: left;
    width: 230px;
    height: auto;
    margin: 0;


}

#section-page-whoIsAlaa-center-text .alaaIdentifier img{
    margin-right: 15px;
    width: 75px;
    height: auto;
}

#section-page-whoIsAlaa-center-text h1{
    direction: rtl;
    text-align: right;
    color: #FFFFFF;
    margin-right: 13px;
    margin-bottom: 10px;
    font-size: 22px;
   
} 

#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;
}


/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/******************************************************************  Page Who is Alaa al-Qatraoui ? ***************************************************************/
/****************************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************************/
                                                                /*************   Left *****************/ 
section.who-is-alaa #section-page-whoIsAlaa-left {
    display: none;
}





        /******************************************************************  مقالات  ***************************************************************/
        /******************************************************************  مقالات  ***************************************************************/
        /******************************************************************  مقالات  ***************************************************************/

        /*****************************************************\\\\\\\\\\\\\\ Header //////////////////**********************************************/
        
        header{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr ;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            height: 250px;
        }
        
        header .carousel.article{
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            width: 100%;
            height: auto; 
            margin-top: 40px;       
        }
        
         header .carousel.article img {
            width: 200px;
            height: auto;
        }
        
        /******************************************************************  مقالات  ***************************************************************/
        /******************************************************************  مقالات  ***************************************************************/
        /******************************************************************  مقالات  ***************************************************************/

        /*****************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************/
        section.article{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: auto;
        }

        /*****************************************************\\\\\\\\\\\\\\ Right //////////////////*********************************************/
    
        #section-page-article-right{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: center;   
            width: 100%;
            height: 300px;
            grid-column: span 1;
            /* margin-top: 10px;      */
       }
        
        #section-page-article-right a{
            direction: rtl;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            width: 250px;
            height: auto;
            border-radius: 4px;
            margin: 5px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 10px;
            padding-right: 8px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            box-shadow: inset 1px 1px 5px gray;
            opacity: 0.5;
        }

        #section-page-article-right a img{
            width: 30px;
            height: 30px;
            border-radius: 5px;   
        }


        /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/
        #section-page-article-center{
            grid-column: span 1;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 300px;
            margin-top: 0;
        } 

        #section-page-article-center .indication {
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        
        #section-page-article-center .indication img {
            width: 40px;
            height: auto;
        }
        
        #section-page-article-center .indication p{
            font-size: 16px;
            font-family: "Amiri", serif;
            color: #FFFFFF;
        }   
     
        #section-page-article-center img.illustration-article{
            width: 100%;
            height: auto;
            margin-bottom: 50px;
        }


        /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-article-left{
            grid-column: span 1;
            width: 100%; 
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: flex-start;  
        }
           

        #section-page-article-left img{
            width: 200px;
            height: auto;
            z-index: 99;

        } 


        /******************************************************************  مقالات  ***************************************************************/
        /******************************************************************  النصوص  **************************************************************/
        /******************************************************************  النصوص ***************************************************************/
        section{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: 400px;
        }
        #section-page-article-right-index{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: flex-start;   
            width: 250px;
            height: 450px;
            margin-right: 0;
            /* margin-top: 10px;      */
       }

        
        #section-page-article-right-index a{
                direction: rtl;
                color: #ffffff;
                font-size: 14px;
                text-decoration: none;
                width: 250px;
                height: auto;
                border-radius: 4px;
                margin: 5px;
                padding-top: 13px;
                padding-bottom: 13px;
                padding-left: 10px;
                padding-right: 8px;
                margin-left: auto;
                margin-right: auto;
                display: flex;
                justify-content: space-between;
                box-shadow: inset 1px 1px 5px gray;
                opacity: 0.5;
            }

            #section-page-article-right-index a img{
                width: 30px;
                height: 30px;
                border-radius: 5px;   
           }


        /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/

        #section-page-article-center-text{
            direction: ltr;
            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-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 div h2 {
            direction: rtl;
            color: #FFFFFF;
            text-align:  center;
            margin-bottom: -10px;
            margin-top: 15px;
            margin-left: 50px;
            padding-right: 10px; 
            font-size: 18px; 
        }

        #section-page-article-center-text div p{
            direction: rtl;
            color: #FFFFFF;
            font-size: 14px;
            text-align: right;
            padding: 20px 20px;
            line-height: 35px;
            margin-top: -20px;
        }

        #section-page-article-center-text div{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        #section-page-article-center-text div img{
            width: 200px;
            height: auto;
            object-fit: cover;
            margin-left: 60px;            
        }
        
        /* Le drapeau de la palestine 
            Green hexadecimal  : #009639 
            Black hexadecimal  : #000000
            White hexadecimal  : #FFFFFF
            Red hexadecimal    : #ED2E38
        */
        
      
          

        /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-article-left{
            width: 100%;
            height: 300px;
        }

        #section-page-article-left img{
            width: 200px;
            height: auto;
            z-index: 99;
        }



        /******************************************************************  أدعية  ***************************************************************/
        /******************************************************************  أدعية  ***************************************************************/
        /******************************************************************  أدعية  ***************************************************************/

        /*****************************************************\\\\\\\\\\\\\\ Header //////////////////**********************************************/
        
        header{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr ;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            height: 250px;
        }
        
        header .carousel.supplications{
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            width: 100%;
            height: auto; 
            margin-top: 40px;       
        }
        
         header .carousel.supplications img {
            width: 200px;
            height: auto;
        }
        
       /******************************************************************  أدعية  ***************************************************************/
       /******************************************************************  أدعية  ***************************************************************/
       /******************************************************************  أدعية  ***************************************************************/
      /*****************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************/
        section.supplications{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: auto;
        }

        /*****************************************************\\\\\\\\\\\\\\ Right //////////////////*********************************************/
    
        #section-page-supplications-right{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: center;   
            width: 100%;
            height: 300px;
            grid-column: span 1;
            /* margin-top: 10px;      */
       }
        
        #section-page-supplications-right a{
            direction: rtl;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            width: 250px;
            height: auto;
            border-radius: 4px;
            margin: 5px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 10px;
            padding-right: 8px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            box-shadow: inset 1px 1px 5px gray;
            opacity: 0.5;
        }

        #section-page-supplications-right a img{
            width: 30px;
            height: 30px;
            border-radius: 5px;   
        }


        /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/
        #section-page-supplications-center{
            grid-column: span 1;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 300px;
            margin-top: 0;
        } 

        #section-page-supplications-center .indication {
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        
        #section-page-supplications-center .indication img {
            width: 40px;
            height: auto;
        }
        
        #section-page-supplications-center .indication p{
            font-size: 16px;
            font-family: "Amiri", serif;
            color: #FFFFFF;
        }   
     
        #section-page-supplications-center img.illustration-article{
            width: 100%;
            height: auto;
            margin-bottom: 50px;
        }


        /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-supplications-left{
            grid-column: span 1;
            width: 100%; 
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: flex-start;  
        }
           

        #section-page-supplications-left img{
            width: 200px;
            height: auto;
            z-index: 99;

        } 


        /******************************************************************  أدعية  ***************************************************************/
        /******************************************************************  النصوص  **************************************************************/
        /******************************************************************  النصوص ***************************************************************/
        section{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: 400px;
        }
        #section-page-supplications-right-index{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: flex-start;   
            width: 250px;
            height: 450px;
            margin-right: 0;
            /* margin-top: 10px;      */
       }

        
        #section-page-supplications-right-index a{
                direction: rtl;
                color: #ffffff;
                font-size: 14px;
                text-decoration: none;
                width: 250px;
                height: auto;
                border-radius: 4px;
                margin: 5px;
                padding-top: 13px;
                padding-bottom: 13px;
                padding-left: 10px;
                padding-right: 8px;
                margin-left: auto;
                margin-right: auto;
                display: flex;
                justify-content: space-between;
                box-shadow: inset 1px 1px 5px gray;
                opacity: 0.5;
            }

            #section-page-supplications-right-index a img{
                width: 30px;
                height: 30px;
                border-radius: 5px;   
           }


        /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/

        #section-page-supplications-center-text{
            direction: ltr;
            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-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 div h2 {
            direction: rtl;
            color: #FFFFFF;
            text-align:  center;
            margin-bottom: -10px;
            margin-top: 15px;
            margin-left: 50px;
            padding-right: 10px; 
            font-size: 18px; 
        }

        #section-page-supplications-center-text div p{
            direction: rtl;
            color: #FFFFFF;
            font-size: 14px;
            text-align: right;
            padding: 20px 20px;
            line-height: 35px;
            margin-top: -20px;
        }

        #section-page-supplications-center-text div{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        #section-page-supplications-center-text div img{
            width: 200px;
            height: auto;
            object-fit: cover;
            margin-left: 60px;            
        }
        
        /* Le drapeau de la palestine 
            Green hexadecimal  : #009639 
            Black hexadecimal  : #000000
            White hexadecimal  : #FFFFFF
            Red hexadecimal    : #ED2E38
        */
        
      
          

        /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-supplications-left{
            width: 100%;
            height: 300px;
        }

        #section-page-supplications-left img{
            width: 200px;
            height: auto;
            z-index: 99;
        }

        /******************************************************************  قصـــــائد **************************************************************/
        /******************************************************************  قصـــــائد **************************************************************/
        /******************************************************************  قصـــــائد **************************************************************/

         /*******************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************/
         
        header{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr ;
            justify-content: space-between;
            align-items: flex-start;
            background-color: #202124;
            width: 100%;
            height: 250px;
        }
        
        header .carousel.poems{
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            width: 100%;
            height: auto; 
            margin-top: 40px;
        }
        
         header .carousel.poems img {
            width: 200px;
            height: auto;
        }

           /*****************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************/

           section.poem{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: auto;
        }
          /*****************************************************\\\\\\\\\\\\\\ Right //////////////////*********************************************/
       
        #section-page-poem-right{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: flex-start;   
            width: 100%;
            height: 300px;
            grid-column: span 1;

       }

        
        #section-page-poem-right a{
            direction: rtl;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            width: 250px;
            height: auto;
            border-radius: 4px;
            margin: 5px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 10px;
            padding-right: 8px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            box-shadow: inset 1px 1px 5px gray;
            opacity: 0.5;
        }

            #section-page-poem-right a img{
            width: 30px;
            height: 30px;
            border-radius: 5px;   
        }


           /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/

        #section-page-poem-center {
            grid-column: span 1;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 300px;
            margin-top: 0;
        }


        #section-page-poem-center .indication {
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        
        #section-page-poem-center .indication img {
            width: 40px;
            height: auto;
        }
        
        #section-page-poem-center .indication p{
            font-size: 16px;
            font-family: "Amiri", serif;
            color: #FFFFFF;
        }   


        #section-page-poem-center img.illustration-poeme{
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
       
           

    /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-poem-left{
            grid-column: span 1;
            width: 100%; 
            height: auto;
            display: flex;
            justify-content: center;
            align-items: flex-start;   
        }  

        #section-page-poem-left img{
            width: 200px;
            height: auto;
            z-index: 99;
        } 
    
    /******************************************************************  قصـــــائد **************************************************************/
    /**********************************************************************  نصوص **************************************************************/
    /**********************************************************************  نصوص **************************************************************/
   
    section.poem{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    #section-page-poem-right-index{
        direction: ltr;
        display: flex;
        flex-direction: column;  
        justify-content: flex-start;
        align-items: center;   
        width: 250px;
        height: auto;
        /* margin-top: 10px;  
        */
        margin-bottom: 10px;
   }

    
    #section-page-poem-right-index a{
        direction: rtl;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        width: 250px;
        height: auto;
        border-radius: 4px;
        margin: 5px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 10px;
        padding-right: 8px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        box-shadow: inset 1px 1px 5px gray;
        opacity: 0.5;
    }

    /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/


    #section-page-poem-center-text{
        grid-column: span 1;
        width: 100%;
        height: 400px;
        margin-top: 0;
    }
    
    #section-page-poem-center-text{
        direction: ltr;
        width:100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;    
        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 div h2 {
        direction: rtl;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
        padding-right: 10px; 
        font-size: 18px; 
    }

    #section-page-poem-center-text div h2 .left-line,
    #section-page-poem-center-text div h2 .right-line{
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    #section-page-poem-center-text div p{
        direction: rtl;
        color: #FFFFFF;
        font-size: 15px;
        text-align: center;
        padding: 20px 20px;
        line-height: 35px;
        margin-top: 10px;
    }

    /* Le drapeau de la palestine 
        Green hexadecimal  : #009639 
        Black hexadecimal  : #000000
        White hexadecimal  : #FFFFFF
        Red hexadecimal    : #ED2E38
    */


    /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
    #section-page-poem-left{
        width: 100%;
        height: 300px;
    }

    #section-page-poem-left img{
        width: 200px;
        height: auto;
        z-index: 99;
    }

        /******************************************************************  كتب **************************************************************/
        /******************************************************************  كتب **************************************************************/
        /******************************************************************  كتب **************************************************************/

        /****************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************/
         
         header .books{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr ;
            width: 100%;
            height: 250px;
        }
        
        header .carousel.books{
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            width: 100%;
            height: auto; 
            margin-top: 40px;        
        }
        
         header .carousel.books img {
            width: 200px;
            height: auto;
        }

           /*****************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************/

           section.books{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height: auto;
        }
          /*****************************************************\\\\\\\\\\\\\\ Right //////////////////*********************************************/
       
        #section-page-books-right{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: center;   
            width: 100%;
            height: 400px;
            margin-right: 0;  
       }

       #section-page-books-right-index{
        direction: ltr;
        display: flex;
        flex-direction: column;  
        justify-content: flex-start;
        align-items: center;   
        width: 100%;
        height: 400px;
        margin-right: 0;
   }

        
        #section-page-books-right-index a{
            direction: rtl;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            width: 250px;
            height: auto;
            border-radius: 4px;
            margin: 5px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 10px;
            padding-right: 8px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            box-shadow: inset 1px 1px 5px gray;
            opacity: 0.5;
        }

            #section-page-books-right-index a img{
            width: 30px;
            height: 30px;
            border-radius: 5px;   
        }


           /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/

        #section-page-books-principale-center{
            grid-column: span 1;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 300px;
            margin-top: 0;
        }


        #section-page-books-principale-center .indication {
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        
        #section-page-books-principale-center .indication img {
            width: 40px;
            height: auto;
        }
        
        #section-page-books-principale-center .indication p{
            font-size: 16px;
            font-family: "Amiri", serif;
            color: #FFFFFF;
        }   


        #section-page-books-principale-center img.illustration-books{
            width: 100%;
            height: auto;
            bottom: 10px;
            left: 50%;
            right: 50%;
            object-fit: cover;
        }
   
            /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-books-left{
            width: 100%; 
            height: auto;
            display: flex;
            justify-content: center;
            align-items: flex-start;   
        }
           
        #section-page-books-left img{
            width: 250px;
            height: auto;
            z-index: 99;
            margin-top: 0;
        } 
    
            /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/
           
           
            
        #section-page-books-center-photo{
            direction: ltr;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            margin-top: 0;
            width: 100%;
            height: 450px;
            overflow: scroll;
            scrollbar-width: thin; /* Pour Firefox */
            scrollbar-color: #202224 #101116; /* Pour Firefox */ 
        }

       
        /* 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-photo div h2{
            direction: rtl;
            color: #FFFFFF;
            text-align: center;
            margin-bottom: 30px;
            margin-top: 30px;
            font-size: 20px;
        }

        #section-page-books-center-photo h2 .left-line,
        #section-page-books-center-photo h2 .right-line{
            width: 20px;
            height: 2px;
            background-color: #fff;
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;
        }
            
        #section-page-books-center-photo img{
            width: 180px;
            height: auto;
        }
            
        #section-page-books-center-photo p{
            direction: rtl;
            color: #FFFFFF;
            font-size: 18px;
            font-family: "Amiri" serif;
            margin-top: 20px;
        }
    
        #section-page-books-center-photo .reading-file{
            color: gray;
            font-weight: bold;
        }
            
            
            
        /************************* Left ****************************/
        
        #section-page-books-left{
            width: 100%; 
            display: flex;
            justify-content: center;
            align-items: flex-start;  
            }
        
        #section-page-books-left img{
            width: 200px;
            height: auto;
            z-index: 99;
        }


        /******************************************************************  فسحة **************************************************************/
        /******************************************************************  فسحة **************************************************************/
        /******************************************************************  فسحة **************************************************************/
       

        /*****************************************************\\\\\\\\\\\\\\ Header //////////////////************************************************/
         
         header .poets{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr ;
            justify-content: space-between;
            align-items: flex-start;
            background-color: none;
            width: 100%;
            height: auto;
        }
        
        header .carousel.poets{
            display: flex;
            justify-content: center;
            align-items: center;
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            width: 100%;
            height: auto; 
            margin-top: 60px;
            margin-left: 30px;
      
        }
        
         header .carousel.poets img {
            width: 220px;
            height: auto;
        }
        
           /*****************************************************\\\\\\\\\\\\\\ Section //////////////////*********************************************/

           section{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
            height:auto;
        }
          /*****************************************************\\\\\\\\\\\\\\ Right //////////////////*********************************************/
       
        #section-page-poets-right{
            direction: ltr;
            display: flex;
            flex-direction: column;  
            justify-content: flex-start;
            align-items: center;   
            width: 100%;
            height: 300px;
            /* margin-top: 10px;      */
       }

       #section-page-poem-right-index{
        direction: ltr;
        display: flex;
        flex-direction: column;  
        justify-content: flex-start;
        align-items: center;   
        width: 100%;
        height: auto;
        /* margin-top: 10px;      */

       }

        
       #section-page-poets-right-index a{
            direction: rtl;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            width: 250px;
            height: auto;
            border-radius: 4px;
            margin: 5px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 10px;
            padding-right: 8px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            box-shadow: inset 1px 1px 5px gray;
            opacity: 0.5;
    }

        #section-page-poets-right-index a img{
            width: 30px;
            height: 30px;
            border-radius: 5px;   
    }


           /*****************************************************\\\\\\\\\\\\\\ Center //////////////////*********************************************/

           #section-page-poets-center{
            grid-column: span 1;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 300px;
            margin-top: 0;
        }


        #section-page-poets-center .indication {
            display: flex;
            justify-content: center;
            align-items: center; 
        }
        
        #section-page-poets-center .indication img {
            width: 40px;
            height: auto;
        }
        
        #section-page-poets-center .indication p{
            font-size: 16px;
            font-family: "Amiri", serif;
            color: #FFFFFF;
        }   


        #section-page-poets-center .illustration-poets{
            width: 100%;
            height: auto;
            bottom: 10px;
            left: 50%;
            right: 50%;
            object-fit: cover;

        }
      

            /*****************************************************\\\\\\\\\\\\\\ Left //////////////////*********************************************/
        #section-page-poets-left{
            width: 100%; 
            display: flex;
            justify-content: center;
            align-items: flex-start;   
        }
        
        #section-page-poets-left img{
            width: 200px;
            height: auto;
            z-index: 99;
        } 


 /********************************************************        Page   فسحة  النصوص الشعرية     ***********************************************************/
 /*******************************************************         Page   فسحة  النصوص الشعرية     ***********************************************************/
 /********************************************************        Page   فسحة  النصوص الشعرية     ***********************************************************/

 /**************************************************************\\\\\\\\\\\\\\ Section //////////////////*******************************************************/



#section-page-poets-center-text{
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    width: 100%;
    height: 450px;
    overflow: scroll;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: #202224 #101116; /* Pour Firefox */  
}
    
#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-center-text {
    position: relative;
}

#section-page-poets-center-text a img{
    width: 25px;
    height: auto;
}


#section-page-poets-center-text h2{
    direction: rtl;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
}

#section-page-poets-center-text h2 .left-line,
#section-page-poets-center-text h2 .right-line{
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


#section-page-poets-center-text p{
    direction: rtl;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Amiri" serif;
    margin-top: 20px;
    text-align: center;
}
            


#section-page-poets-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 99;
}

#section-page-poets-left .imagePoet img{
    width: 250px;
    height: auto;
    margin-top: 30px;

}

 /********************************************************  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: 270px;
    left: 15px;
    opacity: 0.3;
    z-index: 99;
}

a.arrow img{
    width: 30px;
    height: auto;
    z-index: 99;
}

a.arrow:hover{
    opacity: 1;
}         

    /****************************************************************footer**********************************************************************************/
    /****************************************************************footer**********************************************************************************/
    /************************\\\\\\\\\\\\\***************************footer***********************\\\\\\\\\\\\\\\\*******************************************/
   

 /********Footer social media ****************/

 

    div.social-media-max-width-1200{
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center; 
        margin-bottom:0;
    }

    div.social-media-max-width-1200 .footer-social-icon{
        width: 35px;
        height: 35px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: -2px;
        border-radius: 8px;  
    }

    div.social-media-max-width-1200 .footer-social-icon img{  
        border-radius: 8px;
        width: 35px;
        height: auto;
        cursor: pointer;
        transition: background-color 0.6s ease;
    }

    div.social-media-max-width-1200 .footer-social-icon img:hover{
        box-shadow: 0px 0px 20px 2px rgb(70, 68, 68);
    }

     /*** footer paragraphe & copyright **/

     div.social-media{
        display: none;
      }
    footer{
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 25px;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;   
        background: #101116;
    }

    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;
    }

} 

