

/*
neutre : 584d4b taupe
caf : 33b8d3 bleu
materiel : ebc908 jaune
inscription : f96d29 orange
historique : a0c318 vert
lma : 1d72cf bleu fonce
photos : 33b8d3
*/


@font-face {
	font-family: 'din-bold';
	src: url('fonts/DINWeb-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'din-light';
	src: url('fonts/DINWeb-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'din-medium';
	src: url('fonts/DINWeb-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'caf';
  src:
    url('fonts/caf.html') format('truetype'),
    url('fonts/caf.woff') format('woff'),
    url('fonts/caf.svg#caf') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ffico-"], [class*=" ffico-"] {
  font-family: 'caf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	color: #555555;
	background: #ffffff;
}

a {
	color: #33b8d3;
	text-decoration: underline;
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

a:hover, a:focus {
	color: #584d4b;
	text-decoration: underline;
	outline: none;
}

a:active, a:hover {
	outline: none;
}


/* nyromodal */

.nyroModalBg {
	z-index: 1040;
}

.nyroModalCont {
	z-index: 1041;
}

/* modal */

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal-header {
	background-color: #2b94d1;
}

.modal-header h4 {
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.modal-header .sr-only {
	display: none;
}

.modal-header .close {
	margin-top: 0;
}

.modal-header .close {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	opacity: 1;
	text-shadow: 0 1px 0 #fff;
}

.modal-body {
	padding: 15px 15px 10px 15px;
}

.modal button.btn {
	font-size: 1.2em;
}



/* fancybox */

body .fancybox-title-float-wrap {
	margin-bottom: -30px;
}

body .fancybox-title-float-wrap .child {
	white-space: normal;
}






.popover {
	max-width: 250px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.popover.right {
	margin-left: 15px;
}

.popover-title {
	font-size: 1.1em;
	font-style: normal;
	color: #ffffff;
	background-color: #2b94d1;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.popover-content {
	font-style: normal;
	color: #584d4b;
	line-height: 1.3em;
}

.popover-content a {
	color: #2b94d1;
}

.popover-content a:hover {
	color: #584d4b;
	text-decoration: none;
}





/* input */

input,
button,
select,
textarea {
	font-family: helvetica, arial, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.42857143;
	color: #584d4b;
	vertical-align: top;
	border: 1px solid #b6b6b6;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #2b94d1;
	border: 1px solid #2b94d1;
	background-color: #f7fbff;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button.btn {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	padding: 0.5em;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

input[type="submit"] {
	color: #584d4b;
	border: 1px solid #33b8d3;
	background-color: #33b8d3;
}

input[type="submit"]:hover {
	color: #33b8d3;
	border: 1px solid #33b8d3;
	background-color: #584d4b;
}

input[type="reset"] {
	color: #555555;
	border: 1px solid #cccccc;
	background-color: #f4f4f4;
}

input[type="reset"]:hover {
	color: #ffffff;
	border: 1px solid #555555;
	background-color: #555555;
}

input[type="button"],
button.btn {
	color: #ffffff;
	border: 1px solid #33b8d3;
	background-color: #33b8d3;
}

input[type="button"]:hover,
button.btn:hover {
	color: #ffffff;
	border: 1px solid #584d4b;
	background-color: #584d4b;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}





#scrollToTop {
	display: none;
}

#scrollToTop a {
	width: 40px;
	height: 40px;
	bottom: 20px;
	position: fixed;
	right: 20px;
	background: url(../images_caf/scrollToTop_fond.png) left top no-repeat;
}

#scrollToTop a:hover {
	 background: url(../images_caf/scrollToTop_fond.png) left -60px no-repeat;
	text-decoration: none !important;
}











/* navigation */
.navbar-fixed-top {
	border-width: 0 0 0;
}

.navbar {
	margin: 0;
}

.navbar-default {
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	color: #584d4b;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #33b8d3;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #33b8d3;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #33b8d3;
	background-color: #ffffff;
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;

}
.yamm .dropdown-menu {
	left: auto;
	right: 0;
	padding: 0 0;
	border: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.yamm .yamm-content {
	margin: 0 -375px;
	padding: 30px 375px 20px 375px;
	border-top: 10px solid #33b8d3;
	border-bottom: 10px solid #33b8d3;
	background-color: #f4f4f4;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.yamm-content .row {
	padding: 0 15px;
}

.yamm-content ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.yamm-content ul li {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1px 0;
	padding: 8px 5px 5px 15px;
}

.yamm-content ul li.titre {
	font-weight: bold;
	color: #33b8d3;
	text-transform: uppercase;
	border: 1px solid #33b8d3;
}

.yamm-content ul li a {
	display: block;
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin: -8px -5px -5px -15px;
	padding: 8px 5px 5px 15px;
	background-color: #33b8d3;
}

.yamm-content ul li a:hover {
	color: #33b8d3;
	background-color: #f4f4f4;
}

/* groupe avec picto */
.yamm-content ul.groupe_picto li.titre {
	display: none;
}

.yamm-content ul.groupe_picto li a {
	margin: -8px -5px -5px -15px;
	padding: 8px 5px 5px 60px;
	background: #33b8d3 url(../images_caf/groupe_picto_fond.png) left top repeat-y;
	border: none;
}

.yamm-content ul.groupe_picto li a img {
	margin: -8px 15px -5px -60px;
}





.yamm-content a.pub img {
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.yamm-content a.pub:hover img, .yamm-content a.pub:focus img {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.205);
	transform: scale(1.025);
	border: 1px solid #f4f4f4;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	-ms-box-shadow: 0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
}


.yamm-content ul.widget {
    list-style: none;
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0;
}

.yamm-content ul.widget li {
    font-size: 1.3em;
    line-height: 1.1em;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

.yamm-content ul.widget li a:before,
.yamm-content ul.widget li a:after {
    display: table;
    content: " ";
}

.yamm-content ul.widget li a:after {
    clear: both;
}

.yamm-content ul.widget li a {
    position: relative;
    display: block;
    min-height: 60px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background-color: #111111;
    overflow: hidden;
}

.yamm-content div.bloc {
    position: absolute;
    width: 100%;
}

.yamm-content ul.widget li a img {
    display: inline-block;
    filter: alpha(opacity=35);
    opacity: .35;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.yamm-content div.bloc:last-child {
	top: 50%;
	left: 50%;
	width: 90%;
	padding: 5px 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.yamm-content ul.widget li a:hover {
    background-color: #33b8d3;
}





/* navigation inscription */
.yamm .inscription_nav .yamm-content {
	border-top: 10px solid #f96d28;
	border-bottom: 10px solid #f96d28;
}

.navbar-default .navbar-nav > li.inscription_nav > a:hover,
.navbar-default .navbar-nav > li.inscription_nav > a:focus {
	color: #f96d28;
	background-color: transparent;
}

.navbar-default .navbar-nav > .inscription_nav.active > a,
.navbar-default .navbar-nav > .inscription_nav.active > a:hover,
.navbar-default .navbar-nav > .inscription_nav.active > a:focus {
	color: #f96d28;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .inscription_nav.open > a,
.navbar-default .navbar-nav > .inscription_nav.open > a:hover,
.navbar-default .navbar-nav > .inscription_nav.open > a:focus {
	color: #f96d28;
	background-color: #ffffff;
}

.inscription_nav .yamm-content ul li.titre {
	color: #f96d28;
	border: 1px solid #f96d28;
}

.inscription_nav .yamm-content ul li a {
	background-color: #f96d28;
}

.inscription_nav .yamm-content ul.groupe_picto li a {
	background: #f96d28 url(../images_caf/groupe_picto_fond.png) left top repeat-y;
}

.inscription_nav .yamm-content ul li a:hover {
	color: #f96d28;
	background-color: #f4f4f4;
}

.inscription_nav .yamm-content ul.widget li a {
	background-color: #111111;
}

.inscription_nav .yamm-content ul.widget li a:hover {
	color: #ffffff;
	background-color: #f96d28;
}



/* navigation historique */
.yamm .historique_nav .yamm-content {
	border-top: 10px solid #a0c318;
	border-bottom: 10px solid #a0c318;
}

.navbar-default .navbar-nav > li.historique_nav > a:hover,
.navbar-default .navbar-nav > li.historique_nav > a:focus {
	color: #a0c318;
	background-color: transparent;
}

.navbar-default .navbar-nav > .historique_nav.active > a,
.navbar-default .navbar-nav > .historique_nav.active > a:hover,
.navbar-default .navbar-nav > .historique_nav.active > a:focus {
	color: #a0c318;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .historique_nav.open > a,
.navbar-default .navbar-nav > .historique_nav.open > a:hover,
.navbar-default .navbar-nav > .historique_nav.open > a:focus {
	color: #a0c318;
	background-color: #ffffff;
}

.historique_nav .yamm-content ul li.titre {
	color: #a0c318;
	border: 1px solid #a0c318;
}

.historique_nav .yamm-content ul li a {
	background-color: #a0c318;
}

.historique_nav .yamm-content ul.groupe_picto li a {
	background: #a0c318 url(../images_caf/groupe_picto_fond.png) left top repeat-y;
}

.historique_nav .yamm-content ul li a:hover {
	color: #a0c318;
	background-color: #f4f4f4;
}

.historique_nav .yamm-content ul.widget li a {
	background-color: #111111;
}

.historique_nav .yamm-content ul.widget li a:hover {
	color: #ffffff;
	background-color: #a0c318;
}




/* navigation materiel */
.yamm .materiel_nav .yamm-content {
	border-top: 10px solid #ebc908;
	border-bottom: 10px solid #ebc908;
}

.navbar-default .navbar-nav > li.materiel_nav > a:hover,
.navbar-default .navbar-nav > li.materiel_nav > a:focus {
	color: #ebc908;
	background-color: transparent;
}

.navbar-default .navbar-nav > .materiel_nav.active > a,
.navbar-default .navbar-nav > .materiel_nav.active > a:hover,
.navbar-default .navbar-nav > .materiel_nav.active > a:focus {
	color: #ebc908;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .materiel_nav.open > a,
.navbar-default .navbar-nav > .materiel_nav.open > a:hover,
.navbar-default .navbar-nav > .materiel_nav.open > a:focus {
	color: #ebc908;
	background-color: #ffffff;
}

.materiel_nav .yamm-content ul li.titre {
	color: #ebc908;
	border: 1px solid #ebc908;
}

.materiel_nav .yamm-content ul li a {
	background-color: #ebc908;
}

.materiel_nav .yamm-content ul.groupe_picto li a {
	background: #ebc908 url(../images_caf/groupe_picto_fond.png) left top repeat-y;
}

.materiel_nav .yamm-content ul li a:hover {
	color: #ebc908;
	background-color: #f4f4f4;
}

.materiel_nav .yamm-content ul.widget li a {
	background-color: #111111;
}

.rmateriel_nav .yamm-content ul.widget li a:hover {
	color: #ffffff;
	background-color: #ebc908;
}


/* navigation photos */
.yamm .photos_nav .yamm-content {
	border-top: 10px solid #1d72d;
	border-bottom: 10px solid #1d72d;
}

.navbar-default .navbar-nav > li.materiel_nav > a:hover,
.navbar-default .navbar-nav > li.materiel_nav > a:focus {
	color: #1d72d;
	background-color: transparent;
}

.navbar-default .navbar-nav > .materiel_nav.active > a,
.navbar-default .navbar-nav > .materiel_nav.active > a:hover,
.navbar-default .navbar-nav > .materiel_nav.active > a:focus {
	color: #1d72d;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .materiel_nav.open > a,
.navbar-default .navbar-nav > .materiel_nav.open > a:hover,
.navbar-default .navbar-nav > .materiel_nav.open > a:focus {
	color: #1d72d;
	background-color: #ffffff;
}

.photos_nav .yamm-content ul li.titre {
	color: #1d72d;
	border: 1px solid #1d72d;
}

.photos_nav .yamm-content ul li a {
	background-color: #1d72d;
}

.photos_nav .yamm-content ul.groupe_picto li a {
	background: #1d72d url(../images_caf/groupe_picto_fond.png) left top repeat-y;
}

.photos_nav .yamm-content ul li a:hover {
	color: #1d72d;
	background-color: #f4f4f4;
}

.photos_nav .yamm-content ul.widget li a {
	background-color: #111111;
}

.photos_nav .yamm-content ul.widget li a:hover {
	color: #ffffff;
	background-color: #1d72d;
}


/* logo */
.navbar-brand {
	height: inherit;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #584d4b;
}

.navbar-brand a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.navbar-brand a:hover,
.navbar-brand a:focus {
	color: #333333;
	text-decoration: none;
}

.navbar-brand .logo {}

.navbar-brand  a img {
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	opacity: 1;
}

.navbar-brand  a:hover img {
	/*-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.205);
	transform: scale(1.025);*/
	opacity: 0.5;
}

.navbar-brand .slogan {
	display: none;
}


.top {
	z-index: 20;
	position: fixed;
	right: 0;
	left: 0;
	min-height: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}


/* Mon compte dans le menu haut */

.top .outils .short-login {
	display: none;
	position: absolute;
	padding: 1em;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.top .outils .form-login {
	margin-bottom: 0.5em;
}


.top .outils .short-login label,
.top .outils .short-login input {
	float:none;
	display:block;
}

.top .outils .short-login label {
	margin-bottom: 0.35em;
}

.top .outils .short-login input[type="text"],
.top .outils .short-login input[type="password"] {
	width: 100%;
	margin-right: 0;
	margin-bottom: -0.25em;
}


.tzr-page-content .account-actions {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

.account-actions li,
.top .outils .account-actions li {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	float: none;
	margin-bottom: 0.25em;
}

.account-actions li {
	font-size: 1.1em;
}

.account-actions li a,
.top .outils .account-actions li a {
	font-size: 0.95em;
	color: #33b8d3;
	text-decoration: none;
	padding: 0.15em 0;
	margin: 0;
}

.account-actions li a:hover,
.top .outils .account-actions li a:hover {
	color: #584d4b;
}

.account-actions li a:before,
.top .outils .account-actions li a:before {
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	font-size: 0.6em;
	margin-right: 5px;
	content: "\e072";
}







/* outils */
.outils {
	float: right;
}

.outils ul {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 0;
	padding: 0;
}

.outils ul li {
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: normal;

}

.outils ul li a {
	display: block;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #584d4b;
	text-decoration: none;
	margin: 0 0 0 8px;
	padding: 8px 0 6px 21px;
	background: url('../images_caf/outils_puce.png') left center no-repeat;
}

.outils ul li:first-child a {
	background-image: none;
	padding-left: 0;
}

.outils ul li a:hover {
	color: #33b8d3;
}

.logout a {
	display:block;
}
.outils ul li .logout {
	padding-top:0.35em;
}
.outils ul li .logout a {
	color: #33b8d3;
	padding-left: 0;
	margin-left: 0;
	padding: 0.35em 0 0 0;
}

.outils ul li .logout a:hover {
	color: #584d4b;
}

.outils ul li .logout a:before {
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	font-size: 0.6em;
	margin-right: 5px;
	content: "\e072";
}




.searchbt {
	float: right;
	color: #ffffff;
	margin-right: 15px;
}

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

.searchbt a {
	display: block;
	color: #584d4b;
	padding: 3px 12px 0 25px;
	background: url('../images_caf/outils_puce.png') left center no-repeat;
}

.searchbt a:hover {
	color: #33b8d3;
}

.searchbt a .glyphicon {
	font-size: 22px;
	line-height: 22px;
}


.search {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #827a78;
}

.search .form-group {
	width: 70%;
	margin: 0 -3px 0 0;
}

.search input[type="text"] {
	width: 100%;
	height: 38px;
	margin: 0;
	border-radius: 0;
}

.search .btn {
	height: 38px;
}

.htdig-search-form fieldset legend {
	display:none;
}







/* bandeau */

.bandeau {
	background-color: #33b8d3;
}



/* carousel */

.slider_grd {
	text-align: center;
	background-color: #584d4b;
}

.slider_grd .carousel-inner > .item > a > img,
.slider_grd .carousel-inner > .item > img {
	display: inline-block;
}


.slider_grd .carousel-caption {
	left: 40%;
	right: 20px;
	text-align: right;
	padding: 0;
}

.slider_grd .carousel-caption a {
	color: #fff;
	text-decoration: none;
}

.slider_grd .carousel-caption p {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.slider_grd .carousel-caption .titre {
	display: inline-block;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.5em;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, 0.475);
}

.slider_grd .carousel-caption .titre span {
	font-size: 0.6em;
	text-transform: none;
}

.carousel-control.left, .carousel-control.right {
	filter: alpha(opacity=0);
	opacity: 0;
}

.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.right:hover,
.carousel-control.right:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-caption {
	z-index: 2;
}









/* page menu univers */
.univers {}

.univers h1 {
	display: none;
}


/* widget contenu */

.groupe_page {
	color: #ffffff;
	padding-top: 3em;
	padding-bottom: 2em;
	background-color: #584d4b;
}

.groupe_page a {
	color: #584d4b
}

.groupe_page a:hover {
	color: #ffffff;
	text-decoration: none;
}

.groupe_page h4 {
	margin-bottom: 1em;
}

.groupe_page h4 a {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 1.25em 0.5em 1.85em 0.5em;
	background: #33b8d3 url(../images_caf/groupe_page_puce_01.png) right bottom no-repeat;
}

.groupe_page h4 a.active,
.groupe_page h4 a:hover {
	color: #33b8d3;
	background: #ffffff url(../images_caf/groupe_page_puce_caf.png) right bottom no-repeat;
}

.groupe_page_content {
	display: none;
	color: #584d4b;
	padding: 1.25em 0.5em 0 0.5em;
	background-color: #33b8d3;
}

.groupe_page_content img {
	margin-bottom: 1em;
}

.groupe_page_content ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


.groupe_page_content ul li a {
	display: block;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.groupe_page_content ul li a:hover {
	color: #584d4b;
	text-decoration: none;
}




/* widget dans les pages */

.widget_page {
	color: #ffffff;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #ffffff;
}

.widget_page img {
	padding-bottom: 0.75em;
}

.widget_page .widget_page_content {
	margin-bottom: 0.75em;
	background-color: #584d4b;
}

.widget_page .widget_page_content a {
	display: block;
	color: #ffffff;
	padding: 1.25em 1.25em 2em 1.25em;
	text-decoration: none;
	background: #584d4b url(../images_caf/widget_page_puce.png) right bottom no-repeat;
}

.widget_page .widget_page_content a:hover {
	background-color: #33b8d3;
}

.widget_page .widget_page_content span {
	display: block;
	font-size: 0.95em;
	line-height: 1.25em;
	padding-bottom: 0.75em;
}

.widget_page .widget_page_content .titre {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	color: #ffffff;
	padding-bottom: 0.25em;
}


.widget_page .widget_page_more {
	color: #584d4b;
	padding: 1.25em 1.25em 0.5em 1.25em;
	margin-bottom: 2em;
	border: 1px solid #584d4b;
	background-color: #ffffff;
}

.widget_page .widget_page_more p {
	font-size: 0.95em;
	line-height: 1.25em;
	padding-bottom: 0.75em;
}

.widget_page .widget_page_more ul {
	list-style: square;
	margin: 0 0 0 13px;
	padding: 0 0 0.75em 0;
}

.widget_page .widget_page_more img {
	padding-bottom: 1.25em;
}

.widget_page .widget_page_more .sur_titre {
	display: block;
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	font-size: 0.9em;
	line-height: 0.9em;
	text-transform: uppercase;
	color: #584d4b;
	margin-bottom: 0.75em;
}

.widget_page .widget_page_more h5 {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	color: #584d4b;
	margin-bottom: 0.25em;
}

.widget_page .widget_page_more a {
	color: #584d4b;
	text-decoration: underline;
}

.widget_page .widget_page_more a:hover {
	color: #33b8d3;
	text-decoration: none;
}

.widget_page .video {
	position: relative;
}

.widget_page .video_play {
	display: block;
	top: 18%;
	left: 30%;
	position: absolute;
	width: 75px;
	height: 75px;
	background: url(../images_caf/cv3-widget_video_play.png) center center no-repeat;
}









/* chemin */

.cv3-chemin {}

.breadcrumb {
	font-size: 0.8em;
	color: #584d4b;
	background-color: transparent;
	border-radius: 0 0 0 0;
	list-style: none outside none;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 8px 15px;
}

.breadcrumb a {
	color: #a8a8a8;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #584d4b;
}




/* centre de page */

.cv3-main {
	margin-bottom: 3em;
}






/* les blocks */

.cv3-block {
	margin: 0 0 1px 0;
	padding: 1.25em 1.5em 0.75em 1.5em;
	border: 1px solid #584d4b;
}

.cv3-block h4 {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.9em;
	line-height: 1em;
	color: #584d4b;
	margin-bottom: 0.3em;
}

.cv3-block a {
	color: #33b8d3;
}

.cv3-block a:hover {
	color: #584d4b;
}

.cv3-block form {
	margin: 0;
}

.cv3-block .middle {}

.cv3-block .middle:before,
.cv3-block .middle:after {
	display: table;
	content: " ";
}

.cv3-block .middle:after {
	clear: both;
}

.cv3-block img {
	margin-bottom: 1em;
}

.cv3-block ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin-bottom: 0.5em;
}

.cv3-block ul li {
	margin-bottom: 0.25em;
}

.cv3-block ul li a {
	text-decoration: none;
}

.cv3-block ul li a:before {
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	font-size: 0.6em;
	margin-right: 5px;
	content: "\e072";
}

.cv3-block .link_toggle {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #584d4b;
	text-decoration: none;
	text-transform: uppercase;
}

.cv3-block .link_toggle:hover {
	color: #33b8d3;
	text-decoration: none;
}





.cv3-col-gauche h2.rubrique {
	font-size: 2em;
	line-height: 1.1em;
	color: #ff95a4;
	margin-bottom: 0;
	padding: 0.25em 15px;
}


/* slider institutionnel */
	
.cv3-col-gauche .carousel-logos .carousel-logo {
	position: inherit;
	left: 0;
	margin-bottom: 1px;
	border: 1px solid #584d4b;
}

.cv3-col-gauche .carousel-logos .container {
    position: inherit;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.cv3-col-gauche .carousel-logos .carousel-inner {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* navigation */

#cv3-navigation {
	border: none;
	padding-bottom: 2em;
}


#cv3-navigation h4 {
	color: #ffffff;
}
#cv3-navigation h4 a {
	color: #ffffff;
	text-decoration:none;
}
#cv3-navigation h4 a:hover {
	text-decoration:underline;
}

#cv3-navigation ul {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
}

#cv3-navigation ul li {
	margin-bottom: 0.25em;
}





/* news */

#cv3-news {
	color: #ffffff;
	background-color: #d2001e;
}

#cv3-news h4 {
	font-size: 1.75em;
	line-height: 1em;
	color: #ff95a4;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#cv3-news h5 {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #ffffff;
	margin-bottom: 0.4em;
}

#cv3-news a {
	color: #ffffff;
	text-decoration: none;
}

#cv3-news a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#cv3-news img {
	margin-bottom: 10px;
}

#cv3-news a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#cv3-news p {
	font-size: 1em;
	line-height: 1.3em;
}

#cv3-news .middle {}

#cv3-news .cv3-news-item {
	margin-bottom: 1em;
}

#cv3-news .separator {
	border-bottom: 1px dotted #ff95a4;
	margin-bottom: 1em;
}

#cv3-news .link_toggle:hover {
	color: #333333;
	text-decoration: none;
}








/* mur */
#transverse {}


/* Toolbar */
.transverse-filtres {
	padding-bottom: 1em;
	background-color: #ffffff;
}

.transverse-filtres ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.transverse-filtres li {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.5em;
	float: left;
	white-space: nowrap;
	padding: 0;
	margin: 0 0.75em 0 0;
}

.transverse-filtres li:before {
	font-family: 'din-light', helvetica, arial, verdana, sans-serif;
	line-height: 1em;
	font-size: 1em;
	margin-right: 0.75em;
	content: "/";
}

.transverse-filtres li:first-child:before {
	margin-right: 0;
	content: "";
}

.transverse-filtres li a {
	color: #584d4b;
	text-transform: uppercase;
	text-decoration: none;
}

.transverse-filtres li a:hover {
	text-decoration: none;
	color: #33b8d3;
}


.transverse-filtres li a.active {
	text-decoration: none;
	color: #33b8d3;
}

.transverse_infos_filtre {
	margin-bottom: 2em;
}

.transverse_infos_filtre select {
	width: auto;
	color: #33b8d3;
	margin: 0 -0.35em 0 0;
	border: 1px solid #33b8d3;
}

.transverse-content {
	background-color: #33b8d3;
	padding-bottom: 3em;
}


.transverse-content ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.transverse-content ul li {
	float: left;
	padding: 0;
	border: none;
}

.transverse-content ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}


.transverse-content ul li .photo {
	position: relative;
	display: block;
	padding-bottom: 0.25em;
	background: #33b8d3 url('../images_caf/transverse_infos_fond.png') center -400px no-repeat;
}

.transverse-content ul li .puce {
	position: absolute;
	left: 45%;
	bottom: 0;
}

.transverse-content ul li .photos,
.transverse-content ul li .lma,
.transverse-content ul li .materiel,
.transverse-content ul li .inscription,
.transverse-content ul li .historique {
	display: none;
}

.transverse-content ul li .infos {
	display: block;
	padding: 0.35em;
}

.transverse-content ul li .infos .titre {
	display: block;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.05em;
	margin-bottom: 0.15em;
}

.transverse-content ul li .infos .date {
	display: block;
	font-size: 0.85em;
	font-weight: bold;
/*      margin-bottom: 0.55em; */
    margin-bottom: 0;
    margin-top: 0.2em;
}

.transverse-content ul li a:hover .infos {
	background-color: #584d4b;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.transverse-content ul li a:hover .photo {
	background: #584d4b url('../images_caf/transverse_infos_fond.png') center center no-repeat;
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.transverse-content ul li a:hover .photo img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.transverse-content ul li .plus {
	display: block;
	margin: 0.2em 0 0 0;
}

.transverse-content ul li .plus span {
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.transverse-content ul li a:hover .plus {
	color: #ffffff;
	text-decoration: none;
}

.transverse-content ul li a.download-file {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 0.35em;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.transverse-content ul li a.download-file:before {
	-moz-osx-font-smoothing: grayscale;
	float: left;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.5em;
	content: "\e025";
}

.transverse-content ul li a.download-file:hover {
	background-color: #584d4b;
}


/* transverse formation */

.transverse_infos li.caf-formation {
	width: 100%;
}

.transverse-content .caf-formation .infos {
	padding: 0;
}

.transverse-content .caf-formation .infos .titre {
	font-size: 1.85em;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 0.5em;
}

div.caf-formation {
	color: #584d4b;
	padding: 1.25em 0 0.5em 0;
	margin-bottom: 1em;
	background-color: #ffffff;
}

div.caf-formation:before,
div.caf-formation:after {
  display: table;
  line-height: 0;
  content: "";
}

div.caf-formation:after {
  clear: both;
}


.transverse-content div.caf-formation a {
	display: inline-block;
	text-decoration: underline;
	margin-right: 0.35em;
}

.transverse-content div.caf-formation a:hover,
.transverse-content div.caf-formation a:active {
	text-decoration: none;
}


.transverse-content div.caf-formation a:after {
	padding: 0;
	border: none;
	content: "";
}

.transverse-content div.caf-formation a:hover:after {
	padding: 0;
	background-color: transparent;
}

div.caf-formation p {
	line-height: 1.3em;
	padding-bottom: 0.65em;
}

div.caf-formation label {
	margin: 0 0.35em 0 0;
}

div.caf-formation img.img-responsive,
div.caf-formation img.picto {
	max-width: 50%;
	margin: 0 0 0.65em 0;
}

div.caf-formation .col1,
div.caf-formation .col2 {
	float: left;
	width: 50%;
	padding: 0 1.25em;
}





/* actus */

.actus-block {
	padding: 1.25em 0 3em 0;
	background-color: #ffffff;
}


.actus-block h3 {
	font-size: 2.5em;
	line-height: 0.9em;
	color: #584d4b;
	text-align: center;
	margin-bottom: 0.5em;
}

.actus-block a {
	position: relative;
	display: block;
	color: #584d4b;
	text-decoration: none;
}

.actus-block a.caf:hover,
.actus-block a.caf:hover .date,
.actus-block a.caf:hover .type {
	color: #33b8d3;
}

.actus-block a.caf:hover .plus span {
	background-color: #33b8d3;
}

.actus-block a.materiel:hover,
.actus-block a.materiel:hover .date,
.actus-block a.materiel:hover .type {
	color: #ebc908;
}

.actus-block a.materiel:hover .plus span {
	background-color: #ebc908;
}

.actus-block a.inscription:hover,
.actus-block a.inscription:hover .date,
.actus-block a.inscription:hover .type {
	color: #f96d29;
}

.actus-block a.inscription:hover .plus span {
	background-color: #f96d29;
}

.actus-block a.historique:hover,
.actus-block a.historique:hover .date,
.actus-block a.historique:hover .type {
	color: #a0c318;
}

.actus-block a.historique:hover .plus span {
	background-color: #a0c318;
}


.actus-block .photo {
	display: inline-block;
	position: relative;
}

.actus-block a.caf .photo {
	background-color: #33b8d3;
}

.actus-block a.materiel .photo {
	background-color: #ebc908;
}

.actus-block a.inscription .photo {
	background-color: #f96d29;
}

.actus-block a.historique .photo {
	background-color: #a0c318;
}

.actus-block a:hover .photo {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.actus-block a:hover .photo img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

.actus-block a .puce_caf,
.actus-block a .puce_materiel,
.actus-block a .puce_historique,
.actus-block a .puce_inscription {
	display: none;
	position: absolute;
	right: 5%;
	bottom: 2px;
}

.actus-block a.caf .puce_caf {
	display: block;
}

.actus-block a.materiel .puce_materiel {
	display: block;
}

.actus-block a.historique .puce_historique {
	display: block;
}

.actus-block a.inscription .puce_inscription {
	display: block;
}



.actus-block .title {
	display: block;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.15em;
	margin-bottom: 0.25em;
}

.actus-block .txt {
	display: block;
	margin-bottom: 0.35em;
}

.actus-block .plus {
	display: block;
	margin-bottom: 5px;
}

.actus-block .plus span {
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0.4em 0.5em 0.25em 0.5em;
	background-color: #a8938f;
}

.actus-block .date-type {
	position: relative;
	display: block;
}

.actus-block .date,
.actus-block .type,
.actus-block .download-file {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;
	color: #a8938f;
	text-transform: uppercase;
}

.actus-block .type {
	float: right;
}

.actus-block .download-file .glyphicon {
	margin-right: 5px;
}

.actus-block .seolanMap-item {
	margin: 0;
}





/* actu big */

.actus-block a.big {
	padding-right: 5px;
	border-bottom: none;
}


.actus-block a.big .photo {
	width: 100%;
	float: none;
	background-color: transparent;
}

.actus-block a.big.caf .photo {
	background-color: #33b8d3;
}

.actus-block a.big.materiel .photo {
	background-color: #ebc908;
}

.actus-block a.big.inscription .photo {
	background-color: #f96d29;
}

.actus-block a.big.historique .photo {
	background-color: #a0c318;
}

.actus-block a.big .puce_caf,
.actus-block a.big .puce_materiel,
.actus-block a.big .puce_historique,
.actus-block a.big .puce_inscription {
	bottom: 0px;
}

.actus-block a.big .content {
	display: block;
	width: inherit;
	font-size: 100%;
	line-height: 1.35em;
	padding: 10px 15px 0 0;
	margin-left: 0;
}

.actus-block a.big .title {
	display: block;
	font-size: 1.5em;
}

.actus-block a.big .txt {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

.actus-block a.big .plus {
	display: inline-block;
}

.actus-block a.big .date,
.actus-block a.big .type {
	float: right;
}

.actus-block a.big .date {
	margin-right: 15px;
}


.actus-block.en-avant {
	padding-bottom: 0;
}



.actus-block + .actus-filtres {
	margin-top: 3em;
	margin-bottom: 1.5em;
	padding-bottom: 0;
	background-color: #ffffff;
}

.actus-all {
	text-align: center;
	margin-bottom: 3em;
}

.actus-all .pagination {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.actus-all .pagination > li > a,
.actus-all .pagination > li > span {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	color: #584d4b;
	border: 1px solid #584d4b;
}

.actus-all .pagination > li:first-child > a,
.actus-all .pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.actus-all .pagination > li:last-child > a,
.actus-all .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.actus-all .pagination > li > a:hover,
.actus-all .pagination > li > span:hover,
.actus-all .pagination > li > a:focus,
.actus-all .pagination > li > span:focus {
	color: #ffffff;
	background-color: #584d4b;
	border-color: #584d4b;
}

.actus-all .pagination > .active > a,
.actus-all .pagination > .active > span,
.actus-all .pagination > .active > a:hover,
.actus-all .pagination > .active > span:hover,
.actus-all .pagination > .active > a:focus,
.actus-all .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #584d4b;
	border-color: #584d4b;
}



.actus-all .btn-default {
	text-align: right;
	padding: 10px 30px 10px 15px;
	border-color: #584d4b;
	background: #584d4b url('../images_caf/actus-all-fond.html') center right no-repeat;
}

.actus-all .btn-default:hover {
	border-color: #33b8d3;
	background: #33b8d3 url('../images_caf/actus-all-fond.html') center right no-repeat;;
}




/* pagination actus */
.actus-block + .container .cv8d-pagelist {
	text-align: center;
	margin-top: 0;
	margin-bottom: 3.5em;
}

.actus-block + .container .cv8d-pagelist a {
	display: inline-block;
	height: auto;
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	color: #584d4b;
	margin-right: -6px;
	padding: 7px 13px;
	border: 1px solid #584d4b;
	background-color: #ffffff;
}

.actus-block + .container .cv8d-pagelist a.active-page,
.actus-block + .container .cv8d-pagelist a:hover,
.actus-block + .container .cv8d-pagelist a:focus {
	color: #ffffff;
	background-color: #584d4b;
	border-color: #584d4b;
}





/* mur actus */
#actus {}


/* Toolbar */
.actus-filtres {
	margin-top: 3em;
	background-color: #ffffff;
}

.actus-filtres ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.actus-filtres li {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.5em;
	color: #33b8d3;
	float: left;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
	margin: 0 0.75em 0 0;
}

.actus-filtres li:before {
	font-family: 'din-light', helvetica, arial, verdana, sans-serif;
	line-height: 0.875em;
	font-size: 0.875em;
	color: #584d4b;
	margin-right: 0.75em;
	content: "/";
}

.actus-filtres li:first-child:before {
	margin-right: 0;
	content: "";
}

.actus-filtres li a {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	font-size: 0.9em;
	color: #584d4b;
	text-decoration: none;
	text-transform: none;
}

.actus-filtres li a:hover {
	text-decoration: none;
	color: #33b8d3;
}

.actus-filtres li a.active {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	text-decoration: none!important;
}

.actus-content {
	background-color: #ffffff;
	padding-bottom: 3em;
}


.actus-content ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.actus-content ul li {
	float: left;
	color: #584d4b;
	padding: 0;
	border: none;
}

.actus-content ul li a {
	display: block;
	color: #584d4b;
	text-decoration: none;
}





.actus-content ul li .photo {
	position: relative;
	display: block;
	background: url('../images_caf/actus_infos_fond.png') center -400px no-repeat;
}

.actus-content ul li .puce_caf,
.actus-content ul li .puce_materiel,
.actus-content ul li .puce_historique,
.actus-content ul li .puce_inscription {
	display: none;
	position: absolute;
	left: 45%;
	bottom: -3px;
}

.actus-content ul li.caf .puce_caf {
	display: block;
}

.actus-content ul li.materiel .puce_materiel {
	display: block;
}

.actus-content ul li.historique .puce_historique {
	display: block;
}

.actus-content ul li.inscription .puce_inscription {
	display: block;
}


.actus-content ul li .infos {
	display: block;
	padding: 0.75em;
}

.actus-content ul li.caf .infos {
	border: 1px solid #33b8d3;
	border-top: 10px solid #33b8d3;
}

.actus-content ul li.materiel .infos {
	border: 1px solid #ebc908;
	border-top: 10px solid #ebc908;
}

.actus-content ul li.historique .infos {
	border: 1px solid #a0c318;
	border-top: 10px solid #a0c318;
}

.actus-content ul li.inscription .infos {
	border: 1px solid #f96d29;
	border-top: 10px solid #f96d29;
}

.actus-content ul li .infos span {
	display: block;
	font-size: 0.95em;
	line-height: 1.25em;
	margin-bottom: 0.55em;
}

.actus-content ul li .infos .titre {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 1.15em;
	line-height: 1.15em;
	margin-bottom: 0.25em
}

.actus-content ul li a:hover .infos {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.actus-content ul li.caf a:hover .infos {
	color: #33b8d3;
}

.actus-content ul li.materiel a:hover .infos {
	color: #ebc908;
}

.actus-content ul li.historique a:hover .infos {
	color: #a0c318;
}

.actus-content ul li.inscription a:hover .infos {
	color: #f96d29;
}

.actus-content ul li a:hover .photo {
	background: url('../images_caf/actus_infos_fond.png') center center no-repeat;
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.actus-content ul li.caf a:hover .photo {
	background-color: #33b8d3;
}

.actus-content ul li.materiel a:hover .photo {
	background-color: #ebc908;
}

.actus-content ul li.historique a:hover .photo {
	background-color: #a0c318;
}

.actus-content ul li.inscription a:hover .photo {
	background-color: #f96d29;
}

.actus-content ul li a:hover .photo img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}



.actus-content ul li .infos .plus {
	padding: 0;
	margin: 0.5em 0 -0.05em 0;
}

.actus-content ul li .infos .plus:before,
.actus-content ul li .infos .plus:after {
	display: table;
	content: " ";
}

.actus-content ul li .infos .plus:after {
	clear: both;
}

.actus-content ul li .infos .plus span {
	float: left;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0.4em 0.5em 0.25em 0.5em;
	background-color: #a8938f;
}

.actus-content ul li a:hover .plus span,
.actus-content ul li a:active .plus span {
	background-color: #584d4b;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.actus-content ul li.caf a:hover .plus span,
.actus-content ul li.caf a:active .plus span {
	background-color: #33b8d3;
}

.actus-content ul li.materiel a:hover .plus span,
.actus-content ul li.materiel a:active .plus span {
	background-color: #ebc908;
}

.actus-content ul li.historique a:hover .plus span,
.actus-content ul li.historique a:active .plus span {
	background-color: #a0c318;
}

.actus-content ul li.inscription a:hover .plus span,
.actus-content ul li.inscription a:active .plus span {
	background-color: #f96d29;
}

.actus-content ul li .infos .date {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;
	color: #a8938f;
    padding-top: 1em;
    float: left;
}

.actus-content ul li .infos .type {
	font-family: 'din-bold', helvetica, arial, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;
	color: #a8938f;
	text-align: right;
	text-transform: uppercase;
	padding-top: 1em;
}

.actus-content ul li .infos .type:before,
.actus-content ul li .infos .type:after {
	display: table;
	content: " ";
}

.actus-content ul li .infos .type:after {
	clear: both;
}

.actus-content ul li.caf a:hover .date,
.actus-content ul li.caf a:hover .type {
	color: #33b8d3;
}

.actus-content ul li.materiel a:hover .date,
.actus-content ul li.materiel a:hover .type {
	color: #ebc908;
}

.actus-content ul li.historique a:hover .date,
.actus-content ul li.historique a:hover .type {
	color: #a0c318;
}

.actus-content ul li.inscription a:hover .date,
.actus-content ul li.inscription a:hover .type {
	color: #f96d29;
}


.actus-content ul li a.download-file {
	display: block;
	font-size: 0.9em;
	color: #584d4b;
	text-decoration: none;
	padding: 0.5em 0.75em;
	margin-bottom: 0.5em;
}

.actus-content ul li a.download-file:before {
	-moz-osx-font-smoothing: grayscale;
	float: left;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.5em;
	content: "\e025";
}

.actus-content ul li a.download-file:hover {
	color: #ffffff;
	background-color: #33b8d3;
}

.actus-content ul li.historique a.download-file:hover {
	color: #ffffff;
	background-color: #a0c318;
}

.actus-content ul li.inscription a.download-file:hover {
	color: #ffffff;
	background-color: #f96d29;
}

.actus-content ul li.materiel a.download-file:hover {
	color: #ffffff;
	background-color: #ebc908;
}

.actus-content ul li.lma a.download-file:hover {
	color: #ffffff;
	background-color: #1d72cf;
}



/* footer bas page */

.footer {
	color: #ffffff;
	background-color: #584d4b;
	padding: 35px 0 60px 0;
}

.footer .collapse {
	display: block;
}


.footer .cv3-block h4 {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
}



/* coordonnees */
#cv3-infosite {
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #827a78;
}

#cv3-infosite h4 {
	font-size: 1.25em;
	line-height: 1em;
	color: #33b8d3;
}

#cv3-infosite .tel_urgence {
	font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #33b8d3;
	margin: 0;
	padding: 5px 0 5px 45px;
	background: url(../images_caf/tel_urgence_puce.png) left top no-repeat;
}

#cv3-infosite .email {
	font-family:  helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #001eff;
	margin: 0;
	padding: 5px 0 5px 45px;
	background: url(../images_caf/email.png) left top no-repeat;
}

/* Style des liens au passage de la souris */
div#mailto a:hover {
font-size:1.25em;
text-decoration:underline;
color:#ffffff;
}

/* Style des liens autre qu'au passage de la souris */
div#mailto a:link, a:active, a:visited {
font-size:1.25em;
text-decoration:none;
color:#ffffff;
}






}




#cv3-infosite .link {
	display: none;
}






/* signature */

.signature {
	font-size: 0.9em;
}



/* partenaires */
.footer #cv3-partner {
	padding: 5%;
	background-color: #ffffff;
}

