@charset "UTF-8";@import "https://www.aufildesmatieres.fr/templates/yootheme_netenvie/css/editorstyles.css";/* CSS Document */
/* Couleurs et valeurs à copier
******************************************************
Primary : 	#354253  #35425338 #35425366
Secondary : #F2E8DE
Tertiary :  #7a5a6d #c7aba7
******************************************************
<br class="uk-visible@m" />
Classes ligne avec photo en fond d'un côté :
afdm-imgbg
Classe de la colonne avec textes :
afdm-ptb35
Classe de fond de section pour lettres :
fond-gauche
fond-gauchef
fond-gauchef2
*/

/* Import des styles spécifiques à l'éditeur JCE */


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

.afdm-breadc1, .afdm-breadc1 a span, .afdm-breadc1 span {
	letter-spacing: 3px;
	font-size: 0.725rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
    color: #354253;
}
.afdm-breadc1 a:hover span {
    color: #7a5a6d;
}

.shide {
    height:50px;
    overflow: hidden;
}

/* Lignes avec photo en fond d'un côté ****************************/
/* Padding pour la colonne texte */
@media (min-width:992px) {
    .afdm-ptb35 {
        padding-top:35px;
        padding-bottom:35px;
    }
}
/* gestion taille mini image en fond */
.afdm-imgbg .uk-background-cover {
    min-height:400px;
}
@media (max-width:991px) {
    .afdm-imgbg .uk-background-cover {
        min-height:480px;
    }
}
@media (max-width:767px) {
    .afdm-imgbg .uk-background-cover {
        min-height:calc(85vw - 50px);
    }
}
@media (max-width:480px) {
    .afdm-imgbg .uk-background-cover {
        min-height:290px;
    }
}

@media (max-width:390px) {
    .uk-logo {
        margin-left: -30px;
    }
    .uk-logo img {
		max-width: 230px !important;
    }
}
/* Liens ********************************************************/
.under-link .el-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 1;
  border-bottom: 1px solid;
  transition: 0.3s ease-out;
    transition-property: all;
  transition-property: left, right;
}
.under-link .el-link:hover:not(:disabled)::before {
	left: 0;
	right: 0;
}
.under-link .el-link {
	line-height: 1.75;
	border-bottom: 1px solid;
	letter-spacing: 3px;
	font-size: 0.725rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	padding-bottom: 3px;
	position: relative;
	display: inline;
}
.under-link .el-link:hover {
	text-decoration: none;
}
.under-link .el-link:hover,
.uk-section-default a.uk-button.uk-button-text:hover,
.uk-section-secondary a.uk-button.uk-button-text:hover 
{
    color:#7a5a6d !important;
}
.uk-section.uk-section-primary.uk-preserve-color a.uk-button.uk-button-text {
    color:#F2E8DE !important;
}
.uk-section.uk-section-primary.uk-preserve-color a.uk-button.uk-button-text:hover {
    color:#7a5a6d !important;
}
.uk-section-primary .under-link a:hover,
.uk-section-primary a.uk-button.uk-button-text:hover,
.under-link .uk-card-primary .el-link:hover,
.uk-link-toggle.uk-card-primary:hover .el-link {
	color: #c7aba7 !important;
}
.uk-section-primary .uk-button-primary:hover,
.uk-card-primary .uk-button-primary:hover 
{
	color: #c7aba7 !important;
	border-color: #c7aba7 !important;
}
.uk-button-primary:hover {
	color: #c7aba7 !important;
}


/* Toggle button ************************************************/
.el-toggle-button-icon svg {
	transform: rotate(90deg);
    
}
.el-toggle-button-icon svg polyline {
    stroke: #354253 !important;
}
.el-toggle-button.uk-button-default {
	border-color: #354253;
	border-width: 0 0 1px 0;
	text-align: left;
	padding-left: 0px;
}
.el-toggle-button.uk-button-default:hover {
    border-color: #7a5a6d;
}
.el-toggle-button.uk-button-default:hover svg polyline {
    stroke: #7a5a6d !important;
}
.uk-section-primary .el-toggle-button-icon svg polyline {
    stroke: #fff !important;
}
.uk-section-primary .el-toggle-button.uk-button-default {
	border-color: #fff;
	border-width: 1px;
	text-align: center;
	padding-left: 15px;
}
.uk-section-primary .el-toggle-button.uk-button-default:hover {
    border-color: #c7aba7;
}
.uk-section-primary .el-toggle-button.uk-button-default:hover svg polyline {
    stroke: #c7aba7 !important;
}



