
                                
                                
                                
                                

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #f0f0f0;
    margin: 0 auto;
}

.carousel-indicators li{ width: 50px; height: 5px; }
.carousel-indicators .active { width: 50px; height: 5px; }


header .news-banner{
    width: 100%;
    height: 30px;
    background-color: rgb(43, 32, 61);
    color : #fff;
    font-size: 13px;
    position: fixed;
    z-index: 20;
    
}


header .news-banner .join-us{
    float: left;
    width: 150px;
    height: 23px;
    border: 0px solid #fff;
    margin-top: 7px;
    margin-left: 15px;
    color: #fff;
}
header .news-banner .join-us a {
    
    color: #fff;
}
header .news-banner .customer {
    float: right;
    min-width: 200px;
    height: 22px;
    border: 0px solid #fff;
    margin-top: 8px;
    margin-right: 10px;
    text-align: right;

}
header .news-banner .customer a {
    display: inline;
    color: #fff;
    margin-left: 0px;
    margin-right: 0px;
}
header .news-banner .social-network{
    display: hidden;
    float: right;
    width: 30px;
    height: 25px;
    border: 0px solid #fff;
    margin-top: 2px;
    margin-right: 10px;
    text-align: right;
}
header .news-banner .social-network a {
    display: inline;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
header .news-banner .social-network a:hover, header .news-banner .customer a:hover, header .news-banner .join-us a:hover {
    text-decoration: none;
    color:  #b2b2b2;
}
header .news-banner .social-network .shop {
    margin-top: 2px;
}


#navbar {
    transition: top 0.8s; /* Transition effect when sliding down (and up) */
    min-height: 82px;
    background-color: #f3f4f8; /* Black background color */
    box-shadow: rgba(0,0,0,0.4) 1px 1px 3px 1px;
    width: 100%;
    top: 30px;
    
    z-index: 18;
    position: fixed;
}


#navbar .logo, #navbar .research-bloc, #navbar .menu {
    display: inline-block;
}
#navbar .logo{
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
#navbar .logo img {
    margin-left: 0px;
    margin-top: 10px;
    width: 80px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

 

.navbar-header button {
    border: 1px solid rgba(43, 32, 61, 0.9) ;
}
.navbar-header button .icon-bar {
    border: 1px solid rgba(43, 32, 61, 0.9) ;
}

 .research-bloc {
    
    margin-left: 150px;
    margin-top: 45px;
    width: 280px;
    height: 40px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
 }

 .research-bloc input, .research-bloc .btn {
    display: inline-block;
 }

 .research-bloc .form-search {
    width: 220px;
    height: 36px;
    float: left;
    border-radius: 20px 0px 0px 20px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 15px;
 }
 .research-bloc input[placeholder] {
    
    font-style: italic;

 }

 




/* menu */

.menu {

    float: right;
    margin-right: 10px;
    margin-top: 54px;
    margin-bottom: 0px;
    min-height: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
 }

.menu li {
    text-align: center;
    display : flex;
}

.menu li a {
    margin-right: 0px;
    padding: 10px 20px;
    width: 130px;
    background-color: rgb(54, 91, 126);
    color: #fff;
}
.menu li .active {

    background-color: rgb(70, 145, 229); 
    color: #fff;
    text-decoration: none;
}
.menu li a:hover {

    background-color: rgb(54, 115, 172); 
    color: #fff;
    text-decoration: none;
}


.submenu-1 {
    width: 80px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin-right: 245px;
    margin-top: 1px;
    background: transparent; 
    padding-bottom: 0px;
    padding-top: 0px;
}
.submenu-1 li a {
    padding-left: 20px;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-menu {
    background-color: rgb(211, 100, 9);
    padding-top: 0px;
    width: 150px;
    padding-bottom: 0px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin-right: 0px;
}

.dropdown-menu .dropdown-col {
    padding-left: 0px;
    width: 170px;
    min-height: 80px;
    display:inline-block;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.dropdown-menu .dropdown-col .dropdown-item {
    background-color: rgb(54, 115, 172); 
    width: 170px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    display:inline-block;
}


.dropdown-menu .dropdown-item:hover {
    background-color: rgb(70, 145, 229); 
}

.dropdown-menu .dropdown-col .divider {
    height: 2px;
    padding-top: 0px;
    margin-top: 0ox;
    background-color: rgb(211, 255, 9);
}

.dropdown-menu .bloc {
    border: 1px solid rgba(43, 32, 61, 0.9) ;
}

/*
.dropdown-content {
    position: fixed;
    width: 170px;
    margin-left: 120px;
    margin-top: 10px;
    padding: 0px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content li {
    width: 150px;
    margin-left: 0px;
}


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


.dropdown-content-2 {
    position: fixed;
    width: 170px;
    margin-left: 388px;
    margin-top: 10px;
    padding: 0px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content-2 li {
    width: 150px;
    margin-left: 0px;
}


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

*/

/* End menu */










.img-title  {
    max-width: 1400px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
}

.img-title h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 65px;
}

.img-title P {
    text-align: justify;
    max-width: 750px;
    min-height: 250px;
    padding: 10px;
    margin: 0 auto;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}




/* start subtitle */

.sub-title  {
    max-width: 1400px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
}

.sub-title h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 40px;
}


