/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*
Theme Name: Smartco
Theme URI: 
Author: FV + Schon Garcia
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */

body { 
    /*padding-top: 42px; */
background-color: #fff;
font-family: tahoma, geneva, sans-serif !important;
font-size: 16px !important;

}

.bandeau-accueil{
  padding-top: 31px;
   }

.blog-title {
       margin-top: 20%;
       margin-bottom: 0;
       font-size: 3em !important;
       font-weight: normal;
   }

.border-vert {
    margin: 16px 0;
    border-left: solid 2px #0D8A2E;
   -webkit-box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
   -moz-box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
   box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
    
}

.border-bleu {
    margin: 16px 0;
  border-left: solid 2px #428bca;
  -webkit-box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
  -moz-box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
  box-shadow: 2px 5px 16px -5px rgba(204,204,204,1);
  
}

.vert { color: #0D8A2E !important; }

.bleu { color: #428bca !important; }

.white {
    color: #fff;
}

.grey {
    color: #333;
}

button a, button a:hover {
    text-decoration: none;
    color: #ffffff !important;
}

.blog-header {
    padding-top: 2px !important; 
    padding-bottom: 20px;
}

.blog-main, .blog-main-left {
    float: left !important;
    font-size: 14px !important;
    line-height: 1.5;
    /*min-height: 600px !important;*/
    
    }

 .topheader {
        padding: 6px 0 6px 25%;
        background-color: #5cb85c;
        color: #ddd;
    }

    .background-home {
        background-size: cover !important;
    }

 .offres .panel {
        margin-bottom: 0;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
    }

 .blog-main-50, .blog-main-left-50 {
    float: left !important;
    /*font-size: 18px;*/
    line-height: 1.5;
    min-height: 600px !important;
    margin-top: 50px;
    }

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.mejs-video {
    height: auto !important;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

.thumbnail {
    display: inherit;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none !important;
    
   }

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.main-navigation {
  background-color: #5cb85c;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    line-height: 52px;
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #5cb85c;
}


.nav-menu li {
    float: left;
}

.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.nav-menu > li > a:hover {
  color: #000;
  text-decoration: none;

}


.sub-menu > li > a {
    font-size: 16px;
}

/* Active state gets a caret at the bottom */
/* .current-menu-item > a {
  color: #fff;
}
.current-menu-item > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
} */

.nav-menu .menu-toggle {
    display: none;
}

.your-consent .form-control {
        display: block;
        width: 100%;
        height: 18px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

 

@media screen and (max-width:768px) {
    .nav-menu li:not(:first-child) {
	display: none;
    }
    
    .nav-menu li.menu-toggle {
	float: right;
	display: block;
    }
}

@media screen and (max-width:768px) {
    .nav-menu.responsive {
	position: relative;
    }

    .nav-menu.responsive .menu-toggle {
    	position: absolute;
    	right: 0;
    	top: 0;
    }

    .nav-menu.responsive li {
    	float: none;
    	display: inline;
    }

    .nav-menu.responsive li a {
  	display: block;
    	text-align: left;
    }
}

.sub-menu {
    display: none;
    /*position: absolute;*/
    background-color: #f9f9f9;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0;
  /*  left: 10%;
    right: 10%;*/
    z-index: 100;
}

.sub-menu ul, 
.children ul {
    display: none;
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
    left: 100%;
    top: 0;
}

.sub-menu > li {
    position: relative;
}

.sub-menu > li > a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    width: auto;
    font-size: 16px;
}


.sub-menu > li > a:hover {
    background-color: #0D8A2E;
    color: #fff;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.main-page {
  
    background-color: #fff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1024px;
}


@media screen and (max-width:768px) {
    .sub-menu {
    	position: relative;
    	width: 100%;
    }
    .sub-menu > li > a {
        width: 100%;
    }

    .sub-menu ul, 
    .children ul {
    	display: none;
    	left: 0;
    	top: 0;
    }
}

.custom-logo {
    float: left;
    margin: 30px 30px 0 0;
}

.infos {
    background-color: #0D8A2E;
}



li.infos, li.ecole, li.college {
    padding: 8px;
    width: 190px;
}


.border-bottom-red {
    border-bottom: 2px solid #2980b9;
    margin-bottom: 20px;
    padding-bottom: 12px;
}


.border-bottom-blue {
    border-bottom: 2px solid #428bca;
   margin-bottom: 20px;
   padding-bottom: 12px;
}

.border-bottom-green {
    border-bottom: 2px solid #16a085;
    margin-bottom: 20px;
    padding-bottom: 12px;
}



.carousel-caption {
    left: 100%;
    padding-bottom: 30px;
    right: 100%;
}

.carousel-caption {
    bottom: 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5;
   
    padding: 12px 10px 44px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 43%;
    width: 212px;
    z-index: 1;
}

.carousel-caption a {
    color: #fff !important;
    font-size: 140%;
    text-decoration: none;
}


.cube {
   
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size:  1.5em;
   
   
}

.img-overlay {
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
  
    
}

#accueil {
   
}

.blog-footer {
    background-color: #0D8A2E;
    color: #fff;
}

.blog-footer a{
    text-decoration: none;
    color: #fff;
}


.logo {
    display: inline-block; 
    height: auto;  
    margin-top: -15px;
    max-width: 60%;
}

.slider-home {
    position: relative;
    /*z-index: -1;*/
   /*max-height: 350px;*/
    overflow: hidden;
}

@media(min-width:768px){}
@media(min-width:992px){

    .background-home {
        min-height: 752px;
    }
    .padding-20 {
        padding-top: 20px;
    }
}
@media(min-width:1200px){}

@media(max-width: 767px){

    .cube {
       width: auto;
       margin: 0 10px;
       font-size:1em;
    }
    
    li.infos, li.ecole, li.college {
    padding: 4px;
    width: auto;
    }

    .blog-main, .blog-main-left {
    float: left !important;
    font-size: 14px;
    line-height: 1.2;
    min-height: 100px !important;
}
.background-home {
   height: 226px;

}
.blog-title {
        margin-top: 1%;
        margin-bottom: 0;
        font-size: 1.2em !important;
        font-weight: normal;
        color: #5cb85c !important;
    }
    
}
