/* ENTETE ET PIED DE PAGE */
*{ margin: 0; }
a{ text-decoration: none; color: #000; }
.conteneur{ margin: 0 auto; max-: 1170px; }
/**************************************************** HAUT ************************************************/
header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 60px;}
header h1{letter-spacing: 20px;}
header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}

header p {text-align: center; font-size: 18px; margin: 0px;padding: 0;}
header { background: #000000; padding: 5px; text-align:right; }
header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 5cm; }

/**************************************************** NAVIGATION *********************************************/
nav { background-color: rgb(255, 181, 224);}
nav a{ color: #0f28b3; text-decoration: none; padding: 7px;  font-size: 19px;}
nav a{display: inline-block; padding: 5px;}
 nav a:hover{ background: #04baf6; }

 /**************************************************** IMAGE *************************************************/
 /*Basic structure of slider*/
 .container{
    height: 600px;
    overflow: hidden;
    border: 8px solid #d7b4f8;
    border-radius: 8px;
    box-shadow: -1px 5px 15px black;
}

/*Area of images*/
.wrapper{
    width: 100%;
    display:flex;
    animation: slide 16s infinite;
}

img{
    width: 100%;
}
/*Animation activated by keyframes*/
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }

   
    }
    @media all and (max-device-width: 800px) {  
        .container{
        height: 350px;
        overflow: hidden;
        border: 8px solid #d7b4f8;
        border-radius: 8px;
        box-shadow: -1px 5px 15px black;
    } }

/**************************************************** MILIEU ************************************************/
section{ background-color: rgb(245, 234, 231); padding: 30px;}
section{margin: 30px;}
    section div5{ padding: 0px; margin: 0px;}

section h2{ color: rgb(236, 147, 45); font-size: 27px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
     text-shadow:30px rgb(0, 130, 139); }
     
    section { font-size: 20px;}
     section p{font-size: 20px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 25px;text-align: justify; }
     section{ font-size: 20px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 25px;text-align: justify;}
      section { font-size: 20px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 25px;text-align: justify;}
section div4 { font-size: 20px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 25px;text-align: justify;}
         section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
         section main h2{color: rgb(238, 50, 50);}
        
         section div5{ webkit-text-size-adjust: none;
            line-height: 1.7em;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            color: #444444;
            font-size: 12px;
            padding: 15px;
            position: relative;
            z-index: 2;
        }

              
          /**************************************************** BAS ************************************************/
