@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Handlee';
  src: url('../fonts/Handlee/Handlee-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Indie';
  src: url('../fonts/Indie/IndieFlower.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact/impact.ttf');
  font-weight: normal;
  font-style: normal;
}

/* ScroolBar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #353535; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


body {
  overflow-x: hidden;
  font-family: 'Raleway', Arial, sans-serif;
  background: #efefef
}

p {
  line-height: 1.75; }

a {
  color: #4d5e66; }
  a.active, a:active, a:focus, a:hover {
    color: #4d5e66; }
a.lien_0{
	color:#212529;
}
a.lien_0:hover{
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Handlee', calibri, Arial, sans-serif; }

section {
  padding: 100px 0;
  background: #fbfbfb }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', calibri, Arial, sans-serif; }



@media (min-width: 768px) {
	.bord-left{
	  border-left: solid 1px #b9b9b9;
	  padding-left: 50px
	}
	.bord-right{
	  padding-right: 50px !important
	}
}


section p{
  text-align: justify
}

.rond{
  margin: auto;
  background: #4d5e66;
  border: solid 2px #4d5e66;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  transition: all .8s
}
.rond:hover{
	background: 0;
	color: #4d5e66;
	transition: all .8s
}
.activites p, .activites a {
  text-align: center;
  text-decoration: none !important
}

section#bienvenue{
  padding-bottom: 0 !important;

}
section#bienvenue .bord-left{
  margin-bottom: 70px;
  margin-top: 17px;
  padding-top: 35px;
}
section#activites{
  background: #ececec;
  padding-top: 40px;
  padding-bottom: 20px;
}

section#traineau{
  background: url(../img/fondtraineau.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 768px) {
  section {
    padding: 100px 0; } }

::-moz-selection {
  background: #4d5e66;
  text-shadow: none; }

::selection {
  background: #4d5e66;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #4d5e66; }

.navbar {
  background-color: #efefef; }
  .navbar .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    color: white;
    border: 0;
    background-color: #4d5e66;
    font-family: 'Raleway', calibri, Arial, sans-serif;
    text-transform: uppercase; }

.navbar-brand .logo{
    width: 130px;
}
@media (min-width: 992px) {
	.navbar-brand .logo{
    	width: 220px;
	}
	.navbar-brand .logo_page{
		width: 180px !important;
    	margin: 5px;
	}
}


  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color:#4a5c64;
    font-family: 'Raleway', calibri, Arial, sans-serif;
    text-transform: uppercase; }
   .navbar.nav-item .nav-link.active, .navbar .nav-item .nav-link:hover {
      color: #4d5e66; }

@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #efefef; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #efefef;
      height: 45px }
	  .navbar-page.navbar-shrink .navbar-brand {
        margin-top: 0px !important}
      #mainNav.navbar-shrink .navbar-brand .logo {
      width: 140px }
      #mainNav.navbar-shrink .navbar-brand .logo_lettres {
        width: 210px }
		.navbar-page.navbar-shrink{
			padding-top: 8px !important;
			padding-bottom: 15px !important;
		}
}

.navbar-page img{
	width: 160px !important;
}

.retour_lhdn{
	border: solid 1px;
}

.header-page{
	height: 270px;
    padding-top: 200px;
    text-align: left;
    font-weight: bold;
}

.icons{
	position: fixed;
	z-index: 99;
	right: 0;
	top: 50%;
}
.icon{
	background: #4d5e66;
    color: #fff;
    margin-bottom: 5px;
    padding: 11px;
    font-size: 17px;
    border-radius: 5px 0 0 5px;
}
.titre-icons{
	display: none;
}
.icon:hover .titre-icons{
	display: block;
    position: fixed;
    right: 50px;
    background: rgba(77,94,102,0.8);
    padding: 7px;
    margin-top: -32px;
    border-radius: 3px;
}
.titre-icons:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent rgba(77,94,102,0.8);
}


header {
  text-align: center;
  background: #efefef
  }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

.flex{
	display: none;
}
@media (min-width: 768px) {
	.flex {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
}

.marge-page{
	margin-top: 100px;
}



footer {
padding: 25px 0; }
footer span.copyright {
font-size: 12px;
line-height: 40px;
font-family: 'Raleway', calibri, Arial, sans-serif; }
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
font-family: 'Raleway', calibri, Arial, sans-serif;
text-transform: uppercase; }


.btn-primary {
  font-weight: 100;
  color: white;
  border: solid 1px #4d5e66;
  transition: all .8s;
  background-color: #4d5e66;
  font-family: 'Raleway', calibri, Arial, sans-serif;
  letter-spacing: 2px;
  box-shadow: none !important;
  font-size: 16px;}
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #3c4a50;
    background-color: #4d5e66; }
  .btn-primary:hover {
    color: #788890;
    border-color: #788890;
    background-color: transparent;
    border: solid 1px;
    transition: all .8s; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #788890;
    background-color: #4d5e66; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #3c4a50;
      background-color: #3c4a50; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #4d5e66;
    background-color: #4d5e66; }
  .btn-primary .badge {
    color: #4d5e66;
    background-color: white; }

.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 3px;
  color: white;
  border-color: #4d5e66;
  background-color: #4d5e66;
  font-family: 'Raleway', calibri, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-xl.focus, .btn-xl:focus {
    color: white;
    border-color: #3c4a50;
    background-color: #4d5e66; }
  .btn-xl:hover {
    color: white;
    border-color: #788890;
    background-color: #4d5e66; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    color: white;
    border-color: #788890;
    background-color: #4d5e66; }
    .btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
    .open > .btn-xl.dropdown-toggle.focus,
    .open > .btn-xl.dropdown-toggle:focus,
    .open > .btn-xl.dropdown-toggle:hover {
      color: white;
      border-color: #3c4a50;
      background-color: #3c4a50; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    background-image: none; }
  .btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
  fieldset[disabled] .btn-xl.focus,
  fieldset[disabled] .btn-xl:focus,
  fieldset[disabled] .btn-xl:hover {
    border-color: #4D5E66;
    background-color: #4d5e66; }
  .btn-xl .badge {
    color: #4d5e66;
    background-color: white; }


/* Form CSS */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: 20%;
    text-align: right;
	vertical-align: top;
}

input, textarea{
	border: solid 1px #4d5e66;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    width: 68%;
    margin-left: 5px;
    margin-bottom: 17px;
}

textarea{
	height: 94px
}

.btn-valid{
   	background-color: #4d5e66;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 45%;
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	cursor: pointer;
	border: solid 1px #4d5e66;
	transition: all .8s
}
.btn-valid:hover{
	background: 0;
	border:solid 1px #4d5e66;
	color: #4d5e66;
	transition: all .8s
}

/* /Form CSS */

.neileb {
  display: block;
  height: 31px;
  float: right;
  font-family: calibri, arial;
  padding-top: 8px;
  padding-right: 70px;
  background: url(../img/neileb-footer.svg) no-repeat;
  background-position: right;
  text-decoration: none !important;
  font-size: 12px;
  letter-spacing: 1px;
  color: #827D7D;
  transition: all .8s;
}
.neileb:hover {
background: url(../img/neileb-footer-hover.svg) no-repeat;
background-position: right;
text-decoration: none !important;
color: #AFAFAF;
}