html{
    scroll-behavior: smooth;
}
body{
  /*background-color: #f8f8f8;*/
  overflow-x: hidden;
}
.widget{
  width: 24%;
  height: auto;
}
.article{
  width: 74%;
  height: auto;
}
.navreg>li>a{
  font-size: 16px;
  font-weight: bold;
}
.navreg>li{
  padding: 5px;
  margin: 5px;
  size : 30px;
}
.navreg>li>a:hover{
  color: #ff6d00;
}
.last{
  background: #f90052;
}
.last>a:last-child{
  color: white;
}
.last>a:last-child :hover{
  color: white;
}
.cardImage{
  width: 250px;
  height: 250px;
  z-index: 1;
}

.histoire:hover{
    background-color: rgb(69, 69, 69);
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    color: rgb(226, 226, 226);
}
.motivation{
    /*height: 400px;*/
    background-image: url("../img/panorama.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.recrutement{
  height: 400px;
  background-image: url("../img/formation/groupe1.png");
  background-repeat: no-repeat;
}
/* tabs css */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/*.hoverform :hover{*/
/*  background-color: #ff0b0b;*/
/*  color:white;*/
/*  transition: 1s;*/
/*}*/
a:hover {
  text-decoration: none;
}
#footers {
  background: #1C2331 ;
}
.arrow{
  width: 48px;
  height: 48px;
}
.arrows{
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-left: 93%;
  background-color: rgba(255, 192, 0, 0.5);
  display: none;
}
.arrows :hover{
  background-color: #6b94fc;
  transition: 1s;
}
.mp{
  height: 400px;
  background-image: url("../img/com/affichemp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home{
  height: 40%;
}
.mpl{
  height: 400px;
  background-image: url("../img/formation/mpl.png");
  background-repeat: no-repeat;
    background-size: cover;
}
.mck{
  height: 400px;
  background-image: url("../img/formation/mck.png");
  background-repeat: no-repeat;
    background-size: cover;
}
.grh{
  height: 400px;
  background-image: url("../img/formation/grh.png");
  background-repeat: no-repeat;
    background-size: cover;
}
.com{
  height: 400px;
  background-image: url("../img/formation/com.png");
  background-repeat: no-repeat;
    background-size: cover;
}
.mot{
  height: 700px;
  background-image: url("../img/entete/jeune.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
#footersous{
  background: #1C2331;
}
#footer{
  background: #1C2331;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.recul{
  position: relative;
  top: 300px;
  right: 0px;
}
.partir{
  height: 500px;
  background-image: url("../img/entete/jeune.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*.ref:hover{*/
/*  width: 200px;*/
/*  transition-delay: 5s;*/
/*}*/
/*css du changement detat*/
.view {
    height: 100vh;
    /*background-color: rgba(255, 255, 255);*/
}
@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 500px;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
}

.btn .fa {
    margin-left: 3px;
}

.top-nav-collapse {
    background-color: #1c2a48 !important;
    opacity: 0.9;

}
/*.navbar:not(.top-nav-collapse) {*/
/*    background: transparent !important;*/
/*}*/

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #1c2a48 !important;
        /* height: 150px; */
    }
}


h6 {
    line-height: 1.7;
}

.rgba-gradient {
    /*background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);*/
    /*background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);*/
    /*background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);*/
    background-image: url("../img/entete/communication.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.liste>li{
    list-style: none;
}
.temoignage{
    height: 500px;
    background-image: url("../img/architecture.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;

}
ol>li {
    margin: 10px;
}

/*plateforme d\'inscription*/

.note
{
    text-align: center;
    height: 80px;
    /*background: -webkit-linear-gradient(left, #0072ff, #8811c5);*/
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    border-radius:0.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.bg {
    background-image: url("../img/sous.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}