H1 {
    font-family: Arial, sans-serif;
    text-align: center;
    vertical-valign: top;
    margin-top: 0.1cm;
    margin-bottom: 0.1cm;
    font-size: 16px;
    color: #000000;
}
#pubtit{text-transform: uppercase;
text-align: center;
font-weight: bold;
padding: 10px;}
.btn-main {
    background: #28ABE3;
    border: 1px solid #28ABE3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}
.zoom {

  transition: transform .2s; /* Animation */
  width: 30px;
  height: 30px;

}
#pubb{
    background-color: #28a745;

border-color: #28a745;
}
.zoom:hover {
  transform: scale(1.5);width: 200px;
  height: 200px;position: absolute; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom1 {

  transition: transform .2s; /* Animation */
  width: 400px;
  height: 400px;

}


H2 {
    font-family: Arial, sans-serif;
    text-align: center;
    vertical-valign: middle;
    margin-top: 0.2cm;
    margin-bottom: 0.2cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    font-size: 12px;
    color: #000000;
}

body {
    font-family: "Lato", sans-serif;
    background-color:#F8F9F9;
    text-align: justify;
    font-size: 12px;
    color: #000000;
}

a {
  transition: all .3s ease-in 0s;
  color:#000000;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px 10px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    //background-color: #4CAF50;
    background-color: #666666;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
	.ltxt{display:block!important}
	.mtxt{display:none}
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


.topnav a {
    font-weight: 700;
}
h1.strong,
h2.strong{
    font-weight:700;
}
table.parametressshop tr td input{
    width:100%;
}

.nolinks a,
a.strong {
    /*color:black!important;*/
    font-weight: 700!important;
}

.nolinks a:hover,
a.strong:hover {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

table.parametressshop {
    height: 100%;
    margin-bottom: 0;
	padding:2px 2px;
}

.parametressshop.row-eq-height .table-responsive {
    height: 100%;
}
.parametressshop table.table tr,
.parametressshop table.table th,
.parametressshop table.table td {
    padding:2px 2px;
}
/*.nolinks .table td,
.nolinks .table th {
    padding:0;
}*/
.nobordertable table.table tr,
.nobordertable table.table th,
.nobordertable table.table td {
    border: 0 !important;
}
.annuaire h2.strong {
    text-align: left;
    padding-top:20px;
}
.nolinks.indexx1 .table td {
    vertical-align: middle;
}

.nolinks.indexx1 .table td p{
    margin-bottom:0;
}
.annuaire {
    background: #f1f1f1;
}
.whitebox{
    background-color:#FFFFFF;
}
.padding-l-r-15{
    padding-left:15px;
    padding-right:15px;
}
.padding-l-r-30{
    padding-left:30px;
    padding-right:30px;
}
.padding-l-30{
    padding-left:30px;
}
.padding-l-r-45{
    padding-left:45px;
    padding-right:45px;
}
.col-md-4 .table textarea,
.col-md-4 .table input {
    width:100%;
}
.padding-t-15{
    padding-top:15px;
}



        /* columns grid layout */
        * {
            box-sizing: border-box;
        }

        /* Create four equal columns that floats next to each other */
        .column {
            float: left;
            width: 50%;
            height: 100%;
            padding: 15px 15px;
        }

        /* NOT NECCASARY; MAKES CONFLICT */
        /* Clear floats after the columns */
        /*.row:after {*/
            /*content: "";*/
            /*display: table;*/
            /*clear: both;*/
        /*}*/

        /* Responsive layout - makes a two column-layout instead of four columns */
        @media screen and (max-width: 900px) {
            .column {
                width: 50%;
            }
			#myacc-comm-list td {
    padding: 0px 0px;
    white-space: unset!important;
    width: auto!important;
    text-align: center;
    vertical-align: middle;
    }
	.main table td,.main table th{display: inline;
    /* margin: auto; */
    text-align: center;}
	.main table td form{margin-bottom:10px!important}
	.main table{width:100%;margin-left: 0px!important;}
        }

        /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
        @media screen and (max-width: 600px) {
            .column {
                width: 100%;
            }
        }

.articles{
	color:#000000;
	font-size:14px;
}

/* this overrides general A styles of bootstrap; is it neccessary? */
A.articles {
color:#000000;
text-decoration:none ;
font-size:12px;}
A.articles:Visited {
color : #000000;
font-size:12px;}
A.articles:Active {
color : black;
font-size:12px;}
A.articles:hover {
color : black;
font-size:12px;}

/* this overrides general A styles of bootstrap; is it neccessary? */

.main-container {
    min-height: 350px;
    padding: 25px 0 0px;
}

.page-content {
    margin-bottom: 30px;
    padding: 0px;
    /*overflow: hidden;*/
}

.account-login {
    display: inline-block;
    width: 100%;
}

#clientenregistre form {
    display: inline;
}

#clientenregistre label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

#clientenregistre .form-control {
    box-shadow: none;
    border: 1px #e8e8e8 solid;
    border-radius: 3px;
}

