
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Lato:300');

/* common -----  -----  -----  -----  -----  -----*/
html {
  min-width: 350px;
}

body {
  background-color: #333333;
  color:white;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
}

* {
  margin:0;
  padding:0;
}

.row, .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-11,.col-md-12 {
  margin:0;
  padding:0;
}

p{
  margin:0;
  padding:0;
}

h1, h2, h3, h4{
  margin:0;
  padding: 0 0 7px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  letter-spacing: 1px;
}

h2 {
  font-size: 12pt;
  padding-top: 5px;
}

h3 {
  font-size: 11pt;
}
h4 {
  font-size: 10pt;
}

a, a:hover, a:visited, a:focus {
  color:white;
  text-decoration: none;
}

::selection {
  text-shadow:none;
  background:rgba(229,35,35,0.72);
}

input[type=submit] {
  min-width: 95px;
  padding: 3px 10px;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: sans-serif;
  border-radius: 2px;
  background-color: white;
  border: none;
}

a.linkDisable, a.linkDisable:hover{
  pointer-events: none;
  cursor: default;
  color: #909090 !important;
  background-color: transparent;
}

button, input, select, textarea {
  color: black;
}

.center{
  text-align: center;
}

.text{
  text-align: justify;
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
}

.edit {
  border: 2px dashed #F6BF03;
}

/* header -----  -----  -----  -----  -----  -----*/
header {
  width:100%;
  min-width: 350px;
  height: 45px;
  padding: 0 45px;
  position: fixed;
  top:0;
  vertical-align:middle;
  font-size: 11pt;
  text-transform:uppercase;
  letter-spacing:1px;
  z-index:100;
  transition: ease 0.4s;
}

header.scroll.unite{
  background: rgb(156, 7, 25);
}

header.scroll.baladins{
  background: rgb(0,161,217);
}

header.scroll.louveteaux{
  background: rgb(35,111,81);
}

header.scroll.eclaireurs{
  background: rgb(0,81,158);
}

header.scroll.pionniers{
  background: rgb(212,2,29);
}

header.scroll.route{
  background: rgb(21,154,85);
}

header .shadowHeader{
  margin-top: -45px;
  height: 45px;
  box-shadow: 0 60px 150px black;
  transition: ease 0.4s;
}

header.scroll .shadowHeader{
  display: none;
}

header .headerIn {
  margin: 25px 0;
  position: relative;
  display: flex;
  transition: ease 0.4s;
}

/*  -----  -----  -----  -----  -----  -----*/

header .logo img{
  height: 70px;
  margin-top: -20px;
  margin-left: 10px;
  transition: ease 0.4s;
}

/*  -----  -----  -----  -----  -----  -----*/
header nav.main {
  position: absolute;
  right: 0;
  text-align:right;
}

header nav.main img {
  margin:-4px 5px 0 0;
  height:27px;
}

header nav.main a {
  margin: 0 4px;
  padding: 21px 11px;
  font-weight: bold;
}

header nav.main a.baladins:hover {
  border-top:10px solid rgb(0,161,217);
}

header nav.main a.louveteaux:hover {
  border-top:10px solid rgb(35,111,81);
}

header nav.main a.eclaireurs:hover {
  border-top:10px solid rgb(0,81,158);
}

header nav.main a.pionniers:hover {
  border-top:10px solid rgb(212,2,29);
}

header nav.main a.route:hover {
  border-top:10px solid rgb(21,154,85);
}

@media(max-width:992px){
  header {
    padding: 0 10px;
  }

  header nav.main .menuItem{
    display: none;
  }

  header nav.main a {
    padding: 21px 4px;
  }
}

