
body {
    font-family: sans-serif,Arial,"Roboto";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color:#1c1d48d5;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #007bff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #007bff;
    outline: none;
}

p {
    margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5, h6 {
    color: #161764;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.card-body h5 {
    margin: 0;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

::-webkit-selection {
    color: #fff;
    background: #007bff;
}

::-moz-selection {
    color: #fff;
    background: #007bff;
}

::selection {
    color: #fff;
    background: #007bff;
}

#site-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#site-aside {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 15%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#site-aside.border {
    border-right: 1px solid #e6e6e6;
}

@media screen and (max-width: 1200px) {
    #site-aside {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    #site-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}

#site-aside #site-logo {
    text-align: center;
}

#site-aside #site-logo img{
    height:200px;
}

#site-aside #site-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #site-aside #site-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#site-aside #site-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

#site-aside #site-main-menu ul li a {
    color: #1c1d4861;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 10px;
    letter-spacing: .2em;
    font-family: "Montserrat", Arial, sans-serif;
}

#site-aside #site-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #007bff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#site-aside #site-main-menu ul li a:hover {
    text-decoration: none;
    color: #161764;
}

#site-aside #site-main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#site-aside #site-main-menu ul li.site-active a {
    color: #161764;
}

#site-aside #site-main-menu ul li.site-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#site-aside .site-footer {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: #1c1d4861;
}
@media  (max-height: 750px) {
    #site-aside .site-footer  {
        display: none;
    }
}

#site-aside .site-footer span {
    display: block;
}

#site-aside .site-footer p {
    margin-bottom: 0;
}

#site-aside .site-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#site-aside .site-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#site-aside .site-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}

#site-aside .site-footer ul li a:hover, #site-aside .site-footer ul li a:active, #site-aside .site-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #007bff;
}

#site-main {
    width: 85%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.splash .media-content{
    padding-right: 0;
    display: inline-table;
}
.splash a.fermer{
    text-align: end;
    color:red;
}
.image-accueil {
    height:100%;
}


@media screen and (max-width: 1200px) {
    #site-main {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #site-main {
        width: 100%;
    }
}

#site-main .site-narrow-content {
    position: relative;
    width: 97%;
    margin: 1rem auto;
}

@media screen and (max-width: 768px) {
    #site-main .site-narrow-content {
        width: 100%;
        padding: 3.5em 1em;
    }
}

body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas #site-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed;
}

body.offcanvas #site-main, body.offcanvas .site-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

.work-item {
    margin-bottom: 30px;
}

.work-item a {
    border: none;
    text-align: center;
}

.work-item a img {
    margin-bottom: 10px;
    float: left;
    border: 10px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.work-item a h3 {
    font-size: 20px;
    color: #161764;
    margin-bottom: 10px;
}

.work-item a p {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 0;
}

.work-item a:hover, .work-item a:active, .work-item a:focus {
    text-decoration: none;
}

.work-item a:hover img, .work-item a:active img, .work-item a:focus img {
    border: 10px solid #161764;
}

.site-services {
    margin-top: 5px;
}

.site-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-pagination {
    padding: 3em 0;
}

.work-pagination a {
    color: #161764;
}

.work-pagination a:hover {
    color: #007bff;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .work-pagination span {
        display: none;
    }
}

.site-border-bottom {
    border-bottom: 1px solid #f0f0f0;
}

.site-testimonial {
    padding: 3em 0;
    background: #007bff;
}

@media screen and (max-width: 768px) {
    .site-testimonial {
        padding: 3em 0;
    }
}

.site-testimonial .item {
    color: white;
    padding-left: 3em;
    padding-right: 3em;
}

@media screen and (max-width: 768px) {
    .site-testimonial .item {
        padding-left: 0em;
        padding-right: 0em;
    }
}

.site-testimonial .item figure {
    text-align: center;
}

.site-testimonial .item figure img {
    max-width: inherit;
    width: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.site-testimonial .item p {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .site-testimonial .item p {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .site-testimonial .item p {
        font-size: 20px;
    }
}

.site-testimonial .item .author {
    font-size: 16px;
    display: block;
}

.site-counters {
    padding: 1em 0;
    background: #e6e6e6;
    background-size: cover;
    background-attachment: fixed;
}

.site-counters .site-counter {
    font-size: 50px;
    display: block;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    width: 100%;
    margin-bottom: .5em;
}

.site-counters .site-counter-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block;
}

.site-lead {
    font-size: 24px;
    line-height: 1.5;
}

.site-heading-colored {
    color: #007bff;
}

.site-cards {
    padding: 1em 0;
    background: #e6e6e6;
}

@media screen and (max-width: 768px) {
    .site-cards {
        padding: 1em 0;
    }
}

.site-cards .site-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.site-cards .site-flex-wrap > div {
    width: 49.5%;
    margin-right: 1%;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.site-cards .site-flex-wrap > div:nth-of-type(1) {
    float: left;
}

.site-cards .site-flex-wrap > div:nth-of-type(2) {
    float: right;
    margin-right: 0%;
}

@media screen and (max-width: 992px) {
    .site-cards .site-flex-wrap > div {
        width: 100%;
        margin-right: 0;
    }
}

.site-cards .site-flex-wrap .site-card p:last-child {
    margin-bottom: 0;
}

.site-cards .site-flex-wrap .site-card h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 4px 8px;
    background: #ebebeb;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.site-counter .site-number {
    font-size: 100px;
    color: #007bff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}

.site-counter .site-number.site-left {
    float: left;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .site-counter .site-number.site-left {
        width: 100%;
        line-height: 1.2;
    }
}

.site-counter .site-text {
    float: right;
    text-align: left;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .site-counter .site-text {
        width: 100%;
        text-align: center;
    }
}

.site-counter .site-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

.site-counter .site-text h3.border-bottom:after {
    content: "";
    width: 50px;
}

.site-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

.site-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.site-social li a {
    font-size: 22px;
    color: #161764;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .site-social li a {
        padding: 10px 8px;
    }
}

.site-social li a:hover {
    color: #007bff;
}

.site-social li a:hover, .site-social li a:active, .site-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #007bff;
}

