@font-face {
    font-family: "Dubai-Medium";
    src: url("/fonts/Dubai-Medium.ttf");
}
@font-face {
    font-family: "Roboto-Regular";
    src: url("/fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("/fonts/Roboto-Medium.ttf");
}

h1,h2,h3,h4,h5{
    color: #2F4663;
}
body {
    background: #F1F1F1;
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #00000099;
}
.div-header {
    background: #2F4663;
    padding: 50px 50px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 50px;
}
.div-title {
    font-size: 14px;
    font-weight: 600;
}
.div-page-title {
    text-align: center;
    background: #FFF;
    padding: 10px;
    margin-top: 15px;
}
.div-page-content {
    background: #FFF;
    padding: 30px 50px;
    float: left;
    width: 100%;
}
hr.space{
    height: 1px;
    background: #00000099;
    border: none;
}
.pl-10 {
    padding-left: 10px
}
.pl-45 {
    padding-left: 45px
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-moins-3 {
    margin-top: -3px;
}
.ml-10 {
    margin-left: 10px;
}
.no-padding {
    padding: 0!important;
}
.div-header p {
    font-size: 12px;
    color: #FFF;
}
.div-footer {
    background: #2F4663;
    padding: 50px 50px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    float: left;
    margin-top: 40px;
}
.div-space {
    width: 100%; 
    height: 30px;
}
.div-footer p {
    font-size: 12px;
    color: #FFF;
}
.div-footer a {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}
.div-footer a:hover {
    text-decoration: underline;
}
.caftan-body {
    max-width: 1024px;
    position: relative;
    margin: auto;
    padding: 0px 50px;
}
.details-text {
    word-wrap: break-word;
}
.float-left {
    float: left;
}
.caftan-content {
    background-color: #FFF;
    padding: 50px;
    margin-top: 15px;
}
.bg-caftan-bleu {
    background: #2F4663;
}


.demo-container {
    position: relative;
}

.container {
    width: 1140px;
    max-width: 100%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.small-demo {
    background: #fff;
    box-shadow: 0px 8px 12px 1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 8px 12px 1px rgba(0,0,0, 0.49);
    -webkit-box-shadow: 0px 8px 12px 1px rgba(0, 0, 0, 0.49);
}
.small-demo a {
    max-width: 25%;
    float: left;
    overflow: hidden;
    height: 180px;
}
.small-demo a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.small-demo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform .35s ease;
    -moz-transition: -moz-transform .35s ease;
    -o-transition: -o-transform .35s ease;
    -ms-transition: -ms-transform .35s ease;
    transition: transform .35s ease;
    margin: 2px;
}
.gallery-div {
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
}
.task {
    border: solid 1px #e2e2e2;
    border-radius: 15px;
    padding: 5px 10px;
}
.task.active {
    background: #E5d588;
    color: #2F4663
}