
@font-face {
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat/Montserrat-Regular.otf');
  }

  @font-face {
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat/Montserrat-Light.otf');
  }

  @font-face {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat/Montserrat-Bold.otf');
  }

/*
----------------------
    GENERAL STYLE
----------------------
*/

body{
    font-family: 'Montserrat-light', 'Montserrat-Regular', sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    min-height: 100%;
}

b, strong {
    font-weight: 700 !important; /* Texte en gras */
}

#tree {
    width: 100%;
    height: 100%;
    position: relative;
}


.font-M-Light{
    font-family: 'Montserrat-light', sans-serif;
}

.font-M-Regular{
    font-family: 'Montserrat-Regular', sans-serif;
}

.font-M-Bold{
    font-family: 'Montserrat-bold', sans-serif;
}

.bg {
    background-image: url('../../afppme/image/bg-tigri.png');
}
.color-nav{
    /*background-color: #27ae60;
    background-image: url('');*/
    color: #1b1a1a;
}

.padding-0{
    padding: 0;
}

.font-size-chiffre{
    font-size: 16px!important;
}
.font-size-chiffre-2{
    font-size: 125%!important;
}
.rectangle-separation{
    height: 0.2em;
    width: auto;
    background-color: #1a237e !important;
}

.rectangle-separation-2{
    height: 0.4em;
    width: auto;
    background-color: #1a237e !important;;
}

.color-link-artcicle{
    background-color: #1a237e !important;;
}

.rectangle-separation-4{
    height: 0.3em;
    width: auto;
    background-color: #1a237e !important;
    border-radius: 3px 0 3px 3px;
}

.trapezoid {
    border-bottom: 62px solid #fff;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    height: 0em;
    width: 145px;
}

.trapezoid-2 {
    border-bottom: 62px solid #fff;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    height: 0;
    width: 145px;
}

/* NAVBAR CSS*/

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav > li{
    padding-left:6px;
    padding-right:6px;
}

.nav-custom-link {

    background-color: #e74c3c;
    border: none;
    font-color: #d7d8e2 !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
}

.nav-link:hover{
    background-color: #efeff1 ;
    border: none;
    color: rgb(221, 213, 213) !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
}

.nav-link:active{
    background-color: #e94707 !important;
    border: none;
    color: rgb(221, 213, 213);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
}




.rgba-black-strong, .rgba-black-strong:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.rectangle-article {
    height: 3px;
    width: 225px;
    background-color: #fff;
}

.rectangle-page {
    height: 5px;
    width: 45px;
    background-color: #006b2f;
}

.section-after-slide{
    height: 8em; background-color: #e74c3c;
}


.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s linear;
    border-radius: 0.125rem;
    background-color: #1b612ac7!important;
    color: #fff; }
