/*!
 * Start Bootstrap - Agency Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'stay_classy_sldtregular';
    src: url('polices/stay_classy_sldt-webfont.woff2') format('woff2'),
    url('polices/stay_classy_sldt-webfont.woff') format('woff'),
    url('polices/stay_classy_sldt-webfont.eot') format('eot'),
    url('polices/stay_classy_sldt-webfont.ttf') format('truetype'),
    url('polices/stay_classy_sldt-webfont.svg') format('svg');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fv_almelo-webfont';
    src: url('polices/fv_almelo-webfont.eot') format('eot'),
    url('polices/fv_almelo-webfont.woff') format('woff'),
    url('polices/fv_almelo-webfont.ttf') format('truetype'),
    url('polices/fv_almelo-webfont.svg') format('svg');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'florence_regularregular';
    src: url('polices/florence-regular-webfont.eot');
    src: url('polices/florence-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('polices/florence-regular-webfont.woff2') format('woff2'),
    url('polices/florence-regular-webfont.woff') format('woff'),
    url('polices/florence-regular-webfont.ttf') format('truetype'),
    url('polices/florence-regular-webfont.svg#florence_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    overflow-x: hidden;
    font-family: 'florence_regularregular';
}


#logo
{
    margin:0;

}



.text-muted {
    color: #777;

}

.text-primary {
    color: #1ee2e7;
}

p {
    font-size: 20px;
    line-height: 1.75;
}

p.large {
    font-size: 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active {

    outline: 0;
}

a {
    color: #fff;
}

a:hover,
a:focus,
a:active,
a.active {
    text-decoration: none;
    color: #fff;
}

h1,
h2,
h3,
h6 {
    text-transform: uppercase;
    font-family: 'fv_almelo-webfont';
    font-weight: 500;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #ff7373;
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-weight: 700;
    color: #fff;
    background-color: #ff7373;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ff7373;
    color: #fff;
    background-color: #ff7373;

}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    color: #1ee2e7;
    background-color: #1ee2e7;
}

.btn-primary .badge {
    color: #1ee2e7;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ff7373;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'fv_almelo-webfont';
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    background-color:#ff7373;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #fc8c7e;
    color: #fff;
    background-color: #fc8c7e;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #5decee;
    background-color: #5decee;
}

.btn-xl .badge {
    color: transparent;
    background-color: transparent;
}

.navbar-default {
    border-color:#404040; /* Black ? */
    background-color:#404040; /* Black ? */
    opacity:0.7;
}

.navbar-default .navbar-brand {
    font-family: 'stay_classy_sldtregular';
    color: #fff;
    font-size: 200%;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ff7373;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ff471a;
    background-color: #ff471a;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ff6666;
    border-color: #ff6666;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-size: 160%;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ff6666;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff6666;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        opacity:0.7;
        background-color:#404040; /* black ? */
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2.5em;
    }
}

/* Selection Langue */

#lang{
    float:right;
    display: block;
    padding:0;
    margin:0;
    font-size: 0.85em;
}

#lang li{
    display: inline;
    list-style: none;

}

#lang a{
    display: inline-block;
    margin: 0 8px;
}



header {
    text-align: center;
    color: #fff;
    background: url("../images/header/pont.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 115px;
    font-family: 'florence_regularregular';
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'florence_regularregular';
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'florence_regularregular';
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

#monaLisaTitle {
    font-family: 'florence_regularregular';
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 60px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'florence_regularregular';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

section h4.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    color:#222;
    font-family: 'florence_regularregular';
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}


/* VISITES */

#visite .visite-item {
    right: 0;
    margin: 0 0 15px;
}

#visite .visite-item .visite-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#visite .visite-item .visite-link .visite-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ff7373;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    transition: all ease .9s;
}

#visite .visite-item .visite-link .visite-hover:hover {
    opacity: 1;
}

#visite .visite-item .visite-link .visite-hover .visite-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
}

#visite .visite-item .visite-link .visite-hover .visite-hover-content i {
    margin-top: -12px;
}

#visite .visite-item .visite-link .visite-hover .visite-hover-content h3,
#visite .visite-item .visite-link .visite-hover .visite-hover-content h4 {
    margin: 0;
}

#visite .visite-item .visite-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
}

#visite .visite-item .visite-caption h4 {
    margin: 0;
    padding: 6px;
    font-family: 'florence_regularregular';
    font-size: 40px;
    color: black;

}

#visite .visite-item .visite-caption p {
    margin: 0;
    font-family: 'florence_regularregular';
    font-size: 25px;                    /* Taille sous titre explication */
}