.footer #cv3-partner h4 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.75em;
}

.footer .partner {
	max-height: 80px;
	width: 33.33%;
	margin: 0 0 1em 0;
}

.footer .partner span {
	line-height: 80px;
}

.footer .partner span img {
	max-height: 80px;
}




@media (min-width: 768px) {

	body {
		margin-top: 95px;
	}

	.navbar {
		min-height: 65px;
	}

	.navbar-brand {
		padding: 5px 5px 0 15px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 9px 0 0 0;
		padding: 15px 0 20px 15px;
	}

	.yamm .yamm-content {
		margin-top: 1px;
	}

	.yamm-content ul li a {
		font-size: 1em;
		line-height: 0.95em;
	}

	.top {
		top: 65px;
	}


	/* slider institutionnel */
	
	.carousel-logos .container {
		position: relative;
	}
	
	.carousel-logos .carousel-logo {
		z-index: 5;
		position: absolute;
		top: 0;
		left: 15px;
	}

	.carousel-logos .carousel-inner {
		background-color: rgba(88, 77, 75, 0.75);
		-webkit-box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
		box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
	}

	.carousel-logos .item a {
		display: block;
		width: 90px;
		height: 90px;
		line-height: 90px;
		text-align: center;
	}

	.carousel-logos .carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 70px;
		max-height: 70px;
		width: auto;
		vertical-align: middle;
	}

	.cv3-col-gauche .carousel-logos .item a {
		display: block;
		width: 100%;
		height: 140px;
		line-height: 140px;
		text-align: center;
	}

	.cv3-col-gauche .carousel-logos .carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 110px;
		max-height: 110px;
		width: auto;
		vertical-align: middle;
	}


	.cv3-col-gauche .collapse {
		display: block;
	}

	.cv3-col-gauche .cv3-block:nth-child(2n-1)  {
		clear: left;
	}

	#cv3-menu-outils {
		border: none;
		background-color: #584d4b;
	}

	.cv3-block .link_toggle {
		display: none !important;
	}

	#cv3-navigation {
		padding-bottom: 0.75em;
		background-image: none;
		background-color: #33b8d3;
		margin-top: 4em;
	}

	.cv3-block h4 {
		display: block !important;
	}

	.transverse-content ul li {
		margin: 0 1% 1em 0;
		width: 24%;
	}


	.actus-block .seolanMap-item {
		float: none;
		width: 100%;
	}


	.actus-block a {
		height: 115px;
		border-bottom: 5px solid #ffffff;
		overflow: hidden;
	}

	.actus-block .photo img {
		max-height: 115px;
	}

	
	.actus-block .center-vert {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}


	.actus-block .content {
		display: inline-block;
		width: 70%;
		margin-left: 12%;
	}

	.actus-block a.big {
		height: auto;
		margin-bottom: 20px;
	}

	.actus-block a.big .photo {
		height: auto;
	}

	.actus-block a.big .photo img {
		max-height: none;
	}