.onebox {
    box-shadow: 0px 0px 3px 2px darkgrey;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.main.container table tr td button.btn {
    width:90%;
    color:#ffffff;
    font-weight:bold;
}

.main.container table tr td .btn.btn-default {
    background-color: #666666;
}
.main.container table tr td button.btn {
    width:90%;
    color:#ffffff;
    font-weight:bold;
}

.main.container table tr td .btn.btn-default {
    background-color: #666666;text-transform: capitalize;
}
.f-right, .right {
    float: right !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
body {
    /* background-color:lightgrey; */
	background-color:#ffffff;
}
.modifierimg:hover {
    cursor: pointer;
}
table.nomarginforp tr td p {
    margin-bottom:0;
}



/******* new css **********/
.p-m0 {
  margin: 0px;
  padding: 0px;
}
/*********** search bar ***********/
#custom-search-input {
        margin:0;
        padding: 0;
        width: 200px;
    }

    #custom-search-input .search-query {
        height: 30px;
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -32px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
    #custom-search-input button i {
        margin-bottom: 0px;
    }

    .search-query:focus + button {
        z-index: 3;
    }
    .t-heading {
    font-size: 20px;
    padding-top: 4px;
    margin-bottom: 0px;
}
.d-blue{
    background-color: #1c3349;
    border-color: #1c3349;
    color: #fff;
}
#myacc-comm-list{
margin-top: 20px;}
    #myacc-comm-list td {
    padding: 2px .5px;
    white-space: nowrap;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    }
	#myacc-comm-list td font{font-size:12px}
	.ltxt{display:none}
    table#myacc-comm-list .btn {
        padding:2px 6px;
        font-size: 12px;
    }
    .fas.fa-edit {
    color: #15aabf;
    font-size: 18px;
    }
    .fas.fa-times {
    color: #D9230F;
    font-size: 20px;
    }
    #myacc-comm-list thead {
        font-weight: bold;
        height: 30px;
    }
    .darkblue{
        background: rgba(27,51,75, 1);
        color:#fff;
    }
    table td , table th { vertical-align: middle !important; }
    table td p { padding: 0px; margin: 0px; }
    .radio-c {
        margin-bottom: 10px;
    }
    .radio {
    width: 50px !important;
    float: left;
    margin-top: 2px;
    }
    .radio-lable {
    float: left;
    width: 16px;
    }
    #megabigform {
        width: 100%;
        max-width: 1500px;
    }
    #megabigform td {
    display: block;
    }
    /* #megabigform .whitebox {
        display: block;
        padding: 10px;
    }
    #megabigform tbody, #megabigform tr, #megabigform td {
        display: block;
        width: 100%;
    }*/
    #megabigform td:first-child {
    background: #DEDEDE;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px;
}
.small-btn {
  padding: 0.220rem .75rem;
  font-size: 14px;
 }
 .bg-light-grey {
    background: #cccccc;
 }
 .grey3 {
    background: #333333 !important;
 }