#map {
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.site-more-contact {
    background: #fafafa;
}

.site-feature {
    text-align: left;
    width: 100%;
    float: left;
    padding: 20px;
}

.site-feature .site-icon {
    float: left;
    width: 10%;
    display: block;
    margin-top: 5px;
}

.site-feature .site-icon i {
    color: #007bff;
    font-size: 70px;
}

@media screen and (max-width: 1200px) {
    .site-feature .site-icon i {
        font-size: 40px;
    }
}

.site-feature.site-feature-sm .site-icon i {
    color: #007bff;
    font-size: 28px;
}

@media screen and (max-width: 1200px) {
    .site-feature.site-feature-sm .site-icon i {
        font-size: 28px;
    }
}

.site-feature .site-text {
    float: right;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .site-feature .site-text {
        width: 82%;
    }
}

@media screen and (max-width: 480px) {
    .site-feature .site-text {
        width: 72%;
    }
}

.site-feature .site-text h2, .site-feature .site-text h3 {
    margin: 0;
    padding: 0;
}

.site-feature .site-text h3 {
    font-weight: 300;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.site-heading {
    font-size: 45px;
    margin-bottom: 1em;
}

.site-heading.site-light {
    color: #fff;
}

.site-heading span {
    display: block;
}

@media screen and (max-width: 768px) {
    .site-heading {
        font-size: 30px;
        margin-bottom: 1em;
    }
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #007bff;
}

#message {
    height: 130px;
}

.site-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
    background: #161764;
}

.site-nav-toggle.dark.active i::before, .site-nav-toggle.dark.active i::after {
    background: #161764;
}

.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.site-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 30px;
    height: 2px;
    color: #161764;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #161764;
    transition: all .2s ease-out;
}

.site-nav-toggle i::before, .site-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #161764;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.site-nav-toggle.dark i {
    position: relative;
    color: #161764;
    background: #161764;
    transition: all .2s ease-out;
}

.site-nav-toggle.dark i::before, .site-nav-toggle.dark i::after {
    background: #161764;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.site-nav-toggle i::before {
    top: -7px;
}

.site-nav-toggle i::after {
    bottom: -7px;
}

.site-nav-toggle:hover i::before {
    top: -10px;
}

.site-nav-toggle:hover i::after {
    bottom: -10px;
}

.site-nav-toggle.active i {
    background: transparent;
}

.site-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.site-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.site-nav-toggle {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .site-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.js .animate-box {
    opacity: 0;
}

.bienvenue  {
    text-align: center;
    width:100%;
    box-shadow: 0 0 2px 10px hsla(0,0%,100%,0.11);
    padding: 20px 40px;
    max-width: 1200px;
    border-style: outset;
    border-width: 1px;
    border-color: hsla(0,0%,0%,0.25);
    background-image: linear-gradient(to bottom,hsl(209,44%,52%) 0,rgb(192, 205, 218) 100%);
}

.bienvenue h2 {
    position: relative;
    top: -10px;
    font-weight: 800;
    font-family: 'Open Sans',cursive;
    text-transform: uppercase;
    background-size: 15%;
    border-style: none;
    padding-left: 33px;
    margin: 6px 0;
}

.bienvenue h2.titre1 {
    font-size: 30px;
    color: #ffffffd9;
    text-shadow: 2px 4px 3px hsla(0,0%,0%,0.15);
    margin-top: 30px;
}

.bienvenue h2.titre2 {
    font-size: 24px;
    color: hsl(0,0%,100%);
    text-shadow: 2px 4px 3px hsla(0,0%,0%,0.3);
}

.bienvenue .btn {
    border-radius: 50px;
}

.bienvenue .soustitre {
    color : rgb(51, 98, 144);
    font-size: 18px;
}
.bienvenue h4 {
    color : rgb(41, 80, 119);
    font-family: 'Open Sans',cursive;
    font-weight: 500;
    font-size: 20px;
    margin-top:30px;
}

.bienvenue p {
    color: hsl(210,68%, 22%);
    font-family: emoji;
}
.bienvenue p span{
    color: hsl(210,68%, 22%);
    font-weight: 800;
}

p.mailsampana {
    padding-top: 13px !important;
}

/*---saisie tag----*/
.select-wrapper {
    margin: 150px auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__tags {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
ul li span.titre {
    width :152px;
    font-size:small;
    font-weight:600;
    float:left;
    margin-top: 6px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    ul li span.titre  {
        width: 100%;
    }
}

#details img {
    width: 90px;
    position: absolute;
    left: 10px;
}

#details h5.modal-title {
    margin-left: 95px;
}

.envoi_sampana {
    background-color: brown;
    border-radius: 7px;
    color: floralwhite;
    font-size: x-small;
    font-weight: 800;
    padding: 5px;
}

.nonverifie {
    color:brown;
}

.titreaccueil {
    font-weight: normal; 
    text-transform: uppercase; 
    text-shadow: 0 2px white, 0 3px #777;
}

.element-tableau {
    border : 1px solid gray;
    padding: 3px;
}