/*-- main --*/
.agile_copy_right p a,.w3ls_order a,input[type="submit"]{
    transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -moz-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
}
.main{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.logo_min_abo{
    max-width: 190px;
    min-height: 190px;
}

.agile_copy_right{
    margin:5em 0 0;
}
.agile_copy_right p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height:1.8em;
}
.agile_copy_right p a {
    color: #fff;
    text-decoration:none;
}
.agile_copy_right p a:hover {
    color:#e8d032;
    text-decoration:none;
}
.w3l_main_grid{
    text-align:center;
    background:#fff;
}
.w3l_main_grid_top{
    padding:1.5em;
    background:#f5f5f5;
}
.w3l_main_grid_top h3{
    font-size: 1.8em;
    color: #212121;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1em;
    font-weight: bold;
}
.w3l_main_grid_top h3 span{
    font-weight:700;
    color:#33bf70;
}
.w3l_main_grid_top h3:after{
    content: '';
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 41%;
}

.color_plat{
    color:#2a3537 !important;
}
.inside_bold_plat{
    color: rgb(33, 33, 33) !important;
}

.color_gold{
    color:#db9638 !important;
}
.plat_gold_bold{
    font-weight: bold !important;
}

.color_mobile{
    color:#2e2e2e !important;
}
.top_plat h3:after{
    background: #2a3537;
}
.top_gold h3:after{
    background: #db9638;
}

.top_mobile h3:after{
    background: #2e2e2e;
}

.w3l_main_grid_middle{
    padding:2em 2em 1em;
    text-align:left;
    position:relative;
}
.w3l_main_grid_middle ul li{
    font-size:14px;
    color:#999;
    margin-bottom:1em;
    text-transform:capitalize;
    padding-left:2em;
    background:url(../images/tick.png) no-repeat 0px 0px;
}
.w3l_main_grid_middle:after{
    content:'';
    background:#33bf70;
    width:15%;
    height:1px;
    position:absolute;
    bottom:0%;
    left:41%;
}
.w3ls_order{
    padding:2em 2em 3em;
    text-align:center;
}
.w3ls_order h3{
    color:#212121;
    font-size:2em;
    margin-bottom:.8em;
}
.w3ls_order a{
    padding: 8px 30px;
    background: #33bf70;
    color:#fff;
    text-decoration:none;
    outline: none;
    font-size: 14px;
}
.w3ls_order a:hover{	
    background:#212121;
}
.w3l_main_grid:nth-child(2) {
    margin: 0 2em;
}
.w3l_main_grid_top1 h3 span {
    color: #e832a9;
}
.w3l_main_grid_middle1:after {
    background: #e832a9;
}
.w3ls_order1 a {
    background: #e832a9;
}
.w3l_main_grid_top2 h3 span {
    color: #e8d032;
}
.w3l_main_grid_middle2:after {
    background:#e8d032;
}
.w3ls_order2 a {
    background:#e8d032;
}
.color_bleu{
    color: #039BE5 !important;
}
.w3l_main_grid{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l_main_grid:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
}
.txt_achat{
    text-align: center;
    color: #424242;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
}

