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




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

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

body#boxed {
    background: #f2f2f2;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


html #boxed {
    width: 1200px;
    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;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

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


a {
    color: #2196F3;
    text-decoration: none;
}


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

.course p {
    margin: 0px 0px 20px;
    text-indent:25px;
    line-height: 1.6!important;
    font-size: 1em!important;
}

.course ul {
   
    line-height: 1.6!important;
    font-size: 1em!important;
}

.course {
    font-weight: 400;
    font-size:16px;
}

.course h4 {
        color: #FDA016;
    margin: 20px 0px;
    text-indent: 30px;
    font-size: 24px;
}

.m-5 li {
    margin: 7px 0px;
    
}



.loweralpha {
    list-style-type: lower-alpha;
}

.number {
    list-style-type: number;
}

.green {
    color: #2196F3!important;
}

.noliststyle {
    list-style: none;
}

.course h2 {
  
    margin-bottom: 20px!important;
    background: #337ab7;
    padding: 10px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    -webkit-border-radius: 13px;
    color: #FFF;
    text-indent: 8px;
}


.table_course {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #3f7f00;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.table_course table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.table_course tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.table_course table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.table_course table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.table_course tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.table_course tr:hover td{
	
}
.table_course tr:nth-child(odd){ background-color:#d4ffaa; }
.table_course tr:nth-child(even)    { background-color:#ffffff; }.table_course td{
	vertical-align:middle;
	
	
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}.table_course tr:last-child td{
	border-width:0px 1px 0px 0px;
}.table_course tr td:last-child{
	border-width:0px 0px 1px 0px;
}.table_course tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table_course tr:first-child td{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.table_course tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.table_course tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.table_course td:first-child {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}


.table_ficheproduit {
    border-collapse: collapse;
    border:1px solid #3f7f00;
    width:100%;
    
}

.table_ficheproduit tr td{
    border-collapse: collapse;
    border:1px solid #3f7f00;
    width:100%;
    text-align: left;
}

.table_ficheproduit tr:first-child td{
    background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
    padding: 3pt;
}

.table_ficheproduit_titre {
   	background-color:#5fbf00;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
    padding: 4pt;
    
}

.table_ficheproduit .pad td {
    padding: 5.4pt;
        
}

.tab2  {
    width: 100%;
}

.tab2 td {
    width: 50%;
}

/* -------------- WRAPPER -------------- */




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

header {
    background-color: #fff;
    border-bottom: 1px solid #0D6A94;
        padding: 15px 0;
}

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


#logo:hover {
    text-decoration: none;
    color: #2196F3;
    
}

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

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

nav {
    background-color: #2196F3;
}


.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 -------------- */


#main-features {
    background: #2196F3 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: 430px;
    background: url(img/banner.jpg);

}

.video {
    position: absolute;
    top: 50px;
    background: rgba(255,255,255, 0.6);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-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;
}
/* -------------- 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_course2 {
    padding: 20px;
    height: 220px;
    background: url(img/banner_course2.jpg);

}

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

}

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

}

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

}

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

}

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

}

.lead_bannercourse {
    margin-top: 10px;
     color: #06538C;
    font-weight: 600;
    /* text-shadow: 1px 1px #333; */
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    border-radius: 10px;
    padding: 5px 20px;
}

.e1 .lead_bannercourse {
    margin-top: 5px;
}

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


.shadow {
    text-shadow: 2px 2px #FFFFFF
}

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

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






.btn-style-2, .btn-style-2:focus {
    background-color: #689F38;
    color: #fff;
}

.btn-style-2:hover {
    background-color: #558B2F;
    color: #fff;
}

.mc-btn-2 {
    display: inline-block;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    line-height: 22px !important;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}



.conclusion_course > .count {
    background: #333!important;
}

.conclusion_course {
    text-transform: uppercase;
}

#introduction p {
    margin: 15px 0;
}

#introduction h4 {
    margin: 20px 0;
}
#introduction .tab-pane p {
    margin-top: 15px;
    display: inline-block;
    line-height: 1.6em;
}

/* -------------- 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: #2196F3;
    border: 2px solid #2196F3;
    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%;
}

.nav-pills>li>a:hover {
    background: #2196F3;
    color: #FFFFFF;
    font-weight: bold
}

.nav-pills>li>a {
        background: rgba(3, 169, 244, 0.2);
    font-weight: bold;
}

.fixed {
    position: fixed;
}

h5 .glyphicon {
    margin-right: 10px;
}

.e1 h1 {
    font-size: 45px;
}

.course h5 {
    margin-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.oral li {
        background-color: #F9F8F8;
    display: table;
    width: 120px;
    height: 120px;
    padding: 27px;
    text-align: center;
    /* vertical-align: middle; */
    float: left;
    line-height: 1em;
    margin: 10px;
    font-size: 14px;
    border-radius: 10px
}

.oral {
        margin: 0;
    padding: 0;
    display: table;
}

.oral li img {
    display: block;
    margin: 0 auto;
    padding: 16%;
    text-align: center;
    margin-bottom: 22px;
}

.check li {
    list-style-image: url(img/check.png)
}

.check2 li  {
    list-style-image: url(img/check2.png)
}

.course  p  .glyphicon {
    margin-right:15px;
}

.language li {
    display: inline-block;
    background-color: #F9F8F8;
    border-radius: 10px;
    margin: 10px;
    padding: 27px;
    
}

.language li img {
   display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 22px; 
}

.language {
    text-align: center;
}

.epreuve {
    background-color: rgba(255, 152, 0, 0.52);
    border: 1px solid #FF9800;
    padding: 50px;
    margin: 50px 25px!important;
    text-indent: 0px!important;
}

.epreuve2 {
    background-color: rgba(255, 152, 0, 0.10);
    border: 1px solid #FF9800;
    padding: 50px;
    margin: 50px 25px!important;
    text-indent: 0px!important;
}

.download li {
    list-style: none;
}

.download li i {
    margin-right: 10px;
}

hr.hr2 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
    margin: 60px;
}