/* end subtitle */




/* start box-training */

.box-training {
    max-width: 1310px;
    min-height: 500px;
    margin: 5px;
    padding: 5px;
    margin: 0 auto;
    border: 0px solid rgba(218, 217, 217, 0.5);;
}

.box-training .training-item {
    width: 300px;
    height: 300px;
    margin : 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0px solid rgba(218, 217, 217, 0.5);
    display: inline-block;
    text-align: center;
}
.box-training .training-item .training-picture {
    width: 300px;
    height: 150px;
    border-radius: 5px;
    border: 0px solid rgba(218, 217, 217, 0.5);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(218, 217, 217);
}
.box-training .training-item .training-picture img {
    border-radius: 5px;
}

.box-training .training-item .front-cover {
    width: 300px;
    height: 300px;
    position: absolute;
    margin-top: -150px;
    border-radius: 5px;
    background-color: rgb(20, 9, 9, 0.6);
    z-index: 1;
}
.box-training .training-item .front-cover:hover {
    cursor: pointer;
    background-color: rgb(20, 9, 9, 0.8);
    z-index: 1;
}

.box-training .training-item .front-link {
    width: 300px;
    height: 50px;
    position: absolute;
    margin-top: -50px;
    border-radius: 5px;
    z-index: 2;
}

.box-training .training-item .front-link h4 {
    color: #fff;
}

.box-training .training-item .front-link btn {
    color: #fff;
}

/* end box-training */


.breadcrumb {
    padding: 8px 10px; 
    width: 100%;
    background: transparent;
    border-radius: 3px;
    margin-top: 15px;
 }
 .breadcrumb > li +li:before {
    content: " >\00a0";
    color: #cccccc;
}







/* sidebar */