/* Menus début de page ********************************************/
.menump .el-link {
    color:#354253;
    font-size:0.725rem;
    font-weight: 600;
}
.menump .el-link:hover {
    color:#7a5a6d;
}
.menump .uk-subnav-divider > ::before {
	content: "";
	height: 1em;
	margin-left: 0;
	margin-right: 15px;
	border-left: 2px solid transparent;
}
.menump .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: #354253;
}

/* Listes ********************************************************/
.afd-ul {
    padding-left: 15px;
}
.afd-ul li {
	padding-left: 15px;
    text-transform: uppercase;
    font-size: 0.785rem;
    color:#354253;
    font-weight: 600;
}
.afd-ul > :nth-child(n+2) {
	margin-top: 0;
}

/* Sliders ********************************************************/
.afdm-slidenav .el-slidenav {
	background-color: #354253a3;
	height: 40px;
	width: 40px;
}
.afdm-slidenav .el-slidenav:hover {
	background-color: #354253;
}
.afdm-slidenav .uk-slidenav-next {
	padding: 18px 3px 9px 14px;
}
.afdm-slidenav .uk-slidenav-previous {
	padding: 18px 4px 9px 12px;
}
.afdm-slidenav .el-slidenav svg {
	height: 28px;
	width: 28px;
}
.afdm-slidenav .el-slidenav svg polyline {
    stroke:#fff !important;
}

@media (max-width:1599px) {
    .afdm-slidenav .uk-slidenav-next,
    .afdm-slidenav .uk-slidenav-previous {
        margin: 0;
    }
    .afdm-slidenav > div > div.uk-position-center-right {
        right: -20px;
        top: calc(50% - 25px);
    }
    .afdm-slidenav > div > div.uk-position-center-left {
        left: -20px;
        top: calc(50% - 25px);
    }
    .afdm-slidenav .uk-slider-container {
        padding: 0 25px;
    }
}
@media (max-width:768px) {
    .afdm-slidenav > div > div.uk-position-center-right {
        right: -40px;
        top: calc(50% - 45px);
    }
    .afdm-slidenav > div > div.uk-position-center-left {
        left: -40px;
        top: calc(50% - 45px);
    }
}



/* Entêtes sur Slides */
.afdm-slidefull .el-overlay .el-title,
.afdm-topslideshort .el-overlay .el-title {
    font-weight:600;
    font-size:2.95rem;
    text-align:center;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    margin-bottom:0;
    line-height:1
}
.afdm-slidefull  .el-overlay .el-content,
.afdm-topslideshort .el-overlay .el-content {
    font-weight:500;
    letter-spacing:3px;
    font-size:1rem;
    text-align:center;
    color:#F2E8DE;
    text-transform:uppercase;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    margin-top:0 !important;
}
.afdm-slidefull  .el-item .uk-position-cover,
.afdm-topslideshort .el-item .uk-position-cover  {
    background-color: rgba(53, 66, 83, 0.35);
}
.afdm-topslideshort .el-overlay {
	top:100px;
}
@media (max-width:991px) {
    .afdm-slidefull .el-overlay {
        top:50px;
    }
    .afdm-topslideshort .el-overlay {
        top:50px;
    }
}
@media (max-width:767px) {
    .afdm-slidefull .el-overlay {
        top:35px !important;
    }
    .afdm-slidefull .el-overlay .el-title {
        font-size:1.95rem !important;
        margin-bottom: 10px !important;
    }
    .afdm-slidefull  .el-overlay .el-content {
        margin-top: 10px !important;
        font-size:0.875rem !important;
    }
    .afdm-topslideshort .el-overlay .el-title {
        font-size:1.95rem !important;
    }
}