.pagination .page-item.active .page-link:hover {
    background-color: #1b612ac7 !important; }

table.dataTable thead th {
    border-bottom: none;
}
table.dataTable tfoot th {
    border-top:  none;
}
table.dataTable tbody tr td {
    border-top:  none;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.form-control:focus {
    box-shadow: none;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}


/* PROCESSUS D'INCUBATION*/
a:hover {
    text-decoration: none;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0 solid;
    text-decoration: none;
}

/* Common Css */

.single-service {
    margin-bottom: 60px;
}
.section-padding {
    padding: 50px 0;
}
a.border-btn {
    color: #fff;
    background-color: #e74c3c;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition:.4s;
    transition: .4s;
    position:relative;
    overflow:hidden;
    z-index:10
}

a.border-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    left: 0;
    top: -100%;
    border-radius: 3px;
    -webkit-transition:.4s;
    transition: .4s;
    visibility: hidden;
    z-index:-1
}
a.border-btn:hover:before {
    visibility:visible;
    top: 0;
}
.single-service h3 {
    font-weight: 600;
    font-size: 20px;
}
.single-service p {
    font-weight: 300;
    color: #333;
    font-size: 14px;
}

/* Service Style 4 Css */
.style-4 .single-service {
    border: 1px solid #ddd;
    padding: 25px 40px;
    margin-bottom: 70px;
    box-shadow: 0 5px 30px -5px #ccc;
    position:relative;
    -webkit-transition:.3s;
    transition:.3s;
    text-align:center
}
.style-4 .single-service i.fa {
    color: #e74c3c;
    font-size: 30px;
    margin: 25px 0px;
    border: 1px solid #e74c3c;
    text-align: center;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition:.5s;
    transition:.5s
}
.style-4 .single-service:after, .single-team:after {
    position: absolute;
    content: "";
    width: 0%;
    border-top: 3px solid #e74c3c;
    left: 0;
    top: 0;
    border-left: 3px solid #e74c3c;
    height: 0%;
    z-index: 2;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility:hidden;
    -webkit-transition:.5s;
    transition:.5s
}
.style-4 .single-service:before,  .single-team:before {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 3px solid #e74c3c;
    right: 0;
    bottom: 0;
    border-right: 3px solid #e74c3c;
    height: 0%;
    z-index: 2;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility:hidden;
    -webkit-transition:.5s;
    transition:.5s
}
.style-4 .single-service:hover:before, .single-service:hover:after{
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility:visible;
    height:50%;
    width:50%;
}
.style-4 .single-service:hover i.fa {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}
.style-4 .single-service h3 {
    position: relative;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 20px;
    font-size: 17px;
}
.style-4 .single-service p {
    font-weight: 300;
}
.style-4 .single-service h3:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    background-color: #e74c3c;
    top: -25px;
    left: 50%;
    margin-left: -1.5px;
}
.style-4 .single-service h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #e74c3c;
    left: 50%;
    margin-left: -15px;
    top: -13px;
}
.color-process{
    color: #e74c3c;
}

.table .thead-light th {
    color: #fff;
    background-color: #e74c3c;
}

table.table th, table.table td {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}


.font-size-12{
    font-size: 12px;
}
.create{
    background: url('../image/forme-entete-01.png') no-repeat;
    padding-left: 30px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
}
.width-17{
    width: 18.2em;
    margin-left: -17em;

}
.width-18 {
    width: 25.2em;
    margin-left: -25em;
}

.square {
    height: 90px;
    width: 5px;
    background-color: #fff;
}
.separetor{
    background-color: #005826;
}

.forme-entete-rotate{
    width: 18.2em;
    margin-right: -20em;
    transform: rotate(180deg);
}

/* PROCESSUS D'INCUBATION*/

.titleStyle{
    border-left:7px solid #075207de;
}
/* PARTENAIRES */

.carre {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-color: #555;
}

.green-text{
    color: #27ae60;
}

.rgba-green-strong, .rgba-green-strong:after {
    background-color: rgba(39, 174, 96,0.8);
}

.circle {
    height: 50px;
    width: 50px;
    background-color: #555;
    border-radius: 50%;
}
.rectangle-3 {
    height: 5px;
    width: 100px;
    background-color: #555;
}
.rectangle-article-details {
    height: 5px;
    width: 50px;
    background-color: #075207de;
}


.title-page{
    padding-top: 5em;
    padding-bottom: 5em;
    background-color: #353b48
}

.title-page2{
    padding-top: 2.5em;
    z-index: 20000000;
    padding-bottom: 2.5em;
    background-color: #353b48;
    /* margin-top: 2.5em;*/
}

.imgArticleDisplay
{
    max-height: 35rem;
    overflow: hidden;
}

/******* MEDIA QUERY ****/

