@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);

body
{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #666666;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a {

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #a22f30;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.ordinary-row {
  padding: 80px 0 90px;
}
.section-title + .row {
  padding: 20px 0 50px;
}
.btn,
button {
  padding: 7px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:hover,
button:hover {
  color: #fff;
}
.entete-top {
	padding: 5px 15px;
    background: #bd4a07;
}
.section {
  padding: 80px 0;
}
.input-group-btn button {
  padding: 11px 20px;
}

.btn-common {
  color: #FFF;
  background: #ff5959;
  position: relative;
  border: transparent;
  z-index: 1;
}

.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-common:hover:before {
  width: 100%;
}

.btn-common.active {
  background: #0A56FD none repeat scroll 0 0;
}

.btn-common {
  background: #2eea2e none repeat scroll 0 0;
}
.btn-common::before {
  background: #036b03 none repeat scroll 0 0;
}

.csltcompte p
{
  margin-bottom: 0rem;
}
/********
/********
/********/

.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #666;
}

.navbar-brand {
  width: 130px;
  padding-top: .3rem;
  height: auto;
}

.dropdown-menu {

  -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;
}
@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-top
{
  padding: 10px 0;
  border-bottom: 6px solid #2aac48;
  background: #f2f2f2;
}

.header-bottom
{
  /*padding: 30px;*/
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}
.navbar {
  padding: 0px;
  border-radius: 0;
}
.nav-inline .nav-item + .nav-item {
  margin-left: 0px;

}

.nav-inline .nav-item+.nav-item, .nav-inline .nav-link+.nav-link {
    margin-left: 0;
}

#main-menu ul > li > a {
  background: transparent!important;
  color: #333;
  position: relative;
  padding: 20px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
#main-menu ul > .dropdown:hover > ul.dropdown-menu {
  display: block;
  webkit-animation: MenuFadeIn 400ms;
  animation: MenuFadeIn 400ms;
  transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  left: 0;
  right: 0;
  margin-top: 0px;
  width: 220px;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#main-menu ul .dropdown .dropdown-menu a {
  font-size: 13px;
  color: #666;
  display: block;
  height: auto;
  padding: 12px 20px 13px;
  line-height: 16px;
  font-weight: 400;
  border-top: 1px solid #e2e6e7;
  transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu a:hover,
#main-menu .dropdown .dropdown-menu a .active {
  background: transparent;

  transition: all 0.3s ease-in-out 0s;

}
#main-menu ul .dropdown .dropdown-menu > li > a:focus {
  background: transparent;
}
#main-menu ul .dropdown .dropdown-menu > li.active > a {
  background: transparent;
}
#main-menu ul .dropdown .open > a {
  background: transparent;
}
#main-menu ul .dropdown .open > a:hover,
#main-menu .dropdown .open > a:focus,
#main-menu .dropdown .open > a.active {
  background: transparent;
}
#main-menu ul .dropdown .sub-menu {
  top: -2px;
  left: 100% !important;
  padding: 0;
  border: none;
  -webkit-animation: MenuFadeIn 0.4s;
  -moz-animation: MenuFadeIn 0.4s;
  -ms-animation: MenuFadeIn 0.4s;
  -o-animation: MenuFadeIn 0.4s;
  animation: MenuFadeIn 0.4s;
}
@-webkit-keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main-menu ul .dropdown-toggle::after {
  display: none;
}
.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
  background: #eee;
}
.wpb-mobile-menu {
  display: none;
}
ul li > ul {
  padding: 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-radius: 0;
  left: 0;
  right: 0;
  border-color: transparent;
}
ul li > ul > li > a {
  color: #666;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
ul li > ul > li > a:hover,
ul li > ul > li > a .active {
  background: #ecf0f1;
}
ul li > ul > li.active > a {
  background: #ecf0f1;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    top: 0;
  }
  /* #menu is the original menu */
  #wpb-mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
/* SlickMenu responsive */
@media screen and (max-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.top_search .top_search_con {
  background: #fff;
  border: 1px solid #E4E4E4 !important;
  height: 38px;
  border-radius: 50px;
  position: relative;
  width: 100%;
}
.top_search .top_search_con input[type="text"],
.top_search .top_search_con input:focus {
  background: none !important;
  border: medium none;
  height: 100%;
  width: 100%;
  padding: 1px 20px 0 40px;
  color: #818B8D;
  font-size: 12px;
  outline: none;
}
.top_search .top_search_icon {

  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 7px;
}
.top_search .top_search_submit {
  border: medium none;
  padding: 0;
  position: absolute;
  width: 20px;
  left: 12px;
  opacity: 0;
  top: 9px;
}

@media (max-width: 767px) {
  .nav-inline .nav-item + .nav-item {
    margin-left: 0;
    float: none;
  }
  #main-menu ul .dropdown .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  #main-menu {
    clear: both;
    width: 100%;
  }
  nav.navbar.navbar-light {
    min-height: 73px;
  }
  nav.navbar.navbar-light button.navbar-toggler {
    background: #333 none repeat scroll 0 0;
    border-radius: 0 !important;
    margin-top: 17px;
  }
  nav.navbar.navbar-light ul.nav-inline .nav-item {
    display: block;
  }
  nav.navbar.navbar-light ul.nav-inline {
    max-height: 350px;
    overflow-x: scroll;
    margin-top: 20px;
  }

   #main-menu ul > li > a {
    font-size: 12px !important;
    padding: 18px 10px;
  }
}