.afdm-grids .el-title {
    text-transform:uppercase;
    font-size:1.05rem;
    letter-spacing:3px;
    font-weight:600;
    font-family: inherit;
}


/* Videomodal ******************************************/
.videomodal {
    width: calc(85vw);
    height:calc((85vw) / 1.88) !important;
    margin: auto;
}
.videomodal button svg{
    width:28px;
    height:28px
}
.videomodal .uk-modal-dialog {
    margin: 0 auto !important;
    width: calc(80vw);
}
.videomodal iframe, .videomodal iframe {
	width: calc(80vw) !important;
	height: calc((80vw - 30px) / 1.88) !important;
}
@media (max-width:767px) {
    .videomodal {
        width: calc(100vw);
        height:calc(((100vw - 10px) / 1.88) + 70px) !important;
    }
    .videomodal button svg{
        width:28px;
        height:28px
    }
    .videomodal .uk-modal-dialog {
        margin: 36px 0 !important;
        width: calc(100vw);
    }
    .videomodal iframe, .videomodal iframe {
        width: calc(100vw) !important;
        height: calc((100vw - 6px) / 1.88) !important;
    }
}


/* ACCORDEONS ********************************************/
.uk-section-default .afdm-accord .uk-accordion-title::before {
	margin-right: 10px;
    margin-left: 0;
    margin-top: 7px;
	float: left;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%23354253' points='11.71 10.29 22 0 23.41 1.41 11.71 13.12 0 1.41 1.41 0 11.71 10.29'/%3E%3Cpolygon fill='%23354253' points='11.71 19.29 22 9 23.41 10.41 11.71 22.12 0 10.41 1.41 9 11.71 19.29'/%3E%3C/svg%3E") !important;
    width: 0.75em;
    height: 0.75em;
 	background-position: 50% 60%;
}
.uk-section-default .afdm-accord .uk-open .el-title {
    color:#7a5a6d !important;
}
.uk-section-default .afdm-accord .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%237a5a6d' points='11.71 11.83 22 22.12 23.41 20.7 11.71 9 0 20.7 1.41 22.12 11.71 11.83'/%3E%3Cpolygon fill='%237a5a6d' points='11.71 2.83 22 13.12 23.41 11.71 11.71 0 0 11.71 1.41 13.12 11.71 2.83'/%3E%3C/svg%3E") !important;
    color:#7a5a6d !important;
}
.uk-card-primary .afdm-accord .uk-accordion-title::before {
	margin-right: 10px;
    margin-left: 0;
    margin-top: 7px;
	float: left;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%23FFF' points='11.71 10.29 22 0 23.41 1.41 11.71 13.12 0 1.41 1.41 0 11.71 10.29'/%3E%3Cpolygon fill='%23FFF' points='11.71 19.29 22 9 23.41 10.41 11.71 22.12 0 10.41 1.41 9 11.71 19.29'/%3E%3C/svg%3E") !important;
    width: 0.75em;
    height: 0.75em;
 	background-position: 50% 60%;
}
.uk-card-primary .afdm-accord .uk-open .el-title {
    color:#A6879A !important;
}
.uk-card-primary .afdm-accord .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%23A6879A' points='11.71 11.83 22 22.12 23.41 20.7 11.71 9 0 20.7 1.41 22.12 11.71 11.83'/%3E%3Cpolygon fill='%23A6879A' points='11.71 2.83 22 13.12 23.41 11.71 11.71 0 0 11.71 1.41 13.12 11.71 2.83'/%3E%3C/svg%3E") !important;
    color:#A6879A !important;
}
.uk-card-secondary .afdm-accord .uk-accordion-title::before {
	margin-right: 10px;
    margin-left: 0;
    margin-top: 7px;
	float: left;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%23354253' points='11.71 10.29 22 0 23.41 1.41 11.71 13.12 0 1.41 1.41 0 11.71 10.29'/%3E%3Cpolygon fill='%23354253' points='11.71 19.29 22 9 23.41 10.41 11.71 22.12 0 10.41 1.41 9 11.71 19.29'/%3E%3C/svg%3E") !important;
    width: 0.75em;
    height: 0.75em;
 	background-position: 50% 60%;
}
.uk-card-secondary .afdm-accord .uk-open .el-title {
    color:#7a5a6d !important;
}
.uk-card-secondary .afdm-accord .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.41 22.12'%3E%3Cpolygon fill='%237a5a6d' points='11.71 11.83 22 22.12 23.41 20.7 11.71 9 0 20.7 1.41 22.12 11.71 11.83'/%3E%3Cpolygon fill='%237a5a6d' points='11.71 2.83 22 13.12 23.41 11.71 11.71 0 0 11.71 1.41 13.12 11.71 2.83'/%3E%3C/svg%3E") !important;
    color:#7a5a6d !important;
}