/* banner -----  -----  -----  -----  -----  -----*/
.banner {
  top:0;
  width:100%;
  height:65vh;
  z-index:-1;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.banner p {
  width:50%;
  margin:auto;
  margin-bottom:30px;
  position:absolute;
  bottom:0;
  left:25%;
  text-transform:uppercase;
  text-align:center;
  font-size: 33pt;
  letter-spacing: 4px;
  line-height: 50px;
}

.banner img {
  width:100%;
}

/* body  -----  -----  -----  -----  -----  -----*/
.body {
  margin: -44px 0 0 0;
  padding: 58px 0 123px 0;
  min-height: 100vh;
}

.body .bodyIn {
}

/*  -----  -----  -----  -----  -----  -----*/
.body nav.second {
  margin:0 0px 20px 0px;
  padding: 0 0 2px 0;
  background-color:#1D1D1D;
  text-align:left;
  border-radius: 2px;
}

.body nav.second img {
  width:90%;
  max-width: 200px;
}

.body nav.second a {
  margin:4px 0;
  padding:9px 15px;
  width: 100%;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing:2px;
  text-transform: uppercase;
  transition: ease 0.2s;
}

.body nav.second a.title {
  margin: 0;
  padding: 15px 0 20px 0;
  text-align: center;
}

.body nav.second a.title:hover {
  background-color: transparent !important;
}

/* colors second menu */
.body nav.second.unite a.active {
  background-color:rgb(156, 7, 25);
}
.body nav.second.unite a:hover {
  background-color:rgb(0, 84, 168);
}
/* ----- */
.body nav.second.baladins a.active {
  background-color:rgb(0,161,217);
}
.body nav.second.baladins a:hover {
  background-color:rgb(1,125,168);
}
/* ----- */
.body nav.second.louveteaux a.active {
  background-color:rgb(35,111,81);
}
.body nav.second.louveteaux a:hover {
  background-color:rgb(27,147,60);
}
/* ----- */
.body nav.second.eclaireurs a.active {
  background-color:rgb(0,81,158);
}
.body nav.second.eclaireurs a:hover {
  background-color:rgb(0,40,77);
}
/* ----- */
.body nav.second.pionniers a.active {
  background-color:rgb(212,2,29);
}
.body nav.second.pionniers a:hover {
  background-color:rgb(160, 0, 21);
}
/* ----- */
.body nav.second.route a.active {
  background-color:rgb(21,154,85);
}
.body nav.second.route a:hover {
  background-color:rgb(183, 4, 22);
}

.body nav.second a.secondMenuItem img {
  height: 18px;
  width: auto;
  margin: -3px 10px 0 0;
}

@media(max-width:992px){
  .body nav.second {
    text-align: center;
    padding: 0;
  }
  .body nav.second a.secondMenuItem {
    display: inline-block;
    width: 33.33%;
    margin: 0;
    letter-spacing: 1px;
  }

  .body nav.second a.secondMenuItem img {
    display: block;
    margin: 0 auto 4px auto;
    height: 22px;
    width: auto;
  }
}

/* content -----  -----  -----  -----  -----  -----*/
.body h1.titlePage{
  display: none;
  text-align: center;
}

.body .content {
  padding: 0 0 0 15px;
}

@media(max-width:992px){
  .body .content {
    padding: 10px 0 0 0;
  }
}

.content a:hover{
  color:white;
  text-decoration: underline;
}

/* footer -----  -----  -----  -----  -----  -----*/
footer {
  width:100%;
  min-width: 350px;
  margin-top: -108px;
  background-color:rgb(156, 7, 25);
}

/* color footer */
footer.unite{
  background-color:rgb(156, 7, 25);
}
footer.baladins{
  background-color:rgb(0,161,217);
}
footer.louveteaux{
  background-color:rgb(35,111,81);
}
footer.eclaireurs{
  background-color:rgb(0,81,158);
}
footer.pionniers{
  background-color:rgb(212,2,29);
}
footer.route{
  background-color:rgb(21,154,85);
}
/*  -----  -----  -----  -----  -----  ----- */

footer .path{
  padding: 3px 10px;
  text-align: center;
  font-size: 8pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: ;
}

/* color footer path */
footer.unite .path{
  background-color:rgb(0, 84, 168);
}
footer.baladins .path{
  background-color:rgb(1,125,168);
}
footer.louveteaux .path{
  background-color:rgb(27,147,60);
}
footer.eclaireurs .path{
  background-color:rgb(0,40,77);
}
footer.pionniers .path{
  background-color:rgb(160, 0, 21);
}
footer.route .path{
  background-color:rgb(183, 4, 22);
}

/*  -----  -----  -----  -----  -----  -----*/

footer .footerIn{
  padding: 7px 0;
  font-size: 9pt;
  font-weight: 400;
  font-family: 'Lato', arial, sans-serif;
}

footer .footerInIn{
  box-shadow: black 0px 0px 12px;
}

footer .footerIn p {
}

footer .footerIn p.textBigger {
  margin-bottom: 4px;
  font-size: 13pt;
  font-weight: bold;
  letter-spacing: 2pt;
}

footer .footerIn a:hover{
  color:white;
  text-decoration: underline;
}

footer .footerIn .footerIn1 {
  padding: 0 55px 0 0;
}

footer .footerIn .footerIn2 {
  padding: 0 85px;
}

footer .footerIn .footerIn3 {
  padding: 0 0 0 55px;
}

footer .footerIn .connection {
  border: 1px rgba(255, 255, 255, 0.5);
  border-style: none solid none none;
}

footer .footerIn .connection img {
  height: 13px;
  margin: -3px 5px 0 0;
}

footer .footerIn .connection1{
  padding: 0 0 10px 0;
}

footer .footerIn .discover{
  text-align: justify;
  line-height: 24px;
}

footer .footerIn .contact{
  line-height: 24px;
  border: 1px rgba(255, 255, 255, 0.5);
  border-style: none none none solid;
}

footer .footerIn .contact img {
  height: 12px;
  padding: 0 6px 0 0;
  margin: -1px 0 0 0;
}

@media(max-width:992px){
  footer .container {
    width: initial;
  }

  footer .footerIn{
    padding: 5px 0;
  }

  footer .footerIn .footerIn1 {
    padding: 0 7px 7px 7px;
    border-style: none none solid none;
  }

  footer .footerIn .footerIn3 {
    padding: 7px 7px 0 7px;
    border-style: none;
  }

  footer .footerIn .connection{
    display: flex;
  }

  footer .footerIn .connection1{
    width: 50%;
    padding: 0 0 0 0;
  }

  footer .footerIn .connection2{
    position: absolute;
    bottom: 7px;
    right: 0;
    padding: 0 7px 0 0;
    width: 50%;
    text-align: right;
  }

  footer .footerIn .discover{
    display: none;
  }

  footer .footerIn .contact{
    line-height: 22px;
  }
}
/*  -----  -----  -----  -----  -----  -----*/

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.69);
  text-align: center;
  z-index: 500;
}

