@media only screen  and (min-width : 1224px) {
<link rel="stylesheet" type="text/css" href="assets/icons/fontawesome/fontawesome.css">
html {
width: 100%;
background-color:white;

overflow: hidden;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    font: 14px/18px ;

    color:#6f6f6f;
    position:absolute;
    min-width: 1025px;
    background: #EFF0F0;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}
.feet{
    display: none;
}
    #AO{
    width: 20%;
    margin: auto;
    display: block;
    }
.hed{
    background-color: #0064ab;
    border-radius: 4px 4px 0 0;
    padding: 0.7em;
    margin-top: -1.5em;
    color: #fff;
    font-size: 29px;
    text-align: center;
    }
 .Activation{
     color: #000;
     text-align: center;
     padding: 7%;
     font-size: 14px;
 }
#Activation_clo
{

   min-height: 250px;
    box-shadow: 5px 5px 5px grey;
    margin: auto;
    width: 47%;
    margin-top: 6%;
    background-color: #fff;
    padding: 2em;
}

header{
    width: 101%;
    background: linear-gradient( to bottom right, #2b76b9 30%, white);
    margin-top: -0.5em;

}
header .logo{ 
    width: 50%;
    margin-top: 2%;
    margin-left: -10%;
    margin-bottom: 1%;
}
.mobilemenu{
    display: none;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}
    #poin{
    cursor: pointer;
    }
/*
    .pop { position : fixed;text-align : center;height : 100%; width : 100%;top : 0;left: 0;z-index: 400;border : 1px solid #FFF;background-color : rgba(0, 0, 0, 0.49); }
    .pop img{  position: absolute;top:50%;left:50%; transform: translate(-50%,-50%);}
*/
    
.client{
    border-radius: 10px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 2%;
    outline: none;
    margin-right: 5%;
}
.description{
    width: 85%;
    margin-top: 2%;
    margin-left: 7%;

    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #125688;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 30px grey;
    text-align: justify;
}
.description td{
    padding: 1%;
    padding-left: 2%;
}
.description .desk{
    width: 80%;
    margin-left: 10%;
    height: 200px;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}

.banner{
	width: 100%;
	position: relative;
}

.tableau{
	margin-top: 2%;
	margin-left:15%;
	margin-right: auto;
	width: 79%;

}

.affich{
width: auto;
background-color: white;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%
}
.affich th{

	font-weight: bold;
	font-size: 14px;
	border-bottom: 5px solid #e8770c;
	border-collapse: collapse;

}
.affich td{
	width: 80px;
	font-weight: bold;
	line-height: 3em;

	font-size: 12px;

}

/* Style the tab */
.tab {
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #125688;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1%;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #7BC342;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;

    border-top: none;
}


.nostarif {
    width: 90%;
    margin-top: 3%;
    margin-left: 8%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
}

.nostarif th{
    background-color: #7BC342;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    padding: 2%;
}
.nostarif .grille{
    padding: 1%;
    
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.nostarif td{
    padding: 1%;
    background-color: #BBD2E1;
    color: black;
    text-align: center;
}

.essai{
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 1%;
    outline: none;


}
.essai a{
    text-decoration: none;
    color: white;
}
 .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
    display:block;
}
.showSlide {  
            display: none  
        }  
.showSlide img { 
                margin-right: auto;
                margin-left: 0.5em;
                width: 100%;
                height: 250px;  
            }  
.slidercontainer {
            margin-top: 10%;  
            max-width: 100%;  
            position: relative;  
            margin: auto;  
        }  
.left, .right {  
            cursor: pointer;  
            position: absolute;  
            top: 50%;  
            width: auto;  
            padding: 1%;  
            margin-top: -2%;  
            color: white;  
            font-weight: bold;  
            font-size: 25px;  
            transition: 0.6s ease;  
            border-radius: 0 10px 10px 0;  
        }  
.right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
.left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
 .contentt {  
            color: white;  
            font-size: 38px;
            text-shadow: -2px -1px grey; 
            padding: 8px 12px;  
            position: absolute;  
            top: 5%;
            margin-top: 1%;
            margin-left: 25%;
            border-left:10px solid #7BC342;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: auto;  
            text-align: center;  
        }  
.active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
.fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 0.5s;  
            animation-name: fade;  
            animation-duration: 0.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        } 
.zone{
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3%;
    margin-left: 2%;
}
.zonem{
    display: none;
}
.zone .service {
    width: 95%;
}
.zone .service .pub .paym{
    box-shadow: 3px 2px 30px grey;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color:white;
    border-radius: 10px;
    padding:0.5%;
}
.zone .service .payp{
    width: 50%;
}
.zone .service .servi{
    width: 30%;
}
.service .pub .norm{
    color: #125688;
    text-align: center;
    width: 3%;
}
.service .pub .new{
    animation: blinker 1s linear infinite;
    font-weight: bold;
    color: red;
}

.zone .icone{
    padding: 3% 1% 1% 3%;
    border-radius: 5px;
    width: 30%;

}

.zone .mail{
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    width: 70% ;
}

.zone .service { border-spacing: 10px;}
.zone .service td{
    width: 2%;
    padding: 0.25%;
    height: 150px;
    background-color: #2b76b9;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    text-align: center;
    margin-right: 1%;

}
.zone .service span{
    color: white;
    font-size: 14px;
    padding-bottom: 10px;
}

.interact {
    width: 15%;
    margin-top: -15%;
    margin-right: 10%;
    float: right;
    border:2px solid grey;

}

.btn{
    margin-top: 10%;
    width: 80%;
    height: 40px;
    color: white;
    background-color: #7BC342;
    border-radius: 10px;
    border-color: #7BC342;
    font-weight: bold;
    background-image: url('img/paypal_logo.png');
    background-size: 10%; 
    outline: none;
}
.btn .log{
    width: 40%;
}
.btnn{
    width: 80%;
    height: 80px;
   
    padding: 10%;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #7BC342;
    border-color: #7BC342;
    background-size: 10%;
    outline: none; 
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:380px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#125688;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.marche{
	width: 60%;
	height: 150px;
	border-radius: 5px;
	background-color: #125688;
}
.marche:focus{outline:0;}
.marche #wilaya{
	background-color: red;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.sercli{
	width: 71%;
	margin-top: 2%;
	margin-left: 15%;
	margin-right: 10%;
	box-shadow: 5px -3px 10px grey;
	border-radius: 5px;
}
.contact{
    float: right;
    width: 40%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    box-shadow: 3px 2px 30px grey;
    margin-right: 10%;
    margin-top: 4%;
    background-color: white;

    border-radius: 10px;
}
.contact th{
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
    color: #125688;
}
.contact tr{
    
}
.contact td{
    font-weight: bold;
    font-size: 16px;
    color: black;
    align-content: left;
    border-spacing: 10px;
}
.contact input{
    width: 85%;
    padding: 1%;
    border-radius: 5px;
    border:1px solid #00a0e3;
}
.contact button{
    background-color: #7BC342;
    border-color: #7BC342;
    border-radius: 10px;
    width: 50%;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 70%;
}
.contact textarea{
    width: 85%;
    height: 150px;
}
.info{
    width: 30%;
    padding: 2.5%;
    margin-top: 4%;
    margin-left: 10%;
    float: left;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
}
.info th{
    color:black;
    font-weight: bold;
    text-decoration: underline;
    padding:2%;
}
.info td{
    color:black;
    padding: 2%;
    padding-left: 5%;
}
.info td span{
    color: black;
    font-size: 18px;
}
.info a{
    font-weight: bold;
    font-size: 18px;
}
.info h3{
    font-size: 18px;
}
.map{
    margin-left: 7%;
    margin-top: 10%;
}
.map td{
    padding: 5%;
    
    
}
.map iframe{
    padding: 1%;
    box-shadow: 0px -10px 0px 0px 30px grey;
}

.entreprise{
    width: 85%;
    margin-top: 12%;
    margin-left: 7.5%;
    padding:2%;
    border-radius: 10px;
    box-shadow: 2px 3px 20px grey;
    text-align: justify;
    background-color: white;
    color: #2b76b9;
    font-size: 16px;
    font-weight: bold;
}
.presenta{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    border-collapse: collapse;

}
.presenta tr:nth-child(odd){
    background-color: #E6E6FA;
}
.presenta .cone{
    width: 75%;
    height: 250px;
    margin-left: 10%;
}
.presenta .para{
    width: 70%;
    margin-top: -5%;
    margin-left: 15%;
    text-align: justify;
    color: #125688;
    font-weight: bold;
    font-size: 16px;
}
.presenta .parag{
    width: 70%;
    margin-top: -5%;
    margin-left: 15%;
    text-align: justify;
    color: #125688;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 16px;

}

.presenta .parag a{
    color: #125688;
    font-size: 18px;
    font-weight: bold;

}
.presenta li{
    padding: 1%;
}
.desk{
    width: 70%;
    height: 250px;
    margin-left: 15%;
}
.entreprise th{
    color: black;
    padding-left: -50%;
    margin-left: -10%;
    border-left:5px solid orange;
}

.tarif{
    width: 85%;
    margin-top: 1%;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
    background-color: white;
    margin-left: 7.5%;
}
.tarif th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 2%;
}
.tarif .apoff{
    width: 80%;
    margin-left: 7%;
    border-spacing: 10px;
}
.apoff th{
    border-left: none;
}
.apoff .titre{
    border-radius: 10px;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}

