@font-face {
  font-family: 'Bradley Hand ITC';
  src: url('/Bradley Hand ITC.TTF') format('truetype');
}

/*==========  Mobile First Method  ==========*/

body {
  background-color: #FFFFFF;
  background-image: url('background-2.jpg');
/*  background-image: url('background-small.jpg');*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 800px;
  
  font-family: 'Gentium Book Basic', serif;
  font-style: italic;
  margin: 0;
}

.headerFont {
  font-family:'Bradley Hand ITC';
  font-style: normal;
  font-weight: bold;
}

#main {
  margin: 50px 0px 0px;
    -webkit-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.paragraph {
  clear: both;
  padding: 40px 40px 80px 40px;
}
  
#pratique {
  background-color: #f0e5e1;
}

#cours {
  background-color: #fcd6e1;
}

#savoir_plus {
  background-color: #e6e8d3;
}

#formation {
  background-color: #e3e2f0;
}

#contact {
  background-color: #f1d9fb;
}

.colorPurple {
  color: #893BFF;
}

.textXL {
  font-size: 115px;
}

.textL {
  font-size: 72px;
}

.textM {
  font-size: 55px;
}

.textS {
  font-size: 36px;
}

.textXS {
  font-size: 23px;
}

.lineTitle {
  margin: 0px 40px 50px 40px;
}

.centerText {
  text-align: center;
}

#imageColibriLeftTitle {
  position: relative;
  top: -27px;
  left: 5px;
}

#imageColibriRightTitle {
  position: relative;
  top: 7px;
  left: -10px;
}

.imageColibriLeft{
  width: auto;
}

.imageColibriRight{
  width: auto;
}


.marginXL {
  padding: 40px 0px;
  clear: both;
}

.marginL {
  padding: 20px 0px;
}

.marginS {
  padding: 10px 0px;
}

.lightColour {
  color: #fff;
}

.darkColour {
  color: #000;
}

.menuBar{
  width: 100%;
}

.menu{
  float: left;
  width: 20%;
  cursor: pointer;
}

.lastMenu{
  float: none;
  overflow: hidden;
}

a {
  text-decoration: none;
}

@media only screen and (min-width : 1px) {
  body {
    background-size: 100% 386px;
  }

  .paragraph {
    clear: both;
    padding: 30px 25px 40px 25px;
  }

  .lineTitle {
    margin: -40px 0px 0px 0px;
  }

  .textXL {
    font-size: 35px;
  }

  .textL {
    font-size: 25px;
  }

  .textM {
    font-size: 20px;
  }

  .textS {
    font-size: 15px;
  }

  .textXS {
    font-size: 0px;
  }

  #imageColibriLeftTitle {
    position: relative;
    top: 3px;
    left: 5px;
    width: 40px;
  }

  #imageColibriRightTitle {
    position: absolute;
    top: 12px;
    left: 178px;
    width: 40px;
  }

  .imageColibriLeft{
    width: 30px;
    position: relative;
    top: 10px;
    left: 0px;
  }
  .imageColibriRight{
    width: 30px;
    position: relative;
    top: 10px;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  body {
    background-size: 100% 480px;
  }

  .paragraph {
    clear: both;
    padding: 40px 40px 80px 40px;
  }

  .lineTitle {
    margin: 0px 0px 30px 68px;
  }

  .textXL {
    font-size: 45px;
  }

  .textL {
    font-size: 30px;
  }

  .textM {
    font-size: 20px;
  }

  .textS {
    font-size: 18px;
  }

  .textXS {
    font-size: 0px;
  }

  #imageColibriLeftTitle {
    position: absolute;
    top: -13px;
    left: 24px;
    width: 45px;
  }

  #imageColibriRightTitle {
    position: absolute;
    top: -2px;
    left: 242px;
    width: 45px;
  }

  .imageColibriLeft{
    width: 35px;
    position: relative;
    top: 7px;
    left: 0px;
  }
  .imageColibriRight{
    width: 35px;
    position: relative;
    top: 10px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  body {
    background-size: 100% 570px;
  }

  .paragraph {
    clear: both;
    padding: 40px 40px 80px 40px;
  }
  
  .lineTitle {
    margin: 0px 0px 50px 20px;
  }

  .textXL {
    font-size: 56px;
  }

  .textL {
    font-size: 40px;
  }

  .textM {
    font-size: 23px;
  }

  .textS {
    font-size: 18px;
  }

  .textXS {
    font-size: 0px;
  }

  #imageColibriLeftTitle {
    position: relative;
    top: -2px;
    left: 5px;
    width: 50px;
  }

  #imageColibriRightTitle {
    position: relative;
    top: 13px;
    left: -8px;
    width: 50px;
  }

  .imageColibriLeft{
    width: 40px;
    position: relative;
    top: 10px;
    left: 0px;
  }
  .imageColibriRight{
    width: 40px;
    position: relative;
    top: 10px;
  }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  body {
    background-size: 100% 600px;
  }
  
  .paragraph {
    clear: both;
    padding: 40px 40px 80px 40px;
  }
  
  .textXL {
    font-size: 72px;
  }

  .textL {
    font-size: 44px;
  }

  .textM {
    font-size: 23px;
  }

  .textS {
    font-size: 18px;
  }

  .textXS {
    font-size: 10px;
  }

  #imageColibriLeftTitle {
    width: 64px;
    position: relative;
    top: -4px;
    left: 5px;
  }

  #imageColibriRightTitle {
    width: 64px;
    position: relative;
    top: 17px;
    left: -10px;
  }

  .imageColibriLeft{
    width: 50px;
    position: relative;
    top: 10px;
    left: 0px;
  }
  .imageColibriRight{
    width: 50px;
    position: relative;
    top: 10px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  body {
    background-size: 100% 700px;
  }

  .paragraph {
    clear: both;
    padding: 40px 40px 80px 40px;
  }
  
  .textXL {
    font-size: 72px;
  }

  .textL {
    font-size: 65px;
  }

  .textM {
    font-size: 36px;
  }

  .textS {
    font-size: 23px;
  }

  .textXS {
    font-size: 18px;
  }

  #imageColibriLeftTitle {
    width: 64px;
    position: relative;
    top: -4px;
    left: 5px;
  }

  #imageColibriRightTitle {
    width: 64px;
    position: relative;
    top: 17px;
    left: -10px;
  }

  .imageColibriLeft{
    width: 60px;
    position: relative;
    top: 10px;
    left: 0px;
  }
  .imageColibriRight{
    width: 60px;
    position: relative;
    top: 10px;
  }

}