footer{ background: #000; color: white; text-align: center; padding: 15px 0; }
/**************************************************** GENERAL ************************************************/
.erreur{ background: #ff0000; padding: 5px; margin: 5px; }
.validation{ background: #669933; padding: 5px; margin: 5px; }


/************************************************** RESPONSIVE ***************************************************/
@media all and (max-device-width: 1080px) {
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 27px;}
    header h1{letter-spacing: 10px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 16px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 12px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 7px;  }
    nav a{ display: inline-block; padding: 5px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }
   section h2{ color: rgb(236, 147, 45); font-size: 14px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
   section { font-size: 12px;}
    section p{font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 22px;text-align: justify; }
    section{ font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
     section { font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
section div4 { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
        section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
        section main h2{color: rgb(238, 50, 50);}
       
        section div5{ webkit-text-size-adjust: none;
           line-height: 1.7em;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: #444444;
           font-size: 5px;
           padding: 15px;
           position: relative;
           z-index: 2;
       }
   nav ul{ flex-direction: column;}
   nav li{padding-left: 4px;}
   nav a{font-size: 1.1em;}
   nav a:hover{border-bottom: :0;}

   section{ background-color: rgb(245, 234, 231); padding: 15px;}
   section{margin: 15px;}
   footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 12px; }
}

@media all and (max-device-width: 678px) {
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 20px;}
    header h1{letter-spacing: 5px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 14px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 9px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 5px;  }
    nav a{ display: inline-block; padding: 4px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }
   section h2{ color: rgb(236, 147, 45); font-size: 11px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
   section { font-size: 10px;}
    section p{font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 22px;text-align: justify; }
    section{ font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
     section { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
section div4 { font-size: 8px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
        section main{ background-color: rgb(129, 167, 238);border-radius: 5px; margin: 5px; padding: 7px;}
        section main h2{color: rgb(238, 50, 50);}
       
        section div5{ webkit-text-size-adjust: none;
           line-height: 1.7em;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: #444444;
           font-size: 5px;
           padding: 15px;
           position: relative;
           z-index: 2;
       }
   nav ul{ flex-direction: column;}
   nav li{padding-left: 4px;}
   nav a{font-size: 1.1em;}
   nav a:hover{border-bottom: :0;}

   section{ background-color: rgb(245, 234, 231); padding: 15px;}
   section{margin: 15px;}
   footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 9px; }
}
@media all and (max-device-width: 480px) {
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 16px;}
    header h1{letter-spacing: 5px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 12px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 7px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 5px;  }
    nav a{ display: inline-block; padding: 4px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }
   section h2{ color: rgb(236, 147, 45); font-size: 7px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
   section { font-size: 5px;}
    section p{font-size: 5px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 12px;text-align: justify; }
    section{ font-size: 5px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 12px;text-align: justify;}
     section { font-size: 5px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 12px;text-align: justify;}
section div4 { font-size: 4px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 12px;text-align: justify;}
        section main{ background-color: rgb(129, 167, 238);border-radius: 5px; margin: 5px; padding: 7px;}
        section main h2{color: rgb(238, 50, 50);}
       
        section div5{ webkit-text-size-adjust: none;
           line-height: 1.7em;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: #444444;
           font-size: 5px;
           padding: 15px;
           position: relative;
           z-index: 2;
       }
   nav ul{ flex-direction: column;}
   nav li{padding-left: 4px;}
   nav a{font-size: 1.1em;}
   nav a:hover{border-bottom: :0;}

   section{ background-color: rgb(245, 234, 231); padding: 15px;}
   section{margin: 15px;}
   footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 6px; }
}
@media all and (max-device-width: 480px) {  
    .container{
    height: 200px;
    overflow: hidden;
    border: 8px solid #d7b4f8;
    border-radius: 8px;
    box-shadow: -1px 5px 15px black;
} }
@media all and (max-device-width: 600px) {  
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 25px;}
    header h1{letter-spacing: 8px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 14px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 10px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 7px; }
    nav a{ display: inline-block; padding: 5px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }


section h2{ color: rgb(236, 147, 45); font-size: 12px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
    section h2{ color: rgb(236, 147, 45); font-size: 14px; word-spacing: 1px;  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
        text-shadow:30px rgb(0, 130, 139); }
        
       section { font-size: 12px;}
        section p {font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 15px;text-align: justify; }
        section{ font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
         section { font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
    section div4 { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 22px;text-align: justify;}
            section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
            section main h2{color: rgb(238, 50, 50);}
            section  ul{ font-size: 9px; text-align: justify; line-height: 15px;word-spacing: 1px;}
            section h3{ color: rgb(5, 49, 194); font-size: 12px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; word-spacing: 1px; text-transform: none;}
            section h4 { color: rgb(17, 16, 17); font-size: 10.5px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;}
            section h4{text-transform:none; word-spacing: 1px}
            main p2{ color:rgb(238, 6, 6);font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif;}
            main { background-color: #f6a8fd; border-radius: 8px;}
            main {margin: 5px; padding: 15px; }
            footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 12px; }
/**************************************************** BAS ************************************************/
footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 7px; }

}
@media all and (max-device-width: 379px) {  
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 22px;}
    header h1{letter-spacing: 8px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 12px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 10px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 7px; }
    nav a{ display: inline-block; padding: 5px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }


section h2{ color: rgb(236, 147, 45); font-size: 12px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
    section h2{ color: rgb(236, 147, 45); font-size: 12px; word-spacing: 1px;  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
        text-shadow:30px rgb(0, 130, 139); }
        
       section { font-size: 6px;}
        section p {font-size: 6px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 10px;text-align: justify; }
        section{ font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
         section { font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
    section div4 { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
            section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
            section main h2{color: rgb(238, 50, 50);}
            section  ul{ font-size: 6px; text-align: justify; line-height: 10px;word-spacing: 1px;}
            section h3{ color: rgb(5, 49, 194); font-size: 10px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; word-spacing: 1px; text-transform: none;}
            section h4 { color: rgb(17, 16, 17); font-size: 9.5px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;}
            section h4{text-transform:none; word-spacing: 1px}
            main p2{ color:rgb(238, 6, 6);font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif;}
            main { background-color: #f6a8fd; border-radius: 8px;}
            main {margin: 5px; padding: 15px; }
            
/**************************************************** BAS ************************************************/
footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 7px; }

}
@media all and (max-device-width: 379px) {  
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 22px;}
    header h1{letter-spacing: 8px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 12px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 10px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 7px; }
    nav a{ display: inline-block; padding: 5px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }


section h2{ color: rgb(236, 147, 45); font-size: 12px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
    section h2{ color: rgb(236, 147, 45); font-size: 12px; word-spacing: 1px;  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
        text-shadow:30px rgb(0, 130, 139); }
        
       section { font-size: 6px;}
        section p {font-size: 6px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 10px;text-align: justify; }
        section{ font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
         section { font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
    section div4 { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
            section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
            section main h2{color: rgb(238, 50, 50);}
            section  ul{ font-size: 6px; text-align: justify; line-height: 10px;word-spacing: 1px;}
            section h3{ color: rgb(5, 49, 194); font-size: 10px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; word-spacing: 1px; text-transform: none;}
            section h4 { color: rgb(17, 16, 17); font-size: 9.5px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;}
            section h4{text-transform:none; word-spacing: 1px}
            main p2{ color:rgb(238, 6, 6);font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif;}
            main { background-color: #f6a8fd; border-radius: 8px;}
            main {margin: 5px; padding: 15px; }
            
/**************************************************** BAS ************************************************/
footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 7px; }

}
@media all and (max-device-width: 370px) {  
    header h1 {text-shadow: 5px 6px 5px rgb(250, 235, 235);color: rgb(180, 139, 255);text-align: center; font-size: 22px;}
    header h1{letter-spacing: 8px;}
    header p {color: rgb(28, 226, 226);text-align: center; padding: 0px;}
    
    header p {text-align: center; font-size: 12px; margin: 0px;padding: 0;}
    header { background: #000000; padding: 5px; text-align:right; }
    header span{ color: #fff; font-weight: bold; text-transform: uppercase; margin-right: 5%; word-spacing: 2cm; }
    

    nav { background-color: rgb(255, 181, 224); font-size: 10px;}
    nav a{ color: #0f28b3; text-decoration: none; padding: 7px; }
    nav a{ display: inline-block; padding: 5px;}
     nav a:hover{ background: #04baf6; }

    nav{width: auto;
        text-align: left;
   }


section h2{ color: rgb(236, 147, 45); font-size: 10px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
    text-shadow:30px rgb(0, 130, 139); }
    
    section h2{ color: rgb(236, 147, 45); font-size: 10px;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;
        text-shadow:30px rgb(0, 130, 139); }
 section{margin:9px}
       section { font-size: 6px;}
        section p {font-size: 7.5px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 1px; line-height: 10px;text-align: justify; }
        section{ font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
         section { font-size: 12px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
    section div4 { font-size: 9px; font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; word-spacing: 5px; line-height: 10px;text-align: justify;}
            section main{ background-color: rgb(129, 167, 238);border-radius: 8px; margin: 5px; padding: 7px;}
            section main h2{color: rgb(238, 50, 50);}
            section  ul{ font-size: 7.5px; text-align: justify; line-height: 10px;word-spacing: 1px;}
            section h3{ color: rgb(5, 49, 194); font-size: 10px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; word-spacing: 1px; text-transform: none;}
            section h4 { color: rgb(17, 16, 17); font-size: 9.5px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase;}
            section h4{text-transform:none; word-spacing: 1px}
            main p2{ color:rgb(238, 6, 6);font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif;}
            main { background-color: #f6a8fd; border-radius: 8px;}
            main {margin: 5px; padding: 15px; }
            
/**************************************************** BAS ************************************************/
footer{ background: #000; color: white; text-align: center; padding: 15px 0; font-size: 7px; }

}