.sidebar-menu {
    max-width: 220px;
    min-height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

.sidebar-menu .panel-heading {
    max-width: 220px;
    text-transform: uppercase;
    background: #fff;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.sidebar-menu .panel-heading h5 {
    text-align: left;
    margin-left: 20px;
}

.scroll-menu{
    min-height: 250px;
    /* overflow-y: scroll;  */
}





.panel-body {
    max-width: 220px;
    min-height: 50px;
    margin-top: -5px;
    color: #fff;
    background: #f0f0f0;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

.panel-body .category-menu {
    
    width: 220px;
    min-height: 200px;
    margin-left: -16px;
    margin-top: -16px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.panel-body .category-menu li {
    
    width: 100%;
    height: 40px;
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: rgba(57, 44, 75, 0.9);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    padding: 10px 0px 10px 0px;
    
}
.panel-body .category-menu li a  {
    color: #fff;
    padding: 0px 0px 10px 20px;
}

.panel-body .category-menu li:hover  {
    color: #fff;
    background: #397992;
    cursor: pointer;
}
.panel-body .category-menu li a:hover  {
    color: #fff;
    background: #397992;
    cursor: pointer;
}


/* sidebar 2 */

.sidebar, .home {
    display: inline-block;
}

.sidebar {
    
    margin-left: 20px;
    width: 250px;
    height: 500px;
    margin-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
}

.sidebar ul  {
    margin-left: 0px;
    margin-top: 2px;
}
.sidebar ul li {
    list-style: none;
    text-align: left;
    height: 35px;
    width: 250px;
    background-color: rgba(57, 44, 75, 0.9);
    padding: 5px 0px 0px 20px;
    margin-bottom: 2px;
    margin-left: -40px;
}

.sidebar .title{
    text-align: center;
    color: #fff;
    width: 250px;
    height: 40px;
    padding: 5px;
    background-color: rgba(43, 32, 61, 0.9);
    border: 1px solid rgba(43, 32, 61, 0.9) ;
}
.sidebar h5{
    text-align: center;
    color: #fff;
}

/* End sidebar */



/* Carousel */

.home-bloc {
    margin: 0 auto;
    max-width: 1330px;
    max-height: 540px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    color: #fff;
    margin-top: 10px;
    
}
.carousel-inner  {
    max-width: 1330px;
    max-height: 540px;
}

.caroussel-img {
    margin: 0 auto;
}

.research-home {
    position: absolute;
    margin-top: -250px;
    margin-left: 39%;
    width: 280px;
    height: 40px;
    display: block;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    z-index: 10;
    
 }
 .research-home input, .research-home .btn {
    display: inline-block;
 }

 .research-home .form-search {
    width: 220px;
    height: 36px;
    float: left;
    border-radius: 20px 0px 0px 20px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 15px;
 }
 .research-home input[placeholder] {
    
    font-style: italic;

 }
/* End Carousel */



.presentation-home {
    margin: 0 auto;
    max-width: 600px;
    min-height: 250px;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

.presentation-home .heading h3 {
    margin-top: 50px;
    font-weight: bold;
}
.presentation-home .heading p {
    padding: 10px;
}

.presentation-training {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

.presentation-training .heading {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
    text-align: center;
    padding: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.presentation-training .heading p {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
    text-align: center;
    padding: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}


.presentation-training .picture {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.presentation-training .picture img {
    max-width: 600px;
    max-height: 400px;
}


.presentation-training .description-module {
    max-width: 600px;
    max-height: 400px;
    text-align: left;
}
.presentation-training .description-module p {
    font-weight: bold;
    text-align: left;
}

.presentation-training .description-module .body-desc {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #3E474F;
}





.training  {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}

.training .picture {
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
}




/* Bloc section */

.home-description  {
    
    min-width: 400px;
    min-height: 400px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin: 5px 5px 5px 5px;
    text-align: center;
}
.home-description  .home-title {
    
    font-weight: 600;
}
.home-description .box-home {
    
    width: 350px;
    height: 350px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    display: inline-block;
    margin: 0 auto;
    margin: 20px 20px 20px 20px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9) ;
    background-image: url("imgs/categorie-1.jpg") ;
    overflow: hidden;
}
.home-description .box-home p {
    
    width: 320px;
    height: 240px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    justify-content:center;
    vertical-align: middle;
}

/* End Bloc section */






/****************************/
/* Start our training ********/

.our-training {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1300px;
    min-height: 400px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.our-training h5 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.our-training .training-item {
    display:inline-block;
    max-width: 300px;
    height: 410px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.our-training .training-item img {
    width: 300px;
    height: 345px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.our-training .training-item img:hover {
    cursor: pointer;
}

.our-training .training-item .title {
    width: 300px;
    height: 50px;
    margin-top: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;  
}
.our-training .training-item .title p {
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgb(54, 91, 126);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    color: #fff;
}
.our-training .training-item .title p:hover {
    background-color: rgb(70, 145, 229);
    color: #000;
    text-decoration-line: none;
}
.our-training .training-item .title p a:hover {
    text-decoration-line: none;
}

/* End our training ********/
/****************************/






/*****************/
/* Start Admission */

.admission .description-module {
    max-width: 600px;
    max-height: 400px;
    text-align: left;
    border: 0px solid rgba(43, 32, 61, 0.9);
    margin-top: 50px;
}
.admission .description-module p {
    font-weight: bold;
    text-align: left;
}

.admission .description-module .body-desc {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #3E474F;
}

/* End Admission */
/*****************/





/* Actu section */


/* start news */

.post-item-news {
    
    max-width: 380px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.post-item-news .media-wrapper {
    
    max-width: 380px;
    height: 200px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.post-item-news .media-wrapper a img {
    max-width: 380px;
}

.post-item-news .content {
    
    max-width: 370px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 0px;
}
.post-item-news .content h3 a {
    font-weight: bold;
    color: #000;
}
.post-item-news .content h3 a:hover {
    text-decoration: none;
}
.post-item-news .content p {
    
    max-width: 370px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    text-align: justify;
}
.post-item-news .content .btn {
    padding: 5px;
    width: 120px;
    border-radius: 8px;
    margin-top: 15px;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
}
.post-item-news .content .btn:hover {
    color: #ececec;
    text-decoration: none;
}

/* end news */



.post-item {
    
    max-width: 380px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-item .media-wrapper {
    
    width: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}
.post-item .media-wrapper a img {
    
    max-width: 300px;
}

.post-item .content {
    
    max-width: 370px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 0px;
}
.post-item .content h3 a {
    font-weight: bold;
    color: #000;
}
.post-item .content h3 a:hover {
    text-decoration: none;
}
.post-item .content p {
    
    max-width: 370px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    text-align: justify;
}
.post-item .content .btn {
    padding: 5px;
    width: 120px;
    border-radius: 8px;
    margin-top: 15px;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
}
.post-item .content .btn:hover {
    color: #ececec;
    text-decoration: none;
}



.post-single-left {
    
    max-width: 800px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-single-left .media-wrapper {
    
    max-width: 800px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.post-single-left .content {
    max-width: 800px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 0px;
}
.post-single-left .content h3 {
    font-weight: bold;
    color: #000;
}
.post-single-left .content p {
    
    max-width: 800px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    text-align: left;
}
.post-single-left .content .social-link {
    
    width: 200px;
    height: 60px;
    border: 0 solid rgba(43, 32, 61, 0.9) ;
    margin-top: 40px;
    margin-left: 0px;
}


.post-single-right {
    
    max-width: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.post-single-right h2 {
    
    padding: 10px 20px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(74, 157, 240, 0.9);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

.post-single-right .post-item {
    
    max-width: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-bottom: 20px;
}
.post-single-right .post-item p {
    
    max-width: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9);
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-single-right .post-item p a {
    color: #000;
}
.post-single-right .post-item p a:hover {
    text-decoration: none;
}

/* End Actu section */






.testimonial {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 350px;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial h3 {
    text-align: center;
    font-weight: bold;
}
.testimonial .content .owl-testimonial .item {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 600px;
    min-height: 220px;
    margin: 0 auto;
}
.testimonial .content .owl-testimonial img {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: 0 auto;
}
.testimonial .content .owl-testimonial p {
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}
.testimonial .content .owl-testimonial h5 {
    text-align: center;
    font-weight: bold;
}
.testimonial .content .owl-testimonial .item .description {
    text-align: center;
    font-style: normal;
    font-size: 12px;
}



/* About us bloc */


.about-us .bloc-a{
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 600px;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.about-us .bloc-a .icone {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
}
.about-us .bloc-a .icone i {
    margin: 0 auto;
    margin-top: -10px;
    padding: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 20px;
}
.about-us .bloc-a .content {
    margin-top: 10px;
}
.about-us .bloc-a .content h4 {
    text-align: center;
    font-weight: bold;
}
.about-us .bloc-a .content p {
    text-align: center;
}


.about-us .bloc{
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 380px;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.about-us .bloc .icone {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
}
.about-us .bloc .icone i {
    margin: 0 auto;
    margin-top: -10px;
    padding: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 20px;
}
.about-us .bloc .content {
    margin-top: 10px;
}
.about-us .bloc .content h4 {
    text-align: center;
    font-weight: bold;
}
.about-us .bloc .content p {
    text-align: center;
}


.about-school {
    margin: 0 auto;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.about-school .school {
    margin: 10px;
    min-height: 180px;
    width: 550px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 5px;
    background-color: rgba(230, 230, 230, 0.9) ;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.about-school .school .content h4 {
    text-align: center;
    font-weight: bold;
}
.about-school .school .content p {
    margin-top: 30px;
    padding: 10px;
}


.about-school-training {
    margin: 0 auto;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.about-school-training .modules {
    margin: 10px;
    min-height: 280px;
    width: 350px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 5px;
    background-color: rgba(230, 230, 230, 0.9) ;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.about-school-training .modules .content h4 {
    text-align: center;
    font-weight: bold;
}
.about-school-training .modules .content p {
    margin-top: 30px;
}
/* End About us bloc */





/***********/
/* Team */

.team {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1120px;
    min-height: 400px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    display: none;
}
.team h3 {
    text-align: center;
    margin-bottom: 20px;
}
.team .bloc {
    display:inline-block;
    max-width: 330px;
    height: 440px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.team .bloc img {
    width: 330px;
    height: 350px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.team .bloc img:hover {
    cursor: pointer;
}
.team .bloc .social-link {
    width: 330px;
    height: 60px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background: rgba(240, 240, 240, 0.5) ;
    position: absolute;
    margin-top: -60px;
}
.team .bloc .social-link:hover {
    cursor: pointer;
}
.team .bloc .social-link ul {
    list-style: none;
}
.team .bloc .social-link ul li {
    display: inline-block;
    padding: 15px 30px 0px 30px; /* top-right-bottom-left */  
}

.team .bloc h4 {
    text-align: center;
}
.team .bloc p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 50px;
}

/* End Team */
/***********/



.content-text-center {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 800px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.content-text-center h3 {
    font-weight: bold;
}

.content-text-center p {
    padding: 10px;
}




/*** Paralaxe  ***/

.parallax-head {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 800px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: none;
}

.parallax-1 {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    width: 100%;
    height: 450px;
    background-image: url("../img-up/parallax.jpg");
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.parallax-1 .parallax-box {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 800px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 120px;
    color: #fff;
    display: none;
}

.parallax-1 .parallax-box p {
    padding: 10px;
}

/*** End paralaxe  ***/




/*** Must use  ***/

.must-use {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.must-use .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}
.must-use .cat-articles .owl-carousel .item {
    
    width: 250px;
    height: 300px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    
}

.must-use .cat-articles figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.must-use .cat-articles figure img {
    margin-bottom: 0px;
    margin: 0 auto;
    width: 250px;
    border-radius: 5px 5px 0px 0px;
}
.must-use .cat-articles figure figcaption {
    padding-top: 5px;
}
.must-use .cat-articles figure figcaption .manufacturer {
    margin: 0 auto;
    width: 80px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.must-use .cat-articles figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.must-use .cat-articles figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.must-use .cat-articles figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.must-use .cat-articles figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}

/* End must used */









/*** Shop product  ***/

.shop-products {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 410px;
    margin: 0 auto;
    overflow: hidden;
}

.shop-products .header {
    max-width: 900px;
    margin: 0 auto;
}
.shop-products .header p {
    max-width: 900px;
    text-align: justify;
}

.shop-products .header .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}



.shop-products .cat-articles .item {
    
    width: 250px;
    height: 390px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    display: inline-block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    border-radius: 5px;
    
}

.shop-products .cat-articles .item figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.shop-products .cat-articles .item figure img {
    margin-bottom: 0px;
    margin: 0 auto;
    width: 250px;
    border-radius: 5px 5px 0px 0px;
}
.shop-products .cat-articles .item figure figcaption {
    padding-top: 5px;
}
.shop-products .cat-articles .item figure figcaption .manufacturer {
    margin: 0 auto;
    width: 80px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.shop-products .cat-articles .item figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.shop-products .cat-articles .item figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.shop-products .cat-articles .item figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.shop-products .cat-articles .item figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}

/* End Shop products */
/* ******************* */





/* Styling the label */

.label {

    color : #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: -390px;
    left: -20px;
    padding-left: 5px;
    z-index: 20;

}

.label .labelBackground {

    position: absolute;
    top: 0;
    right: 0;
}

.label .theLabel {

    position: relative;
    width: 50px;
    padding: 6px 30px 6px 10px;
    margin: 40px 50px 10px -71;
    color: #fff;
    text-shadow: 3px 3px 3px grey;
}

.label.sale .theLabel{

    background: red;
}
.label.new .theLabel{

    background: green;
}

.label .theLabel:before, .label .theLabel:after  {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.label .theLabel:after {
    left: 0;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
}


/* End Styling the label */ 




/*** Box Categorie articles  ***/

.content-cat {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 50px;
    margin-top: 0px;
    margin: 0 auto;
    overflow: hidden;
}
.content-cat .head-cat {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    background-color: #fff;
    margin-left: 20px;
}

.content-cat .head-cat h1 {
    color: rgba(184, 82, 23, 0.9) ;
}

.content-cat .item {
    
    width: 250px;
    height: 420px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
    text-align: center;
    border-radius: 5px;
}

.content-cat .item figure { 
    margin-bottom: 10px;
    width: 250px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.content-cat .item figure img {
    margin-bottom: 0px;
    width: 250px;
    margin: 0 auto;
}
.content-cat .item figure figcaption {
    padding-top: 5px;
}
.content-cat .item figure figcaption .manufacturer {
    margin: 0 auto;
    width: 100px;
    height: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.content-cat .item figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.content-cat .item figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.content-cat .item figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}

.content-cat .item figure figcaption .button .btn-shop:hover {
    background-color: rgba(64, 101, 138, 0.9);
}


/* End Box Categorie articles */











/*** Categories products  ***/

.categories-products {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 410px;
    margin: 0 auto;
    overflow: hidden;
}
.categories-products .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}
.categories-products .cat-articles .owl .item {
    
    width: 250px;
    height: 410px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
    text-align: center;
    
}

.categories-products .cat-articles .owl .item figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.categories-products .cat-articles .owl .item figure img {
    margin-bottom: 0px;
}
.categories-products .cat-articles .owl .item figure figcaption {
    padding-top: 5px;
}
.categories-products .cat-articles .owl .item figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.categories-products .cat-articles .owl .item figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.categories-products .cat-articles .owl .item figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.categories-products .cat-articles .owl .item figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}


/* End Categories products */





/* Start Pupop */

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    display: none;
  }

.popup .popup-content {
    width: 450px;
    border-radius: 8px;
    padding: 20px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 200ms ease-in-out opacity,
                200ms ease-in-out transform;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    font-family: "Poppins", sans-serif;
    background: rgba(187, 215, 244, 0.9) ;
    position: relative;
    
  }

.popup .popup-content button {
    display: block;
    margin: 0 0 20px auto;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
  }

.popup .popup-content p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
  }

.popup .popup-content a {
    display: block;
    width: 150px;
    padding: 5px;
    position: relative;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgba(43, 32, 61, 0.9) ;
  }

.showPopup {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

/* End Pupop */


  
  .checked {
    color: orange;
    font-size: 22px;
  }


.rating a  {

    margin: 0px 3px 0px 3px;
}
.rating a i {

    font-size: 20px;
}


.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
  }
  
  .stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
  }
  
  .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
  }
  
  .stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
  }


/*** End  ***/




/*** Our foods ***/

.our-foods {
    border: 1px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 550px;
    margin: 0 auto;
    overflow: hidden;
}
.our-foods .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}
.our-foods .cat-articles .owl-carousel .item {
    
    width: 250px;
    height: 390px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    
}

.our-foods .cat-articles figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.our-foods .cat-articles figure img {
    margin-bottom: 0px;
    margin: 0 auto;
    width: 250px;
    border-radius: 5px 5px 0px 0px;
}
.our-foods .cat-articles figure figcaption {
    padding-top: 5px;
}
.our-foods .cat-articles figure figcaption .manufacturer {
    margin: 0 auto;
    width: 80px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.our-foods .cat-articles figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.our-foods .cat-articles figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.our-foods .cat-articles figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.our-foods .cat-articles figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}


/*** End Our foods  ***/





/*** Our products-2 ***/

.our-products-2 {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 550px;
    margin: 0 auto;
    overflow: hidden;
}
.our-products-2 .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}
.our-products-2 .cat-articles .owl-carousel .item {
    
    width: 250px;
    height: 390px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    
}

.our-products-2 .cat-articles figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.our-products-2 .cat-articles figure img {
    margin-bottom: 0px;
    margin: 0 auto;
    width: 250px;
    border-radius: 5px 5px 0px 0px;
}
.our-products-2 .cat-articles figure figcaption {
    padding-top: 5px;
}
.our-products-2 .cat-articles figure figcaption .manufacturer {
    margin: 0 auto;
    width: 80px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.our-products-2 .cat-articles figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.our-products-2 .cat-articles figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.our-products-2 .cat-articles figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.our-products-2 .cat-articles figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}


/*** End Our foods  ***/




/*** Same foods ***/

.same-foods {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 550px;
    margin: 0 auto;
}
.same-foods .head-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.same-foods .cat-articles .owl-carousel .item {
    
    width: 250px;
    height: 390px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 5px 5px 0px 5px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    
}

.same-foods .cat-articles figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.same-foods .cat-articles figure img {
    margin-bottom: 0px;
    width: 250px;
    border-radius: 5px 5px 0px 0px;
}
.same-foods .cat-articles figure figcaption {
    padding-top: 5px;
    text-align: center;
}
.same-foods .cat-articles figure figcaption .manufacturer {
    margin: 0 auto;
    width: 80px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
}
.same-foods .cat-articles figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.same-foods .cat-articles figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.same-foods .cat-articles figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.same-foods .cat-articles figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}


/*** End same foods  ***/





/*** Week foods ***/

.week-foods {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1320px;
    min-height: 410px;
    margin: 0 auto;
}
.week-foods .head-title {
    text-align: center;   
}
.week-foods .cat-articles {
    
    width: 250px;
    height: 410px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    display: inline-block;
    margin: 5px 5px 0px 5px;
    text-align: center;
    
}
.week-foods .cat-articles figure { 
    margin-bottom: 10px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.week-foods .cat-articles figure img {
    margin-bottom: 0px;
}
.week-foods .cat-articles figure figcaption {
    padding-top: 5px;
}
.week-foods .cat-articles figure figcaption .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.week-foods .cat-articles figure figcaption .button .btn-default {
    color: #000;
    background-color: rgba(252, 253, 253, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.week-foods .cat-articles figure figcaption .button .btn-default:hover {
    color: rgba(64, 101, 138, 0.9);
    background-color: rgba(235, 235, 235, 0.9);
}
.week-foods .cat-articles figure figcaption .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}


/*** End Week foods  ***/







#number-page   {
    max-width: 500px;
    height: 60px;
    margin-left: 0px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.pagination  {
    text-decoration: none;
    margin: 0 auto;
    list-style: none;
}

.pagination ul {
    text-align: center;
    list-style: none;
}
.pagination ul li a  {
    color: #000;
    background-color: rgba(187, 55, 14, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
    margin: 3px 0px 3px 1px;
    text-align: center;
    list-style: none;
}



/*** Start gallery  ***/

.gallery {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 1150px;
    min-height: 410px;
    margin: 0 auto;
    
}
.gallery .head-title {
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}
.gallery .gallery-box  {
    max-width: 1090px;
    min-height: 410px;
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
    justify-content: space-evenly;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.gallery .gallery-box .gallery-item {
    width: 350px;
    height: 230px;
    margin: 5px 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    float: left;
    display: inline-block;
}
.gallery .gallery-box .gallery-item a {
    color: #fff;
}

.gallery .gallery-box .gallery-item img {
    margin-bottom: 0px;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
    
}
.gallery .gallery-box .gallery-item .title {
    width: 350px;
    height: 230px;
    top: -230px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5) ;
    text-align: center;
    position: relative;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    font-weight: bold;
    display: none;
    
}
.gallery .gallery-box .gallery-item .title p {
    width: 350px;
    min-height: 30px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    position: absolute;
    margin-top: 110px;
    color: #000;
    padding: 10px;
    font-weight: bold;
    
}


/*** End Gallery  ***/






/*** banner  ***/

.banner-bloc {
    margin: 0 auto;
    max-width: 900px;
    max-height: 300px;
    margin-top: 70px;
    background-color: rgba(31, 40, 49, 0.9);
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
    color: #fff;
}
.banner-bloc img {
    margin: 0 auto;
}

/*** End Banner  ***/




.products {
    margin: 0 auto;
    width: 900px;
    height: 80px;
    margin-top: 5px;
    
    background-color: rgba(31, 40, 49, 0.9);
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    color: #fff;
}

.one-product{
    text-align: center;
}











/* Details : Carousel  */

#productMain {

     /* margin-left: 25px;  */
}
#productMain .label {

    color : #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: -25px;
    padding-left: 5px;
    z-index: 20;

}



#mainImage{
    width: 440px;
    height: 494px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .7);
}
#mainImage .carousel-inner {
    width: 440px;
    height: 494px;
    margin-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    color: #fff;
    
}
#mainImage .carousel-inner .item {
    width: 440px;
    height: 494px;
    
}

.details-product .button a {
    padding-top: 5px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    background-color: rgba(74, 157, 240, 0.9);
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.3);
}
.details-product .button .btn-shop:hover {
    
    background-color: rgba(64, 101, 138, 0.9);
}



.details-product {
    max-width: 500px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}

.details-product form .form-group {
    margin-bottom: 10px;
}




#thumbs a {
    display: block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
}
#thumbs a img {
    margin: 0 auto;
}


.details-2 {
  padding: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    background-color: #fff;
    max-width: 1000px;
}
.details-2 hr {
    border: 1px solid rgba(111, 90, 145, 0.9) ;
}


/* Share link  */
.share-links {
    display: none; /* hidde */
    max-width: 200px;
    height: 70px;
    margin-top: 30px;
    border: 0px solid rgba(0, 0, 0, .5);
    margin-left: 20px;
}
.share-links a {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

/* End Share link  */






/* Start cart  */

.box {
    padding: 10px;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
      border: 1px solid transparent;
      background-color: #fff;
      margin-left: 20px;
  }

  .box .table-cart .table tbody tr td img {
    width: 50px;
}

  .box .table-cart .table tbody tr td input {
    width: 40px;
    text-align: center;
}

.box .table-cart table tbody tr td  {
    vertical-align: middle;
}

.box .table-cart table tfoot {
    font-size: 14px;
}

/* facultative */
.box .box-footer {
    background-color: #f7f7f7;
    margin: 30px -10px 20px;
    padding: 20px;
    border: 0px solid #adadad;
}
.box .box-footer:before, .box .box-footer:after {
    content: "";
    display: table;
} 
.box .box-footer:after {
    clear: both;
} 
/* End facultative */

.box .box-header {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #eeeeee;
} 

#order-summary  {
    margin-left: 0px;
    max-width: 300px;
}
#order-summary table {
    margin-top: 20px;
}
#order-summary table td {
    color: #999999;
}
#order-summary table tr.total td,
#order-summary table tr.total th {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
}

/* End cart  */



/* Start cart  */

.box-contact {
    padding: 10px;
    border: 1px solid transparent;
    max-width: 500px;
    margin-left: 0px;
    border: 0px solid rgb(104, 40, 40);
  }


.box-contact .box-header {
    /* background-color: #f7f7f7; */
    border: 1px solid #eeeeee;
} 
.box-contact .box-header h2 {
    text-align: left;
    font-weight: bold;
} 


.box-contact .box-body {
    max-width: 500px;
    min-height: 300px;
    margin-left: 0px;
    border: 0px solid rgb(104, 40, 40);
}
.box-contact .box-body form .form-group label {
    width: 150px;
    min-height: 20px;
}
.box-contact .box-body form .form-group input {
    height: 30px;
    width: 100%;
} 
.box-contact .box-body form .form-group input[placeholder] {
    font-style: italic;
    padding-left: 10px;
 }
.box-contact .box-body form .form-group textarea {
    width: 100%;
    min-height: 200px;
} 
.box-contact .box-body form .send-button {
    text-align: left;
    margin-top: 80px;
} 




.box-contact-left {
    max-width: 400px;
    min-height: 300px;
    padding: 10px;
    margin-right: 0px;
    margin: 0 auto;
    border: 0px solid rgb(104, 40, 40);
  }


.box-contact-left .join-us {
    margin-left: -40px;  
}
.box-contact-left .join-us li {
    list-style: none;
    margin-top: 15px;  
}

.box-contact-left .social {
    margin-left: -20px;  
}
.box-contact-left .social li {
    float: left;
    list-style: none;
    display: inline-block;
    margin-right: 20px;  
}
  /* End contact */








/************************************/
/******** Start Accordion menu *******/


.accordion {
    max-width: 800px;
    min-height: 400px;
    border: 0px solid #3E474F;
    margin: 0 auto;
}

.accordion-item button {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px solid rgba(218, 217, 217, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    background-color: rgb(218, 217, 217);
}
.accordion-item button:hover {
    background-color: rgb(150, 228, 247);
    border: 0px solid rgb(150, 228, 247);
}

.accordion-item button h4 {
    float: left;
    font-weight: bold;
}
.accordion-item button .caret {
    float: right;
    margin-top: 20px;
}

.accordion-item .accordion-content {
    
    max-width: 800px;
    min-height: 80px;
    padding: 10px;
    border-radius: 5px;
    border: 0px solid #3E474F;
}

.accordion-item .accordion-content .accordion-body {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #3E474F;
}

/******** End Accordion menu *******/
/************************************/






/************************************/
/******** Start Box icon *******/


.box-icon {
    
    border: 0px solid #3E474F;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

.box-icon .glyphicon {
    font-size: 48px;
}

.box-icon .line-left {
    margin-top: 15px;
    float: left;
}
.box-icon .line-right {
    margin-top: 15px;
    float: right;
}

/******** End Box icon *******/
/************************************/



/* Connexion */

.connexion {
    max-width: 360px;
    height: 60px;
    border: 0px solid rgb(104, 40, 40);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    padding-top: 50px;
  }
  .connexion form .form-group label  {
    text-align: left;
    width: 320px;
  }
  .connexion form .form-group input {
    height: 35px;
    width: 320px;
    background-color: rgb(223, 223, 223);
    margin: 0 auto;
    text-align: left;
    border-radius: 5px;
  }
  .connexion form .form-group input[placeholder] {
    font-style: italic;
    padding-left: 15px;
 }

  .connexion hr {
    width: 320px;
    border: 1px solid rgb(104, 40, 40);
  }

  .connexion .new-account a:hover {
    text-decoration: none;
    cursor: pointer;
    font-weight: 550;
  }

/* End Connexion */







/***********/
/* Partners */

 .bloc-partners {
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    max-width: 870px;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    justify-content: center;
}
 .bloc-partners h3 {
    text-align: center;
    margin-bottom: 50px;
     font-weight: bold;
     font-size: 28px;
}
 .bloc-partners .partners {
    display: inline-block;
    align-items: center;
    width: 150px;
    height: 200px;
    border: 0 solid rgba(43, 32, 61, 0.9) ;
    margin: 10px;
}
.bloc-partners .partners img {
    width: 150px;
    height: 150px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    border-radius: 75px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
 .bloc-partners .partners p {
    text-align: center;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    border: 0 solid rgba(43, 32, 61, 0.9) ;
}

/* End Partenrs */
/***********/








/* footer */

.footer {
    
    bottom: 0px;
}

.footer .footer-bloc {
    min-height: 300px;
    width: 100%;
    /* background-color: #e0e0e0;  */
    background-color: rgb(18, 24, 31);
    margin-bottom: 0px;
}
.footer .footer-bloc .bloc {
    min-height: 250px;
    width: 280px;
    margin: 0 auto;
    background-color: transparent;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
    text-align:left;
    margin-bottom: 0px;
    /* box-sizing: border-box; */

}
.footer .footer-bloc .bloc .logo {
    margin-left: 10px;
    width: 150px;
    height: 150px;
    border: 0px solid rgba(243, 32, 61, 0.9) ;
}
.footer .footer-bloc .bloc P {
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    width: 250px;
    min-height: 60px;
    border: 0px solid rgba(243, 32, 61, 0.9) ;
}
.footer .footer-bloc .bloc h5 {
    font-weight: 700;
    text-align:left;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.footer .footer-bloc .bloc h5::after {
    
    content:'';
    height: 1px;
    width: 70px;
    position: absolute;
    left: 0%; 
    bottom: 0;
    margin-left: 10px;
    background-color: #fff;
}



.footer .footer-bloc .bloc ul li {
    list-style: none;
}
.footer .footer-bloc .bloc ul li a {
    text-decoration: none;
    margin-left: -30px;
    color: #fff;
}
.footer .footer-bloc .bloc ul li a:hover {
    color:  #b2b2b2 ;
}

.footer .footer-bloc .bloc P a {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
}



.footer .footer-bloc .bloc .facebook-link a {
    width: 150px;
    height: 34px;
    padding: 8px 20px;
    color: #fff;
    background: rgb(54, 91, 126);
    border-radius: 5px;
    font-size: 16px;
}
.footer .footer-bloc .bloc .facebook-link a:hover {
    text-decoration: none;
    color: #000;
    background: rgb(233, 233, 233);
}


.footer .footer-bloc .bloc form .news .email {
    height: 33px;
}



.footer .footer-bloc .bloc .social {
    text-align: center;
    text-decoration: none;
}

.footer .footer-bloc .bloc .apps {
    width: 200px;
    height: 150px;
    text-align: left;
    margin-bottom: 0px;
    border: 0px solid rgba(43, 32, 61, 0.9) ;
}
.footer .footer-bloc .bloc .apps a img {
    width: 150px;
    margin-bottom: 20px;
}



.footer-all {
    
    background-color: rgb(18, 24, 31);
    bottom: 0px;
    margin-bottom: 0px;
    border: 1px solid rgb(18, 24, 31);
    text-align: center;
    margin: 0 auto;
}

.footer-all p a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-all h5 {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
}                                
                                                            



                                                           