.popupIn {
  margin: 15% auto 0 auto;
  padding: 10px;
  width: 340px;
}

.popupInIn {
  box-shadow: black 0px 0px 12px;
}

.popupTitle {
  padding: 12px 0;
  background-color:rgb(0, 84, 168);
  border-radius: 2px 2px 0 0;
}

.popupContent {
  padding: 30px 25px;
  background-color:rgb(156, 7, 25);
  border-radius: 0 0 2px 2px;
}

.popup img {
  margin: -7px 5px 0 0;
  height: 20px;
}

.popup span {
  font-size: 14pt;
  letter-spacing: 1px;
}

.popup form select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  background: white;
  border: none;
  border-radius: 2px;
}

.popup form input {
  padding: 0px 5px;
  margin: 0 0 20px 0;
  width: 100%;
  height: 30px;
  background: white;
  border: none;
  border-radius: 2px;
}

.popup form [type=submit] {
  margin: 10px 0 0 0;
  cursor: pointer;
  background: white;
  border: none;
  border-radius: 2px;
}

.notification {
  bottom: 10px;
  right: 10px;
  position: fixed;
  padding: 8px 45px;
  z-index: 20;
  width: 200px;
  text-align: left;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 1px;
}

.notification img {
  height: 20px;
  position: absolute;
  left: 14px;
  margin: 6px 0 0 0;
}

.notification .closeNotification {
  position: absolute;
  right: 10px;
  font-size: 23px;
  margin: -16px 0 0 0;
}

.notification.ask {
  display: none;
  background: #2596c6;
}

.notification.ko {
  background: #D01212;
}

@media(max-width:496px){
  .notification{
    bottom: 0;
    right: initial;
    padding: 12px 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }

  .notification img {
    height: 15px;
    position: relative;
    left: initial;
    margin: -4px 9px 0 0;
  }

  .notification .closeNotification {
    margin: -8px 0 0 0;
  }
}

.content .back {
  margin: 0 0 10px 0;
}

.content .back a {
  font-size: 10pt;
}

.content .back a:hover {
  text-decoration: none;
}

.content .back img {
  height: 16px;
  margin: -1px 8px 0 0;
}
