
body{
	background: beige;
    padding-top: 0px;
}
header{
	line-height: 20px;
	padding-left: 0px;
}
header h1 a{
	font-size: 2em;
	text-decoration: none;
}
div{
	text-align: justify;
}
h1, h2, p{
    color: black;
}


.nav-link.hover-effect:hover {
  color: #05af89 !important; /* Couleur jaune au survol */
  transform: translateY(-4px); /* Légère élévation */
}

/* Soulignement animé */
.nav-link.hover-effect {
  position: relative;
}
.nav-link.hover-effect::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffc107;
  transition: width 0.3s ease;
}
.nav-link.hover-effect:hover::after {
  width: 100%;
}


#FANDRAISANA{
    background-color: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

#VOKATRA{
    padding-top: 0px;
    padding-bottom: none;

}

#list-inline{
    font-size: 14px;
    color: yellow;
}
#carousel{
    height: 2rem;
    padding-top: 0rem;
    padding-bottom: 18rem;
}

/* CODEPROMO */
#CODEPROMO body {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    .promo {
      padding: 20px 40px;
      font-size: 2em;
      font-weight: bold;
      color: black;
      background: linear-gradient(45deg, #c8ff00, #e5ff00, #c8ff00);
      background-size: 300% 300%;
      animation: flashBackground 2s infinite, blinkText 1s infinite;
      border-radius: 15px;
      box-shadow: 0 0 20px #c8ff00;
      text-align: center;
    }

    @keyframes flashBackground {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    @keyframes blinkText {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }


------------------------------------------------


.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);

body {      
    font-family: 'Quicksand', sans-serif;
     position: relative;
  }

/* utilities */

.padding-200 {
    padding-top: 50px;
    padding-bottom: 100px;


.padding-150 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.bg-dark {
    background: #212529;
}

.bg-cloud {
    background: rgb(236, 240, 241);
}

.text-cloud {
    color: rgb(236, 240, 241);
}

.text-dark {
    color: #212529;
}

.h-100 {
    height: 100px;
}

.h-250 {
    height: 250px;
}

.paddingZero {
    padding: 0;
}

.padding-10 {
    padding: 10px;
}


.padding-5 {
    padding: 5px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}
.font-40 {
    font-size: 40px;
}
.font-70 {
    font-size: 70px;
}
.font-80 {
   font-size: 80px;
}

/* navbar */
#navbar {
    transition: all 1s;
    -moz-transition: all 1;
    -webkit-transition: all 1s;
    -o-transition: all 1;
}

.bg-clear {
    background: transparent;
}


/* header */
.bg {
    background: url('img/bg-mountain-clouds.jpg') 20% 40%;
}

.bg-fixed {
    background-attachment: fixed;
}


/*social media icons - CSS animation */
section#HIFANDRAY a {
    display: inline-block;
    width: 128px;
    height: 128px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a.fb {
    background: url(images/social_media.png) -256px top;
}

a.tw {
    background: url(images/social_media.png)  -512px top;
}

a.in {
    background: url(images/social_media.png) -384px top;
}

a.ytube {
    background: url(images/social_media.png) -640px top;
}

section#contact li:hover a.fb {
    background: url(images/social_media.png) -256px bottom;
}

section#contact li:hover a.tw {
    background: url(images/social_media.png) -512px bottom;
}

section#contact li:hover a.ytube {
    background: url(images/social_media.png) -640px bottom;
}

section#contact li:hover a.in {
    background: url(images/social_media.png) -384px bottom;
}

    