.stext {
    max-height:260px;
    height:260px;
    overflow:auto;
    padding-right:15px;
    scrollbar-color: #b5bdc7 #fff;
}

/** FONDS -----**************************************/

.fond-gauche > .uk-background-center-center {
    background-position: -600px -50px;
}
.fond-gauchef > .uk-background-center-center {
    background-position: -600px -50px;
}
.fond-gauchef2 > .uk-background-center-center {
    background-position: -100px 50px;
    background-size: 60%;
}
.fond-droite > .uk-background-center-center {
    background-position: 110% 10%;
    background-size: 40%;
}
.fond-droiteu > .uk-background-center-center {
	background-position: 95% 110%;
	background-size: 67%;
}
@media (max-width:920px) {
    .fond-gauche > .uk-background-center-center {
        background-position: -300px 750px;
    }
    .fond-gauchef > .uk-background-center-center {
        background-position: -300px 750px;
    }
    .fond-droite > .uk-background-center-center {
        background-position: 88% 10%;
    }
    .fond-droiteu > .uk-background-center-center {
        background-position: 98% 10%;
    }
}
@media (max-width:480px) {
    .fond-gauche > .uk-background-center-center {
        background-position: -180px 880px;
    }
    .fond-gauchef > .uk-background-center-center {
        background-position: -180px 880px;
    }
    .fond-droite > .uk-background-center-center {
        background-position: 88% 10%;
    }
    .fond-droiteu > .uk-background-center-center {
        background-position: 88% 10%;
    }
}