@media (max-width: 576px) {
    .rectangle {
        height: 5px;
        width: 30px;
        background-color: #006b2f;
        border-radius: 4px;
        margin-left: 12em;
    }
    .height-13{
        height: 13em;
    }
    .font-size-8{
        font-size: 8px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: -12px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }

    /* CHIFFRE CLEES */
    .circle-text {
        display: table-cell;
        height: 200px; /*change this and the width for the size of your initial circle*/
        width: 200px;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;


        /*make it pretty*/
        background: #27ae60;
        color: #fff;
        font: 1.2em "josefin sans", arial; /*change this for font-size and font-family*/

    }
    .margin-left-4{
        margin-left: 5em;
        margin-bottom: 0.66em;
    }

    .padding-3{
        padding-top: 3em;
    }

    .rectangle-2 {
        height: 5px;
        width: 30px;
        background-color: #fff;
    }
    /* CHIFFRE CLEES */

    .titleStyle{
        border-left:7px solid #075207de;
        font-size: 1rem;
    }
    .rectangle-4 {
        height: 5px;
        width: 100%;
        background-color: #27ae60;
    }
    a.border-btn {
        color: #fff;
        background-color: #e74c3c;
        display: inline-block;
        padding: 0px 30px;
        border-radius: 3px;
        margin-top: 20px;
        font-weight: 500;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .font-size-pi-mobile{
        font-size: 0.7em;
    }
    .margin-left-pi-mobile{
        margin-left: -4em;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }

    .stepper-vertical li .step-content {
        display: block;
        margin-top: 0;
        margin-left: 3.13rem;
        padding: 0.94rem;
        width: 70em;
    }
    .top-custom-1{
        top: -5em;
    }
    .rectangle {
        height: 5px;
        width: 30px;
        background-color: #006b2f;
        border-radius: 4px;
        margin-left: 40em;
    }
    .height-150{
        height: 150em;
    }
    /* CHIFFRE CLEES */
    .circle-text {
        display: table-cell;
        height: 160px; /*change this and the width for the size of your initial circle*/
        width: 200px;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;


        /*make it pretty*/
        background: #27ae60;
        color: #fff;
        font: 1.2em "josefin sans", arial; /*change this for font-size and font-family*/

    }

    .rectangle-2 {
        height: 5px;
        width: 30px;
        background-color: #fff;
    }

    .rectangle-4 {
        height: 5px;
        width: 100%;
        background-color: #27ae60;
    }
    .font-size-1{
        font-size: 1.2em;
    }
    .margin-left-4{
        margin-left: 4em;
        margin-bottom: 0.7em;
    }
    /* CHIFFRE CLEES */

    .padding-3{
        padding-top: 1.5em;
    }

}

@media (min-width: 992px) {
    .height-150{
        height: 150em;
    }
    .imgPostALaUneContent
    {
        max-height: 33rem;
        overflow: hidden;
    }

}

@media (min-width: 1200px) {
    .height-150{
        height: 150em;
    }
    .imgPostALaUneContent-2
    {
        max-height: 75rem;
        overflow: hidden;
    }
    .h5-responsive {
        font-size: 112%;
    }
}
/************************/

/* CSS  FOOTER*/
.footer{
    background: #2a2a2a;
    font-size: 1.0em;
    height: auto;

}
.font-footer-1{
    font-family:  'Montserrat-light', sans-serif;
    color: #1d1d1d;
    font-size: 1.5em;
}

.footer-padding {
    padding-top: 3em;
    padding-bottom: 1em;
}

.footer-padding-copyright{
    padding-top: 2em;
    font-size: 12px;
}

.footer-padding .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}



.color-link-a{
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.color-link-a-2{
    color: #6c757d;
    text-decoration: none;
    background-color: transparent;
}

.footer-copyright-custom{
    background-color: #121212;
    color: #FFFFFF;
    height: auto;
    margin-top: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	table tbody tr td,table thead tr th{
        font-size: 6px;

    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	table tbody tr td,table thead tr th{
        font-size: 8px;

    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {

	table tbody tr td,table thead tr th{
        font-size: 10px;

    }



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	table tbody tr td,table thead tr th{
        font-size: 12px;

    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    table tbody tr td,table thead tr th{
        font-size: 14px;

    }
}