#visite * {
    z-index: 2;
}

@media(min-width:767px) {
    #visite .visite-item {
        margin: 0 0 30px;
    }
}

/* END VISITE */



/* DEBUT PARTICULIERS */

#particulier .particulier-item {
    right: 0;
    margin: 0 0 15px;
}

#particulier .particulier-item .particulier-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#particulier .particulier-item .particulier-link .particulier-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ff7373;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    transition: all ease .9s;
}

#particulier .particulier-item .particulier-link .particulier-hover:hover {
    opacity: 1;
}

#particulier .particulier-item .particulier-link .particulier-hover .particulier-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
}

#particulier .particulier-item .particulier-link .particulier-hover .particulier-hover-content i {
    margin-top: -12px;
}

#particulier .particulier-item .particulier-link .particulier-hover .particulier-hover-content h3,
#particulier .particulier-item .particulier-link .particulier-hover .particulier-hover-content h4 {
    margin: 0;
}

#particulier .particulier-item .particulier-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
}

#particulier .particulier-item .particulier-caption h4 {
    margin: 0;
    padding: 6px;
    font-family: 'florence_regularregular';
    font-size: 40px;
    color: black;

}

#particulier .particulier-item .particulier-caption p {
    margin: 0;
    font-family: 'florence_regularregular';
    font-size: 25px;
}

#particulier * {
    z-index: 2;
}

@media(min-width:767px) {
    #particulier .particulier-item {
        margin: 0 0 30px;
    }
}

/* END PARTICULIERS */







/* DEBUT ENTREPISE */

#entreprise .entreprise-item {
    right: 0;
    margin: 0 0 15px;
}

#entreprise .entreprise-item .entreprise-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#entreprise .entreprise-item .entreprise-link .entreprise-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ff7373;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    transition: all ease .9s;
}

#entreprise .entreprise-item .entreprise-link .entreprise-hover:hover {
    opacity: 1;
}

#entreprise .entreprise-item .entreprise-link .entreprise-hover .entreprise-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
}

#entreprise .entreprise-item .entreprise-link .entreprise-hover .entreprise-hover-content i {
    margin-top: -12px;
}

#entreprise .entreprise-item .entreprise-link .entreprise-hover .entreprise-hover-content h3,
#entreprise .entreprise-item .entreprise-link .entreprise-hover .entreprise-hover-content h4 {
    margin: 0;
}

#entreprise .entreprise-item .entreprise-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
}

#entreprise .entreprise-item .entreprise-caption h4 {
    margin: 0;
    padding: 6px;
    font-family: 'florence_regularregular';
    font-size: 40px;
    color: black;

}

#entreprise .entreprise-item .entreprise-caption p {
    margin: 0;
    font-family: 'florence_regularregular';
    font-size: 25px;
}

#entreprise * {
    z-index: 2;
}

@media(min-width:767px) {
    #entreprise .entreprise-item {
        margin: 0 0 30px;
    }
}

/* END ENTREPRISE */






/* DEBUT ECOLE */

#ecole .ecole-item {
    right: 0;
    margin: 0 0 15px;
}

#ecole .ecole-item .ecole-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#ecole .ecole-item .ecole-link .ecole-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ff7373;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    transition: all ease .9s;
}

#ecole .ecole-item .ecole-link .ecole-hover:hover {
    opacity: 1;
}

#ecole .ecole-item .ecole-link .ecole-hover .ecole-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
}

#ecole .ecole-item .ecole-link .ecole-hover .ecole-hover-content i {
    margin-top: -12px;
}

#ecole .ecole-item .ecole-link .ecole-hover .ecole-hover-content h3,
#ecole .ecole-item .ecole-link .ecole-hover .ecole-hover-content h4 {
    margin: 0;
}

#ecole .ecole-item .ecole-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
}

#ecole .ecole-item .ecole-caption h4 {
    margin: 0;
    padding: 6px;
    font-family: 'florence_regularregular';
    font-size: 40px;
    color: black;

}

#ecole .ecole-item .ecole-caption p {
    margin: 0;
    font-family: 'florence_regularregular';
    font-size: 25px;
}

#ecole * {
    z-index: 2;
}

@media(min-width:767px) {
    #ecole .ecole-item {
        margin: 0 0 30px;
    }
}

/* END ECOLE */







/* DEBUT ITALIE */

#italie .italie-item {
    right: 0;
    margin: 0 0 15px;
}

