/* ----- Développé par l'agence ATOMES CROCHUS ------ */
/* ------------- www.atomescrochus.fr --------------- */

/* VERTICAL OFFSETS
---------------------------------------------------------------------- */

.vert-offset-top-0, .field-name-field-cares-thalion > .field-items > .field-item:first-child, .field-name-field-cares-custom > .field-items > .field-item:first-child { margin-top: 0em; }
.vert-offset-top-1 { margin-top: 1em; }
.vert-offset-top-2, .field-name-field-cares-thalion > .field-items > .field-item, .field-name-field-cares-custom > .field-items > .field-item { margin-top: 2em; }
.vert-offset-top-3 { margin-top: 3em; }
.vert-offset-top-4 { margin-top: 4em; }
.vert-offset-top-5 { margin-top: 5em; }
.vert-offset-top-6 { margin-top: 6em; }
.vert-offset-top-7 { margin-top: 7em; }
.vert-offset-top-8 { margin-top: 8em; }
.vert-offset-top-9 { margin-top: 9em; }
.vert-offset-top-10 { margin-top: 10em; }
.vert-offset-top-11 { margin-top: 11em; }
.vert-offset-top-12 { margin-top: 12em; }

.vert-offset-bottom-0 { margin-bottom: 0em; }
.vert-offset-bottom-1, #logo-wrapper { margin-bottom: 1em; }
.vert-offset-bottom-2 { margin-bottom: 2em; }
.vert-offset-bottom-3 { margin-bottom: 3em; }
.vert-offset-bottom-4 { margin-bottom: 4em; }
.vert-offset-bottom-5 { margin-bottom: 5em; }
.vert-offset-bottom-6 { margin-bottom: 6em; }
.vert-offset-bottom-7 { margin-bottom: 7em; }
.vert-offset-bottom-8 { margin-bottom: 8em; }
.vert-offset-bottom-9 { margin-bottom: 9em; }
.vert-offset-bottom-10 { margin-bottom: 10em; }
.vert-offset-bottom-11 { margin-bottom: 11em; }
.vert-offset-bottom-12 { margin-bottom: 12em; }

/* VERTICAL ALIGN
---------------------------------------------------------------------- */

.vcenter {
	display: flex;
    align-items: center;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}

/* HORIZONTAL ALIGN
---------------------------------------------------------------------- */

.hcenter,
.hcenter img {
	float: none;
	margin: 0 auto;
}

/* COLUMNS WITH EQUAL HEIGHT
---------------------------------------------------------------------- */

.row.row-eq-height {
  overflow: hidden; 
}
.row.row-eq-height > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* WELLS
---------------------------------------------------------------------- */

.well,
.well-sm,
.well-lg {
	/* no margin in master.css */
	/* no background in master.css */
	/* no border in master.css */
	/* no border-radius in master.css */
	/* no box-shadow in master.css */
}

/* RESPONSIVE IMAGE
---------------------------------------------------------------------- */

img.img-responsive { width: 100%; }

/* BOOTSTRAP CAROUSEL
---------------------------------------------------------------------- */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}

.carousel-controls,
.front .carousel-controls {
	position: absolute;
}
.carousel-controls {
	width: 33.33%;
	height: 65px;
	margin-left: 0;
	/* background-color in master.css */
	z-index: 90;
}
.carousel-controls {
	right: 0;
	left: auto;
	bottom: 0;
	width: 130px;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	background-color: rgba(255,255,255,1.00);
}
.carousel-control.left { left: 0; }
.carousel-control.right {
	right: 0;
}
.front .carousel-control.left,
.front .carousel-control.right { width: 50%; }

.carousel-indicators {
	position: absolute;
	left: 66.66%;
	top: 0;
	width: 33.33%;
	height: 75px;
	margin-left: 0;
	/* background-color in master.css */
}

.carousel-indicators li,
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	border-radius: 0;
	border-width: 0 0 0 2px;
	/* border-color in html template */
}
.carousel-indicators li { /* background-color in master.css */ }
.carousel-indicators li:hover { /* background-color in master.css */ }
.carousel-indicators .active,
.carousel-indicators .active:hover { /* background-color in html template */ }

/* TABLE
---------------------------------------------------------------------- */

.table {
	margin-bottom: 0;
	/* background-color in master.css */
}

.table > tbody > tr > td { /* no-border in master.css */ }

/* FORMS
---------------------------------------------------------------------- */

.panel {
	/* no-border in master.css */
	/* no-border-radius in master.css */
	/* no-background-color in master.css */
	/* no-box-shadow in master.css */
}
.panel-body {
	/* see margin-bottom in vertical-offset */
	/* background-color in master.css */
}

.webform-client-form .form-actions {
	position: absolute;
	/* right in master.css */
	/* bottom in master.css */
	width: 33.333%;
}
.webform-client-form .webform-submit {
	width: 100%;
	height: 150px;
	/* background-color in master.css */
	/* no border-radius in master.css */
	/* color in master.css */
	text-align: right;
	vertical-align: top;
}

/* BUTTONS
---------------------------------------------------------------------- */

.btn {
	font-size: 12px;
	text-transform: uppercase;
	/* background-color in master.css */
	/* no border-radius in master.css */
}

.btn-rdv {
    background-color: rgba(227,174,42,1.00);
}
.btn-rdv:hover {
    background-color: rgba(227,174,42,0.5);
}
.btn-group.open .dropdown-toggle { /* no-box-shadow in master.css */ } 

/* TYPOGRAPHY
---------------------------------------------------------------------- */

.small,
.footer ul li a,
.field-name-field-opening-hours .oh-display-times {
	font-size: 85%;
	line-height: 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
  #block-block-3 {
    display: block !important;
    position : absolute;
    right: 0;
    margin-top: 70px;
    }
    #block-block-3 .phone {
    font-size: 1.2em!important;
    }
    #block-block-3 .btn {
        font-size: 60%;}
}
@media (max-width: 767px) {
      #block-block-3 {
    display: block !important;
    position : absolute;
    right: 0;
    margin-top: 70px;
          width: auto;
    }
    #block-block-3 .col-xs-12 {padding: 0;}
    #block-block-3 .phone {
    font-size: 1.2em!important;
    }
    #block-block-3 .btn {
        font-size: 60%;}
}