/*
	.actus-content ul li {
		margin: 0 1% 1em 0;
		width: 24%;
	}
*/
	.materiel_liens a {
		height: 100%;
		font-size: 1.5em;
		line-height: 1em;
	}

	.materiel_liens .materiel_liens_fond {
		height: 160px;
		padding: 15px;
	}

	.materiel_liens a.trouver {
		float: left;
		width: 48%;
	}

	.materiel_liens a.reserver {
		float: right;
		width: 48%;
	}

	.groupe_page_content {
		min-height: 250px;
	}

	.groupe_page_content ul li {
		margin-top: 0.6em;
		margin-bottom: 1.2em;
	}

	.groupe_page_content ul li a {
		font-size: 1.6em;
		line-height: 1.1em;
	}

	div.caf-formation img.img-responsive,
    div.caf-formation img.picto {
		max-width: 75%;
		margin: 0 0 0.65em 0;
	}
	.carte_chercher_map .cv8d-browseform input[type="submit"] {
	  width: 50%;
	}
	.carte_chercher_map .cv8d-browseform .cv8-filter-item {
	  /*width: 100%;*/
	}
}


@media (min-width: 992px) {
	body {
		margin-top: 120px;
	}

	.navbar {
		min-height: 90px;
	}

	.navbar-brand {
		padding: 5px 0 0 15px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.5em;
		line-height: 1.5em;
		margin: 10px 0 0 0;
		padding: 20px 0 25px 27px;
	}

	.yamm .yamm-content {
		margin-top: 6px;
	}

	.yamm-content ul li a {
		font-size: 1em;
		line-height: 0.95em;
	}

	.top {
		top: 90px;
	}

	.carousel-logos .item a {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	
	.carousel-logos .carousel-inner > .item > a > img {
		max-width: 80px;
		max-height: 80px;
	}

	.cv3-col-gauche .carousel-logos .item a {
		height: 110px;
		line-height: 110px;	
	}

	.cv3-col-gauche .carousel-logos .carousel-inner > .item > a > img {
		max-width: 90px;
		max-height: 90px;
	}

	.cv3-col-gauche .cv3-block {
		float: none;
		width: 100%;
	}

	#cv3-navigation {
		padding-bottom: 2em;
		background: #33b8d3 url(../images_caf/cv3-navigation_fond.png) bottom center no-repeat;
		margin-top: 0;
	}

	#cv3-navigation.inscription {
		padding-bottom: 2em;
		background: #f96d29 url(../images_caf/cv3-navigation_fond.png) bottom center no-repeat;
	}

	#cv3-navigation.historique {
		padding-bottom: 2em;
		background: #a0c318 url(../images_caf/cv3-navigation_fond.png) bottom center no-repeat;
	}

		#cv3-navigation.photos {
		padding-bottom: 2em;
		background: #1d72cf url(../images_caf/cv3-navigation_fond.png) bottom center no-repeat;
	}
	#cv3-menu-outils {
		padding-top: 3em;
		background: #584d4b url(../images_caf/cv3-menu-outils_fond.png) top center no-repeat;
	}

	.carousel-logos + #cv3-menu-outils {
		padding-top: 0;
		background-image: none;
	}

	.transverse-content ul li {
		margin: 0 1.16666666666667% 1em 0;
		width: 15.5%;
	}



	.actus-block .no-padding-right {
		padding-right: 0;
	}
	
	.actus-block .no-padding-left {
		padding-left: 0;
	}


	.actus-block .seolanMap-item {
		float: left;
		width: 48%;
		margin-left: 4%;
	}

	.actus-block a {
		height: 105px;
		border-bottom: 5px solid #ffffff;
		overflow: hidden;
	}

	.actus-block .photo img {
		max-height: 105px;
	}

	.actus-block .content {
		display: inline-block;
		width: 60%;
		font-size: 90%;
		line-height: 1.2em;
		margin-left: 17%;
	}


	.actus-block a.big {
		height: 420px;
		padding-right: 5px;
		margin-bottom: 0;
	}

	.actus-block a.big .title {
		font-size: 1.5em;
	}

	.actus-block.en-avant .content {
		display: inline-block;
		width: 60.5%;
		font-size: 90%;
		line-height: 1.2em;
		margin-left: 17.5%;
	}


	.actus-content ul li {
		margin: 0 1.16666666666667% 1em 0;
		width: 15.5%;
	}

	.materiel_liens .materiel_liens_fond {
		height: 325px;
		padding: 20px;
	}

	.materiel_liens a {
		font-size: 1.5em;
		line-height: 1em;
	}

	.materiel_liens a.trouver,
	.materiel_liens a.reserver {
		float: none;
		width: 100%;
		height: 50%;
	}

	.groupe_page_content {
		min-height: 155px;
	}

	.groupe_page_content ul li {
		margin-bottom: 0.7em;
	}

	.groupe_page_content ul li a {
		font-size: 1.3em;
		line-height: 1em;
	}

	div.caf-formation img.img-responsive,
    div.caf-formation img.picto {
		max-width: 50%;
		margin: 0 0 0.65em 0;
	}
	.carte_chercher_map .cv8d-browseform input[type="submit"] {
	  width: 31.5%;
	}
}