/****************************************************/
/* Video selon Ratio et largeur section *************/
.video219 iframe,
.video219-50 iframe {
    width:100% !important;
    height:calc((100vw - 50px) / 2.33) !important;
}
.video169 iframe,
.video169-50 iframe {
    width:100% !important;
    height:calc((100vw - 50px) / 1.77) !important;
}
.video1610 iframe,
.video1610-50 iframe {
    width:100% !important;
    height:calc((100vw - 50px) / 1.6) !important;
}
.video43 iframe,
.video43-50 iframe {
    width:100% !important;
    height:calc((100vw - 50px) / 1.33) !important;
}
.videom iframe,
.videom-30 iframe,
.videom-50 iframe {
    width:100% !important;
    height:calc((100vw - 50px) * 1.66) !important;
}
@media (min-width:959px) {
    .video219-50 iframe {
        height:calc((50vw - 90px) / 2.33) !important;
    }
    .video169-50 iframe {
        height:calc((50vw - 90px) / 1.77) !important;
    }    
    .video1610-50 iframe {
        height:calc((50vw - 90px) / 1.6) !important;
    }
    .video43-50 iframe {
        height:calc((50vw - 90px) / 1.33) !important;
    }
    .videom-50 iframe {
        height:calc((50vw - 50px) * 1.66) !important;
    }
    .videom-30 iframe {
        height:calc((30vw - 50px) * 1.66) !important;
    }
}
@media (min-width:1280px) {
    .uk-container .video219 iframe {
        width:100% !important;
        height:calc((1200px - 50px) / 2.33) !important;
    }
    .uk-container .video219 iframe {
        width:100% !important;
        height:calc((1200px - 50px) / 2.33) !important;
    }
    .uk-container .video219-50 iframe {
        width:100% !important;
        height:calc((600px - 50px) / 2.33) !important;
    }
    .uk-container-large .video219-50 iframe {
        width:100% !important;
        height:calc((740px - 50px) / 2.33) !important;
    }
    .uk-container-xlarge .video219-50 iframe {
        width:100% !important;
        height:calc((800px - 50px) / 2.33) !important;
    }
    .uk-container .video169 iframe {
        width:100% !important;
        height:calc((1200px - 50px) / 1.77) !important;
    }
    .uk-container .video169-50 iframe {
        width:100% !important;
        height:calc((600px - 50px) / 1.77) !important;
    }
    .uk-container-large .video169-50 iframe {
        width:100% !important;
        height:calc((740px - 50px) / 1.77) !important;
    }
    .uk-container-xlarge .video169-50 iframe {
        width:100% !important;
        height:calc((800px - 50px) / 1.77) !important;
    }
    .uk-container .video1610 iframe {
        width:100% !important;
        height:calc((1200px - 50px) / 1.6) !important;
    }
    .uk-container .video1610-50 iframe {
        width:100% !important;
        height:calc((600px - 50px) / 1.6) !important;
    }
    .uk-container-large .video1610-50 iframe {
        width:100% !important;
        height:calc((740px - 50px) / 1.6) !important;
    }
    .uk-container-xlarge .video1610-50 iframe {
        width:100% !important;
        height:calc((800px - 50px) / 1.6) !important;
    }
    .uk-container .video43 iframe {
        width:100% !important;
        height:calc((1200px - 50px) / 1.33) !important;
    }
    .uk-container .video43-50 iframe {
        width:100% !important;
        height:calc((600px - 50px) / 1.33) !important;
    }
    .uk-container-large .video43-50 iframe {
        width:100% !important;
        height:calc((740px - 50px) / 1.33) !important;
    }
    .uk-container-xlarge .video43-50 iframe {
        width:100% !important;
        height:calc((800px - 50px) / 1.33) !important;
    }
    .uk-container .videom iframe {
        width:100% !important;
        height:calc((1200px - 50px) * 1.66) !important;
    }
    .uk-container .videom-50 iframe {
        width:100% !important;
        height:calc((600px - 50px) * 1.66) !important;
    }
    .uk-container-large .videom-50 iframe {
        width:100% !important;
        height:calc((740px - 50px) * 1.66) !important;
    }
    .uk-container-xlarge .videom-50 iframe {
        width:100% !important;
        height:calc((800px - 50px) * 1.66) !important;
    }
    .uk-container .videom-30 iframe {
        width:100% !important;
        height:calc((400px - 50px) * 1.66) !important;
    }
    .uk-container-large .videom-30 iframe {
        width:100% !important;
        height:calc((480px - 50px) * 1.66) !important;
    }
    .uk-container-xlarge .videom-30 iframe {
        width:100% !important;
        height:calc((600px - 50px) * 1.66) !important;
    }
}

/* Navbar *******************************************/
/****************************************************/
.uk-icon.uk-navbar-toggle-icon {
    padding: 10px 5px 10px 20px;
}
.uk-icon.uk-navbar-toggle-icon svg *{
    fill:#F2E8DE;
}
.uk-icon.uk-navbar-toggle-icon::after {
	content: "MENU";
	color: #F2E8DE;
	padding: 0 10px 0 10px;
	position: relative;
	top: 1px;
}
/* Menu anciennes pages masqué */
.uk-nav .item-101 {
    display: none;
}

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

.uk-section.uk-section-primary.uk-preserve-color .uk-button.uk-button-text

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


.slides-actus .el-title {
    text-transform:uppercase;
    font-size:1.05rem;
    letter-spacing:3px;
    font-weight:600;
}
.slides-actus:hover .el-slidenav {
    transform: none !important;
    top: 70px;
}

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

/* Sous titres */
.sstitrercl {
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:300;
    font-size:1.25rem;
    line-height:1.1;
}
.sstitrercl2 {
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:300;
    font-size:1.15rem;
    line-height:1.2;
    padding-top: 15px;
}

