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




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

* {
    -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: #3A2E2E;
}


a {
    color: #F15A22;
    text-decoration: none;
}

.quizz {
        color: #864583
}

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: #940000;
    margin: 20px 0px;
    text-indent: 30px;
    font-size: 24px;
}




.e2 h4 {
    margin: 40px 0px 20px;

}

.course h3 {
        font-size: 20px;
    text-indent: 55px;
}

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

.m-20 li {
    margin: 20px 0px;
}


.m-35 li {
    margin: 35px 0px;
}

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

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

.e2 ol {
   counter-reset: li; /* Initialise le compteur */
        list-style: none; /* Supprime la numérotation par défaut */
        *list-style: decimal; /* Restitue la numérotation par défaut pour IE6/7 */
        margin-bottom: 1em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.e2 ol ol {
margin: 0 0 0 2em; /* Ajoute une marge à gauche pour les listes imbriquées */
}

.m-35 li a b {
    display: inline-block;
    margin-bottom: 10px;
    font-size:15px;
}


.number-special a{
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
    line-height: 1.6!important;
    font-size: 1em!important;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
}

.number-special a:hover{
        background: #eee;
}



.number-special a:before{
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 63%;
        margin-top: -1.3em;
        background: #D6D6D6;
        height: 2em;
        width: 2em;
        line-height: 2em;

        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
}


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

.noliststyle {
    list-style: none;
}

.course h2 {
      margin-top: 0px!important;
    margin-bottom: 20px!important;
    color: rgb(255, 255, 255);
    text-indent: 8px;
    margin-bottom: 20px;
    background: rgb(241, 90, 34);
    padding: 10px;
    border-radius: 13px;
}


.table_course {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.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:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.table_course table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.table_course table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.table_course tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.table_course tr:hover td{
	
}
.table_course tr:nth-child(odd){ background-color:rgba(255, 178, 155, 0.32); }
.table_course tr:nth-child(even)    { background-color:#ffffff; }.table_course td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	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-color:rgba(241, 90, 34, 0.66);
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.table_course tr:first-child:hover td{


	background-color:rgba(241, 90, 34, 0.66);
}
.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_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 #c44516;
        padding: 15px 0;
}

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


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

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

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

nav {
    background-color: #f15a22;
}


.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: #F15A22 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 -------------- */

/* OUTLINE */
.section-outline .tit-section {
  line-height: 1.5em;
  background-color: #EA6E40;
  padding: 12px 18px;
  margin: 0;
}
.section-outline:first-child .tit-section {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.ecrit .tit-section {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}




        
.section-outline .section-list {
  border-bottom: 1px solid #D4D4D4;
  margin: 0;
  list-style: none;
  padding: 0;
}
.section-outline .section-list li {
  position: relative;
  border-top: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  background-color: #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-outline .section-list li .count {
  position: absolute;
  width: 46px;
  height: 100%;
  background-color: #ddd;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-outline .section-list li .count > span {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.section-outline .section-list li .list-body {
  position: relative;
  padding: 16px 130px 16px 105px;
}
.section-outline .section-list li .list-body .icon {
  position: absolute;
  font-size: 12px;
  color: #a6a6a6;
  left: 68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-outline .section-list li .list-body .download {
  position: absolute;
  right: 68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-outline .section-list li .list-body .download a {
  display: block;
}
.section-outline .section-list li .list-body .download .icon,
.section-outline .section-list li .list-body .download .fa {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-outline .section-list li .list-body .download .icon:hover,
.section-outline .section-list li .list-body .download .fa:hover {
  color: #689F38;
}
.section-outline .section-list li .list-body .download .download-ct {
  position: absolute;
  background-color: #000;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  padding: 10px 15px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-outline .section-list li .list-body .download .download-ct span {
  line-height: 1.4em;
}
.section-outline .section-list li .list-body .download .download-ct:before {
  content: '';
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #000;
  width: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
}
.section-outline .section-list li .list-body .download:hover .download-ct {
  top: -12px;
  opacity: 1;
  visibility: visible;
}
.section-outline .section-list li p {
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
}
.section-outline .section-list li p a {
  color: #666;
}
.section-outline .section-list li .mc-btn-2 {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-outline .section-list li .data-lessons {
  font-size: 14px;
  color: #A6A6A6;
  margin-top: 10px;
}
.section-outline .section-list li .data-lessons span {
  color: #A6A6A6;
}
.section-outline .section-list li .div-x {
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-outline .section-list li .div-x .icon {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #fff;
  font-size: 10px;
  line-height: 21px;
  display: none;
}
.section-outline .section-list li .line {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #d4d4d4;
  top: 0;
  right: 30px;
  z-index: 1;
}
.section-outline .section-list li:hover {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.section-outline .section-list li:hover + li {
  border-top: 1px solid #eee;
}
.section-outline .section-list li:hover .count {
  background-color: #3A2E2E;
  color: #fff;
}
.section-outline .section-list li:hover .count span {
  color: #fff;
}
.section-outline .section-list li:hover .div-x {
  background-color: #fff;
}
.section-outline .section-list .o-view .div-x,
.section-outline .section-list .o-view:hover .div-x {
  background-color: #3A2E2E;
  border: 1px solid #3A2E2E;
  text-align: center;
}
.section-outline .section-list .o-view .div-x .icon,
.section-outline .section-list .o-view:hover .div-x .icon {
  display: block;
}
.section-outline .section-list .o-view .line,
.section-outline .section-list .o-view:hover .line {
  background-color: #689F38;
}

.btn-style-2, .btn-style-2:focus {
    background-color: #3A2E2E;
    color: #fff;
}

.btn-style-2:hover {
    background-color: #3A2E2E;
    color: #fff;
}


.btn-style-3, .btn-style-3:focus {
    background-color: #FF5722;
    color: #fff;
}

.btn-style-3:hover {
    background-color: #E04C1D;
    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 > .tit-section  {
    background: #FF5722!important;
}


.conclusion_course .section-list li:hover .count {
  background-color: #E04C1D;
  color: #fff;
}

.conclusion_course {
    margin-top: 20px;
}


.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: #3A2E2E;
    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: 60px 0;
    
}


.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: #F15A22;
    color: #fff;
}

.btn-style-2:hover {
    background-color: #3A2E2E;
    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: #FF5722;
    border: 2px solid #FF5722;
    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: #940000;
    border: 2px solid #940000;
}

.rendudossier {
    color: #FF5722;
}

.none {
    opacity: 0%;
}

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

.nav-pills>li>a {
        background: rgba(241, 90, 34, 0.39);
    font-weight: bold;
}

.fixed {
    position: fixed;
}

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

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

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

.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;
    padding: 16%;
    text-align: center;
    margin-bottom: 22px; 
}

.language {
    text-align: center;
}

.epreuve {
        background-color: rgb(222, 222, 222);
    border: 1px solid #848484;
    padding: 50px;
    margin: 50px 25px!important;
    text-indent: 0px!important;
    padding: 50px;
    margin: 50px 25px!important;
    text-indent: 0px!important;
}

.download li {
    list-style: none;
}

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



.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;
}


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

    
}

.siteexam {
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    
    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;
}

.help {
    background: rgba(193, 193, 193, 0.26);
    padding: 10px;
    border-radius: 10px;
    text-indent: 0px!important;
    font-style: italic;
}

.help i {
    
        border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 29px;
    background: #FFF;
    margin-top: -13px;
    margin-left: -18px;
    padding: 10px;
    padding-left: 5px;
    background: #eee;
    margin-right: 20px;
    color:  #8BC34A;
    line-height: 1em !important;
}

.help a {
    font-weight: bold;
}


.warning {
    background: rgba(193, 193, 193, 0.26);
    padding: 10px;
    border-radius: 10px;
    text-indent: 0px!important;
    font-style: italic;
}

.warning i {
 border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 27px;
    background: #FFF;
    margin-top: -13px;
    margin-left: -18px;
    padding: 10px;
    padding-left: 5px;
    background: #eee;
    margin-right: 20px;
    color: #f15a22;
    line-height: 1em !important;
}

.warning a {
    font-weight: bold;
}

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;
}