@media (min-width: 1200px) {
	body {
		font-size: 14px;
		margin-top: 140px;
	}

	.navbar-fixed-top {
		top: 0;
	}

	.navbar-brand {
		padding: 10px 0 0 15px;
	}

	.navbar {
		min-height: 110px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.6em;
		line-height: 1.6em;
		margin: 20px 0 0 0;
		padding: 20px 0 25px 40px;
	}

	.yamm .yamm-content {
		margin-top: 9px;
	}

	.yamm-content ul li a {
		font-size: 1.1em;
		line-height: 1em;
	}

	.top {
		top: 110px;
	}

	.carousel-logos .item a {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	
	.carousel-logos .carousel-inner > .item > a > img {
		max-width: 90px;
		max-height: 90px;
	}

	.cv3-col-gauche .carousel-logos .item a {
		height: 140px;
		line-height: 140px;	
	}

	.cv3-col-gauche .carousel-logos .carousel-inner > .item > a > img {
		max-width: 110px;
		max-height: 110px;
	}

	.actus-block a {
		height: 135px;
		border-bottom: 5px solid #ffffff;
		overflow: hidden;
	}

	.actus-block .photo img {
		max-height: 135px;
	}

	.actus-block .content {
		display: inline-block;
		width: 57%;
		font-size: 95%;
		line-height: 1.2em;
		margin-left: 18.5%;
	}

	.actus-block a.big {
		height: 540px;
		padding-right: 5px;
	}

	.actus-block a.big .title {
		font-size: 1.65em;
	}

	.actus-block.en-avant .content {
		display: inline-block;
		width: 52%;
		font-size: 95%;
		line-height: 1.2em;
		margin-left: 23%;
	}


	.materiel_liens a {
		font-size: 1.75em;
		line-height: 0.95em;;
	}

	.materiel_liens .materiel_liens_fond {
		height: 395px;
	}

	.groupe_page_content {
		min-height: 190px;
	}

	.groupe_page_content ul li {
		margin-bottom: 0.9em;
	}

	.groupe_page_content ul li a {
		font-size: 1.4em;
		line-height: 1em;
	}
	.carte_chercher_map .cv8d-browseform input[type="submit"] {
	  width: 31.5%;
	}

}



@media (max-width: 767px) {

	body {
		margin-top: 125px;
	}

	#scrollToTop a {
		display: none;
	}

	.navbar {
		min-height: 65px;
	}

	.navbar-toggle {
		background-color: #584d4b;
		border-color: #584d4b;
		padding-top: 10px;
	}

	.navbar-toggle .sr-only {
		display: block;
		position: inherit;
		height: auto;
		width: auto;
		clip: inherit;
		font-family: 'din-medium', helvetica, arial, verdana, sans-serif;
		font-size: 1.1em;
		text-transform: uppercase;
		color: #ffffff;
	}

	.navbar-toggle .icon-bar {
		display: none;
	}

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

	.navbar-default .navbar-toggle:hover .sr-only,
	.navbar-default .navbar-toggle:focus .sr-only {
		color: #584d4b;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-top: 0.5em;
		border-color:  #584d4b;
		-webkit-box-shadow: 0 10px 15px #444444;
		-moz-box-shadow: 0 10px 15px #444444;
		box-shadow: 0 10px 15px #444444;
	}

	.navbar-nav > li > a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.3em;
	}

	.yamm .yamm-content {
		margin: 0 0 10px 0;
		padding: 30px 0 20px 0;
		overflow: hidden;
	}
	.navbar-brand {
		padding: 5px 5px 0 15px;
	}


	.top {
		top: 65px;
		min-height: inherit;
		-webkit-box-shadow: 0 5px 15px #444444;
		-moz-box-shadow: 0 5px 15px #444444;
		box-shadow: 0 5px 15px #444444;
	}

	.top .container {
		position: relative;
	}




	.outils, .social {
		clear: both;
	}

	.social {
		width: 100%;
		background-image: none;
	}

	.outils ul li a {
		margin: 0 0 0 6px;
		padding: 8px 0 6px 18px;
	}

	.searchbt {
		position: absolute;
		right: 0;
		bottom: 2px;
	}

	.search .form-group {
		width: 55%;
		display: inline-block;
		vertical-align: top;
	}


	/* slider institutionnel */

	.carousel-logos .container {
		position: relative;
	}
	
	.carousel-logos .carousel-logo {
		z-index: 5;
		position: absolute;
		top: 0;
		left: 15px;
		text-align: center;
	}

	.carousel-logos .carousel-inner {
		background-color: rgba(88, 77, 75, 0.75);
		-webkit-box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
		box-shadow: 8px 1px 10px 0px rgba(0,0,0,0.35);
	}

	.carousel-logos .item a {
		display: block;
		width: 79px;
		height: 79px;
		line-height: 79px;
		text-align: center;
		
	}

	.carousel-logos .carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 60px;
		max-height: 60px;
		width: auto;
		vertical-align: middle;
	}

	.cv3-col-gauche .carousel-logos .item a {
		display: block;
		width: 100%;
		height: 110px;
		line-height: 110px;
		text-align: center;
	}

	.cv3-col-gauche .carousel-logos .carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 90px;
		max-height: 90px;
		width: auto;
		vertical-align: middle;
	}


	.slider_grd {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.slider_grd .carousel-caption {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		margin: 0;
	}

	.slider_grd .carousel-caption .titre {
		font-size: 1.3em;
		padding: 15px 10px 0 10px;
		background-color: transparent;
	}




	.cv3-chemin {
		display: none;
	}

	.tzr-page-content {
		margin-top: 2em;
	}

	.cv3-block .middle {
		margin-top: 1em;
	}

	#cv3-navigation .link_toggle {
		display: none !important;
	}

	#cv3-navigation .collapse {
		display: block;
	}

	#cv3-navigation,
	#cv3-navigation.historique,
	#cv3-navigation.materiel,
	#cv3-navigation.inscription {
		padding-bottom: 0.75em;
		margin-top: 4em;
		background-image: none;
	}

	#cv3-navigation {
		background: #33b8d3;
	}
#cv3-navigation.photos {
		background: #33b8d3;
	}
	#cv3-navigation.inscription {
		background: #f96d29;
	}

	#cv3-navigation.materiel {
		background: #ebc908;
	}

	#cv3-navigation.historique {
		background: #a0c318;
	}

	#cv3-menu-outils {
		padding-top: 1em;
		background-image: none;
	}

	#cv3-menu-outils .link_toggle,
	#id-widget .link_toggle {
		color: #ffffff;
	}

	#cv3-menu-outils .link_toggle:hover,
	#id-widget .link_toggle:hover {
		color: #33b8d3;
	}

	.footer .cv3-block {
		font-size: 1.25em;
	}

	.footer .middle {
		margin-top: 0;
	}

	.footer .cv3-block .link_toggle {
		display: none !important;
	}

	#cv3-infosite h4 {
		display: block !important;
	}

	#cv3-linkscustom {
		padding: 0;
		margin-bottom: 1.5em;
	}

	#cv3-linkscustom ul {
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 1.5em;
		width: 100%;
	}


	.actus-block a {
		height: inherit;
		border-bottom: none;
	}

	.actus-block .photo {
		float: left;
		max-width: 23%;
		margin-right: 3%;
		overflow: hidden;
	}

	.actus-block .photo img {
		max-height: inherit;
	}

	.actus-block a .puce_caf,
	.actus-block a .puce_materiel,
	.actus-block a .puce_historique,
	.actus-block a .puce_inscription {
		bottom: -10px;
	}

	.actus-block .content {
		display: inline-block;
		width: 74%;
		font-size: 0.95em;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.actus-block a.big {
		height: auto;
		margin-bottom: 20px;
	}

	.actus-block a.big .photo {
		max-width: none;
	}

	.actus-block a.big .photo {
		height: auto;
	}

	.actus-block a.big .photo img {
		max-height: none;
	}

	.actus-filtres li {
		font-size: 1.2em;
		margin: 0 0.35em 0 0;
	}

	.actus-filtres li:before {
		margin-right: 0.35em;
	}

	.actus-content ul li {
		margin: 0 0 1em 0;
		width: 100%;
	}

	.transverse-filtres li {
		font-size: 1.1em;
		margin: 0 0.35em 0 0;
	}

	.transverse-filtres li:before {
		margin-right: 0.35em;
	}

	.transverse-content ul li {
		margin: 0 0 1em 0;
		width: 100%;
	}

	.actus-content ul li .infos .titre {
		font-size: 1.35em;
		line-height: 1em;
		margin-bottom: 0.25em;
	}

	.actus-content ul li .infos span {
		font-size: 1.2em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}

	.transverse_infos_filtre select {
		width: 100%;
		margin: 0 0 1px 0;
	}

	.materiel_liens a.trouver,
	.materiel_liens a.reserver {
		background-image: none;
	}

	.materiel_liens a.trouver {
		margin-bottom: 20px;
	}

	.groupe_page_content ul li {
		margin-top: 0.6em;
		padding-bottom: 1.2em;
	}

	.groupe_page_content ul li a {
		font-size: 1.6em;
		line-height: 1.1em;
	}

	div.caf-formation .col1, div.caf-formation .col2 {
		float: none;
		width: 100%
	}

	div.caf-formation img.img-responsive,
    div.caf-formation img.picto {
		max-width: 100%;
		margin: 0 0 0.65em 0;
	}
	.carte_chercher_map .cv8d-browseform input[type="submit"] {
	  width: 50%;
	}
	.carte_chercher_map .cv8d-browseform .cv8-filter-item {
	  width: 100%;
	}

}

@media (max-width: 480px) {
	.carousel-control.left, .carousel-control.right {
		margin-bottom: 108px;
	}
	.carte_chercher_map .cv8d-browseform .cv8-filter-item {
	    width: 100%;
	}
	.carte_chercher_map .cv8d-browseform input[type="submit"] {
	  width: 50%;
	}
}
