font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

font-weight:300 400 600

/* MARGIN */

.m-0{margin:0;}
.m-1{margin:10px;}
.m-2{margin:20px;}
.m-3{margin:30px;}
.m-4{margin:40px;}
.m-5{margin:50px;}

.mx-0{margin-right:0;margin-left:0;}
.mx-1{margin-right:10px;margin-left:10px;}
.mx-2{margin-right:20px;margin-left:20px;}
.mx-3{margin-right:30px;margin-left:30px;}
.mx-4{margin-right:40px;margin-left:40px;}
.mx-5{margin-right:50px;margin-left:50px;}

.my-0{margin-top:0;margin-bottom:0;}
.my-1{margin-top:10px;margin-bottom:10px;}
.my-2{margin-top:20px;margin-bottom:20px;}
.my-3{margin-top:30px;margin-bottom:30px;}
.my-4{margin-top:40px;margin-bottom:40px;}
.my-5{margin-top:50px;margin-bottom:50px;}

/* PADDING */

.p-0{padding:0;}
.p-1{padding:10px;}
.p-2{padding:20px;}
.p-3{padding:30px;}
.p-4{padding:40px;}
.p-5{padding:50px;}

.px-0{padding-right:0;padding-left:0;}
.px-1{padding-right:10px;padding-left:10px;}
.px-2{padding-right:20px;padding-left:20px;}
.px-3{padding-right:30px;padding-left:30px;}
.px-4{padding-right:40px;padding-left:40px;}
.px-5{padding-right:50px;padding-left:50px;}

.py-0{padding-top:0;padding-bottom:0;}
.py-1{padding-top:10px;padding-bottom:10px;}
.py-2{padding-top:20px;padding-bottom:20px;}
.py-3{padding-top:30px;padding-bottom:30px;}
.py-4{padding-top:40px;padding-bottom:40px;}
.py-5{padding-top:50px;padding-bottom:50px;}


body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #262626;
    background: #fff;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    color:black;
    font-size:16px;
    line-height:20px;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:link,
a:visited {
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #404040;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3em;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #5f5f5f;
    font-weight: 400;
}

h2 {
    font-size: 34px;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
h1::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: inline-block;
    height: 1em;
    width: 18px;
    border-bottom: 18px solid rgba(212, 42, 42, 0.5);
    margin-top: 5px;
    left:0px;
    transform: rotate(90deg);
}
*/

h3 {
    font-size: 21px;
    font-weight:600;
    color:#EB6416;
    line-height: 1.10em;
    padding: 10px 0;
}

header {  background: url('images/slider-image1.jpg')no-repeat;background-size:cover;background-position:center center; }

#testimonial{
background-color: #f9f9f9;
  }


::-webkit-selection {
    color: #fff;
    background: #f16145;
}

::-moz-selection {
    color: #fff;
    background: #f16145;
}

::selection {
    color: #fff;
    background: #f16145;
}

.btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    background-color: #f68d2d;
    color: white;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius:40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 30px;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
    color: white;
    background-color: #f57e67;
}

.img {
    margin: 0;
    padding: 0;
}

.gras {
    font-weight: 600;
}
.fin {
    font-weight: 300;
}
.noir{
    color:black;
}

.bullet::before{
    content: '';
    position: absolute;
    z-index: 0;
    display: inline-block;
    height: 1em;
    width: 12px;
    border-bottom: 12px solid rgba(212, 42, 42, 0.6);
    margin-top: 1px;
    left:20px;
}

/*---------------------------------------
      COURSES             
  -----------------------------------------*/
#courses {
   background-image: url("../images/bg_courses.jpg");
   background-size: cover;
  }
  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



/************  SECTION  ************/

.container-fluid {
    padding: 15px;
    margin: 0;
}

#part1 {
    margin: 0;
    padding: 80px 0;
    background-color:#f7f7f7;
}

#part2 {
    margin: 0;
    padding: 50px 0;
    background-color:#fff;
}

.list {
    text-align: left;
}

.flex{
    display:flex;
}

.flexitude{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:flex-start;
}
.flexitude-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:flex-start;
}
.surface{
    background-color:#9fd381;
    color:#fff;
    padding:10px;
    margin:5px;
}