/*-- //pop-up --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
    .main {
        width: 100%;
    }

}
@media (max-width:1366px){

    .w3l_main_grid_middle:after,.w3l_main_grid_top h3:after{
        left: 43%;
    }
}
@media (max-width: 1280px){

}
@media (max-width: 1080px){
    .main {
        width: 100%;
    }
}
@media (max-width: 1024px){
    .w3l_main_grid:nth-child(2) {
        margin: 0 1.5em;
    }

    .wthree_pop_up_left:nth-child(3) {
        margin-left: 2em;
    }
    .wthree_pop_up_left1 input[type="text"] {
        width: 90% !important;
    }
}
@media (max-width: 991px){
    .main h1 {
        font-size: 2.5em;
    }

}
@media (max-width:800px){
    .main {
        width: 100%;
    }
    .w3l_main_grid_middle {
        padding: 2em 1em 1em;
    }
    .w3ls_order h3 {
        font-size: 1.8em;
    }
    .w3l_main_grid:nth-child(2) {
        margin: 0 1.25em;
    }
    .w3ls_order {
        padding: 1.5em 2em 3em;
    }
    .wthree_pop_up_left1 input[type="text"] {
        width: 89% !important;
    }
}
@media (max-width: 768px){
    .w3l_main_grid {
        float: none;
        margin: 0 auto;
    }
    .w3l_main_grid_middle {
        padding: 2em 4em 1em;
    }
    .w3l_main_grid:nth-child(2) {
        margin: 2em auto;
    }
    .agile_copy_right {
        margin: 4em 0 0;
    }
    .main h1 {
        font-size: 2.3em;
    }
}
@media (max-width: 736px){
    .main {
        margin: 3em auto;
    }
    .wthree_pop_up_left1 input[type="text"] {
        width: 88% !important;
    }
}
@media (max-width: 667px){
    .w3l_main_grid {
        width: 55%;
    }
    .wthree_pop_up_left {
        width: 46%;
    }
    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 91%;
    }
    .wthree_pop_up_left1 {
        float: none;
        width: 100%;
    }
    .wthree_pop_up_left1_sub {
        float: none;
        width: 100%;
        margin: 1em 0 2em;
    }
    .agile_book_form input[type="submit"] {
        width: 70%;
    }
}
@media (max-width: 640px){

    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 90%;
    }
}
@media (max-width: 600px){
    .main h1 {
        font-size: 2.1em;
    }
    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 89%;
    }
}
@media (max-width: 568px){

    .agile_book_form input[type="submit"] {
        width: 100%;
    }
}
@media (max-width: 480px){
    .main h1 {
        font-size: 1.8em;
    }

    .agile_copy_right p {
        font-size: 14px;
    }
    .agile_copy_right {
        margin: 3em 0 0;
    }
    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 94% !important;
    }
    .wthree_pop_up_left {
        width: 100%;
        float: none;
    }
    .wthree_pop_up_left:nth-child(3) {
        margin-left: 0;
    }
}
@media (max-width: 414px){
    .main {
        margin: 2em auto;
    }
    .main h1 {
        font-size: 1.6em;
    }
    .w3l_main_grid_middle {
        padding: 2em 2em 1em;
    }
    .agile_copy_right {
        margin: 2em 0 0;
    }
    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 93% !important;
    }
}
@media (max-width: 375px){


    .w3l_main_grid_top h3 {
        font-size: 1.3em;
    }
    .agile_book_form h2 {
        font-size: 1.6em;
    }
    .wthree_pop_up_left h4 {
        font-size: 14px;
    }
    .agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        width: 92% !important;
    }
}
@media (max-width: 320px){
    .w3l_main_grid_top {
        padding: 1em 1em 0.5em;
    }
    .w3l_main_grid {
        width: 100%;
    }
    .w3l_main_grid_middle ul li,label.radio,.agile_copy_right p,.agile_book_form input[type="text"], .agile_book_form input[type="email"], select#country1 {
        font-size: 13px;
    }
    .w3l_main_grid_middle {
        padding: 1.5em 2em 1em;
    }
    .w3ls_order h3 {
        font-size: 1.6em;
    }
    .w3ls_order {
        padding: 1.5em 2em 2.5em;
    }
    .agile_book_form h2 {
        margin-bottom: 1em;
    }
    .radio i {
        top: 2px;
    }
    .agileits_pop_up_left h3, .w3_delivery_address h5 {
        font-size: 1em;
        margin-bottom: 1em;
    }
}


.div_admin{
    background: #fff;
    height: 600px;
}

#admin_offer {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin-left: 75px;
}

#admin_offer td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#admin_offer thead th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: bold;
}

#admin_offer tr:nth-child(even) {
    background-color: #efeded;
}