#italie .italie-item .italie-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#italie .italie-item .italie-link .italie-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ff7373;
    -webkit-transition: all ease .9s;
    -moz-transition: all ease .9s;
    transition: all ease .9s;
}

#italie .italie-item .italie-link .italie-hover:hover {
    opacity: 1;
}

#italie .italie-item .italie-link .italie-hover .italie-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
}

#italie .italie-item .italie-link .italie-hover .italie-hover-content i {
    margin-top: -12px;
}

#italie .italie-item .italie-link .italie-hover .italie-hover-content h3,
#italie .italie-item .italie-link .italie-hover .italie-hover-content h4 {
    margin: 0;
}

#italie .italie-item .italie-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
}

#italie .italie-item .italie-caption h4 {
    margin: 0;
    padding: 6px;
    font-family: 'florence_regularregular';
    font-size: 40px;
    color: black;

}

#italie .italie-item .italie-caption p {
    margin: 0;
    font-family: 'florence_regularregular';
    font-size: 25px;
}

#italie * {
    z-index: 2;
}

@media(min-width:767px) {
    #italie .italie-item {
        margin: 0 0 30px;
    }
}

/* FIN ITALIE */







.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #1ee2e7;
}

.timeline>li .timeline-image h4{
    margin-top: 25px;
    font-size: 25px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4{
    margin-top: 0;
    font-size: 20px;
    color: #ff7373; /* #ff8566 */
}

.timeline .timeline-heading h4.subheading{
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    font-size: 20px;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4{
        margin-top: 35px;
        margin-left: 20px;
        font-size: 20px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 60px;
        font-size: 50px;
        line-height: 26px;
        color: #ff7373;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4{
        margin-top: 60px;
        margin-left: 5px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}


#contacts {
    background-color: #404040;
    background-image: url("../images/footer/8372800549_e53aa75101_k.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
 .contact .form-group textarea {
    padding: 20px;
    font-size: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 260px;
}

.contact .form-control:focus {
    border-color: #1ee2e7;
    box-shadow: none;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-weight: 200;
    color: #404040;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-weight: 200;
    color: #404040;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-weight: 200;
    color: #404040;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'florence_regularregular';
    font-weight: 200;
    color: #404040;
}

.contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    background: #404040;
    color: #fff;
    opacity:0.7;

}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'fv_almelo-webfont';
    color: #fff;
    font-style: italic;
    line-height: 40px;
}

footer ul.quicklinks {

    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'fv_almelo-webfont';
    color: #fff;
    line-height: 40px;

}

ul.social-buttons {
    margin-bottom: 0;
    color: #fff;
}

ul.social-buttons li a {
    display:block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: transparent;
    color: #fff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



/* CALENDRIER GOOGLE RESPONSIVE */

.responsiveCal {

    position: relative; padding-bottom: 75%; height: 0; overflow: hidden;

}

.responsiveCal iframe {

    position: absolute; top:0; left: 0; width: 100%; height: 100%;

}

/* FIN CALENDRIER GOOGLE RESPONSIVE */


/* VISITES À LA CARTE */
#formule
{
    width:40%;
    padding: 25px;
    float:left;
    text-align: justify;

}

#interne1
{
    width:20%;
    padding: 20px;
    float:left;
    text-align: left;
}

#interne1 h4
{
    color:#ff7373;
}

#interne2
{
    width:20%;
    padding: 20px;
    float:left;
    text-align: left;
}

#interne2 h4
{
    color:#ff7373;
}

#interne3
{
    width:20%;
    padding: 20px;
    float:left;
    text-align: left;
}

#interne3 h4
{
    color:#ff7373;
}

#explication
{
    text-align: justify;
    width: 30%;
    margin-top:15%;
}

#explication h5
{
    font-size: 15px;
}

#resacarte
{
    margin-top: 30%;
    margin-left: 50%;
}

#resalentour
{
    margin-left: 90%;
}

#resalentour2
{
    margin-left:50%;
}

.avenir
{
    margin-left: 90%;
}

#titre
{
    width:70%;
    margin-left:15%;
    margin-top: -25px;
}

#tel
{
    font-size: 70px;
    font-weight: bold;
    color:whitesmoke;
}
}

#mo
{
    font-size: 50px;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'fv_almelo-webfont';
}



#mo2
{
    background:white;
    color:#fff;
    font-size: 50px;
    font-weight: bold;
    font-family: 'fv_almelo-webfont';
}

#pdf
{
    margin-top: -5%;
    text-align: center;
}

iframe
{
    border: 0;
    overflow: no-display;
}