/* CSS Document */
/* Couleurs et valeurs à copier
******************************************************
Primary : 	#3a3a49
Secondary : #f08c0f
******************************************************
*/

/* Import des styles spécifiques à l'éditeur JCE */
@import 'editorstyles.css';

/* Général ******************************************/
/****************************************************/


/* Toolbar ******************************************/
/****************************************************/
.tm-toolbar {
	padding: 0;
}
.tm-toolbar > div > div > div {
	height: 32px;
}
.tm-toolbar > div > div > div > div {
	width: 35%;
	box-sizing: border-box;
}
.tm-toolbar > div > div > div > div.uk-first-column {
	width: 65%;
}
@media (min-width:980px) {
	.tm-toolbar > div > div > div {
		width: 980px;
	}
}
@media (min-width:1270px) {
	.tm-toolbar > div > div > div {
		width: 1170px;
	}
}


/* Toolbar content ***************/
.tm-toolbar p {
	margin: 0;
	padding: 5px 0;
}
.tm-toolbar .accroche {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.tm-toolbar .phone {
	margin-right: 25px;
}
.tm-toolbar .phone,
.tm-toolbar .map {
	background-color: #999a98;
	color: #fff;
	font-weight: 600;
	font-size: 0.925rem;
	padding: 5px 10px;
}
.tm-toolbar .uk-icon > * {
    transform: translate(0,-3px);
}

.toolbleft .custom {
	display: flex;
	justify-content: flex-start;
}



/* Navbar *******************************************/
/****************************************************/


/* Pages ********************************************/
/****************************************************/


/* Accueil ******************************************/
/****************************************************/


/* Autres pages *************************************/
/****************************************************/

/* Convert forms  ************************************/
.convertforms .contactformh {
	text-transform: uppercase;
	color: #00384c;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
.convertforms .cf-checkbox-group {
	padding: 6px 0;
    background-color: rgba(244,241,241,0.35);
    border-radius: 2px;
    justify-content: center;
}
.convertforms .cf-checkbox-group input {
	margin: 15px 15px 20px;
}
.convertforms .cf-checkbox-group label {
	color: #7E8A8E !important;
	font-weight: 400 !important;
	font-size: 0.9rem !important;
}
.convertforms button {
	max-width: 100%;
	width: 50%;
}
.convertforms .txtconfid {
	color: #99A2A5;
	font-size: 0.8rem;
	text-align: center;
}
.convertforms .txtconfid a {
	color: #869195;
	text-decoration: underline;
}
.convertforms .txtconfid a:hover {
	color: #445961;
	text-decoration: underline;
}

/* Medias YT */



/* Contact ******************************************/
/****************************************************/

/* Footer *******************************************/
/****************************************************/

/* Responsive ***************************************/
/****************************************************/
@media (max-width:1450px) {
}
@media (max-width:1150px) {
}

@media (max-width:850px) {
}
@media (max-width:650px) {
}
@media (max-width:480px) {
}
@media (max-width:390px) {
}




