@charset "utf-8";
/* CSS Document */
.accueil{background: url("../img/fond-accueil.jpg") top center repeat-y; background-size: 80%; background-attachment:scroll;}
body{font-size:15px;letter-spacing: 0.05em;}
.logo {
    max-height: 115px;
}
.navbar-brand h1 {
    display: inline-block;
    font-size: 1.4em;
    padding-left: 0.5em;text-align: left !important;
vertical-align: middle;
}
.navbar {
 display:flex;
    position: relative;
 text-align: center;
 margin-left: -15px;
margin-right: -15px;
     opacity: 0.95;
 max-width: 100vw;
}
.navbar-brand {
    display: block;
    position: relative;
    margin: 0 auto;
 text-align: center;
}
.navbar-expand-lg .navbar-collapse {
    float: none;
    text-align: center;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
 font-size: 1rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--danger);
}
.stuck .sticky-top {
 max-height: 60px; font-size:12px;border-bottom: solid 4px var(--primary);
}
.stuck .sticky-top .logo{max-height:45px; width:auto;}
#slider-home {
    margin-left: -15px;
    margin-right: -15px;
 margin-bottom: 40px;
}
.stuck .sticky-top h1 {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.8em;
    margin-top: 0 !important;
    line-height: 0;
}
.stuck .navbar.sticky-top{
 position: sticky;
}
.stuck .navbar.sticky-top .navbar-brand {
    display: inline-block;
}
.stuck .navbar-expand-md .navbar-collapse {
    display: inline-block !important;
}

.stuck .sticky-top .collapse.show {
    background: var(--primary);
    font-weight: 600;
    letter-spacing: 0.15em;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem 0.125rem;
  margin:0 .25rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 0.3em;
 }.navbar-dark .navbar-nav .active > .nav-link{
  color: var(--secondary);
 }
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
  }

}
.dropdown-menu ul {
    list-style-type: square;
    margin: 0;
    padding: 0 5rem;
}
.dropdown-menu,.dropdown-menu .dropdown-item{color: var(--danger);font-weight: 600;}
.dropdown-menu,.dropdown-menu .dropdown-item:hover{color: var(--primary);}
.dropdown-menu ul a{text-transform:none !important;color: var(--secondary) !important;font-size:0.9em !important;}
  .dropdown-item:hover, .dropdown-item:focus {
    color:  var(--light);;
    text-decoration: none;
    background-color:  transparent; }
.nav-item.dropdown.small-ssmenu {position: relative !important;}
.dropdown-menu ul a:hover{color:  var(--light);;
    text-decoration: none;
    background-color:  transparent;}
.dropdown-menu ul a:hover{color:  var(--light);
    text-decoration: none;
    background-color:  transparent;}
.nav-link:hover {
    background: var(--secondary);
    border-radius: 2.25rem;
    color: #fff !important;
}
.nav-link {
    transition: all 0.8s;
}
.navbar .dropdown-menu {
    border: none;
    margin-top: -2px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.8);
 min-width: 266px;
}

#accompagnement h3 {
    display: inline-block;
    padding: 1.20rem;
    background: var(--danger);
    color: #fff;
    border-radius: 2.20rem;
    margin-bottom: -1.50rem;
    margin-top: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
 z-index: 2;
position: relative;
 border: dashed 2px #fff; text-transform: uppercase;
}
#autonomie h3 {
    display: inline-block;
    padding: 1.20rem;
    background: var(--primary);
    color: #fff;
    border-radius: 2.20rem;
    margin-bottom: -1.50rem;
    margin-top: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
 z-index: 2;
position: relative;
float: right;
 border: dashed 2px #fff; text-transform: uppercase;
}
#efficacite h3 {
    display: inline-block;
    padding: 1.20rem;
    background: var(--secondary);
    color: #fff;
    border-radius: 2.20rem;
    margin-bottom: -1.50rem;
    margin-top: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
 z-index: 2;
position: relative;
 border: dashed 2px #fff;
 text-transform: uppercase;
}

#gamification h3 {
    display: inline-block;
    padding: 1.20rem;
    background: var(--success);
    color: #fff;
    border-radius: 2.20rem;
    margin-bottom: -1.50rem;
    margin-top: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
 z-index: 2;
position: relative;
float: right;
 border: dashed 2px #fff; text-transform: uppercase;
}
.liste-stylisee{list-style-type: none;}
.liste-stylisee li::before{
 content: '';
    display: inline-block;
    border: solid 3px;
    width: 2rem;
 margin-right:5px;
}
.titre::after {
   content: '';
    display: inline-block;
    border: solid 3px;
    width: 2rem;
}

h1, .h1{
    font-size: 2.5rem;
    line-height: 1.4em;
    font-weight: 600;white-space:normal;
}
h2, .h2{
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 600;
}
h3, .h3 {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 600;
}
h4, .h4 {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 600;
}
.title{padding:1.20rem;border-radius: 2.20rem;background:#fff;  z-index: 5; font-size: 3em;position: relative;
    left: 0;}
h4.description {
    background: rgba(255,255,255,0.8);
    padding: 1rem;
    border-radius: 2.2rem;
    border: dashed 2px #fff;
    font-size: 1.2em;
    line-height: 1.45em;
}
.copyright {
    background: #53576c;
    color: #fff;font-size:0.8em;letter-spacing:0.15em; padding-top:1rem;}
#Conception, #formations {
    text-align: right;
}
.footer a {
    color: var(--secondary);
}
section{position:relative;overflow-x: hidden;}
.moveup-to-section {
    position: absolute;
    top: 100px;
    z-index: 5;
    left: 50%;padding:2rem;
}
.movedow-to-section {
    position: absolute;
    bottom: 100px;
    z-index: 5;
    left: 50%;
    padding: 2rem;
}
.mentions {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 0.75em;
    letter-spacing: 0.15em;
    border-top: dashed 1px #fff;
    padding-top: 1rem;
}
.mentions a{color:#fff; text-transform:uppercase;}
.desktop{display:block;} .mobile{display:none !important;}
/*+++++ PHOTOS +++*/
.photos .photo-item {
    position: relative
}

.photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(232, 62, 140, 0.7);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden
}

.photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center
}

.photos .photo-item .photo-text-more .icon {
    color: #fff;
    font-size: 20px
}

.photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.photos .photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px
}

.photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    margin-bottom: 5px
}

@media (max-width:575.98px) {
    .photos .photo-item img {
        height: 200px
    }
}

.photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible
}

.photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

/*+++*/
@media only screen and (max-width:980px){
 body{font-size:16px;}
 .navbar-brand h1 {
    font-size: 1em;
    max-width: 200px;
}
}
@media only screen and (max-width:800px){body{font-size:13px;
 }
  .navbar-brand h1 {
    font-size: 0.9em;
    max-width: 200px;
}
 #Conception, #formations {
    text-align: left;
}
  .navbar{display:flex;}
}
 @media only screen and (max-width:767px){
 
  .logo{max-width:70px; height:auto;}
  .navbar-brand {display: inline-block;margin: 0;}
.title {
    border-radius: 0;
    font-size: 1.9em;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px !important;
    border: dashed 3px;
}
  .collapse:not(.show) {
   display: none !important;
}
  .desktop{display:none !important;} .mobile{display:block;}
 }
 
.container-small {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.8);
}
@media only screen and (max-width:640px){body{font-size:11px;}
.container-small {
    max-width: 90%;}
}

.RadCaptcha span
{
    color:Red;
    font-weight:bold;
} 