/* Titre sliders et sous cat fond blanc */
.titrefblc .el-title {
    margin: 0 !important;
}
.titrefblc .el-title p {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	padding: 15px 45px 15px 35px;
	width: 175px;
	height: 70px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 0;
	text-align: right;
	font-size: 0.825rem;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 3px;
	color: #354253;
	font-weight: 600;
}
.titrefblc .el-meta {
	position: absolute;
	right: 30px;
	bottom: 26px;
	font-size: 2.5rem;
	color: #354253;
	font-family: 'arial, helvetica';
	font-weight: 500;
}

.titrefblc .uk-panel:hover .el-title p {
	background-color: #354253;
	color: #F2E8DE;
}
.titrefblc .uk-panel:hover .el-meta {
	color: #F2E8DE;
}
 

/* Titres gallery */
.titrefblcg .uk-overlay-default {
    position:relative !important;
    transform: none;
    top:inherit;
    left:inherit;
    width:inherit;
}
.titrefblcg .uk-overlay {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	width: 190px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 12px;
}
.titrefblcg .el-title {
    font-size:0.825rem;
    font-family: inherit;
	font-weight: 600;
    text-transform:uppercase;
    line-height:1.1;
    letter-spacing:3px;
    color:#354253;
    text-align: right;
}
.titrefblcg .el-meta {
    /*position:absolute;
    right: 20px;
    bottom:6px;*/
    font-size:2.5rem;
    color:#354253;
    font-family:'arial, helvetica';
    margin-top: 0 !important;
}
/**/

.afdm-overvid .uk-inline-clip, .uk-inline-clip > img {
    width:100%;
}
.afdm-overvid .el-content {
    position:relative;
    top:-160px;
}
.afdm-overvid .el-title {
    position:relative;
    top:210px;
    color:#F2E8DE;
    font-size:4rem;
}
.afdm-overvid .el-meta {
    position:relative;
    top:190px;
    color:#F2E8DE;
    text-transform:uppercase;
    font-size:1.25rem;
    letter-spacing:5px;
    font-weight:300;
    margin-top:0;
}
@media (max-width:1090px) {
    .afdm-overvid .el-content {
        top:-100px;
    }
    .afdm-overvid .el-title {
        top:110px;
        font-size:1.85rem;
    }
    .afdm-overvid .el-meta {
        top:100px;
        font-size:0.925rem;
    }
    .afdm-overvid .el-content img {
        width: 90px;
        height: auto;
    }
}
@media (max-width:480px) {
    .afdm-overvid .el-content {
        top:-100px;
        margin-top: 0;
    }
    .afdm-overvid .el-title {
        top:100px;
        font-size:1.25rem;
    }
    .afdm-overvid .el-meta {
        top:80px;
        font-size:0.75rem;
    }
    .afdm-overvid .el-content img {
        width: 70px;
        height: auto;
    }

    .afdm-overvid.overateliers .el-title {
        top:50px;
        font-size:1.75rem;
    }
    .afdm-overvid.overateliers .el-meta {
        top:30px;
        letter-spacing: 0;
    }

}


/* Maison *******************************************/

/* TIMELINE MODULE */
/* Ligne      */
.timeline--horizontal .timeline-divider {
	height: 1px;
}
/* Points      */
.timeline--horizontal .timeline__item::after {
	border: 4px solid #ddd;
	height: 10px;
	right: -10px;
	width: 10px;
    left:5px;
}
.timeline--horizontal .timeline__item--top::after,
.timeline--horizontal .timeline__item--bottom::after {
	top: 100% !important;
}
/* Flèches droite / gauche     */
.timeline-nav-button {
	background-color: #F2E8DE;
	border: 2px solid #F2E8DE;
	width: 30px;
    height: 30px;
}
.timeline-nav-button--prev {
	left: 12px;
}
.timeline-nav-button--next {
	right: 12px;
}
/* Blocs      */