.box-left
{
	background-color: #f6f6f6;
    padding: 20px 15px;
}

.box-left > hr
{
	margin: 30px;
	border-style: dashed;
	border-color: #333888;
}

.aboutUs
{
	background: #F6F6F6;
	padding: 0;
	margin-bottom: 40px;
}

.section-title
{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #0a477b;
	font-family: 'Multi', sans-serif;
	text-transform: uppercase;
	padding: 40px 0;
}

.card-title
{
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.box-formation
{
	margin: 20px 0 30px;
}

.box-actu
{
	margin: 20px 0 30px;

}

.box-actu .card
{
	border: 0;
}
.box-actu .card .card-block
{
	padding-left: 0;
	padding-right: 0;
}

/* ==========================================================================
   formation Section Start
   ========================================================================== */
.formation-item {
  text-align: center;
}
.formation-item .icon-wrapper {
  font-size: 40px;
  margin-bottom: 30px;
}
.formation-item .icon-wrapper i {
  display: block;
  margin: 0 auto;

}
.formation-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.formation-item p {
  font-size: 13px;
}
/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.pulse-shrink {
  display: inline-block;
}
.formation-item:hover .pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.formation-item .icon-wrapper i {
  color: #16C1F7;
}

.small-title {
  font-size: 20px;
  position: relative;
  text-align: left;
}

footer {
    margin-top: 40px;
  background: #282828;
  color: #7C7C7C;
}
footer .small-title {
  margin-bottom: 30px;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  line-height: 25px;
}
footer ul li a {
  color: #999;
}
footer ul li.tweet {
  margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
  padding: 5px;
  color: #fff;

  border-radius: 100%;
  width: 24px;
  height: 24px;
}
footer ul li.tweet .tweet-date {
  font-size: 12px;
  font-style: italic;
  color: #bdc3c7;
}
footer .plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}
footer .plain-flicker-gallery a {
  display: inline-block;
  width: 32%;
  font-size: 0px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
  opacity: 0.7;
}
footer .plain-flicker-gallery a img {
  width: 100%;
}
footer .contact-us .form-control {
  color: #999;
  font-size: 14px;
  background: #1D1D1D;
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer #copyright {
  background: #1D1D1D;
}
footer #copyright .row {
  padding: 15px 0;
}
footer #copyright .copyright-text,
footer #copyright .nav-inline {
  margin-top: 15px;
}
.social-footer a .fa {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 4px;
  width: 35px;
}


#main-menu > li > a:hover,
#main-menu > li.active > a,
#main-menu > li.open > a,
#main-menu > .active > a:hover,
#main-menu > .active > a:focus,
#main-menu > .open > a:hover{
    color: #9C3;
}
#main-menu .dropdown .dropdown-menu > li.active > a{
    color: #9C3;
}

@media (max-width: 767px) {
    .nav-inline .nav-item + .nav-item {
        margin-left: 0;
        float: none;
    }
    #main-menu ul .dropdown .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
    }
    #main-menu {
        clear: both;
        width: 100%;
    }
    nav.navbar.navbar-light {
        min-height: 73px;
    }
    nav.navbar.navbar-light button.navbar-toggler {
        background: #333 none repeat scroll 0 0;
        border-radius: 0 !important;
        margin-top: 17px;
    }
    nav.navbar.navbar-light ul.nav-inline .nav-item {
        display: block;
    }
    nav.navbar.navbar-light ul.nav-inline {
        max-height: 350px;
        overflow-x: scroll;
        margin-top: 20px;
    }
    #roof {
        display: none;
    }
    #main-menu ul > li > a {
        font-size: 12px !important;
        padding: 18px 10px;
    }
    .page-header-content h2 {
        text-align: center;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .carousel-item > img {
        height: 100% !important;
    }
    #carousel-area .carousel-item .carousel-caption h2 {
        font-size: 20px;
        font-weight: 600;
    }
    #carousel-area .carousel-item .carousel-caption h3 {
        font-size: 16px;
    }
    .btn-lg {
        font-size: 10px;
        padding: 10px 16px;
        text-transform: uppercase;
    }
    .section-title {
        font-size: 18px;
    }
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #7e1f1f;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallerie-title {
    font-size: 1.65em;
    line-height: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #BB2B2B;
    color: #BB2B2B;
}


.bloc {
    margin: 0 0 30px 0;
}

.bloc .well {
    border-radius: 0;
    margin: 30px 0;
}

.blc-title{
    line-height: 40px;
    font-size: 1.9em;
    margin-bottom: 15px;
}

.bloc .panel-footer {
    padding: 5px 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #BB2B2B;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bloc .nav-pills>li>a {
    border-radius: 0px;
    color: #2A2C2E;

}

.bloc .nav-pills>li>a:nth-child(3n + 1) {
    border-bottom: 1px solid #BB2B2B;
}

.bloc .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #BB2B2B;
}

h4.box-title {
    margin: 60px 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #9C3;
    border-bottom: 2px solid #f2f2f2;
}

.service-box
{
  margin: 40px 0 60px;
}

.service-box h2, .service-box h3{
  font-weight: 400;
  padding-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.service-box .fa{
  background: #2aac48;
  border-radius: 50%;
  color: #FFF;
  font-size: 25px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.service-box .fa:hover{
  background: #040f3e;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* fin dommaine de competence */

.csltcompte
{
  margin-top: 30px;
}

