html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 50px;
    padding-bottom: 75px;
    color: #74777c;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

textarea {
    min-height: 100px;
}

.required:after {
    content: " *";
    color: #a94442;
}

.captcha_image {
    margin-bottom: 0.5em;
    border: 1px solid #ced4da;
    display: block;
}

th {
    text-align: center;
}

p {
    font-size: 18px;
}

/* ################
NAVBAR
################# */
.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a :hover {
    color: #337ab7;
}

.navbar {
    border-radius: 0px;
    border-bottom-color: #8a010b;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
    transition: transform 0.3s;
}

.navbar-brand-small {
    font-size: 12px !important;
}

.btn.btn-circle {
    border: 1.5px solid #9d9d9d;
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

/* ################
END NAVBAR
################# */

/* ################
BARRE DE RECHERCHE
################# */

.form-control:focus {
    border-color: #fff;
}

.action-box {
    background-color: #8a010b;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;

}

.barre-search {
    padding: 15px;
}

.form-group {
    color: #74777c;
    font-family: 'Century Gothic', sans-serif;
}

.col-input {
    margin-top: 18px;
}

.input-lg {
    border-radius: 0;
}

. {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.btn-lg {
    border-radius: 0;
}

.ombrage {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* ################
END BARRE DE RECHERCHE
################# */

/* ################
CHECKBOX
################# */
.btn-color-lang {
    height: 4.7rem;
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    color: #303030;
    font-family: "arial", sans serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
}

.text-center h5 {
    margin-top: 0px;
}

.btn-checkbox {
    border-radius: 0px;
}

.btn-checkbox img {
    width: 19px;
    height: 19px;
}

.btn-bar {
    margin-bottom: 15px;
}

.btn-group {
    margin-top: 7px;
}

.btn-group span {
    font-size: 12px;
}

.btn-default.focus {
    background-color: #fff;
}

.btn-default.active.focus {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-default.active {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-default:active:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-default:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

/* ################
END CHECKBOX
################# */

/* ################
TITRE LOGO
################# */

.text-logo {
    font-family: 'Century Gothic', sans-serif;
    color: #333;
    text-shadow: 0px 4px 8px 0px #333;
}

h1.text-logo {
    text-align: center;
    font-size: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    font-weight: bold;
}

.text-logo span {
    color: #337ab7;
}

.background-img {
    background: url(images/fond1.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
}

@media (max-width: 768px) {
    body {
        margin-bottom: 90px;
    }

    h1.text-logo {
        font-size: 50px;
    }
}

/* ################
END TITRE LOGO
################# */

/* ################
SERVICE
################# */

section {
    padding: 35px 0;
    background: #f8f8f8;
}

.divider {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.divider::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

.service-block p {
    font-size: 18px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 30px;
}

.shadow, .shadow-narrow {
    position: relative;
    background-color: #fff;
}

.service-block {
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.shadow-narrow::before, .shadow::before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: 2;
}

.shadow-narrow::after, .shadow::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999;
    box-shadow: 0 5px 7px #999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shadow-narrow:hover::after, .shadow:hover::after {
    bottom: 10px;
}

.icon.bg-df {
    background-color: #337ab7;
    color: #ffffff;
}

.pv-30 h4 {
    font-style: italic;
    font-size: 15px;
}

.service-block .icon {
    margin-bottom: 10px;
}

.icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    transition: all .2s ease-in-out;
    border-radius: 15px;
    /*transform:rotate(45deg);*/
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px #333;
}

.shadow *, .shadow-narrow * {
    position: relative;
    z-index: 3;
}

.service-block p {
    clear: both;
    margin-bottom: 15px;
}

.icon i {
    position: relative;
    z-index: 1;
    transform: rotate(-45deg);
}

.size-img img {
    max-height: 500px;
    max-width: 500px;
}

.text-center h3 {
    color: #337ab7;
}

/* ################
END SERVICE
################# */

/* ################
SECTION PRO
################# */

.title-pro h1 {
    text-align: center;
    font-family: 'Century Gothic', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    font-size: 45px;
    padding: 20px 40px;
    margin-bottom: 30px;
    border: 1.5px solid #fff;
    box-shadow: 0px 2px 4px 0px #333;
}

.background-img-pro {
    background: url(images/fond3.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
}

.text-lg {
    font-size: 2.5rem;
    color: white;
}

.icon-lg {
    font-size: 8rem !important;
    color: #fff;
}

.text-center p {
    color: #333;
}

.text-center span {
    font-weight: 500;
}

/* ################
END SECTION PRO
################# */

/* ################
FOOTER
################# */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f1f3f6;
    margin-top: auto;
}

.text-center-footer p {
    color: #333;
    text-align: center;
}

.text-muted {
    padding-top: 20px;
}

.share {
    padding-top: 10px;
    padding-bottom: 15px;;
}

/* social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icon-rss:hover {
    background-color: #F56505 !important;
}

.social-network a.icon-facebook:hover {
    background-color: #3B5998;
}

.social-network a.icon-twitter:hover {
    background-color: #33ccff;
}

.social-network a.icon-google-plus:hover {
    background-color: #BD3518 !important;
}

.social-network a.icon-vimeo:hover {
    background-color: #0590B8;
}

.social-network a.icon-linkedin:hover {
    background-color: #007bb7;
}

.social-network a.icon-rss:hover i, .social-network a.icon-facebook:hover i, .social-network a.icon-twitter:hover i,
.social-network a.icon-google-plus:hover i, .social-network a.icon-vimeo:hover i, .social-network a.icon-linkedin:hover i {
    color: #fff;
}

a.social-icon:hover {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-fond a {
    background-color: #D3D3D3;
}

/* ################
END FOOTER
################# */