.bloc-coche{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
    margin-bottom:10px;
}
.coche{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}
.titre-coche{
    background-color: #9fd381;
    color: #fff;
    font-weight:600;
    padding: 5px 10px;
    margin-left:-7px;
    font-size: 16px;
    text-transform:uppercase;
    padding-top: 8px;
}

.coche > label {
    font-weight:500;
}
.coche > input{
    margin-left:3px;
    width: 15px;
    height: 15px;
}


footer {
    background-color:#ffffff;
    padding:60px 0;
}


/************  HEADER  ************/

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
}

.titre-nav {
    font-size: 18px;
}

.promo {
    position: relative;
    top: 100px;
    left: 0;
    width: 250px;
}

.titre-formulaire {
    text-align: center;
    margin:0;
    line-height: 32px;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 38px;
    font-size: 13px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f16145;
}

.blocformulaire {
    background:transparent;
    margin: 50px 0;
    padding: 20px 20px 15px 20px;
    z-index: 3;
    border-radius: 4px;
    //box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blocformulaire-header {
    background:transparent;
    margin: 50px 0;
    padding: 20px 20px 15px 20px;
    z-index: 3;
    border-radius: 4px;
    //box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

label {
    font-weight: lighter;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

input[type=button],
input[type=submit],
input[type=reset] {
    margin: 20px 0
}


.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn{0% {opacity:0;}100%{opacity:1;}}
@-moz-keyframes fadeIn{0% {opacity:0;}100%{opacity:1;}}
@-webkit-keyframes fadeIn{0% {opacity:0;}100%{opacity:1;}}
@-o-keyframes fadeIn{0% {opacity:0;}100%{opacity:1;}}
@-ms-keyframes fadeIn{0% {opacity:0;}100%{opacity:1;}}

.fade-in-2 {
 -webkit-animation: 2s ease 0s normal forwards 1 fadein;animation: 2s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}

.fade-in-3 {
 -webkit-animation: 2.4s ease 0s normal forwards 1 fadein;animation: 2.4s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}

.fade-in-4 {
 -webkit-animation: 2.8s ease 0s normal forwards 1 fadein;animation: 2.8s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}

.fade-in-5 {
 -webkit-animation: 3.2s ease 0s normal forwards 1 fadein;animation: 3.2s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}

.fade-in-6 {
  -webkit-animation: 3.6s ease 0s normal forwards 1 fadein;animation: 3.6s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}

    .fade-in-7 {

     border-top: 2px solid white; 
  -webkit-animation: 3.8s ease 0s normal forwards 1 fadein;animation: 3.8s ease 0s normal forwards 1 fadein;}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }}



     /*---------------- SCROLL DOWN ---------------*/

   .container-arrow {
    padding-bottom: 150px;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: black;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin: 20px;
    margin-left: -30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}




/************ RESPONSIVE ************/


@media (max-width: 800px) {


    .titre-nav {
        font-size: 12px;
    }

    .blocformulaire {
        padding: 10px;
        margin: 10px 0;
    }
    h1{
        font-size:30px;
    }
    
    h2{
        text-align:center;
        font-size: 36px;
    }
    
    .form-control {
        height:32px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .btn{
        font-size:15px;
        padding:10px 25px;
    }
    
    #part1{
        margin:0;
        padding:30px 0;
    }
    
    #part1 img{
        margin-top:30px;
    }
    
    #part2{
        padding:30px 0;
    }
    #part2 img{
        margin-top:50px;
    }
    
    .flex{
        display:block;
    }

    .flexitude-header{
        display: block;
        margin:0;
        padding:0;
        column-count: 2;
    }
    
    .surface{
        background-color:#9fd381;
        color:#fff;
        padding:0px;
        margin:5px;
        line-height: 35px;
    }
    .surface:first-child{
        margin:0 5px;
    }
    
    .list{
        text-align:center;
    }
    
    .blocformulaire {
        background:#fff;
        margin: 10px 0;
        padding: 20px 20px 15px 20px;
        z-index: 3;
        border-radius: 4px;
    }
    .blocformulaire-header {
        background:transparent;
        margin: 20px 0;
        padding: 20px 20px 15px 20px;
        z-index: 3;
        border-radius: 4px;
        box-shadow:none;
    }
    
    footer{
        padding:30px 0;
    }
    

}