.timeline--horizontal .timeline__item {
    transform: translateY(0) !important;
}
.timeline--horizontal .timeline__item {
	padding: 0 0 5px 0 !important;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
	vertical-align: top !important;
}
.timeline--horizontal .timeline__item .timeline__content::before,
.timeline--horizontal .timeline__item .timeline__content::after
{
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
}
.is_timeline_ht1 .timeline__content {
	background: transparent !important;
	border: 0px !important;
	color: #F2E8DE;
	padding: 0 20px 0 5px !important;
 	min-height: 137px !important;
}
.is_timeline_ht1 .timeline__content a {
	color: rgb(242, 232, 222);
    text-decoration: underline;
}
.mod_timeline_item_title {
    font-family: 'Bodoni Moda';
    font-size: 2.15rem;
    color:#4f969c;
}
.is_articletimeline .mod-articles-category-introtext {
	min-height: 45px;
}

/* TEST AJOUT IMAGES */

.timeline--horizontal .timeline__items {
	height: 335px !important;
}
.timeline--horizontal .timeline__item {
	height: 145px !important;
}
.is_timeline_ht1 .timeline__content .newsflash-image {
	width: calc(100% + 40px);
	margin: 0;
	position: absolute;
	bottom: -225px;
    display: static !important;
}
@media (max-width:980px) {
    .timeline--horizontal .timeline__items {
        height: 375px !important;
    }
    .timeline--horizontal .timeline__item {
        height: 175px !important;
        width: calc(32vw) !important;
    }
    .timeline--horizontal .timeline__item .timeline__content {
        padding-bottom: 0 !important;
        height: 170px;
    }
    .is_timeline_ht1 .timeline__content .newsflash-image {
        width: calc(78vw);
        margin: 0;
        position: absolute;
        bottom: -205px;
        left:10px;
        display:  static !important;
    }
    .timeline__items .timeline__item:nth-child(even)  .newsflash-image {
        left:calc(-44.2vw);
    }
    .timeline-nav-button--prev {
        left: 0px;
        top: 175px !important;
    }
    .timeline-nav-button--next {
        right: 0px;
        top: 175px !important;
    }
    .timeline--horizontal .timeline-divider {
        height: 1px;
        top: 175px !important;
    }
    .timeline--horizontal .timeline-divider {
        left: 30px;
        right: 30px;
    }

}
@media (max-width:480px) {
    .timeline--horizontal .timeline__items {
        height: 375px !important;
    }
    .timeline--horizontal .timeline__item {
        height: 195px !important;
        width: calc(47vw) !important;
    }
    .timeline--horizontal .timeline__item .timeline__content {
        padding-bottom: 0 !important;
        height: 170px;
    }
    .is_timeline_ht1 .timeline__content .newsflash-image {
        width: calc(78vw);
        margin: 0;
        position: absolute;
        bottom: -225px;
        left:10px;
        display:  static !important;
    }
    .timeline__items .timeline__item:nth-child(even)  .newsflash-image {
        left:calc(-44.2vw);
    }
    .timeline--horizontal .timeline__item::after {
        left: 65px !important;
    }
    .timeline-nav-button--prev {
        left: 0px;
        top: 195px !important;
    }
    .timeline-nav-button--next {
        right: 0px;
        top: 195px !important;
    }
    .timeline--horizontal .timeline-divider {
        height: 1px;
        top: 195px !important;
    }
    .timeline--horizontal .timeline-divider {
        left: 30px;
        right: 30px;
    }

}
/* 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;
}

@media (max-width:767.9px) {
    .cf-form-wrap {
        padding: 20px 4px !important;
    }
    button.cf-btn[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* Medias YT */



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

.leaflet-popup-content .el-content,  .leaflet-popup-content .el-content p:nth-child(1) {
    margin-top: 6px !important;
}
.leaflet-popup-content .el-content .latlong {
	font-style: italic;
	margin: 10px 0 !important;
    color:#4B4B4B;
    font-size: 0.875rem;
}
.leaflet-popup-content .el-content a {
    margin-top: 15px !important;
    display: block;
}

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

/* Responsive ***************************************/
/****************************************************/
@media (max-width:991px) {
    .uk-section-large {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}



@media (max-width:650px) {
    #tm-main > div:not(.nmargmob) {
        padding-left: 10px;
        padding-right: 10px;
    }
}