.apoff .yellow{
    background-color: orange;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding: 1px;
    width: 30%;
}
.apoff h2{
    color: black;
    text-shadow: 2px 1px 5px white;
    font-size: 22px;
}
.apoff .blue{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.apoff .tit{
    color: white;
    text-shadow: none;
    font-size: 22px;
}
.apoff .desc{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    background-color: white;
}
.prix{
    width: 65%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    margin-left: 22.5%;
    background-color: #96ba48;
    border-bottom-left-radius:10px; 
}

.comm{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: orange;
    outline: none;
    text-shadow: 1px 1px 10px orange;
    margin-left: 41.5%;
    background-color: orange;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
}
.comm2{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 43%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;

}
.comm3{
    width: 60%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 33%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
    
}
.descr{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}
.tarif .servad{
    width: 80%;
    margin-top: 2%;
    margin-left: 7%;
    border-spacing: 10px;
    border-radius: 10px;
    background-color: white;
}
.servad td{
    border-left: none;
}
.servad th{
     border-radius: 10px;
     padding: 1%;
     border-left: none;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}
.servad .titr{
    color: white;
    text-shadow: none;
    font-size: 16px;
}
.servad .blu{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.servad .suivre{
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
}
.suivre li{
    color: black;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -20%;
}
.servad .pri{
    color: white;
    margin-top: 2%;
    padding: 2%;
    font-size: 32px;
    font-weight: bold;
}
.banpub{
    width: 85%;
    margin-top: 2%;
    margin-left: 7.5%;
    border-spacing: 10px;
    padding: 2%;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 3px 20px grey;
    background-color: white;
}
.banpub th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 1%;
}
.banpub .descri{
    color: black;
    padding: 5%;
    font-size: 16px;

}
.banpub .pub{
    border-collapse: collapse;
    width: 80%;
    margin-left: 7.5%;
    padding: 1%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #125688;
}
.pub th{
    color: white;
    border-left: none;
}

.pub .banni{
    width: 99.75%;
    margin-left: 0.5%;

    border-collapse: collapse;
    background-color: white;
}
.pub .comma{
    float: right;
    color: white;
    font-size: 18px;
    margin-top: -3%;
    margin-right: -0.25%;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-color: #125688; 
    background-color: #125688;
    width: 20%;
}
.banni td{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2%;

}
.banni li{
    color: #125688;
    margin:2%;
}
.abonnement{
    background-color: white;
}


.inscription{
    margin-top: 3%;
    margin-left: 13%;
    padding: 1%;
    width: 75%;
    color: black;
    font-weight: bold;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
}
.inscription td{
    padding: 0.25%;
    padding-right: 0.25%;
}
.inscription th{
    margin-left: -15%;
    background-color: #125688;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 18px;
    color:white;
}
.inscription .infop th{
    margin-left: -15%;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 16px;
    color:white;
}
.inscription input{
    border:1px solid #00a0e3;
    border-radius: 10px;
    width: 50%;
    height: 35px;
    padding-left: 1%;
    outline: none;
}
.inscription select{
    border:1px solid #00a0e3;
    width: 31%;
    height: 35px;
    padding: 0.25%;
    border-radius: 10px;
}
.inscription .tit{
    border:1px solid #00a0e3;
    width: 5%;
    color: black;
    height: 12px;
    outline: none;
}
.inscription .tit label{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.confirmation button{
    margin-top: 1%;
    font-weight: bold;
    background-color: #00a0e3;
    border-color:#00a0e3;
    border-radius: 10px;
    color: white;
    width: 10%;
    outline: none;

}
.secteur{
    margin-top: 1%;
    margin-left: 13%;
    padding: 1%;
    width: 75%;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
    color: black;

}
.secteur td{
    margin-left: 10%;
    color: black;
}
.secteur th{
    border-radius: 10px;
    color: black;
}
.serviceadd{
    margin-left: 13%;
    margin-top: 1%;
    padding: 1%;

    width: 75%;
    background-color: white;
    border:1px solid #00a0e3;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}
.serviceadd td{
    font-size: 16px;
    width: 20%;
}
.serviceadd span{
    color:#00a0e3;
    font-weight: bold;
}
.serviceadd th{

}
.back{
    margin-top: 10%;
    margin-left: 10%;
}
.favo{
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 75%;
    background-color: white;
    color:white;
    border-radius: 10px;
}
.favo th{
    width: 15%;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    font-size: 16px;
    background-color: #125688;
    border-bottom: 2px solid orange;
}
.favo .titre{
    background-color: white;
    color:black;
}
.favo td{
    color: black;
    padding: 0.5%;
    padding-left: 1.5em;
}
.back button{
    background-color: #125688;
    border-color: #125688;
    border-radius: 10px;
    outline: none;
    color: white;
    height: 30px;
}
.type {
    width: 75%;
    color: black;
    padding-bottom: 2%;
    font-size: 18px;
}
.type td{
    width: 30%;
    color: 18px;
    background-color: #F3EFEF;
}
.type .ccp{
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
}
.foot{
    margin-top: 1%;
    margin-bottom: -1%;
    width: 101%;
    background: linear-gradient( to bottom right, #2b76b9 40%, white);
    padding-bottom: 1%;
}

.foot th{
    height: 20px;
}
.foot .logoo{
    margin-top: 2%;
    width: 60%;

}
.foot .logo img{
    width: 40%;
}
.foot h2{
    color: white;
    padding-left: 2%; 
    font-size: 18px;
    border-left:5px solid #e8770c;
}
.foot h3{
    font-size: 14px;
    color: white;
    padding: 1%;
}

.foot span {
    font-size: 16px;
    font-weight: bold;
    padding: 0.5%;
    margin-right: 1%;
    text-align: justify;
    color: white;
}

.foot .cont{
    font-size: 12px;
    padding-left: 1%;
    color: white;
}
.foot .locat {
    margin-top: 0.75%;
    width: 5%;
}
.foot .phone{
    width: 5%;
}
.foot .mob{
    width: 4%;
}
.foot .soc{
    margin-left: -10%;
}
.foot .menf{
    margin-left: -2%;
    display: inline-block;
}
.foot .menf ul{
    display: inline-block;

}
.foot .menf li{
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
 .foot input{
    margin-left: 20%;
    margin-top: 1%;
    width: 60%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 10px;
    outline: none;
 }
 .foot .new{
    margin-left: 64%;
    border-radius: 10px;
    width: 20%;
    color: white;
    background-color: #e8770c;
    border-color: #e8770c;
    outline: none;
    font-weight: bold;
    padding: 1%;
 }

.foot a{
    color: white;
	text-decoration: none;
}
.copy{
    width: 101%;

    margin-top: 0.5%;
}
.copy th{
    padding-top: 1%;
    color: white;

    background: linear-gradient( to top right, #2b76b9 65%, white);
}

    
input[type=text], input[type=password], input[type=email], input[type=tel]{
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #125688 ;
    border-radius: 13px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
    width: 30%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2); 
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 18%;
    float: right;
    margin-top: 4em; 
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
}


/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
@media  (min-width:1024px) and (max-width:1224px) {
<link rel="stylesheet" type="text/css" href="assets/icons/fontawesome/fontawesome.css">
html {
width: 100%;
background-color:white;

overflow: hidden;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    font: 14px/18px ;

    color:#6f6f6f;
    position:absolute;
    min-width: 1025px;
    background: #EFF0F0;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}
.feet{
    display: none;
}
.hed{
    background-color: #0064ab;
    border-radius: 4px 4px 0 0;
    padding: 0.7em;
    margin-top: -1.5em;
    color: #fff;
    font-size: 29px;
    text-align: center;
    }
 .Activation{
     color: #000;
     text-align: center;
     padding: 7%;
     font-size: 14px;
 }
#Activation_clo
{

   min-height: 250px;
    box-shadow: 5px 5px 5px grey;
    margin: auto;
    width: 47%;
    margin-top: 6%;
    background-color: #fff;
    padding: 2em;
}

header{
    width: 101%;
    background: linear-gradient( to bottom right, #2b76b9 30%, white);
    margin-top: -0.5em;

}
header .logo{ 
    width: 50%;
    margin-top: 2%;
    margin-left: -10%;
    margin-bottom: 1%;
}
.mobilemenu{
    display: none;
}
.menu {
    margin-left: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 0.5%;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}
.client{
    border-radius: 10px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 2%;
    outline: none;
    margin-right: 5%;
}
.description{
    width: 85%;
    margin-top: 2%;
    margin-left: 7%;

    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #125688;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 30px grey;
    text-align: justify;
}
.description td{
    padding: 1%;
    padding-left: 2%;
}
.description .desk{
    width: 80%;
    margin-left: 10%;
    height: 200px;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}

.banner{
    width: 100%;
    position: relative;
}

.tableau{
    margin-top: 2%;
    margin-left:15%;
    margin-right: auto;
    width: 79%;

}

.affich{
width: auto;
background-color: white;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%
}
.affich th{

    font-weight: bold;
    font-size: 14px;
    border-bottom: 5px solid #e8770c;
    border-collapse: collapse;

}
.affich td{
    width: 80px;
    font-weight: bold;
    line-height: 3em;

    font-size: 12px;

}

/* Style the tab */
.tab {
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #125688;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1%;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #7BC342;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;

    border-top: none;
}


.nostarif {
    width: 90%;
    margin-top: 3%;
    margin-left: 8%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
}

.nostarif th{
    background-color: #7BC342;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    padding: 2%;
}
.nostarif .grille{
    padding: 1%;
    
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.nostarif td{
    padding: 1%;
    background-color: #BBD2E1;
    color: black;
    text-align: center;
}

.essai{
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 1%;
    outline: none;


}
.essai a{
    text-decoration: none;
    color: white;
}
 .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
    display:block;
}
.showSlide {  
            display: none  
        }  
.showSlide img { 
                margin-right: auto;
                margin-left: 0.5em;
                width: 100%;
                height: 250px;  
            }  
.slidercontainer {
            margin-top: 10%;  
            max-width: 100%;  
            position: relative;  
            margin: auto;  
        }  
.left, .right {  
            cursor: pointer;  
            position: absolute;  
            top: 50%;  
            width: auto;  
            padding: 1%;  
            margin-top: -2%;  
            color: white;  
            font-weight: bold;  
            font-size: 25px;  
            transition: 0.6s ease;  
            border-radius: 0 10px 10px 0;  
        }  
.right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
.left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
 .contentt {  
            color: white;  
            font-size: 38px;
            text-shadow: -2px -1px grey; 
            padding: 8px 12px;  
            position: absolute;  
            top: 5%;
            margin-top: 1%;
            margin-left: 25%;
            border-left:10px solid #7BC342;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: auto;  
            text-align: center;  
        }  
.active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
.fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 0.5s;  
            animation-name: fade;  
            animation-duration: 0.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        } 
.zone{
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3%;
    margin-left: 2%;
}
.zonem{
    display: none;
}
.zone .service {
    width: 95%;
}
.zone .service .pub .paym{
    box-shadow: 3px 2px 30px grey;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color:white;
    border-radius: 10px;
    padding:0.5%;
}
.zone .service .payp{
    width: 50%;
}
.zone .service .servi{
    width: 30%;
}
.service .pub .norm{
    color: #125688;
    text-align: center;
    width: 3%;
}
.service .pub .new{
    animation: blinker 1s linear infinite;
    font-weight: bold;
    color: red;
}

.zone .icone{
    padding: 3% 1% 1% 3%;
    border-radius: 5px;
    width: 30%;

}

.zone .mail{
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    width: 70% ;
}

.zone .service { border-spacing: 10px;}
.zone .service td{
    width: 2%;
    padding: 0.25%;
    height: 150px;
    background-color: #2b76b9;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    text-align: center;
    margin-right: 1%;

}
.zone .service span{
    color: white;
    font-size: 14px;
    padding-bottom: 10px;
}

.interact {
    width: 15%;
    margin-top: -15%;
    margin-right: 10%;
    float: right;
    border:2px solid grey;

}

.btn{
    margin-top: 10%;
    width: 80%;
    height: 40px;
    color: white;
    background-color: #7BC342;
    border-radius: 10px;
    border-color: #7BC342;
    font-weight: bold;
    background-image: url('img/paypal_logo.png');
    background-size: 10%; 
    outline: none;
}
.btn .log{
    width: 40%;
}
.btnn{
    width: 80%;
    height: 80px;
    padding-top: 5%;
    padding: 10%;
    height: 80px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #7BC342;
    border-color: #7BC342;
    background-size: 10%;
    outline: none; 
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:460px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#125688;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.marche{
    width: 60%;
    height: 150px;
    border-radius: 5px;
    background-color: #125688;
}
.marche:focus{outline:0;}
.marche #wilaya{
    background-color: red;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.sercli{
    width: 71%;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 10%;
    box-shadow: 5px -3px 10px grey;
    border-radius: 5px;
}
.contact{
    float: right;
    width: 40%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    box-shadow: 3px 2px 30px grey;
    margin-right: 10%;
    margin-top: 4%;
    background-color: white;

    border-radius: 10px;
}
.contact th{
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
    color: #125688;
}
.contact tr{
    
}
.contact td{
    font-weight: bold;
    font-size: 16px;
    color: black;
    align-content: left;
    border-spacing: 10px;
}
.contact input{
    width: 85%;
    padding: 1%;
    border-radius: 5px;
    border:1px solid #00a0e3;
}
.contact button{
    background-color: #7BC342;
    border-color: #7BC342;
    border-radius: 10px;
    width: 50%;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 70%;
}
.contact textarea{
    width: 85%;
    height: 150px;
}
.info{
    width: 30%;
    padding: 2.5%;
    margin-top: 4%;
    margin-left: 10%;
    float: left;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
}
.info th{
    color:black;
    font-weight: bold;
    text-decoration: underline;
    padding:2%;
}
.info td{
    color:black;
    padding: 2%;
    padding-left: 5%;
}
.info td span{
    color: black;
    font-size: 18px;
}
.info a{
    font-weight: bold;
    font-size: 18px;
}
.info h3{
    font-size: 18px;
}
.map{
    margin-left: 7%;
    margin-top: 10%;
}
.map td{
    padding: 5%;
    
    
}
.map iframe{
    padding: 1%;
    box-shadow: 0px -10px 0px 0px 30px grey;
}

.entreprise{
    width: 85%;
    margin-top: 12%;
    margin-left: 7.5%;
    padding:2%;
    border-radius: 10px;
    box-shadow: 2px 3px 20px grey;
    text-align: justify;
    background-color: white;
    color: #2b76b9;
    font-size: 16px;
    font-weight: bold;
}
.presenta{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    border-collapse: collapse;

}
.presenta tr:nth-child(odd){
    background-color: #E6E6FA;
}
.presenta .cone{
    width: 75%;
    height: 250px;
    margin-left: 10%;
}
.presenta .para{
    width: 70%;
    margin-top: -5%;
    margin-left: 15%;
    text-align: justify;
    color: #125688;
    font-weight: bold;
    font-size: 16px;
}
.presenta .parag{
    width: 70%;
    margin-top: -5%;
    margin-left: 15%;
    text-align: justify;
    color: #125688;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 16px;

}

.presenta .parag a{
    color: #125688;
    font-size: 18px;
    font-weight: bold;

}
.presenta li{
    padding: 1%;
}
.desk{
    width: 70%;
    height: 250px;
    margin-left: 15%;
}
.entreprise th{
    color: black;
    padding-left: -50%;
    margin-left: -10%;
    border-left:5px solid orange;
}

.tarif{
    width: 85%;
    margin-top: 1%;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
    background-color: white;
    margin-left: 7.5%;
}
.tarif th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 2%;
}
.tarif .apoff{
    width: 80%;
    margin-left: 7%;
    border-spacing: 10px;
}
.apoff th{
    border-left: none;
}
.apoff .titre{
    border-radius: 10px;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}

.apoff .yellow{
    background-color: orange;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding: 1px;
    width: 30%;
}
.apoff h2{
    color: black;
    text-shadow: 2px 1px 5px white;
    font-size: 22px;
}
.apoff .blue{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.apoff .tit{
    color: white;
    text-shadow: none;
    font-size: 22px;
}
.apoff .desc{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    background-color: white;
}
.prix{
    width: 65%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    margin-left: 22.5%;
    background-color: #96ba48;
    border-bottom-left-radius:10px; 
}

.comm{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: orange;
    outline: none;
    text-shadow: 1px 1px 10px orange;
    margin-left: 41.5%;
    background-color: orange;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
}
.comm2{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 43%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;

}
.comm3{
    width: 60%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 33%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
    
}
.descr{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}
.tarif .servad{
    width: 80%;
    margin-top: 2%;
    margin-left: 7%;
    border-spacing: 10px;
    border-radius: 10px;
    background-color: white;
}
.servad td{
    border-left: none;
}
.servad th{
     border-radius: 10px;
     padding: 1%;
     border-left: none;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}
.servad .titr{
    color: white;
    text-shadow: none;
    font-size: 16px;
}
.servad .blu{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.servad .suivre{
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
}
.suivre li{
    color: black;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -20%;
}
.servad .pri{
    color: white;
    margin-top: 2%;
    padding: 2%;
    font-size: 32px;
    font-weight: bold;
}
.banpub{
    width: 85%;
    margin-top: 2%;
    margin-left: 7.5%;
    border-spacing: 10px;
    padding: 2%;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 3px 20px grey;
    background-color: white;
}
.banpub th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 1%;
}
.banpub .descri{
    color: black;
    padding: 5%;
    font-size: 16px;

}
.banpub .pub{
    border-collapse: collapse;
    width: 80%;
    margin-left: 7.5%;
    padding: 1%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #125688;
}
.pub th{
    color: white;
    border-left: none;
}

.pub .banni{
    width: 99.75%;
    margin-left: 0.5%;

    border-collapse: collapse;
    background-color: white;
}
.pub .comma{
    float: right;
    color: white;
    font-size: 18px;
    margin-top: -3%;
    margin-right: -0.25%;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-color: #125688; 
    background-color: #125688;
    width: 20%;
}
.banni td{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2%;

}
.banni li{
    color: #125688;
    margin:2%;
}
.abonnement{
    background-color: white;
}


.inscription{
    margin-top: 3%;
    margin-left: 13%;
    padding: 1%;
    width: 75%;
    color: black;
    font-weight: bold;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
}
.inscription td{
    padding: 0.25%;
    padding-right: 0.25%;
}
.inscription th{
    margin-left: -15%;
    background-color: #125688;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 18px;
    color:white;
}
.inscription .infop th{
    margin-left: -15%;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 16px;
    color:white;
}
.inscription input{
    border:1px solid #00a0e3;
    border-radius: 10px;
    width: 50%;
    height: 35px;
    padding-left: 1%;
    outline: none;
}
.inscription select{
    border:1px solid #00a0e3;
    width: 31%;
    height: 35px;
    padding: 0.25%;
    border-radius: 10px;
}
.inscription .tit{
    border:1px solid #00a0e3;
    width: 5%;
    color: black;
    height: 12px;
    outline: none;
}
.inscription .tit label{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.confirmation button{
    margin-top: 1%;
    font-weight: bold;
    background-color: #00a0e3;
    border-color:#00a0e3;
    border-radius: 10px;
    color: white;
    width: 10%;
    outline: none;

}
.secteur{
    margin-top: 1%;
    margin-left: 13%;
    padding: 1%;
    width: 75%;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
    color: black;

}
.secteur td{
    margin-left: 10%;
    color: black;
}
.secteur th{
    border-radius: 10px;
    color: black;
}
.serviceadd{
    margin-left: 13%;
    margin-top: 1%;
    padding: 1%;

    width: 75%;
    background-color: white;
    border:1px solid #00a0e3;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}
.serviceadd td{
    font-size: 16px;
    width: 20%;
}
.serviceadd span{
    color:#00a0e3;
    font-weight: bold;
}
.serviceadd th{

}
.back{
    margin-top: 10%;
    margin-left: 10%;
}
.favo{
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 75%;
    background-color: white;
    color:white;
    border-radius: 10px;
}
.favo th{
    width: 15%;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    font-size: 16px;
    background-color: #125688;
    border-bottom: 2px solid orange;
}
.favo .titre{
    background-color: white;
    color:black;
}
.favo td{
    color: black;
    padding: 0.5%;
    padding-left: 1.5em;
}
.back button{
    background-color: #125688;
    border-color: #125688;
    border-radius: 10px;
    outline: none;
    color: white;
    height: 30px;
}
.type {
    width: 75%;
    color: black;
    padding-bottom: 2%;
    font-size: 18px;
}
.type td{
    width: 30%;
    color: 18px;
    background-color: #F3EFEF;
}
.type .ccp{
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
}
.foot{
    margin-top: 1%;
    margin-bottom: -1%;
    width: 101%;
    background: linear-gradient( to bottom right, #2b76b9 40%, white);
    padding-bottom: 1%;
}
.foot th{
    height: 20px;
}
.foot .logoo{
    margin-top: 2%;
    width: 60%;

}
.foot .logo img{
    width: 40%;
}
.foot h2{
    color: white;
    padding-left: 2%; 
    font-size: 18px;
    border-left:5px solid #e8770c;
}
.foot span {
    font-size: 16px;

    padding-left: 1%;
    margin-right: 1%;
    text-align: justify;
    color: white;
}

.foot .cont{
    font-size: 12px;
    padding-left: 1%;
    color: white;
}
.foot .locat {
    margin-top: 0.75%;
    width: 5%;
}
.foot .phone{
    width: 5%;
}
.foot .mob{
    width: 4%;
}
.foot .soc{
    margin-left: -10%;
}
.foot .menf{
    margin-left: -2%;
    display: inline-block;
}
.foot .menf ul{
    display: inline-block;

}
.foot .menf li{
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
 .foot input{
    margin-left: 20%;
    margin-top: 1%;
    width: 60%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 10px;
    outline: none;
 }
 .foot .new{
    margin-left: 64%;
    border-radius: 10px;
    width: 20%;
    color: white;
    background-color: #e8770c;
    border-color: #e8770c;
    outline: none;
    font-weight: bold;
    padding: 1%;
 }

.foot h3{
    font-size: 16px;
    color: white;
}
.foot a{
    color: white;
}
.copy{
    width: 101%;

    margin-top: 0.5%;
}
.copy th{
    padding-top: 1%;
    color: white;

    background: linear-gradient( to top right, #2b76b9 65%, white);
}

    
input[type=text], input[type=password], input[type=email], input[type=tel]{
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #125688 ;
    border-radius: 13px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
    width: 30%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2); 
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 18%;
    float: right;
    margin-top: 4em; 
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
}

/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS 800=> 1224 px*************************************************************/


@media  (min-width:800px) and (max-width:1023px) {
<link rel="stylesheet" type="text/css" href="assets/icons/fontawesome/fontawesome.css">
html {
width: 100%;
background-color:white;

overflow: hidden;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font: 14px/18px ;

    color:#6f6f6f;
    position:absolute;

    background: #EFF0F0;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}

.feet{
    display: none;
}
.cache{display: none;}
.hed{
    background-color: #0064ab;
    border-radius: 4px 4px 0 0;
    padding: 0.7em;
    margin-top: -1.5em;
    color: #fff;
    font-size: 29px;
    text-align: center;
    }
 .Activation{
     color: #000;
     text-align: center;
     padding: 7%;
     font-size: 14px;
 }
#Activation_clo
{

   min-height: 250px;
    box-shadow: 5px 5px 5px grey;
    margin: auto;
    width: 47%;
    margin-top: 6%;
    background-color: #fff;
    padding: 2em;
}

header{
    width: device-width;
    background: linear-gradient( to bottom right, #2b76b9 30%, white);
    margin-top: -0.5em;

}
header .logo{ 
    width: 80%;
    margin-top: 2%;
    margin-left: -10%;
    margin-bottom: 1%;
}

.menu {
    display: none;
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}


.mobilemenu {
    float: left;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.dd-button {
  display: inline-block;
  border: 1px solid #7BC342;
  border-radius: 10px;
  padding: 5px 25px 5px 10px;
  background-color: #7BC342;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}




.dd-input {
  display: none;
}

.dd-menu {
    z-index: 100;
  position: absolute;
  top: 100%;
  border: 1px solid #7BC342;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #2b76b9;
  color: white;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li.active{
    color: white;
    background-color: #7BC342;
}
.dd-menu li:hover {
  background-color: #7BC342;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


.description{
    width: 85%;
    margin-top: 2%;
    margin-left: 5%;
    padding: 5%;
    font-size: 1em;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #125688;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 30px grey;
    text-align: justify;
}
.description td{
    padding: 1%;
    padding-left: 2%;
}
.description .deskk{
    display: none;
}
.description .desk{
    display: none;
    width: 80%;
    margin-left: 10%;
    height: 200px;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}
.client{
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.5em;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 5%;
    outline: none;
    margin-right: 5%;
}
.banner{
    width: 100%;
    position: relative;
}

.tableau{
    margin-top: 2%;
    margin-left:15%;
    margin-right: auto;
    width: 79%;

}
/* Style the tab */
.tab {
    overflow: hidden;


}
.affich{
width: auto;
background-color: white;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%
}
.affich th{

    font-weight: bold;
    font-size: 14px;
    border-bottom: 5px solid #e8770c;
    border-collapse: collapse;

}
.affich td{
    width: 80px;
    font-weight: bold;
    line-height: 3em;

    font-size: 12px;

}
.tab{

}
/* Style the buttons inside the tab */
.tab button {

    height: 58px;
  
}
.tab button:focus {outline:0;}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #red;
}

/* Create an active/current tablink class */
.tab button.active {
   height: 58px;
}
.tab img{
    border-radius: 10px;
}
/* Style the tab content */
.tabcontent {
    margin-top: -0,5%;
    background-color: white;
    width: 87.5%;
    box-shadow: 5px -3px 5px grey;
    border-top-right-radius: 10px;
    padding: 6px 12px;
    border: 2px solid #125688;
    border-top: 1px solid #ccc;
}

.essai{
    border-radius: 10px;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 1%;
    outline: none;


}
.essai a{
    text-decoration: none;
    color: white;
}
 .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
    display:block;
}
.showSlide {  
            display: none  
        }  
.showSlide img { 
                margin-right: auto;
                width: 100%;
                height: 150px;  
            }  
.slidercontainer {
            margin-top: 10%;  
            max-width: 100%;  
            position: relative;  
            margin: auto;  
        }  
.left, .right {  
            cursor: pointer;  
            position: absolute;  
            top: 50%;  
            width: auto;  
            padding: 1%;  
            margin-top: -2%;  
            color: white;  
            font-weight: bold;  
            font-size: 25px;  
            transition: 0.6s ease;  
            border-radius: 0 10px 10px 0;  
        }  
.right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
.left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
 .contentt {  
            color: white;  
            font-size: 1.5em;
            text-shadow: -2px -1px grey; 
            padding: 8px 12px;  
            position: absolute;  
            top: 5%;
            margin-top: 1%;
            margin-left: 5%;
            border-left:10px solid #7BC342;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: auto;  
            text-align: center;  
        }  
.active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
.fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 0.5s;  
            animation-name: fade;  
            animation-duration: 0.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }
.zone{
    display: none;
} 
.zonem{
    width: 90%;
    font-size: 18px;
    margin-top: 3%;
    margin-left: 2%;
}

.zonem .service .pub .paym{
    box-shadow: 3px 2px 30px grey;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color:white;
    border-radius: 10px;
    padding:3%;
}
.zonem .service .payp{
    width: 50%;
}
.zonem .service .servi{
    width: 30%;
}
.service .pub .norm{
    color: #125688;
    text-align: center;
    width: 3%;
}
.service .pub .new{
    font-weight: bold;
    color: red;
}

.zonem .icone{
    padding: 3% 4% 4% 5%;
    border-radius: 5px;
    width: 30%;

}

.zonem .mail{
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    width: 70% ;
}

.zonem .service { border-spacing: 10px;}
.zonem .service td{
    width: 2%;
    padding: 2%;
    height: 150px;
    background-color: #2b76b9;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    text-align: center;
    margin-right: 1%;

}
.zonem .service span{
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.interact {
    width: 15%;
    margin-top: -15%;
    margin-right: 10%;
    float: right;
    border:2px solid grey;

}

.btn{
    margin-top: 2%;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #7BC342;
    border-radius: 10px;
    border-color: #7BC342;
    font-weight: bold;
    background-image: url('img/paypal_logo.png');
    background-size: 10%; 
    outline: none;
}
.btn .log{
    width: 40%;
}
.btnn{
    width: 80%;
    height: 80px;
    padding-top: 5%;
    padding: 10%;
    height: 50px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #7BC342;
    border-color: #7BC342;
    background-size: 10%;
    outline: none; 
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:150px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#125688;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.marche{
    width: 60%;
    height: 150px;
    border-radius: 5px;
    background-color: #125688;
}
.marche:focus{outline:0;}
.marche #wilaya{
    background-color: red;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.sercli{
    width: 71%;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 10%;
    box-shadow: 5px -3px 10px grey;
    border-radius: 5px;
}
.contact{
    width: 90%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    box-shadow: 3px 2px 30px grey;
    margin-top: 12%;
    margin-left: 4%;
    background-color: white;
    border-radius: 10px;
}
.contact th{
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
    color: #125688;
}
.contact tr{
    
}
.contact td{
    font-weight: bold;
    font-size: 16px;
    color: black;
    align-content: left;
    border-spacing: 10px;
}
.contact input{
    width: 85%;
    padding: 1%;
    border-radius: 5px;
    border:1px solid #00a0e3;
}
.contact button{
    background-color: #7BC342;
    border-color: #7BC342;
    border-radius: 10px;
    width: 50%;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 70%;
}
.contact textarea{
    width: 85%;
    height: 150px;
}
.info{
    width: 90%;
    padding: 2.5%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 4%;
    float: left;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
}
.info th{
    color:black;
    font-weight: bold;
    text-decoration: underline;
    padding:2%;
}
.info td{
    color:black;
    padding: 2%;
    padding-left: 5%;
}
.info td span{
    color: black;
    font-size: 18px;
}
.info a{
    font-weight: bold;
    font-size: 18px;
}
.info h3{
    font-size: 18px;
}
.map{
display: none;
}
.map td{
    padding: 5%;
    
    
}
.map iframe{
    padding: 1%;
    box-shadow: 0px -10px 0px 0px 30px grey;
}

.entreprise{
    width: 85%;
    margin-top: 12%;
    margin-left: 7.5%;
    padding:2%;
    border-radius: 10px;
    box-shadow: 2px 3px 20px grey;
    text-align: justify;
    background-color: white;
    color: #2b76b9;
    font-size: 16px;
    font-weight: bold;
}
.presenta{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    border-collapse: separate;
    border-spacing: 2em;

}
.presenta .cache{
    display: none;
}
.presenta .cascade{
    display: block;
}
.presenta tr:nth-child(odd){
    background-color: #E6E6FA;
}
.presenta .cone{
    width: 75%;
    height: 250px;
    margin-left: 10%;
}
.presenta .para{
    width: 90%;
    padding:2%;
    text-align: justify;
    color: #125688;
    font-size: 1em;
}
.presenta .parag{
    width: 90%;
    padding: 2%;
    text-align: justify;
    color: #125688;
    line-height: 1.5em;
    font-size: 1em;

}

.presenta .parag a{
    color: #125688;
    font-size: 18px;
    font-weight: bold;

}
.presenta li{
    padding: 1%;
}
.desk{
    width: 70%;
    height: 250px;
    margin-left: 15%;
}
.sclent{
    width: 40%;
}

.entreprise th{
    color: black;
    padding-left: -50%;
    margin-left: -10%;
    border-left:5px solid orange;
}

.tarif{
    width: 85%;
    margin-top: 1%;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
    background-color: white;
    margin-left: 7.5%;
}
.tarif th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 2%;
}
.tarif .apoff{
    width: 80%;
    margin-left: 7%;
    border-spacing: 10px;
}
.apoff th{
    border-left: none;
}
.apoff .titre{
    border-radius: 10px;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}

.apoff .yellow{
    background-color: orange;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding: 1px;
    width: 30%;
}
.apoff h2{
    color: black;
    text-shadow: 2px 1px 5px white;
    font-size: 22px;
}
.apoff .blue{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.apoff .tit{
    color: white;
    text-shadow: none;
    font-size: 22px;
}
.apoff .desc{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    background-color: white;
}
.prix{
    width: 65%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    margin-left: 22.5%;
    background-color: #96ba48;
    border-bottom-left-radius:10px; 
}

.comm{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: orange;
    outline: none;
    text-shadow: 1px 1px 10px orange;
    margin-left: 41.5%;
    background-color: orange;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
}
.comm2{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 43%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;

}
.comm3{
    width: 60%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 33%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
    
}
.descr{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}
.tarif .servad{
    width: 80%;
    margin-top: 2%;
    margin-left: 7%;
    border-spacing: 10px;
    border-radius: 10px;
    background-color: white;
}
.servad td{
    border-left: none;
}
.servad th{
     border-radius: 10px;
     padding: 1%;
     border-left: none;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}
.servad .titr{
    color: white;
    text-shadow: none;
    font-size: 16px;
}
.servad .blu{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.servad .suivre{
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
}
.suivre li{
    color: black;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -20%;
}
.servad .pri{
    color: white;
    margin-top: 2%;
    padding: 2%;
    font-size: 32px;
    font-weight: bold;
}
.banpub{
    width: 85%;
    margin-top: 2%;
    margin-left: 7.5%;
    border-spacing: 10px;
    padding: 2%;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 3px 20px grey;
    background-color: white;
}
.banpub th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 1%;
}
.banpub .descri{
    color: black;
    padding: 5%;
    font-size: 16px;

}
.banpub .pub{
    border-collapse: collapse;
    width: 80%;
    margin-left: 7.5%;
    padding: 1%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #125688;
}
.pub th{
    color: white;
    border-left: none;
}

.pub .banni{
    width: 99.75%;
    margin-left: 0.5%;

    border-collapse: collapse;
    background-color: white;
}
.pub .comma{
    float: right;
    color: white;
    font-size: 18px;
    margin-top: -3%;
    margin-right: -0.25%;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-color: #125688; 
    background-color: #125688;
    width: 20%;
}
.banni td{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2%;

}
.banni li{
    color: #125688;
    margin:2%;
}
 
.inscription{
    margin-top: 3%;
    margin-left: 3%;
    padding: 1%;
    width: 90%;
    color: black;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
}

.inscription td{
    padding: 0.25%;
    padding-right: 0.25%;
}
.inscription th{
    margin-left: -15%;
    background-color: #125688;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 18px;
    color:white;
}
.inscription .infop th{
    margin-left: -15%;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 16px;
    color:white;
}
.inscription input{
    border:1px solid #00a0e3;
    border-radius: 10px;
    width: 80%;
    height: 35px;
    padding-left: 1%;
    outline: none;
}
.inscription select{
    border:1px solid #00a0e3;
    width: 31%;
    height: 35px;
    padding: 0.25%;
    border-radius: 10px;
}
.inscription .tit{
    border:1px solid #00a0e3;
    width: 5%;
    color: black;
    height: 12px;
    outline: none;
}
.inscription .tit label{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.confirmation button{
    margin-top: 1%;
    font-weight: bold;
    background-color: #00a0e3;
    border-color:#00a0e3;
    border-radius: 10px;
    color: white;
    width: 10%;
    height: 25px;
    outline: none;

}
.secteur{
    margin-top: 1%;
    margin-left: 3%;
    padding: 1%;
    width: 88%;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
    color: black;

}
.secteur tr{

}
.secteur td{
    display: block;
    text-align: left;
    margin-left: 10%;
    color: black;
}
.secteur th{
    border-radius: 10px;
    color: black;
}
.serviceadd{
    margin-left: 3%;
    margin-top: 1%;
    padding: 1%;

    width: 90%;
    background-color: white;
    border:1px solid #00a0e3;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}
.serviceadd td{
    font-size: 16px;
    width: 20%;
}
.serviceadd span{
    color:#00a0e3;
    font-weight: bold;
}
.serviceadd th{

}
.back{
    margin-top: 10%;
    margin-left: 10%;
}
.favo{
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 75%;
    background-color: white;
    color:white;
    border-radius: 10px;
}
.favo th{
    width: 15%;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    font-size: 16px;
    background-color: #125688;
    border-bottom: 2px solid orange;
}
.favo .titre{
    background-color: white;
    color:black;
}
.favo td{
    color: black;
    padding: 0.5%;
    padding-left: 1.5em;
}
.back button{
    background-color: #125688;
    border-color: #125688;
    border-radius: 10px;
    outline: none;
    color: white;
    height: 30px;
}
.type {
    width: 75%;
    color: black;
    padding-bottom: 2%;
    font-size: 18px;
}
.type td{
    width: 30%;
    color: 18px;
    background-color: #F3EFEF;
}
.type .ccp{
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
}
.foot{
    margin-top: 1%;
    margin-bottom: -1%;
    width: auto;
    background: linear-gradient( to bottom right, #2b76b9 40%, white);
    padding-bottom: 1%;
}
.foot th{
    height: 20px;
}
.foot .logoo{
    margin-top: 2%;
    width: 80%;

}
.foot .logo img{
    width: 40%;
}
.foot h2{
    color: white;
    padding-left: 2%; 
    font-size: 10px;
    border-left:5px solid #e8770c;
}
.foot span {
    font-size: 0.5em;

    padding-left: 1%;
    margin-right: 1%;
    text-align: justify;
    color: white;
}

.foot .cont{
    font-size: 12px;
    padding-left: 1%;
    color: white;
}
.foot .locat {
    margin-top: 0.75%;
    width: 5%;
}
.foot .phone{
    width: 5%;
}
.foot .mob{
    width: 4%;
}
.foot .soc{
    margin-left: -10%;
}
.foot .menf{
    margin-left: -2%;
    display: inline-block;
}
.foot .menf ul{
    display: inline-block;

}
.foot .menf li{
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
 .foot input{
    margin-left: 20%;
    margin-top: 1%;
    width: 60%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 10px;
    outline: none;
 }
 .foot .new{
    margin-left: 64%;
    border-radius: 10px;
    width: 20%;
    color: white;
    background-color: #e8770c;
    border-color: #e8770c;
    outline: none;
    font-weight: bold;
    padding: 1%;
 }
.foot h3{
    font-size: 16px;
    color: white;
}
.foot a{
    color: white;
}
.copy{
    width: 101%;

    margin-top: 0.5%;
}
.copy th{
    padding-top: 1%;
    color: white;

    background: linear-gradient( to top right, #2b76b9 65%, white);
}
    
input[type=text], input[type=password], input[type=number] {
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #125688 ;
    border-radius: 13px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
    width: 30%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2); 
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 60%;
   
    margin-top: 4em; 
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
}






/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/


@media  (min-width:320px) and (max-width:640px) {
<link rel="stylesheet" type="text/css" href="assets/icons/fontawesome/fontawesome.css">
html {
width: 100%;
background-color:white;

overflow: hidden;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font: 14px/18px ;

    color:#6f6f6f;
    position:absolute;

    background: #EFF0F0;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}
.cache{display: none;}
.cachhh{
    display: none;
}
.hed{
    background-color: #0064ab;
    border-radius: 4px 4px 0 0;
    padding: 0.7em;
    margin-top: -1.5em;
    color: #fff;
    font-size: 29px;
    text-align: center;
    }
 .Activation{
     color: #000;
     text-align: center;
     padding: 7%;
     font-size: 14px;
 }
#Activation_clo
{

   min-height: 250px;
    box-shadow: 5px 5px 5px grey;
    margin: auto;
    width: 47%;
    margin-top: 6%;
    background-color: #fff;
    padding: 2em;
}

header{
    width: device-width;
    background: linear-gradient( to bottom right, #2b76b9 30%, white);
    margin-top: -0.5em;

}
header .logo{ 
    width: 80%;
    margin-top: 2%;
    margin-left: -10%;
    margin-bottom: 1%;
}

.menu {
    display: none;
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}


.mobilemenu {
    float: left;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.dd-button {
  display: inline-block;
  border: 1px solid #7BC342;
  border-radius: 10px;
  padding: 5px 25px 5px 10px;
  background-color: #7BC342;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}




.dd-input {
  display: none;
}

.dd-menu {
    z-index: 100;
  position: absolute;
  top: 100%;
  border: 1px solid #7BC342;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #2b76b9;
  color: white;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li.active{
    color: white;
    background-color: #7BC342;
}
.dd-menu li:hover {
  background-color: #7BC342;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


.description{
    width: 85%;
    margin-top: 2%;
    margin-left: 5%;
    padding: 5%;
    font-size: 1em;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #125688;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 30px grey;
    text-align: justify;
}
.description td{
    padding: 1%;
    padding-left: 2%;
}
.description .deskk{
    display: none;
}
.description .desk{
    display: none;
    width: 80%;
    margin-left: 10%;
    height: 200px;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}
.client{
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.5em;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 5%;
    outline: none;
    margin-right: 5%;
}
.banner{
    width: 100%;
    position: relative;
}

.tableau{
    margin-top: 2%;
    margin-left:15%;
    margin-right: auto;
    width: 79%;

}
/* Style the tab */
.tab {
    overflow: hidden;


}
.affich{
width: auto;
background-color: white;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%
}
.affich th{

    font-weight: bold;
    font-size: 14px;
    border-bottom: 5px solid #e8770c;
    border-collapse: collapse;

}
.affich td{
    width: 80px;
    font-weight: bold;
    line-height: 3em;

    font-size: 12px;

}
.tab{

}
/* Style the buttons inside the tab */
.tab button {

    background-color: white;
    float: left;
    cursor: pointer;
    color:white;
    font-weight: bold;
    border-color: #125688;
    border-top-right-radius: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 13%;
    height: 60px;
    padding: 14px 16px;
    margin-right: 1%;
    transition: 0.5s;
    font-size: 12px;
}
.tab button:focus {outline:0;}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #red;
}

/* Create an active/current tablink class */
.tab button.active {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
    background-color: white;
    border-bottom: none;
}
.tab img{
    border-radius: 10px;
}
/* Style the tab content */
.tabcontent {
    margin-top: -0,5%;
    background-color: white;
    width: 87.5%;
    box-shadow: 5px -3px 5px grey;
    border-top-right-radius: 10px;
    padding: 6px 12px;
    border: 2px solid #125688;
    border-top: 1px solid #ccc;
}

.essai{
    border-radius: 10px;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 1%;
    outline: none;


}
.essai a{
    text-decoration: none;
    color: white;
}
 .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
    display:block;
}
.showSlide {  
            display: none  
        }  
.showSlide img { 
                margin-right: auto;
                width: 100%;
                height: 250px;  
            }  
.slidercontainer {
            margin-top: 10%;  
            max-width: 100%;  
            position: relative;  
            margin: auto;  
        }  
.left, .right {  
            cursor: pointer;  
            position: absolute;  
            top: 50%;  
            width: auto;  
            padding: 1%;  
            margin-top: -2%;  
            color: white;  
            font-weight: bold;  
            font-size: 25px;  
            transition: 0.6s ease;  
            border-radius: 0 10px 10px 0;  
        }  
.right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
.left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
 .contentt {  
            color: white;  
            font-size: 1.5em;
            text-shadow: -2px -1px grey; 
            padding: 8px 12px;  
            position: absolute;  
            top: 5%;
            margin-top: 1%;
            margin-left: 5%;
            border-left:10px solid #7BC342;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: auto;  
            text-align: center;  
        }  
.active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
.fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 0.5s;  
            animation-name: fade;  
            animation-duration: 0.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }
.zone{
    display: none;
} 
.zonem{
    width: 90%;
    font-size: 18px;
    margin-top: 3%;
    margin-left: 2%;
}

.zonem .service .pub .paym{
    box-shadow: 3px 2px 30px grey;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color:white;
    border-radius: 10px;
    padding:3%;
}
.zonem .service .payp{
    width: 50%;
}
.zonem .service .servi{
    width: 30%;
}
.service .pub .norm{
    color: #125688;
    text-align: center;
    width: 3%;
}
.service .pub .new{
    font-weight: bold;
    color: red;
}

.zonem .icone{
    padding: 3% 4% 4% 5%;
    border-radius: 5px;
    width: 30%;

}

.zonem .mail{
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    width: 70% ;
}

.zonem .service { border-spacing: 10px;}
.zonem .service td{
    width: 2%;
    padding: 2%;
    height: 150px;
    background-color: #2b76b9;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    text-align: center;
    margin-right: 1%;

}
.zonem .service span{
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.interact {
    width: 15%;
    margin-top: -15%;
    margin-right: 10%;
    float: right;
    border:2px solid grey;

}

.btn{
    margin-top: 2%;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #7BC342;
    border-radius: 10px;
    border-color: #7BC342;
    font-weight: bold;
    background-image: url('img/paypal_logo.png');
    background-size: 10%; 
    outline: none;
}
.btn .log{
    width: 40%;
}
.btnn{
    width: 80%;
    height: 80px;
    padding-top: 5%;
    padding: 10%;
    height: 50px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #7BC342;
    border-color: #7BC342;
    background-size: 10%;
    outline: none; 
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:150px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#125688;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.marche{
    width: 60%;
    height: 150px;
    border-radius: 5px;
    background-color: #125688;
}
.marche:focus{outline:0;}
.marche #wilaya{
    background-color: red;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.sercli{
    width: 71%;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 10%;
    box-shadow: 5px -3px 10px grey;
    border-radius: 5px;
}
.contact{
    width: 90%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    box-shadow: 3px 2px 30px grey;
    margin-top: 12%;
    margin-left: 4%;
    background-color: white;
    border-radius: 10px;
}
.contact th{
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
    color: #125688;
}
.contact tr{
    
}
.contact td{
    font-weight: bold;
    font-size: 16px;
    color: black;
    align-content: left;
    border-spacing: 10px;
}
.contact input{
    width: 85%;
    padding: 1%;
    border-radius: 5px;
    border:1px solid #00a0e3;
}
.contact button{
    background-color: #7BC342;
    border-color: #7BC342;
    border-radius: 10px;
    width: 50%;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 70%;
}
.contact textarea{
    width: 85%;
    height: 150px;
}
.info{
    width: 90%;
    padding: 2.5%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 4%;
    float: left;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
}
.info th{
    color:black;
    font-weight: bold;
    text-decoration: underline;
    padding:2%;
}
.info td{
    color:black;
    padding: 2%;
    padding-left: 5%;
}
.info td span{
    color: black;
    font-size: 18px;
}
.info a{
    font-weight: bold;
    font-size: 18px;
}
.info h3{
    font-size: 18px;
}
.map{
display: none;
}
.map td{
    padding: 5%;
    
    
}
.map iframe{
    padding: 1%;
    box-shadow: 0px -10px 0px 0px 30px grey;
}

.entreprise{
    width: 85%;
    margin-top: 12%;
    margin-left: 7.5%;
    padding:2%;
    border-radius: 10px;
    box-shadow: 2px 3px 20px grey;
    text-align: justify;
    background-color: white;
    color: #2b76b9;
    font-size: 16px;
    font-weight: bold;
}
.presenta{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    border-collapse: separate;
    border-spacing: 2em;

}
.presenta .cache{
    display: none;
}
.presenta .cascade{
    display: block;
}
.presenta tr:nth-child(odd){
    background-color: #E6E6FA;
}
.presenta .cone{
    width: 75%;
    height: 250px;
    margin-left: 10%;
}
.presenta .para{
    width: 90%;
    padding:2%;
    text-align: justify;
    color: #125688;
    font-size: 1em;
}
.presenta .parag{
    width: 90%;
    padding: 2%;
    text-align: justify;
    color: #125688;
    line-height: 1.5em;
    font-size: 1em;

}

.presenta .parag a{
    color: #125688;
    font-size: 18px;
    font-weight: bold;

}
.presenta li{
    padding: 1%;
}
.desk{
    width: 70%;
    height: 250px;
    margin-left: 15%;
}
.sclent{
    width: 40%;
}

.entreprise th{
    color: black;
    padding-left: -50%;
    margin-left: -10%;
    border-left:5px solid orange;
}

.tarif{
    width: 85%;
    margin-top: 1%;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
    background-color: white;
    margin-left: 7.5%;
}
.tarif th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 2%;
}
.tarif .apoff{
    width: 80%;
    margin-left: 7%;
    border-spacing: 10px;
}
.apoff th{
    border-left: none;
}
.apoff .titre{
    border-radius: 10px;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}

.apoff .yellow{
    background-color: orange;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding: 1px;
    width: 30%;
}
.apoff h2{
    color: black;
    text-shadow: 2px 1px 5px white;
    font-size: 22px;
}
.apoff .blue{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.apoff .tit{
    color: white;
    text-shadow: none;
    font-size: 22px;
}
.apoff .desc{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    background-color: white;
}
.prix{
    width: 65%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    margin-left: 22.5%;
    background-color: #96ba48;
    border-bottom-left-radius:10px; 
}

.comm{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: orange;
    outline: none;
    text-shadow: 1px 1px 10px orange;
    margin-left: 41.5%;
    background-color: orange;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
}
.comm2{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 43%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;

}
.comm3{
    width: 60%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 33%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
    
}
.descr{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}
.tarif .servad{
    width: 80%;
    margin-top: 2%;
    margin-left: 7%;
    border-spacing: 10px;
    border-radius: 10px;
    background-color: white;
}
.servad td{
    border-left: none;
}
.servad th{
     border-radius: 10px;
     padding: 1%;
     border-left: none;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}
.servad .titr{
    color: white;
    text-shadow: none;
    font-size: 16px;
}
.servad .blu{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.servad .suivre{
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
}
.suivre li{
    color: black;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -20%;
}
.servad .pri{
    color: white;
    margin-top: 2%;
    padding: 2%;
    font-size: 32px;
    font-weight: bold;
}
.banpub{
    width: 85%;
    margin-top: 2%;
    margin-left: 7.5%;
    border-spacing: 10px;
    padding: 2%;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 3px 20px grey;
    background-color: white;
}
.banpub th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 1%;
}
.banpub .descri{
    color: black;
    padding: 5%;
    font-size: 16px;

}
.banpub .pub{
    border-collapse: collapse;
    width: 80%;
    margin-left: 7.5%;
    padding: 1%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #125688;
}
.pub th{
    color: white;
    border-left: none;
}

.pub .banni{
    width: 99.75%;
    margin-left: 0.5%;

    border-collapse: collapse;
    background-color: white;
}
.pub .comma{
    float: right;
    color: white;
    font-size: 18px;
    margin-top: -3%;
    margin-right: -0.25%;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-color: #125688; 
    background-color: #125688;
    width: 20%;
}
.banni td{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2%;

}
.banni li{
    color: #125688;
    margin:2%;
}
 
.inscription{
    margin-top: 3%;
    margin-left: 3%;
    padding: 1%;
    width: 90%;
    color: black;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
}

.inscription td{
    padding: 0.25%;
    padding-right: 0.25%;
}
.inscription th{
    margin-left: -15%;
    background-color: #125688;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 18px;
    color:white;
}
.inscription .infop th{
    margin-left: -15%;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 16px;
    color:white;
}
.inscription input{
    border:1px solid #00a0e3;
    border-radius: 10px;
    width: 80%;
    height: 35px;
    padding-left: 1%;
    outline: none;
}
.inscription select{
    border:1px solid #00a0e3;
    width: 31%;
    height: 35px;
    padding: 0.25%;
    border-radius: 10px;
}
.inscription .tit{
    border:1px solid #00a0e3;
    width: 5%;
    color: black;
    height: 12px;
    outline: none;
}
.inscription .tit label{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.confirmation button{
    margin-top: 1%;
    font-weight: bold;
    background-color: #00a0e3;
    border-color:#00a0e3;
    border-radius: 10px;
    color: white;
    width: 30%;
    outline: none;

}
.secteur{
    margin-top: 1%;
    margin-left: 3%;
    padding: 1%;
    width: 88%;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
    color: black;

}
.secteur tr{

}
.secteur td{
    display: block;
    text-align: left;
    margin-left: 10%;
    color: black;
}
.secteur th{
    border-radius: 10px;
    color: black;
}
.serviceadd{
    margin-left: 3%;
    margin-top: 1%;
    padding: 1%;

    width: 90%;
    background-color: white;
    border:1px solid #00a0e3;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}
.serviceadd td{
    font-size: 16px;
    width: 20%;
}
.serviceadd span{
    color:#00a0e3;
    font-weight: bold;
}
.serviceadd th{

}
.back{
    margin-top: 10%;
    margin-left: 10%;
}
.favo{
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 75%;
    background-color: white;
    color:white;
    border-radius: 10px;
}
.favo th{
    width: 15%;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    font-size: 16px;
    background-color: #125688;
    border-bottom: 2px solid orange;
}
.favo .titre{
    background-color: white;
    color:black;
}
.favo td{
    color: black;
    padding: 0.5%;
    padding-left: 1.5em;
}
.back button{
    background-color: #125688;
    border-color: #125688;
    border-radius: 10px;
    outline: none;
    color: white;
    height: 30px;
}
.type {
    width: 75%;
    color: black;
    padding-bottom: 2%;
    font-size: 18px;
}
.type td{
    width: 30%;
    color: 18px;
    background-color: #F3EFEF;
}
.type .ccp{
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
}

.foot .cachh{
    display: none;
}
.foot{
    margin-top: 1%;
    margin-bottom: -1%;
    width: 100%;
    background: linear-gradient( to bottom right, #2b76b9 40%, white);
    padding-bottom: 1%;
}
.foot td{
    font-size: 14px;
    display: block;
}
.foot th{
    height: 20px;
}
.foot .logoo{
    margin-top: 2%;
    width: 100%;
    display: none;

}
.foot .logo img{
    width: 40%;
}
.foot h2{
    color: white;
    padding-left: 2%; 
    font-size: 10px;
    border-left:5px solid #e8770c;
}
.foot span {
    font-size: 1em;

    padding-left: 1%;
    margin-right: 1%;
    text-align: justify;
    color: white;
}

.foot .cont{
    font-size: 12px;
    padding-left: 1%;
    color: white;
}
.foot .locat {
    margin-top: 0.75%;
    width: 5%;
}
.foot .phone{
    width: 5%;
}
.foot .mob{
    width: 4%;
}
.foot .soc{
    margin-left: -10%;
}
.foot .menf{
    margin-left: -2%;
    display: inline-block;
}
.foot .menf ul{
    display: inline-block;

}
.foot .menf li{
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
 .foot input{
    margin-left: 20%;
    margin-top: 1%;
    width: 60%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 10px;
    outline: none;
 }
 .foot .new{
    margin-left: 64%;
    border-radius: 10px;
    width: 20%;
    color: white;
    background-color: #e8770c;
    border-color: #e8770c;
    outline: none;
    font-weight: bold;
    padding: 1%;
 }
.foot h3{
    font-size: 16px;
    color: white;
}
.foot a{
    color: white;
}
.copy{
    width: 101%;

    margin-top: 0.5%;
}
.copy th{
    padding-top: 1%;
    color: white;

    background: linear-gradient( to top right, #2b76b9 65%, white);
}
    
input[type=text], input[type=password],input[type=number] {
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #125688 ;
    border-radius: 13px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
    width: 30%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2); 
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 60%;
   
    margin-top: 4em; 
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
}




/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE*************************************************************/
/*****************************CSS MOBILE PAYSAGE : min-width= 641px*************************************************************/


@media  (min-width:640px) and (max-width:800px) {
<link rel="stylesheet" type="text/css" href="assets/icons/fontawesome/fontawesome.css">
html {
width: 100%;
background-color:white;

overflow: hidden;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font: 14px/18px ;

    color:#6f6f6f;
    position:absolute;

    background: #EFF0F0;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}


.hed{
    background-color: #0064ab;
    border-radius: 4px 4px 0 0;
    padding: 0.7em;
    margin-top: -1.5em;
    color: #fff;
    font-size: 29px;
    text-align: center;
    }
 .Activation{
     color: #000;
     text-align: center;
     padding: 7%;
     font-size: 14px;
 }
#Activation_clo
{

   min-height: 250px;
    box-shadow: 5px 5px 5px grey;
    margin: auto;
    width: 47%;
    margin-top: 6%;
    background-color: #fff;
    padding: 2em;
}

header{
    width: device-width;
    background: linear-gradient( to bottom right, #2b76b9 30%, white);
    margin-top: -0.5em;

}
header .logo{ 
    width: 80%;
    margin-top: 2%;
    margin-left: -10%;
    margin-bottom: 1%;
}
.cache{display: none;}
.menu {
    display: none;
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}


.mobilemenu {
    float: left;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.dd-button {
  display: inline-block;
  border: 1px solid #7BC342;
  border-radius: 10px;
  padding: 5px 25px 5px 10px;
  background-color: #7BC342;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}




.dd-input {
  display: none;
}

.dd-menu {
    z-index: 100;
  position: absolute;
  top: 100%;
  border: 1px solid #7BC342;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #2b76b9;
  color: white;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li.active{
    color: white;
    background-color: #7BC342;
}
.dd-menu li:hover {
  background-color: #7BC342;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


.description{
    width: 85%;
    margin-top: 2%;
    margin-left: 5%;
    padding: 5%;
    font-size: 1em;
    letter-spacing: 0.5px;
    line-height: 1.25em;
    color: #125688;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 30px grey;
    text-align: justify;
}
.description td{
    padding: 1%;
    padding-left: 2%;
}
.description .deskk{
    display: none;
}
.description .desk{
    display: none;
    width: 80%;
    margin-left: 10%;
    height: 200px;
}
.menu {
    margin-right: -20%;
}
.menu ul{
    display: block;

}
.menu li{
    padding: 2%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;

    color: white;
    display: inline-block;
    border-radius: 10px;
}
.menu li:hover{
    background-color: #6CCB17;
}
.menu li.active{
    background-color: #7BC342;
    border-left: 2px solid orange;
}
.client{
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.5em;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 5%;
    outline: none;
    margin-right: 5%;
}
.banner{
    width: 100%;
    position: relative;
}

.tableau{
    margin-top: 2%;
    margin-left:15%;
    margin-right: auto;
    width: 79%;

}
/* Style the tab */
.tab {
    overflow: hidden;


}
.affich{
width: auto;
background-color: white;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%
}
.affich th{

    font-weight: bold;
    font-size: 14px;
    border-bottom: 5px solid #e8770c;
    border-collapse: collapse;

}
.affich td{
    width: 80px;
    font-weight: bold;
    line-height: 3em;

    font-size: 12px;

}
.tab{

}
/* Style the buttons inside the tab */
.tab button {
    height: 61px;
}
.tab button:focus {outline:0;}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #red;
}

/* Create an active/current tablink class */
.tab button.active {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 150px;
    background-color: white;
    border-bottom: none;
}
.tab img{
    border-radius: 10px;
}
/* Style the tab content */
.tabcontent {
    margin-top: -0,5%;
    background-color: white;
    width: 87.5%;
    box-shadow: 5px -3px 5px grey;
    border-top-right-radius: 10px;
    padding: 6px 12px;
    border: 2px solid #125688;
    border-top: 1px solid #ccc;
}

.essai{
    border-radius: 10px;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #7BC342;
    border-color: #7BC342;
    padding: 1%;
    outline: none;


}
.essai a{
    text-decoration: none;
    color: white;
}
 .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
    display:block;
}
.showSlide {  
            display: none  
        }  
.showSlide img { 
                margin-right: auto;
                width: 100%;
                height: 150px;  
            }  
.slidercontainer {
            margin-top: 10%;  
            max-width: 100%;  
            position: relative;  
            margin: auto;  
        }  
.left, .right {  
            cursor: pointer;  
            position: absolute;  
            top: 50%;  
            width: auto;  
            padding: 1%;  
            margin-top: -2%;  
            color: white;  
            font-weight: bold;  
            font-size: 25px;  
            transition: 0.6s ease;  
            border-radius: 0 10px 10px 0;  
        }  
.right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
.left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
 .contentt {  
            color: white;  
            font-size: 1.5em;
            text-shadow: -2px -1px grey; 
            padding: 8px 12px;  
            position: absolute;  
            top: 5%;
            margin-top: 1%;
            margin-left: 5%;
            border-left:10px solid #7BC342;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: auto;  
            text-align: center;  
        }  
.active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
.fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 0.5s;  
            animation-name: fade;  
            animation-duration: 0.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }
.zone{
    display: none;
} 
.zonem{
    width: 90%;
    font-size: 18px;
    margin-top: 3%;
    margin-left: 2%;
}

.zonem .service .pub .paym{
    box-shadow: 3px 2px 30px grey;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color:white;
    border-radius: 10px;
    padding:3%;
}
.zonem .service .payp{
    width: 50%;
}
.zonem .service .servi{
    width: 30%;
}
.service .pub .norm{
    color: #125688;
    text-align: center;
    width: 3%;
}
.service .pub .new{
    font-weight: bold;
    color: red;
}

.zonem .icone{
    padding: 3% 4% 4% 5%;
    border-radius: 5px;
    width: 30%;

}

.zonem .mail{
    padding: 3% 5% 5% 5%;
    border-radius: 5px;
    width: 70% ;
}

.zonem .service { border-spacing: 10px;}
.zonem .service td{
    width: 2%;
    padding: 2%;
    height: 150px;
    background-color: #2b76b9;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    text-align: center;
    margin-right: 1%;

}
.zonem .service span{
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.interact {
    width: 15%;
    margin-top: -15%;
    margin-right: 10%;
    float: right;
    border:2px solid grey;

}

.btn{
    margin-top: 2%;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #7BC342;
    border-radius: 10px;
    border-color: #7BC342;
    font-weight: bold;
    background-image: url('img/paypal_logo.png');
    background-size: 10%; 
    outline: none;
}
.btn .log{
    width: 40%;
}
.btnn{
    width: 80%;
    height: 80px;
    padding-top: 5%;
    padding: 10%;
    height: 50px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #7BC342;
    border-color: #7BC342;
    background-size: 10%;
    outline: none; 
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:150px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#125688;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:white;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.marche{
    width: 60%;
    height: 150px;
    border-radius: 5px;
    background-color: #125688;
}
.marche:focus{outline:0;}
.marche #wilaya{
    background-color: red;
}
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.sercli{
    width: 71%;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 10%;
    box-shadow: 5px -3px 10px grey;
    border-radius: 5px;
}
.contact{
    width: 90%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    box-shadow: 3px 2px 30px grey;
    margin-top: 12%;
    margin-left: 4%;
    background-color: white;
    border-radius: 10px;
}
.contact th{
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
    color: #125688;
}
.contact tr{
    
}
.contact td{
    font-weight: bold;
    font-size: 16px;
    color: black;
    align-content: left;
    border-spacing: 10px;
}
.contact input{
    width: 85%;
    padding: 1%;
    border-radius: 5px;
    border:1px solid #00a0e3;
}
.contact button{
    background-color: #7BC342;
    border-color: #7BC342;
    border-radius: 10px;
    width: 50%;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 70%;
}
.contact textarea{
    width: 85%;
    height: 150px;
}
.info{
    width: 90%;
    padding: 2.5%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 4%;
    float: left;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
}
.info th{
    color:black;
    font-weight: bold;
    text-decoration: underline;
    padding:2%;
}
.info td{
    color:black;
    padding: 2%;
    padding-left: 5%;
}
.info td span{
    color: black;
    font-size: 18px;
}
.info a{
    font-weight: bold;
    font-size: 18px;
}
.info h3{
    font-size: 18px;
}
.map{
display: none;
}
.map td{
    padding: 5%;
    
    
}
.map iframe{
    padding: 1%;
    box-shadow: 0px -10px 0px 0px 30px grey;
}

.entreprise{
    width: 85%;
    margin-top: 12%;
    margin-left: 7.5%;
    padding:2%;
    border-radius: 10px;
    box-shadow: 2px 3px 20px grey;
    text-align: justify;
    background-color: white;
    color: #2b76b9;
    font-size: 16px;
    font-weight: bold;
}
.presenta{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    border-collapse: separate;
    border-spacing: 2em;

}
.presenta .cache{
    display: none;
}
.presenta .cascade{
    display: block;
}
.presenta tr:nth-child(odd){
    background-color: #E6E6FA;
}
.presenta .cone{
    width: 75%;
    height: 250px;
    margin-left: 10%;
}
.presenta .para{
    width: 90%;
    padding:2%;
    text-align: justify;
    color: #125688;
    font-size: 1em;
}
.presenta .parag{
    width: 90%;
    padding: 2%;
    text-align: justify;
    color: #125688;
    line-height: 1.5em;
    font-size: 1em;

}

.presenta .parag a{
    color: #125688;
    font-size: 18px;
    font-weight: bold;

}
.presenta li{
    padding: 1%;
}
.desk{
    width: 70%;
    height: 250px;
    margin-left: 15%;
}
.sclent{
    width: 40%;
}

.entreprise th{
    color: black;
    padding-left: -50%;
    margin-left: -10%;
    border-left:5px solid orange;
}

.tarif{
    width: 85%;
    margin-top: 1%;
    border-radius: 10px;
    box-shadow: 2px -3px 20px grey;
    background-color: white;
    margin-left: 7.5%;
}
.tarif th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 2%;
}
.tarif .apoff{
    width: 80%;
    margin-left: 7%;
    border-spacing: 10px;
}
.apoff th{
    border-left: none;
}
.apoff .titre{
    border-radius: 10px;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}

.apoff .yellow{
    background-color: orange;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding: 1px;
    width: 30%;
}
.apoff h2{
    color: black;
    text-shadow: 2px 1px 5px white;
    font-size: 22px;
}
.apoff .blue{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.apoff .tit{
    color: white;
    text-shadow: none;
    font-size: 22px;
}
.apoff .desc{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    background-color: white;
}
.prix{
    width: 65%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    margin-left: 22.5%;
    background-color: #96ba48;
    border-bottom-left-radius:10px; 
}

.comm{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: orange;
    outline: none;
    text-shadow: 1px 1px 10px orange;
    margin-left: 41.5%;
    background-color: orange;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
}
.comm2{
    width: 50%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 43%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;

}
.comm3{
    width: 60%;
    padding: 2%;
    padding-left: 4%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-color: #125688;
    outline: none;
    text-shadow: 1px 1px 10px #125688;
    margin-left: 33%;
    background-color: #125688;
    border-top-left-radius:10px;
    border-bottom-right-radius: 5px;
    
}
.descr{
    width: 100%;
    margin-left: 4%;
    border-bottom-left-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}
.tarif .servad{
    width: 80%;
    margin-top: 2%;
    margin-left: 7%;
    border-spacing: 10px;
    border-radius: 10px;
    background-color: white;
}
.servad td{
    border-left: none;
}
.servad th{
     border-radius: 10px;
     padding: 1%;
     border-left: none;
    background: linear-gradient( to right, #DCDCDC 60%, white);
}
.servad .titr{
    color: white;
    text-shadow: none;
    font-size: 16px;
}
.servad .blu{
    background-color: #125688;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px;
    padding-bottom: 1%;
    width: 30%;
}
.servad .suivre{
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    background-color: white;
}
.suivre li{
    color: black;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-left: -20%;
}
.servad .pri{
    color: white;
    margin-top: 2%;
    padding: 2%;
    font-size: 32px;
    font-weight: bold;
}
.banpub{
    width: 85%;
    margin-top: 2%;
    margin-left: 7.5%;
    border-spacing: 10px;
    padding: 2%;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 3px 20px grey;
    background-color: white;
}
.banpub th{
    border-left: 5px solid orange;
    font-size: 18px;
    color: #125688;
    padding: 1%;
}
.banpub .descri{
    color: black;
    padding: 5%;
    font-size: 16px;

}
.banpub .pub{
    border-collapse: collapse;
    width: 80%;
    margin-left: 7.5%;
    padding: 1%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #125688;
}
.pub th{
    color: white;
    border-left: none;
}

.pub .banni{
    width: 99.75%;
    margin-left: 0.5%;

    border-collapse: collapse;
    background-color: white;
}
.pub .comma{
    float: right;
    color: white;
    font-size: 18px;
    margin-top: -3%;
    margin-right: -0.25%;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-color: #125688; 
    background-color: #125688;
    width: 20%;
}
.banni td{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2%;

}
.banni li{
    color: #125688;
    margin:2%;
}
 
.inscription{
    margin-top: 3%;
    margin-left: 3%;
    padding: 1%;
    width: 90%;
    color: black;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
}

.inscription td{
    padding: 0.25%;
    padding-right: 0.25%;
}
.inscription th{
    margin-left: -15%;
    background-color: #125688;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 18px;
    color:white;
}
.inscription .infop th{
    margin-left: -15%;
    border-radius: 10px;
    padding: 1%;
    margin-left: -1%;
    width: 100%;
    font-size: 16px;
    color:white;
}
.inscription input{
    border:1px solid #00a0e3;
    border-radius: 10px;
    width: 80%;
    height: 35px;
    padding-left: 1%;
    outline: none;
}
.inscription select{
    border:1px solid #00a0e3;
    width: 31%;
    height: 35px;
    padding: 0.25%;
    border-radius: 10px;
}
.inscription .tit{
    border:1px solid #00a0e3;
    width: 5%;
    color: black;
    height: 12px;
    outline: none;
}
.inscription .tit label{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.confirmation button{
    margin-top: 1%;
    font-weight: bold;
    background-color: #00a0e3;
    border-color:#00a0e3;
    border-radius: 10px;
    color: white;
    width: 10%;
    height: 25px;
    outline: none;

}
.secteur{
    margin-top: 1%;
    margin-left: 3%;
    padding: 1%;
    width: 88%;
    background-color: white;
    border:1px solid #00a0e3;
    border-radius: 10px;
    color: black;

}
.secteur tr{

}
.secteur td{
    display: block;
    text-align: left;
    margin-left: 10%;
    color: black;
}
.secteur th{
    border-radius: 10px;
    color: black;
}
.serviceadd{
    margin-left: 3%;
    margin-top: 1%;
    padding: 1%;

    width: 90%;
    background-color: white;
    border:1px solid #00a0e3;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}
.serviceadd td{
    font-size: 16px;
    width: 20%;
}
.serviceadd span{
    color:#00a0e3;
    font-weight: bold;
}
.serviceadd th{

}
.back{
    margin-top: 10%;
    margin-left: 10%;
}
.favo{
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 75%;
    background-color: white;
    color:white;
    border-radius: 10px;
}
.favo th{
    width: 15%;
    font-weight: bold;
    padding: 1%;
    border-radius: 10px;
    font-size: 16px;
    background-color: #125688;
    border-bottom: 2px solid orange;
}
.favo .titre{
    background-color: white;
    color:black;
}
.favo td{
    color: black;
    padding: 0.5%;
    padding-left: 1.5em;
}
.back button{
    background-color: #125688;
    border-color: #125688;
    border-radius: 10px;
    outline: none;
    color: white;
    height: 30px;
}
.type {
    width: 75%;
    color: black;
    padding-bottom: 2%;
    font-size: 18px;
}
.type td{
    width: 30%;
    color: 18px;
    background-color: #F3EFEF;
}
.type .ccp{
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
}
.foot{
    margin-top: 1%;
    margin-bottom: -1%;
    width: auto;
    background: linear-gradient( to bottom right, #2b76b9 40%, white);
    padding-bottom: 1%;
}
.foot th{
    height: 20px;
}
.foot .logoo{
    margin-top: 2%;
    width: 80%;

}
.foot .logo img{
    width: 40%;
}
.foot h2{
    color: white;
    padding-left: 2%; 
    font-size: 10px;
    border-left:5px solid #e8770c;
}
.foot span {
    font-size: 0.5em;

    padding-left: 1%;
    margin-right: 1%;
    text-align: justify;
    color: white;
}

.foot .cont{
    font-size: 12px;
    padding-left: 1%;
    color: white;
}
.foot .locat {
    margin-top: 0.75%;
    width: 5%;
}
.foot .phone{
    width: 5%;
}
.foot .mob{
    width: 4%;
}
.foot .soc{
    margin-left: -10%;
}
.foot .menf{
    margin-left: -2%;
    display: inline-block;
}
.foot .menf ul{
    display: inline-block;

}
.foot .menf li{
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
 .foot input{
    margin-left: 20%;
    margin-top: 1%;
    width: 60%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 10px;
    outline: none;
 }
 .foot .new{
    margin-left: 64%;
    border-radius: 10px;
    width: 20%;
    color: white;
    background-color: #e8770c;
    border-color: #e8770c;
    outline: none;
    font-weight: bold;
    padding: 1%;
 }
.foot h3{
    font-size: 16px;
    color: white;
}
.foot a{
    color: white;
}
.copy{
    width: 101%;

    margin-top: 0.5%;
}
.copy th{
    padding-top: 1%;
    color: white;

    background: linear-gradient( to top right, #2b76b9 65%, white);
}
    
input[type=text], input[type=password], input[type=number] {
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #125688 ;
    border-radius: 13px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
    width: 30%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2); 
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 60%;
   
    margin-top: 4em; 
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
}

.ArchOutt{
    display: none;
  }
      .ArchOut{
        width: 80%;
        margin-left: auto;
        margin-right: auto;

      }
      .ArchOut td{
        border:1px solid #2b76b9;
        background-color: white;
        text-align: center;
        border-radius: 10px;
        padding: 1%;
      }
      .ArchOut h3{
        color: white;
        border-radius: 10px;
        margin-top: -1%;
        padding: 2%;
        background-color: #2b76b9;
      }
      .ArchOut h4{
        font-size: 14px;
        color: #7BC342;
      }
      .ArchOut th{
        background-color: #2b76b9;
        border-radius: 10px;
        padding: 2%;
        color: white;
      }
           /* Style the tab */
.tab {
  width: 90%;
  margin-top: 7%;
  margin-left: auto;
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  width: 20%;
  margin-left: 0.25%;
    background-color: #2b76b9;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1%;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  
    background-color: #7BC342;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.card{height: 95%;}

@media  (min-width:320px) and (max-width:640px) {
  .ArchOut{display: block;}
  .tab {
  width: 90%;
  margin-top: 7%;
 
    overflow: hidden;
}
  .ArchOutt{
        width: 80%;
        margin-left: 5%;
        margin-right: auto;

      }
      .ArchOutt td{
        border:1px solid #2b76b9;
        background-color: white;
        text-align: center;
        border-radius: 10px;
        padding: 1%;
      }
      .ArchOutt h3{
        color: white;
        border-radius: 10px;
        margin-top: -1%;
        padding: 2%;
        background-color: #2b76b9;
      }
      .ArchOutt h4{
        font-size: 14px;
        color: #7BC342;
      }
      .ArchOutt th{
        background-color: #2b76b9;
        border-radius: 10px;
        padding: 2%;
        color: white;
      }
}


