/* -------------- FONT FACE -------------- */

@font-face {
    font-family: Days;
    src: url(fonts/Days.otf);
}


/* -------------- GENERALITES -------------- */
::-moz-selection { color: white;  background: #FF5722; }
::selection      { color: white;  background: #FF5722; } 

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body#boxed {
    background: #f2f2f2;
    
}


html #boxed {
    margin: auto;
}


body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    background-color: #fff;
    color: #333;
    -webkit-font-smoothing: antialiased !important;
}


.container {
    width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.large-bold-darkgrey {
    position: absolute;
    padding: 20px;
    font-size: 58px;
    left: 30px;
    top: 50px;
    line-height: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    background-color: rgba(255,255,255, 0.6);
    border-width: 0px;
    border-radius: 5px
}

h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    margin: 20px 0 0 0;
    padding: 0;
    color: #FF5722;
}


a {
    color: #8BC34A;
    text-decoration: none;
}


a:focus, a:hover {
    color: #FF5722;
    
}

.course p {
    margin: 0px 0px 20px;
}

h2 {
margin-bottom: 30px;}
/* -------------- WRAPPER -------------- */




/* -------------- HEADER -------------- */

header {
    background-color: #fff;
    /*border-bottom: 1px solid #558B2F;*/
        padding: 15px 0;
}

#logo {
    font-family: "Days";
    font-size:1.6em;
    color: #333;
    line-height: 1.6em;
}


#logo:hover {
    text-decoration: none;
    color: #8BC34A;
    
}

a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* -------------- NAVIGATION -------------- */

nav {
    background-color: #8BC34A;
}


.boxedcontainer {
    /*max-width: 1200px;*/
    margin: auto;
    background-color: #fff;
    height: auto;
}

.sf-menu {
    font-weight: 800;
}


/* -------------- FOOTER -------------- */


footer {
    background: #202020 url(../img/logo_footer.png) no-repeat center 60px;
    color: #fff;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
}

footer ul {
    list-style: none;
    padding: 0!important;
   margin: 0!important;

}

#copy_right {
    margin-top: 20px;
    background-color: #1c1c1c;
    padding: 10px;
    color: #555;
}

/* -------------- HOME -------------- */
.lead {
    font-weight:500;
    color: black;
}

#main-features {
    background: #69b735 url(img/pattern.png) repeat 0 0;
    color: #fff;
    position: relative;
    font-weight: 600;
    padding: 60px 0;
}



.divider_top_black {
    background: url(img/top_divider_aqua.png) repeat-x center bottom;
    width: 100%;
    height: 37px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 999;
}

.banner {
    height: 210px;
    background: url(img/banner.jpg);
    background-size: cover;

}

.video {
    position: absolute;
    top: 50px;
    background: rgba(255,255,255, 0.6);
    border-radius: 5px;
    padding: 20px;
}


.videocontainer{
width:100%
    height:0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.videocontainer iframe, .videocontainer embed, .videocontainer object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top:0;
    left:0;
    
}

.feature i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 26px;
    color: #fff;
}

.feature {
    padding-left: 95px;
    position: relative;
}

.logositeexam img {
    width: 160px;
    height: inherit;
    
}


.new .logositeexam:before {
    content: url(img/new.png);
    position:absolute;
    left: 15px;
}


.soon .logositeexam:before {
    content: url(img/soon.png);
    position:absolute;
    left: 15px;
}


.soon-juin .logositeexam:before {
    content: url(img/soon2.png);
    position:absolute;
    left: 15px;
}

.lock .logositeexam:after {
    content: url(img/lock.png);
    position: absolute;
   left: 249px;
    top: 75px;
}

.acrc .logositeexam {
    border-radius: 5px 5px 0px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: #63b6db; /* Old browsers */
background: -moz-linear-gradient(top,  #63b6db 0%, #309dcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b6db), color-stop(100%,#309dcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #63b6db 0%,#309dcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #63b6db 0%,#309dcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */

    
}



.commerce .logositeexam {
    border-radius: 5px 5px 0px 0px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,69af00+100 */
background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top,  #8fc400 0%, #69af00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#69af00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc400 0%,#69af00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc400 0%,#69af00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc400 0%,#69af00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc400 0%,#69af00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#69af00',GradientType=0 ); /* IE6-9 */
    
}

.hr .logositeexam {
    border-radius: 5px 5px 0px 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

    
}


.tourisme .logositeexam {
    border-radius: 5px 5px 0px 0px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7cd5b+1,ea9d04+100 */
background: #f7cd5b; /* Old browsers */
background: -moz-linear-gradient(top,  #f7cd5b 1%, #ea9d04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7cd5b), color-stop(100%,#ea9d04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7cd5b 1%,#ea9d04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7cd5b 1%,#ea9d04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7cd5b 1%,#ea9d04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7cd5b 1%,#ea9d04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cd5b', endColorstr='#ea9d04',GradientType=0 ); /* IE6-9 */


    
}


.nego .logositeexam {
    border-radius: 5px 5px 0px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2825b+0,e55b2b+50,f07146+100;Red+3D+%232 */
background: #f2825b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f2825b 0%, #e55b2b 50%, #f07146 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

    


.siteexam {
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;

    webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07),1px 2px 5px 0 rgba(0,0,0,.06);
    
}


.siteexam h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px
}


.siteexam a {
    color: #333;
    text-decoration: none;
    
}

.op-5 {
    opacity: 0.5;
}
/* -------------- liste course -------------- */

.divider_top_white {
    background: url(img/top_divider.png) repeat-x center bottom;
    width: 100%;
    height: 37px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 999;
}

.banner_course {
    padding: 20px;
    height: 220px;
    background: url(img/banner_course.jpg);

}

.banner_methodologie {
    padding: 20px;
    height: 220px;
    background: url(img/banner_methodologie.jpg);

}

.lead_bannercourse {
 color: #FFF;   
}

#main-features_course {
    background: #eee repeat 0 0;
    position: relative;
    padding: 30px 0;
    
}


.shadow {
    text-shadow: 2px 2px #CA3015;
}

.breadcrumb {
    background: none;
    padding: 0;
    font-size: 12px;
    margin-top: -30px;
}

.video_course {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
}




}

/* -------------- course detail-------------- */

.box_style_1 {
    padding: 15px 25px;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
}


button_medium_outline, a.button_medium_outline {
    background: 0 0;
    color: #8BC34A;
    border: 2px solid #8BC34A;
    padding: 5px 10px;
    text-decoration: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}


a.button_medium_outline:hover {
    color: #FF5722;
    border: 2px solid #FF5722;
}

.rendudossier {
    color: #FF5722;
}

.none {
    opacity: 0%;
}

a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;

}
 
a.info span{
display: none
}
 
a.info:hover span{
   display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    border-radius: 10px;
    width: 15em;
    /* border: 1px solid #000; */
    background-color: #dedede;
    color: #000;
    text-align: justify;
    font-weight: none;
    padding: 14px;
    font-size: small;
}

.help i  {
        border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 19px;
    /* background: #FFF; */
    /* margin-top: -13px; */
    /* margin-left: -18px; */
    padding: 9px;
    padding-left: 2px;
    padding-top: 7px;
    background: rgba(197, 197, 197, 0.51);
    /* margin-right: 20px; */
    color: #ffffff;
    line-height: 1em !important;
    display: inline-block;
}
