/***************************************************/
/****************** CUSTOMS ************************/
/***************************************************/

.h3, h3 {font-size: 1.50rem;}
a {
    color: #0ba13b;
    text-decoration: none;
}
.table td, .table th {
    padding: .5rem;
}
.ime-title {
    font-family: "AGentleTouch", "Roboto Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #333;
    letter-spacing: 1px;
	font-size: 3.5rem;
}
.publish-title {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-image: url(../images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.publish-title.blue {
	background-image:url(../images/title_blue.jpg) !important;
}
.publish-title.orange {
	background-image:url(../images/title_orange.jpg) !important;
}
.publish-title.green {
	background-image:url(../images/title_green.jpg) !important;
}
a.colorOnWhite:hover {
	color:#e87317;
}

.title-green {color:#0ba13b;}
.title-blue {color:#01a4ef;}
.title-yellow {color:#feb801;}
.title-orange {color:#e87317;}
.title-indigo {color:#852F74;}
.title-dark {color:#262626;}
.title-red {color:#92050b;}

.text-dark {color:#151515 !important;}

.bg-blue {background-color:#01a4ef !important;}
.bg-green {background-color:#0ba13b !important;}
.bg-yellow {background-color:#feb801 !important;}
.bg-orange {background-color:#f25022 !important;}
.bg-indigo {background-color:#852F74 !important;}
.bg-dark {background-color:#262626 !important;}
.bg-gray {background-color:#ebebeb !important;}

.bg-orange-opacity-0_1 {background:rgba(242, 80, 34, 0.1); }
.bg-green-opacity-0_1 {background:rgba(15, 161, 74, 0.1); }
.bg-gray-opacity-0_1 {background:rgba(126, 186, 0, 0.3); }

.bg-primary {
    background: #0ba13b !important;
    border-color: #0ba13b;
}

/***************************************************/
/****************** BORDERS ************************/
/***************************************************/
.brd-top-dashed {border-top: dashed 1px transparent;}
.brd-bottom-dashed {border-bottom: dashed 1px transparent;}
.brd-left-dashed {border-left: dashed 1px transparent;}
.brd-right-dashed {border-right: dashed 1px transparent;}

.brd-orange {border-color: #f25022 !important;}
.brd-blue {border-color:#01a4ef !important;}
.brd-green {border-color:#0ba13b !important;}
.brd-yellow {border-color:#feb801 !important;}
.brd-indigo {border-color:#852F74 !important;}
.brd-dark {border-color:#262626 !important;}
.brd-gray {border-color:#ebebeb !important;}


/***************************************************/
/****************** OTHERS  ************************/
/***************************************************/

.btn-outline-secondary:hover .text-orange--hover {color:#f25022;}

.left-nav {
    background-color: #FFF;
}
.dark-nav.left-nav {
    background-color: #EFEFEF !important;
}
.dark-nav.left-nav .verticle-nav > li > a {
    color: #333;
}
.dark-nav.left-nav .nav-container .nav-parent .row-social a {
    color: #333;
}
@media (max-width: 991px) {
	.dark-nav.left-nav .nav-container {
		background-color: #EFEFEF;
	}
	header.mobile-header .menu-button {
		color: #333 !important;
		margin-right:15px;
		background-color:#0ba13b !important;
		border-radius:4px;
	}
}

@media (min-width: 992px) {
	.page-wrapper .page-content .row-brand {
		padding: 36px 24px 0px 24px;
		text-align: center;
	}
}

.left-nav .verticle-nav {
    text-align: left; 
}

.left-nav .verticle-nav > li > a:hover, .left-nav .verticle-nav > li > a:focus,
 .left-nav .verticle-nav > li > a:active, .left-nav .verticle-nav > li > a.active {
    color: #e87317;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(126,186,0,0.6);
}

.bg-green {
	
}
.bg-yellow {
	background:#feb801;
}

.cbp-l-caption-body {
	background:rgba(0,0,0,0.5);
}
.cbp-l-caption-desc {
    color: #fff;
}
.text-primary, .experience-text {
    color: #0ba13b !important;
}
.footer {
	padding-top: 20px; 
    padding-bottom: 0px;
	background-color:#0ba13b;
}
.footer ul.list-inline li a:hover {
    color: #333;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.2rem;
	line-height:1.2;
	
    padding: 10px 20px 20px 40px;
    background-color: #f7f7f7;
    border-left:2px solid #0ba13b;
}
.blockquote > p {margin-top:-35px; padding-left:10px;}
.blockquote:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #262626;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\f10d";
	margin-left: -30px;
}
.bq-indigo.blockquote {border-left:2px solid #852F74 !important;}
.bq-indigo.blockquote:before {color: #852F74 !important;}

.bq-blue.blockquote {border-left:2px solid #01a4ef !important;}
.bq-blue.blockquote:before,
.bq-blue-i.blockquote:before {color: #01a4ef !important;}
.bq-blue-i.blockquote {
	border-left:2px solid #01a4ef !important;
	background-color:rgba(1, 164, 239, 0.1) !important;
	color:#fff !important;
}

.bq-green.blockquote {border-left:2px solid #0ba13b !important;}
.bq-green.blockquote:before,
.bq-green-i.blockquote:before {color:#0ba13b !important;}
.bq-green-i.blockquote {
	border-left:2px solid #fff !important;
	background-color:#0ba13b !important;
	color:#fff !important;
}

.bq-orange.blockquote {border-left:2px solid #f25022 !important;}
.bq-orange.blockquote:before {color:#f25022 !important;}

.bq-yellow.blockquote {border-left:2px solid #feb801 !important;}
.bq-yellow.blockquote:before {color:#feb801 !important;}

.bq-dark.blockquote {border-left:2px solid #262626 !important;}
.bq-dark.blockquote:before {color: #262626 !important;}

@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
	.ime-title {
		font-size: 3rem;
	}
}
.h3 {
    letter-spacing: 0px;
}

/**
* Image modal
*/
.modalImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.modalImg:hover {opacity: 0.7;}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
div.about-author {
	border-top:1px dotted #cfcfcf;
	padding:10px;
	background-color: #f7f7f7;
}

.breadcrumb {
    margin-bottom: .5rem;
    background-color: #fff;
	padding-left:0;
}

/**************************************/
/********************************/
.figure-caption {
	color:#FFF;
    padding-top: 15px;
    line-height: 0.8;
    padding-bottom: 15px;
    min-height:50px !important;
}
.bg-yellow.figure-caption {
    color: #333 !important;
}
.figure-caption .small {
	font-size: 70% !important;
}
.figure-caption-2 {
    padding:5px 10px !important;
	position:absolute;
	top:45% !important;
	right:10% !important;
	background-color:rgba(0, 0, 0, 0.3);
	border-radius:15px;
}

div.author-tips {
    /*border-left: 1px dotted #cfcfcf;*/
    padding: 10px;
    /*background-color: #f7f7f7;*/
	background-color:rgba(126, 186, 0, 0.1);
}
div.author-tips .h3 {
	color:#3E5668;
}
div.astuces {
	width:80% !important;
	background-color:rgba(254, 184, 1, 0.1);
	text-align:center !important;
	padding:10px;
}



/** PARTS */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0ba13b;
}
.nav-link.parts {
    padding: .5rem 2rem;
	margin-right:.5rem;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
	color: #fff !important;
    background-color: #0ba13b !important;
}
.nav-link.disabled:focus, .nav-link.disabled:hover {
    text-decoration: none;
	color: #868e96 !important;
	cursor:text;
    background-color: transparent !important;
}
.i-font-size-16 {font-size:1rem !important;}
.i-font-size-15 {font-size:0.9375rem !important;}
.i-font-size-18 {font-size:1.125rem !important}

.list-green {
	background:url(../images/list_green.jpg) left 20% no-repeat;
	padding:0 2rem !important;
}
.list-orange {
	list-style-type:circle;
}
.list-orange > li {
	color:#f25022;
}

.btn-color-dark--hover:hover, .btn-color-dark--hover:hover .title-orange  {
	color:#333 !important;
}

.table-padding tr.text-left td {
	padding-left:0.5rem;
	padding-top:0.5rem;
}

/******************** */
.blockquote > p, p.h4, li.h4, td.h4, .font-itim {
	font-family: 'Itim', cursive, sans-serif;
	letter-spacing: 0.0325rem;
}
.blockquote > p > strong, .blockquote > p > b,
.font-itim b, .font-itim strong {
	font-weight:400 !important;
}
.figure-caption.h4 {
	font-family: 'Itim', cursive, sans-serif;
	font-size:1.2rem !important;
	letter-spacing: 0.0365rem;
}

/* Article title */
.article-title {
	font-family: 'Barlow', sans-serif;
}
.article-title:before {
	font-family: 'linearicons' !important;
	content: "\e646";
	padding-right:0.5rem !important;
	font-size:1.05rem !important;
}
.pl-5, .px-5 {
    padding-left: 2.6rem!important;
}
.vcenter  {
	vertical-align: middle !important;
}

/* */
.circles {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #000;
    padding: 0rem 0.5rem 0rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
}
.circles.chars2 {
	font-size:1.6rem !important;
}

/***************************************************/
/****************** CUSTOMS ************************/
/***************************************************/

.md-wrap {
	word-wrap: break-word !important;
}

.light-bg {
	background-color:#F3F3F3 !important;
}

.i-list-with-circle:before {
	font-family: 'FontAwesome' !important;
	content: "\f111";
	padding-right:0.5rem !important;
	font-size:0.6rem !important;	
}
.font-size-14 {font-size: 0.875rem !important;}
.font-size-15 {font-size: 0.9375rem !important;}
.font-size-16 {font-size: 1rem !important;}
.font-size-17 {font-size: 1.0625rem !important;}
.line-height-1 {line-height: 1;}
.line-height-1-2 {line-height: 1.2;}
.line-height-1-3 {line-height: 1.3;}

.pa10 {
	padding:10px !important;
}

.pl0 {
  padding-left: 0 !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }
