@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* CFTO - Site web 2019 */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : RUBRIQUES */
/*################################*/


/****************************/
/* HOME */
/****************************/

/* Presentation */
/*---------------------*/

#rub-home #presentation {
	padding: 25px 45px 25px 45px;
	color: #27334b;
}
#rub-home #presentation h1 {
	font-size: 2em;
}
#rub-home #presentation p {
	font-family: 'texgyreadventorregular';
	font-size: 1.5em;
	line-height: 1.7em;
}

/* Main topics */
/*---------------------*/

#rub-home #mainTopics {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 15px 0 60px 15px;
}
#rub-home .mod-mainTopic {
	float: left;
	width: 300px;
	margin-right: 15px;
/*	background-color: #27334b;*/
}
#rub-home .mod-mainTopic #actuSlider {
	width: 300px;
	height: 110px;
}


/****************************/
/* COMPAGNIE */
/****************************/

#rub-co .mfp-a4-pdf .mfp-content {
	width: 600px;
	height: 820px;
}
.cfto-flotte-grid figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cfto-flotte-grid figure::after {
	content: '';
	flex: 0 1 24%;
}
.cfto-flotte-grid .mod-fig.spacer2 > * {
	margin: 0 0 1em 0;
}
.cfto-flotte-grid figure a {
	flex: 0 1 24%;
}
.cfto-flotte-grid figure a img {
	width: 100%;
	height: auto;
}

/****************************/
/* ACTIVITÉ */
/****************************/

#activ-anim {
	display: block;
	width: 522px; 
	height: 480px;
	margin-top: 2.5em;
	margin-bottom: 2em;
}


/****************************/
/* CONTACT */
/****************************/

.googleMap {
	width: 100%;
	height: 350px;
	border: none;
}


/****************************/
/* ESPACE CFTO */
/****************************/

/* Formulaires */
/*---------------------*/

#rub-espcfto #forgotLogin {
	display: none;
}

/* Banner */
/*---------------------*/

#espcfto-banner {
	position: relative;
	height: 130px; 
	margin-bottom: 20px;
	padding: 7px 20px 0 60px;
	background: url(../images/espace_cfto/espcfto_banner.png) left top no-repeat;
	color: white;
}
#espcfto-banner h1, 
#espcfto-banner .title {
	font-family: 'texgyreadventorregular';
	line-height: 1em;
	text-transform: uppercase;
	color: white;
}
#espcfto-banner p.welcome {
	margin-bottom: .75em;
	padding-right: 120px;
	font-size: 1.4em;
}
#espcfto-banner a.deconnexion {
	display: block;
	position: absolute;
	top: 0; 
	right: 0;
	height: 30px;
	padding: 8px 10px 0 10px;
	background-color: rgba(255,255,255,0);
	font-family: 'texgyreadventorregular';
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#espcfto-banner a.deconnexion:hover {
	background-color: rgba(255,255,255,1);
	color: #27334b;
}
#espcfto-banner a.deconnexion .icon {
	display: inline-block;
	margin-left: .25em;
	font-size: 150%;
	line-height: .75em;
}
#espcfto-banner .title {
	font-size: 26px; 
	margin-bottom: .6em;
}
#espcfto-banner h1 {
	margin: 0;
	font-size: 35px; 
}
#espcfto-banner .title strong, 
#espcfto-banner h1 {
	font-family: 'texgyreadventorbold';
}
#espcfto-banner .welcome {
	font-size: 1.6em;
}

/* Articles */
/*---------------------*/

#rub-espcfto .main.col1 .mod-actu {
	margin-bottom: 30px;
	padding: 25px 30px 40px 30px;
	background-color: #d9e8f0;
	border: none;
}


/* Commentaires */
/*---------------------*/

.bloc_commentaire {
	background-color:#d9e8f0;
	margin-top: 20px;
	padding: 5px 20px 20px 20px;
	padding: 0px 15px 15px 15px;
}
.bloc_commentaire h3 {
	color:#27334b;
	margin-bottom: .5em;
}
.bloc_commentaire div {
	position: relative;
	margin-bottom: 12px;
}
.bloc_commentaire form {
	position: relative;
	margin-bottom: 0;
}
.bloc_commentaire textarea {
	width: 83%;
	margin-right: 10px;
	margin-bottom: 0;
}
.bloc_commentaire input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
}
.bloc_commentaire div h5 {
	margin-bottom: .4em;
	font-size: 1.2em;
	color: #27334b;
}
.bloc_commentaire div h5 span {
	margin-left: .75em;
	font-family: 'texgyreadventorregular';
	font-size: 85%;
	color: black;
}
.bloc_commentaire div p {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
}
.bloc_commentaire div p em {
	margin: 0;
	font-size: 0.9em;
}
.bloc_commentaire .function_bt {
	position: absolute;
	top: -3px;
	right: 25px;
	opacity: .5;
}
.bloc_commentaire .function_bt:hover {
	opacity: 1;
}