.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'Work Sans';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNig.ttf) format('truetype')}@font-face{font-family:'Work Sans';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype')}@font-face{font-family:'Work Sans';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNig.ttf) format('truetype')}@font-face{font-family:'Work Sans';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format('truetype')}@font-face{font-family:'Work Sans';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format('truetype')}form .wpcf7-form-control-wrap{display:inline-block;transition:all 250ms ease 0s}form p{padding:20px 0 0 0}form label{font-size:18px;color:#1B2B48;letter-spacing:0}form input[type="file"]{width:100%}form textarea,form input[type="email"],form input[type="tel"],form input[type="text"]{-webkit-appearance:none;border-radius:0;padding:0 20px;height:47px;line-height:47px;width:100%;font-size:16px;color:#1B2B48;box-sizing:border-box;border:2px solid #1B2B48;background:#fff;transition:all 250ms ease 0s}form textarea:hover,form input[type="email"]:hover,form input[type="tel"]:hover,form input[type="text"]:hover{border:2px solid #1B2B48}form textarea:focus,form input[type="email"]:focus,form input[type="tel"]:focus,form input[type="text"]:focus{border:2px solid #1B2B48}form textarea.wpcf7-not-valid,form input[type="email"].wpcf7-not-valid,form input[type="tel"].wpcf7-not-valid,form input[type="text"].wpcf7-not-valid{border:2px solid #D0021B}form textarea{height:150px;width:100%}form .fullWidth{padding-bottom:30px}form .fullWidth *{width:100%;max-width:920px}form .wpcf7-checkbox{position:relative;padding-bottom:8px;padding-top:35px;display:block}form .wpcf7-checkbox input{opacity:0}form .wpcf7-checkbox>span{clear:both;display:block;margin-bottom:27px}form .wpcf7-checkbox>span span{padding-left:20px;cursor:pointer;font-size:18px;position:relative}form .wpcf7-checkbox>span span:before{cursor:pointer;position:absolute;top:-3px;left:-27px;border-radius:0;content:'';box-sizing:border-box;height:27px;width:27px;border:3px solid #1B2B48;border-radius:2px}form .wpcf7-checkbox>span span:after{transition:all 250ms ease 0s;opacity:0;content:'';position:absolute;width:11px;height:4px;top:5px;left:-21px;border-top:none;border-right:none;cursor:pointer;border-left:4px solid #1B2B48;border-bottom:4px solid #1B2B48;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}form .wpcf7-checkbox label:hover span:after{opacity:.5}form .wpcf7-checkbox input[type=checkbox]:checked+span:after{opacity:1}form .selectbox{border:2px solid #1B2B48;width:100%;position:relative}form .selectbox:after{border-left:4px solid #0055B8;border-bottom:4px solid #0055B8;transform:rotate(-45deg);position:absolute;right:20px;top:15px;content:'';width:8px;height:8px;display:block;z-index:1}form .selectbox .wpcf7-form-control-wrap{border:0 solid #fff;padding:0;margin:0;width:100%}form .selectbox .wpcf7-form-control-wrap:hover,form .selectbox .wpcf7-form-control-wrap:focus{border:0 solid #fff;padding:0;margin:0}form .selectbox .wpcf7-form-control-wrap select::-ms-expand{display:none}form .selectbox .wpcf7-form-control-wrap select{-webkit-appearance:none;height:43px;padding:0 20px;line-height:43px;font-size:16px;color:#1B2B48;border:0;width:388px;max-width:100%;background:transparent;position:relative;z-index:2}form .wpcf7-form-control-wrap{width:100%}form label{font-size:16px}form .champs{display:flex;flex-wrap:wrap;justify-content:space-between}form .champs>div,form .champs label{margin-top:20px;width:48%;font-size:16px}@media only screen and (max-width : 760px){form .champs>div,form .champs label{width:100%}}form .bouton{margin-top:40px}.champsForm{display:flex;flex-wrap:wrap;justify-content:space-between}.champsForm label{width:49%;margin-bottom:30px}@media only screen and (max-width : 1023px){.champsForm label{width:100%}}.champsForm.uneCol label{width:100%}header{background-size:100% auto;color:#fff;background:#1B2B48;z-index:20;padding:0;position:absolute;top:0;width:100%;left:0}@media only screen and (max-width : 1023px){header{background:#1B2B48;height:70px;z-index:9999;width:100%;position:fixed;top:34px;left:0}body.menuOuvert header{height:100%;background:#fff;position:absolute;top:0;left:0}header>div{overflow:hidden}}header .logo{margin:0;padding:0;display:block;width:210px;position:relative;width:100%;max-width:1440px;z-index:999;margin:0 auto}header .logo a{float:left;position:absolute;top:66px;left:80px}@media (max-width:1230px){header .logo a{top:86px}}@media (max-width:1456px){body.sticky header .logo{padding-left:80px}}@media (min-width:1024px){body.sticky header .logo{top:0;position:fixed;width:100%;max-width:100%}body.sticky header .logo span{max-width:1280px;margin:0 auto;position:relative;display:block}body.sticky header .logo span a{top:15px;left:0}}@media only screen and (max-width : 1023px){header .logo{width:130px;height:28px;margin:auto;top:54px;left:20px;position:fixed}body.menuOuvert header .logo{position:absolute}header .logo a{top:0;left:0}}header .logo img{display:block;width:100%;height:100%}header .logo img.desktop{width:210px;height:65px}header .logo img.mobile{display:none}@media (max-width:1230px){header .logo img{display:none}header .logo img.mobile{width:130px;height:28px;display:block}}body.sticky header .logo img{display:none}body.sticky header .logo img.mobile{width:130px;height:28px;display:block}header .nav{position:relative;z-index:5}@media (min-width:1024px){header .nav{justify-content:flex-end;flex-wrap:wrap;display:flex !important;height:auto !important}}@media only screen and (max-width : 1023px){header .nav{display:none;overflow-x:hidden;width:100%;position:absolute;top:100px;right:0;z-index:999;background:#fff;flex-wrap:wrap}body.menuOuvert header .nav{display:block}}header .menuSecondaire{background:#051025;height:40px;line-height:40px;font-size:13px;padding:0 40px 0 0;width:100%;order:1;color:#fff}@media only screen and (max-width : 1023px){header .menuSecondaire{padding-top:30px;padding-bottom:30px;height:auto;order:4;width:100%;background-color:#F4EDE9;padding-left:20px;padding-right:0}}header .menuSecondaire ul,header .menuSecondaire li{margin:0;padding:0;list-style:none}header .menuSecondaire>ul{margin:0 auto;max-width:1320px;display:flex;justify-content:flex-end}@media only screen and (max-width : 1023px){header .menuSecondaire>ul{width:100%;padding:0;float:inherit;display:block}}header .menuSecondaire>ul>li{float:left;padding-left:37px;height:40px;position:relative}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li{padding:0;height:auto;text-align:center;float:inherit;width:100%}}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li.menu-item-has-children>a{position:relative}header .menuSecondaire>ul>li.menu-item-has-children>a:after{background:url(//miliem.ca/wp-content/themes/miliem/images/fleche-gris.svg) center no-repeat;background-size:contain;width:8px;height:15px;transform:translateX(-50%) rotate(90deg);content:'';position:absolute;bottom:0;left:50%}}header .menuSecondaire>ul>li a{color:#fff;text-decoration:none;transition:color 250ms ease 0s;height:24px;line-height:24px;letter-spacing:0;font-size:13px;letter-spacing:.2px}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li a{color:#051025;display:block;height:auto;padding:14px 0;font-size:16px;text-align:left}}header .menuSecondaire>ul>li a:hover,header .menuSecondaire>ul>li a:focus{color:#E70000}header .menuSecondaire>ul>li.facebook a{font-size:0;background:url(//miliem.ca/wp-content/themes/miliem/images/facebook.svg) center no-repeat;width:17px;height:17px;background-size:contain;display:inline-block;transition:all 250ms ease 0s}header .menuSecondaire>ul>li.facebook a:hover,header .menuSecondaire>ul>li.facebook a:focus{background-image:url(//miliem.ca/wp-content/themes/miliem/images/facebook-over.svg)}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li.facebook{width:26px;height:26px;margin-top:10px;margin-right:20px;display:inline-block}header .menuSecondaire>ul>li.facebook a{background-image:url(//miliem.ca/wp-content/themes/miliem/images/facebook-bleu.svg);width:26px;height:26px}}header .menuSecondaire>ul>li.linkedin{padding-left:20px}header .menuSecondaire>ul>li.linkedin a{font-size:0;background:url(//miliem.ca/wp-content/themes/miliem/images/linkedin.svg) center no-repeat;width:17px;height:17px;background-size:contain;display:inline-block;transition:all 250ms ease 0s}header .menuSecondaire>ul>li.linkedin a:hover,header .menuSecondaire>ul>li.linkedin a:focus{background-image:url(//miliem.ca/wp-content/themes/miliem/images/linkedin-over.svg)}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li.linkedin{width:30px;height:26px;margin-top:10px;display:inline-block}header .menuSecondaire>ul>li.linkedin a{background-image:url(//miliem.ca/wp-content/themes/miliem/images/linkedin-bleu.svg);width:30px;height:26px}}header .menuSecondaire>ul>li ul{display:block;transition:all 250ms ease 0s;position:absolute;top:19px;background:#fff;left:17px;width:150px;padding:13px 19px;z-index:20;overflow:hidden;visibility:hidden;opacity:0}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li ul{transition:inherit;background:#1B2B48;transform:none;width:100%;top:0;margin:0;left:0;position:inherit;border-radius:0;visibility:inherit;opacity:1;display:none;padding:0 20px}}header .menuSecondaire>ul>li ul li{width:100%;position:relative}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li ul li{width:100%}header .menuSecondaire>ul>li ul li:first-of-type{padding-top:13px}header .menuSecondaire>ul>li ul li:last-of-type{padding-bottom:13px}}header .menuSecondaire>ul>li ul li a{text-decoration:none;text-align:left;width:100%;padding:8px 0;display:inline-block;position:relative;color:#000;transition:all 250ms ease 0s;background:#fff;font-size:16px;font-weight:700;letter-spacing:.4px;font-weight:400;text-transform:none}@media only screen and (max-width : 1023px){header .menuSecondaire>ul>li ul li a{font-size:17px;background:#051025;text-align:center;height:auto;color:#fff}}header .menuSecondaire>ul>li ul li a:hover,header .menuSecondaire>ul>li ul li a:focus{color:#E70000}header .menuSecondaire>ul>li ul li:first-child:before{display:none}header .menuSecondaire>ul>li ul li.current-product-parent a,header .menuSecondaire>ul>li ul li.current-menu-item a{color:#E70000}@media (min-width:1024px){header .menuSecondaire>ul>li:hover,header .menuSecondaire>ul>li:focus{text-decoration:none}header .menuSecondaire>ul>li:hover ul,header .menuSecondaire>ul>li:focus ul{opacity:1;visibility:visible}}header .menuSecondaire>ul>li.current-menu-item a{color:#E70000}header .menuPrincipal{z-index:10;position:relative;width:100%;text-align:center;padding-top:40px;padding-bottom:40px;order:2}@media only screen and (max-width : 1023px){header .menuPrincipal{transition:height 250ms ease 0s;padding-top:0;padding-left:0;padding-bottom:36px;text-align:center;height:auto;width:100%;background:#fff;order:2}}header .menuPrincipal ul,header .menuPrincipal li{padding:0;margin:0;list-style:none;position:relative}header .menuPrincipal>ul{width:100%;display:flex;justify-content:flex-end;padding:0 80px 0 0;max-width:1440px;margin:0 auto}@media only screen and (max-width : 1023px){header .menuPrincipal>ul{width:100%;max-width:100%;margin-top:0;padding-top:0;background:#fff;display:block;padding:0 20px 0 0}}header .menuPrincipal>ul>li{position:relative;height:44px;display:inline-block;margin-left:0}@media (min-width:1024px){header .menuPrincipal>ul>li:after{content:'';width:100%;display:block;height:25px;bottom:-25px;position:absolute;left:0}}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li{width:100%;height:auto;margin-left:0}}header .menuPrincipal>ul>li>a{height:44px;color:#fff;line-height:36px;text-decoration:none;display:inline-block;position:relative;z-index:2;text-align:center;box-sizing:border-box;margin:4px 15px 4px 25px;transition:color 250ms ease 0s,border 250ms ease 0s;letter-spacing:.1px;font-size:15px;font-weight:500}@media (max-width:1230px){header .menuPrincipal>ul>li>a{margin:4px 10px 4px 10px}}@media (max-width:1130px){header .menuPrincipal>ul>li>a{margin:4px 4px 4px 4px}}header .menuPrincipal>ul>li>a:after{content:'';width:100%;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%);display:block;background:#E70000;opacity:0;transition:all 250ms ease 0s}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li>a{float:left;color:#051025;font-size:24px;line-height:36px;height:auto;text-align:left;padding:13px 0;font-size:18px;margin:0 20px;letter-spacing:.12px;border:0;border-bottom:4px solid #fff;font-weight:500;position:relative;z-index:3}header .menuPrincipal>ul>li>a:before{height:100%;width:100vw;content:'';display:block;position:absolute;top:0;left:0}}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li:hover>a,header .menuPrincipal>ul>li:focus>a{border-bottom:4px solid #E70000}}header .menuPrincipal>ul>li.demandeDePrix>a{margin-left:30px;margin-right:40px;padding:0 15px 0 15px;border:4px solid #E70000;margin-top:0;transition:all 250ms ease 0s}@media (max-width:1230px){header .menuPrincipal>ul>li.demandeDePrix>a{margin-left:20px;margin-right:20px}}@media (max-width:1130px){header .menuPrincipal>ul>li.demandeDePrix>a{margin-left:10px;margin-right:10px}}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li.demandeDePrix>a{width:auto;margin-top:20px;margin-left:20px;padding:0 25px;line-height:50px;float:left}}header .menuPrincipal>ul>li.demandeDePrix>a:after{display:none !important}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li.menu-item-has-children>a:focus{background:none}}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li.menu-item-has-children:after{border-left:3px solid #E70000;border-bottom:3px solid #E70000;width:12px;height:12px;transform:rotate(-45deg);content:'';position:absolute;top:22px;right:12px;transition:all 250ms ease 0s;z-index:2}}header .menuPrincipal>ul>li.menu-item-has-children.ouvert:after{transform:rotate(135deg)}header .menuPrincipal>ul>li.current-menu-parent>a,header .menuPrincipal>ul>li.current-product-parent>a,header .menuPrincipal>ul>li.current-menu-item>a{position:relative}header .menuPrincipal>ul>li.current-menu-parent>a:after,header .menuPrincipal>ul>li.current-product-parent>a:after,header .menuPrincipal>ul>li.current-menu-item>a:after{content:'';width:24px;opacity:1}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li.current-menu-parent>a:after,header .menuPrincipal>ul>li.current-product-parent>a:after,header .menuPrincipal>ul>li.current-menu-item>a:after{bottom:-4px}}header .menuPrincipal>ul>li.current-menu-item.demandeDePrix>a{margin-left:30px;padding:0 15px 0 15px;border:4px solid #E70000;background:#E70000;color:#fff;margin-right:40px;margin-top:0;margin-bottom:0}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li.current-menu-item.demandeDePrix>a{margin-top:20px;margin-left:20px;padding:0 25px}}header .menuPrincipal>ul>li ul{display:flex;flex-wrap:wrap;transition:opacity 250ms ease 0s;position:absolute;top:66px;background:#fff;left:-28px;width:710px;padding:13px 30px;z-index:20;overflow:hidden;visibility:hidden;opacity:0}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li ul{transition:inherit;background:#fff;transform:none;width:100%;top:0;margin:0;left:0;position:inherit;border-radius:0;visibility:inherit;opacity:1;display:none;padding:0}}header .menuPrincipal>ul>li ul li{width:100%;position:relative;width:33%;padding-right:24px}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li ul li{width:100%;text-align:left;padding-left:40px}header .menuPrincipal>ul>li ul li:first-of-type{padding-top:13px}header .menuPrincipal>ul>li ul li:last-of-type{padding-bottom:13px}}header .menuPrincipal>ul>li ul li a{text-decoration:none;text-align:left;float:left;padding:8px 0;margin:6px 0;display:inline-block;position:relative;color:#000;transition:color 250ms ease 0s;font-size:16px;letter-spacing:.1px;font-weight:400}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li ul li a{margin:0 0;float:none;font-size:17px;background:#fff;width:auto}}@media only screen and (max-width : 760px){header .menuPrincipal>ul>li ul li a{font-size:15px !important;padding:10px 0}}header .menuPrincipal>ul>li ul li a:hover,header .menuPrincipal>ul>li ul li a:focus{color:#E70000}header .menuPrincipal>ul>li ul li:first-child:before{display:none}@media (min-width:1024px){header .menuPrincipal>ul>li ul li.current-product-parent a,header .menuPrincipal>ul>li ul li.current-menu-item a{border-bottom:4px solid #E70000;color:#E70000}}@media (min-width:1024px){header .menuPrincipal>ul>li.menuService ul{left:-232px}}@media (min-width:1024px){header .menuPrincipal>ul>li:hover,header .menuPrincipal>ul>li:focus{text-decoration:none}header .menuPrincipal>ul>li:hover>a:after,header .menuPrincipal>ul>li:focus>a:after{content:'';width:100%;opacity:1}header .menuPrincipal>ul>li:hover.demandeDePrix>a,header .menuPrincipal>ul>li:focus.demandeDePrix>a{background:#E70000}header .menuPrincipal>ul>li:hover ul,header .menuPrincipal>ul>li:focus ul{opacity:1;visibility:visible}}header .menuPrincipal>ul>li:hover>a:after,header .menuPrincipal>ul>li:focus>a:after{content:'';width:100%;opacity:1}@media only screen and (max-width : 1023px){header .menuPrincipal>ul>li:hover>a:after,header .menuPrincipal>ul>li:focus>a:after{display:none}}header .menuPrincipal .telephone{font-size:19px;position:relative;text-align:right;border:0;height:auto;line-height:1}@media only screen and (max-width : 1023px){header .menuPrincipal .telephone{display:none}}header .menuPrincipal .telephone a{height:auto;margin:0;line-height:1.3;padding:0;display:block;font-size:19px;text-decoration:none;color:#fff;border:0;font-weight:400}header .menuPrincipal .telephone a:after{display:none}header .menuPrincipal .telephone a:hover,header .menuPrincipal .telephone a:focus{border:0;color:#E70000}header .menuPrincipal .telephone a:hover:after,header .menuPrincipal .telephone a:focus:after{display:none}header .menuPrincipal .telephone:hover a,header .menuPrincipal .telephone:focus a{border:0}header .menuPrincipal .telephone strong{display:inline-block;font-size:15px}header .menuPrincipal .telephone:after{content:'';height:4px;width:32px;position:absolute;bottom:5px;left:0;background:#E70000}header .menuPrincipal.sticky{position:fixed;left:0;background:#fff;top:0;padding-top:8px;padding-bottom:8px}body.menuOuvert header .menuPrincipal.sticky{position:static}header .menuPrincipal.sticky>ul>li:not(.demandeDePrix )>a{color:#051025}header .menuPrincipal.sticky>ul>li.demandeDePrix>a{color:#051025}header .menuPrincipal.sticky>ul>li.demandeDePrix.current_page_item>a,header .menuPrincipal.sticky>ul>li.demandeDePrix:hover>a,header .menuPrincipal.sticky>ul>li.demandeDePrix:focus>a{color:#fff}header .menuPrincipal.sticky>ul>li.telephone{margin-top:9px}header .menuPrincipal.sticky>ul>li.telephone:after,header .menuPrincipal.sticky>ul>li.telephone strong{display:none}header .menuPrincipal.sticky>ul>li.telephone a{margin:2px 0 0 0}.telephone.mobile{display:none}@media only screen and (max-width : 1023px){.telephone.mobile{display:flex;background:#051025;padding:0 20px;font-size:15px;position:fixed;width:100%;border:0;top:0;height:34px;z-index:100;line-height:1}body.menuOuvert .telephone.mobile{position:relative}.telephone.mobile a{width:125px;height:34px;margin:0;line-height:34px;padding:0;display:block;font-size:15px;text-decoration:none;color:#fff;border:0}.telephone.mobile a:hover,.telephone.mobile a:focus{border:0}.telephone.mobile:hover a,.telephone.mobile:focus a{border:0}.telephone.mobile div{height:4px;flex-grow:1;background:#E70000;margin-top:15px}.telephone.mobile strong{text-align:right;color:#fff;display:inline-block;font-size:15px;width:105px;height:34px;line-height:34px}}body.mobile .cacheur{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:none}body.mobile.menuOuvert .cacheur{display:block}.burger{display:inline-block;width:40px;height:70px;position:absolute;z-index:10;top:0;right:20px;padding-left:0;display:none}@media only screen and (max-width : 1023px){.burger{display:block}}.burger-inner{display:block;top:50%;left:0;margin-top:-3px;width:40px}.burger-inner,.burger-inner:before,.burger-inner:after{position:absolute;height:3px;background-color:#E70000;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.1s;transition-timing-function:cubic-bezier(.55, .055, .675, .19)}.burger-inner:before,.burger-inner:after{content:"";display:block;left:0;right:0}.burger-inner:before{top:-12px;transition:top .1s .14s ease,opacity .1s ease}.burger-inner:after{bottom:-12px;transition:bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55, .055, .675, .19);transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55, .055, .675, .19);transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55, .055, .675, .19),-webkit-transform .1s cubic-bezier(.55, .055, .675, .19)}body.menuOuvert .burger{top:34px}body.menuOuvert .burger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215, .61, .355, 1)}body.menuOuvert .burger-inner:before{top:0;opacity:0;transition:top .1s ease,opacity .1s .14s ease}body.menuOuvert .burger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215, .61, .355, 1);transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215, .61, .355, 1),-webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1)}.infolettre{background:#f4eeeb;color:#EFE7DB;padding-top:55px;padding-bottom:55px;z-index:2;position:relative;padding:55px 40px}.infolettre p{color:#1B2B48}.infolettre .container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1130px}.infolettre .container .gauche{width:48%}@media screen and (max-width:760px){.infolettre .container .gauche{width:100%;text-align:center}}.infolettre .container .gauche h3{color:#1B2B48}.infolettre .container .droite{width:48%;max-width:440px;padding-top:20px}@media screen and (max-width:760px){.infolettre .container .droite{width:100%;max-width:100%;text-align:center}}.infolettre .container .droite .mc-field-group{display:flex;justify-content:space-between;flex-wrap:wrap}.infolettre .container .droite label{width:100%;display:block;color:#1B2B48}.infolettre .container .droite input{width:calc(100% - 135px);border-color:#fff}.infolettre .container .droite #mc-embedded-subscribe{padding:9px 16px 11px;margin:0;border:0;background:#1B2B48}.infolettre .container .droite #mc-embedded-subscribe:hover{background:#E70000}.infolettre .container .droite .mce_inline_error{color:#1B2B48}.infolettre .container .droite .response{color:#1B2B48}footer{color:#F4EDE9;background:#1B2B48;box-sizing:border-box;font-size:16px;z-index:5;position:relative;padding:66px 80px}@media only screen and (max-width : 1023px){footer{padding:66px 40px}}@media only screen and (max-width : 760px){footer{padding:40px 20px 20px 20px}}footer .ancre{background:url(//miliem.ca/wp-content/themes/miliem/images/haut.svg) no-repeat center right;padding-right:50px;text-decoration:none;padding-top:1px;width:200px;height:43px;text-align:right;white-space:nowrap;line-height:45px;display:inline-block;color:#410099;font-size:15px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;right:40px;bottom:106px;transition:all 250ms ease 0s;position:absolute}@media only screen and (max-width : 1023px){footer .ancre{display:none}}footer .ancre:hover,footer .ancre:focus{background:url(//miliem.ca/wp-content/themes/miliem/images/haut-orange.svg) no-repeat center right;color:#E70000}footer .container{font-size:14px;font-weight:500;position:relative;line-height:1.4;display:flex;justify-content:space-between}@media only screen and (max-width : 1023px){footer .container>div.gauche{width:50%;padding-bottom:40px}}@media only screen and (max-width : 760px){footer .container>div.gauche{width:100%;padding-bottom:40px}}footer .container>div.gauche>div{margin-top:50px;font-weight:400;font-size:16px;width:100%;display:flex;flex-wrap:wrap}@media only screen and (max-width : 1023px){footer .container>div.gauche>div{margin-top:30px}}footer .container>div.gauche>div>div{width:250px}footer .container>div.gauche>div>div.gauche{border-right:3px solid #E70000}@media only screen and (max-width : 1023px){footer .container>div.gauche>div>div.gauche{width:100%;border-right:0 solid #E70000;border-bottom:3px solid #E70000;padding-bottom:20px;margin-bottom:20px}}footer .container>div.gauche>div>div.droite{padding-left:50px;width:265px}@media only screen and (max-width : 1023px){footer .container>div.gauche>div>div.droite{padding-left:0;width:100%}}footer .container>div.droite{display:flex;width:317px;max-width:100%;justify-content:space-between}@media only screen and (max-width : 760px){footer .container>div.droite{max-width:300px;width:100%}}footer .container>div.droite .ac img{width:124px;height:124px}footer .container>div.droite .slogan img{width:145px;height:145px}footer .container>div.droite .ac,footer .container>div.droite .slogan{display:flex;justify-content:center;flex-direction:column}@media only screen and (max-width : 760px){footer .container>div.droite .ac img,footer .container>div.droite .slogan img{width:126px;height:126px}}footer .container .logo{width:155px;height:33px;clear:both;display:block}footer .container .logo img{width:155px;height:33px}@media only screen and (max-width : 760px){footer .container .logo{width:129px;height:27px}footer .container .logo img{width:129px;height:27px}}@media only screen and (max-width : 760px){footer .container{flex-wrap:wrap}}.copyright{font-weight:500;font-size:14px;width:100%;justify-content:space-between;background:#1B2B48;color:#F4EDE9;padding:0 80px}@media only screen and (max-width : 1023px){.copyright{padding:0 40px}}@media only screen and (max-width : 760px){.copyright{padding:0 20px}}.copyright .container{padding:20px 0;display:flex;justify-content:space-between;line-height:1.4}.copyright .container p{padding:0}.copyright .container a:not(.absolu){color:#F4EDE9;transition:all 250ms ease 0s}@media only screen and (max-width : 760px){.copyright .container a:not(.absolu){margin-bottom:26px}}.copyright .container a:not(.absolu):hover,.copyright .container a:not(.absolu):focus{color:#E70000}@media only screen and (max-width : 760px){.copyright .container{display:flex;flex-direction:column}}.copyright .absolu{width:71px;height:13px;display:inline-block;background-size:contain;transition:opacity 250ms ease 0s;position:relative;top:1px}.copyright .absolu img{width:71px;height:13px}.copyright .absolu:hover,.copyright .absolu:focus{opacity:.7}section.stickyMobile{display:none}@media only screen and (max-width : 1023px){section.stickyMobile{display:flex;flex-wrap:wrap;height:40px;position:fixed;bottom:0;left:0;width:100%;z-index:100}section.stickyMobile a{font-size:15px;display:inline-block;width:100%;text-align:center;text-decoration:none;color:#fff;height:40px;line-height:40px;background:#fff}section.stickyMobile a:nth-child(2):after{content:'';width:22px;height:22px;display:inline-block;background:url(//miliem.ca/wp-content/themes/miliem/images/bulle-footer.svg) no-repeat center;background-size:contain;top:7px;position:relative;margin-left:10px}section.stickyMobile a:hover,section.stickyMobile a:focus{color:#fff}}*{outline:none;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{font-size:16px;color:#000;overflow-x:hidden;font-family:"Work Sans";padding-top:164px}@media only screen and (max-width : 1023px){body{padding-top:104px}}@media only screen and (max-width : 760px){body{font-size:14px}}hr{margin:30px auto;border:0;max-width:240px;border-bottom:4px solid #E70000;clear:both}section{padding:0;box-sizing:border-box}section a:not(.bouton){color:#E70000;text-decoration:none;transition:all 250ms ease 0s}section a:not(.bouton):hover,section a:not(.bouton):focus{color:#1B2B48}@media only screen and (max-width : 760px){.referencement .container article img{margin:0 0 20px 0 !important;width:100% !important;height:auto !important}}.referencement main ul{margin:0;padding:0 0 30px 0;list-style:none}.referencement main ul li{list-style:none;margin:0;padding:0 0 10px 30px;position:relative}.referencement main ul li:before{content:'';display:block;height:4px;width:14px;background:#E70000;position:absolute;top:12px;left:0}body.menuOuvert footer,body.menuOuvert .copyright,body.menuOuvert section{display:none !important}sup{font-size:.5em;vertical-align:super;top:.1em}sup sup{top:0}.container{max-width:1280px;position:relative;width:100%;margin:0 auto;box-sizing:border-box}.bouton{font-size:18px;color:#fff;padding:16px 24px;text-decoration:none;position:relative;transition:all 250ms ease 0s;letter-spacing:.2px;font-size:15px;display:inline-block;line-height:1.2;border:4px solid}@media only screen and (max-width : 760px){.bouton{padding:11px 24px;font-size:14px}}.bouton.orange{border-color:#E70000;background:#E70000;color:#fff}.bouton.blanc{background:#fff;border-color:#fff;color:#E70000}.bouton.bleu{background:#1B2B48;border-color:#1B2B48;color:#fff}.bouton:hover.o_bleu,.bouton:focus.o_bleu{background:#1B2B48;border-color:#1B2B48;color:#fff}.bouton:hover.o_orange,.bouton:focus.o_orange{background:#E70000;border-color:#E70000;color:#fff}.bouton:hover.o_blanc,.bouton:focus.o_blanc{background:#fff;border-color:#fff;color:#E70000}.bouton.gros{padding:19px 76px 17px 76px;font-size:15px;letter-spacing:.5px}@media only screen and (max-width : 760px){.bouton.gros{padding:18px 76px 17px 76px}}.bouton.tresGros{padding:32px 36px 30px 36px;font-size:15px;letter-spacing:.5px}@media only screen and (max-width : 760px){.bouton.tresGros{padding:31px 36px 30px 36px}}.bouton.outline{border-color:#fff !important}.bouton.petit{padding:2px 40px;font-size:12px;letter-spacing:.4px}.bouton.petit.outline{border:2px}.bouton.fleche:after{content:'';width:9px;height:15px;background:url(//miliem.ca/wp-content/themes/miliem/images/fleche-blanche.svg) no-repeat center;background-size:contain;display:inline-block;margin-left:13px;margin-top:-7px;top:50%;position:absolute}body.edge .bouton.fleche:after{height:13px}h1{color:#E70000;font-size:35px;line-height:1.2;margin-top:0;padding-top:0}@media only screen and (max-width : 760px){h1{font-size:20px}}body.home h2{text-transform:uppercase;color:#E70000;font-size:30px;font-weight:700;line-height:27px;padding:0 0 20px 0;margin:0}h3{font-size:20px;color:#1B2B48;padding:0 0 10px 0;margin:0}h4{font-size:18px;color:#1B2B48;padding:0 0 10px 0;margin:0}body:not(.home) h2{color:#1B2B48;font-weight:600;font-size:32px}@media only screen and (max-width : 760px){body:not(.home) h2{font-size:18px}}body:not(.home) h3{color:#E70000;font-weight:700;margin-top:20px;font-size:26px}@media only screen and (max-width : 760px){body:not(.home) h3{font-size:16px}}body:not(.home) h4{color:#1B2B48;font-weight:700;font-size:23px;margin-top:20px}@media only screen and (max-width : 760px){body:not(.home) h4{font-size:15px}}p{padding:0 0 20px 0;margin:0}strong{font-weight:700}.social{max-width:230px;display:flex;flex-wrap:nowrap;justify-content:space-between}.social .facebook,.social .twitter,.social .instagram,.social .pinterest,.social .linkedin{width:29px;height:30px;display:flex;justify-content:center;flex-direction:column;text-align:center;float:left;transition:all 250ms ease 0s}.social .facebook:hover,.social .twitter:hover,.social .instagram:hover,.social .pinterest:hover,.social .linkedin:hover,.social .facebook:focus,.social .twitter:focus,.social .instagram:focus,.social .pinterest:focus,.social .linkedin:focus{opacity:.7}.social img{margin:0 auto}.social .facebook img{width:29px;height:30px}.social .instagram img{width:29px;height:30px}.social .twitter img{width:29px;height:30px}.social .linkedin img{width:29px;height:30px}.social .pinterest img{width:34px;height:35px}@media only screen and (max-width : 760px){.cacherEnMobile{display:none}}.monancre{position:relative;top:-30px}@media only screen and (max-width : 1023px){.monancre{top:-80px}}.njCarte{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:20px}.njCarte div{display:flex;justify-content:center;flex-direction:column;text-align:center;width:48%}.njCarte div iframe{width:100%;height:300px}@media only screen and (max-width : 760px){.njCarte div{width:100%}}.njContact{margin-top:50px;display:flex;flex-wrap:wrap;justify-content:space-between;transform:translateX(-10%);width:120%}@media (max-width:1170px){.njContact{transform:translateX(-5%);width:110%}}@media (max-width:1070px){.njContact{transform:translateX(0);width:100%}}.njContact div{background:#F4EDE9;padding:30px;margin-bottom:40px;width:30%}.njContact div p{padding:0}@media (max-width:1070px){.njContact div{width:48%}}@media only screen and (max-width : 760px){.njContact div{width:100%;margin-bottom:20px}}.diapo{background:#1B2B48;padding-right:80px;padding-left:80px}@media only screen and (max-width : 1023px){.diapo{padding:0 40px}}@media only screen and (max-width : 760px){.diapo{padding:0 20px}}.diapo .container{background:url(//miliem.ca/wp-content/themes/miliem/images/dots.png)}@media only screen and (max-width : 1023px){.diapo .container{padding-top:33px}}.diapo .container .gauche{position:absolute;background:#fff;color:#1B2B48;font-size:31px;line-height:1.4;text-transform:uppercase;font-weight:700;max-width:500px;padding:40px 60px 0 0;bottom:0;left:0;z-index:2}@media only screen and (max-width : 1023px){.diapo .container .gauche{font-size:21px;padding:40px 40px 0 0;max-width:350px}}@media only screen and (max-width : 760px){.diapo .container .gauche{position:relative;width:100%;max-width:100%;padding:40px 20px 0 0;z-index:1}.diapo .container .gauche:after{content:'';background:#fff;height:100%;top:0;position:absolute;width:20px;right:-20px}}.diapo .container .gauche:before{content:'';background:#fff;height:100%;left:-50vw;top:0;width:50vw;position:absolute}@media only screen and (max-width : 760px){.diapo .container .gauche:before{position:absolute;width:20px;left:-20px}}.diapo .container .gauche .bouton{margin-top:40px;text-transform:none;font-weight:500}@media only screen and (max-width : 1023px){.diapo .container .gauche .bouton{margin-top:20px}}.diapo .container .gauche hr{max-width:30px;margin:10px 0}.diapo .container .diaporama{position:relative;place-content:flex-end;text-align:right;z-index:1;display:flex}.diapo .container .diaporama .flex-direction-nav{position:absolute;bottom:0;padding:0;margin:0}.diapo .container .diaporama .flex-viewport{max-width:889px !important}.diapo .container .diaporama .flex-nav-next{background:#fff;color:#fff;font-size:0;width:72px;height:72px;padding:0;margin:0;display:block}.diapo .container .diaporama .flex-nav-next a{width:72px;height:72px;padding:0;margin:0;display:block}.diapo .container .diaporama .flex-nav-next a:after{content:'';position:absolute;bottom:24px;left:40px;background:url(//miliem.ca/wp-content/themes/miliem/images/pointe.svg) no-repeat;width:20px;height:20px;transition:all 250ms ease 0s}.diapo .container .diaporama .flex-nav-next a:before{content:'';position:absolute;bottom:33px;left:12px;background:#E70000;width:40px;height:4px;transition:all 250ms ease 0s}.diapo .container .diaporama .flex-nav-next a:hover,.diapo .container .diaporama .flex-nav-next a:focus{background:#051025}.diapo .container .diaporama .flex-nav-prev,.diapo .container .diaporama .flex-control-nav{display:none}@media only screen and (max-width : 760px){.diapo .container .diaporama{z-index:2}.diapo .container .diaporama:after{position:absolute;bottom:0;left:-20px;width:100vw;content:'';height:40px;background:#fff;z-index:-1}}.diapo .container .diaporama .flex-viewport,.diapo .container .diaporama span{display:block;max-width:100%;height:555px;width:889px;background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (max-width : 760px){.diapo .container .diaporama .flex-viewport,.diapo .container .diaporama span{height:296px}}.services{padding:0 20px}.services .container h2{color:#E70000;font-weight:700;font-size:30px;text-transform:uppercase;width:460px;max-width:100%;text-align:center;margin:0 auto;padding:90px 0 85px 0;line-height:1.2}@media only screen and (max-width : 760px){.services .container h2{font-size:20px;padding:40px 0 36px 0}}.services .container div{display:flex;justify-content:space-between}@media (max-width:1200px){.services .container div{flex-wrap:wrap}}.services .container div a:after{content:'';position:absolute;bottom:21px;left:50px;background:url(//miliem.ca/wp-content/themes/miliem/images/pointe.svg) no-repeat;width:20px;height:20px;transition:all 250ms ease 0s}@media only screen and (max-width : 760px){.services .container div a:after{left:40px}}.services .container div a:before{content:'';position:absolute;bottom:30px;left:23px;background:#E70000;width:40px;height:4px;transition:all 250ms ease 0s}@media only screen and (max-width : 760px){.services .container div a:before{left:14px}}.services .container div a:hover,.services .container div a:focus{background:#051025}.services .container div a:hover:after,.services .container div a:focus:after{left:70px}@media only screen and (max-width : 760px){.services .container div a:hover:after,.services .container div a:focus:after{left:70px}}.services .container div a:hover:before,.services .container div a:focus:before{width:60px}@media only screen and (max-width : 760px){.services .container div a:hover:before,.services .container div a:focus:before{width:70px}}.services .container div span{display:flex;flex-wrap:wrap;width:71.875%;justify-content:space-between;align-content:space-between}@media (max-width:1200px){.services .container div span{justify-content:center;width:100%}}@media only screen and (max-width : 760px){.services .container div span{justify-content:space-between;width:100%}}.services .container div span a{height:46%;display:inline-block;width:22.57%;color:#fff;background:#1B2B48;font-size:20px;padding:23px;position:relative;padding-bottom:90px !important}@media (max-width:1200px){.services .container div span a{width:31.5%;height:auto;padding-bottom:75px;margin-bottom:18px}.services .container div span a:nth-child(2),.services .container div span a:nth-child(5){margin-left:20px;margin-right:20px}.services .container div span a:nth-child(8),.services .container div span a:nth-child(7){margin-left:10px;margin-right:10px}}@media (max-width:760px){.services .container div span a{margin-bottom:20px}}@media only screen and (max-width : 760px){.services .container div span a{font-size:15px;width:47%;margin-left:0 !important;margin-right:0 !important;padding:15px 11px 15px 11px !important;height:130px;letter-spacing:-0.4px}}.services .container div>a{width:26%;color:#fff;font-size:20px;background:#1B2B48;padding-top:0;position:relative}.services .container div>a:after,.services .container div>a:before{display:none}.services .container div>a .image{background:url(//miliem.ca/wp-content/themes/miliem/images/img-besoin.jpg) no-repeat top center #1B2B48;background-size:cover;height:54%;display:block;width:100%}@media (max-width:1200px){.services .container div>a .image{height:100%}}.services .container div>a .titre{padding:23px;min-height:150px;position:relative}@media (max-width:1200px){.services .container div>a .titre{text-align:left;justify-content:flex-start}}@media only screen and (max-width : 760px){.services .container div>a .titre{min-height:130px;padding:15px 11px 15px 11px !important;letter-spacing:-0.4px}}.services .container div>a .titre:after{content:'';position:absolute;bottom:21px;left:50px;background:url(//miliem.ca/wp-content/themes/miliem/images/pointe.svg) no-repeat;width:20px;height:20px;transition:all 250ms ease 0s}@media only screen and (max-width : 760px){.services .container div>a .titre:after{left:40px}}.services .container div>a .titre:before{content:'';position:absolute;bottom:30px;left:23px;background:#E70000;width:40px;height:4px;transition:all 250ms ease 0s}@media only screen and (max-width : 760px){.services .container div>a .titre:before{left:14px}}.services .container div>a:hover,.services .container div>a:focus{background:#051025}.services .container div>a:hover .titre:after,.services .container div>a:focus .titre:after{left:70px}@media only screen and (max-width : 760px){.services .container div>a:hover .titre:after,.services .container div>a:focus .titre:after{left:70px}}.services .container div>a:hover .titre:before,.services .container div>a:focus .titre:before{width:60px}@media only screen and (max-width : 760px){.services .container div>a:hover .titre:before,.services .container div>a:focus .titre:before{width:70px}}@media (max-width:1200px){.services .container div>a{display:flex;width:100%;background-size:auto 280px;height:200px;margin-bottom:18px}}@media only screen and (max-width : 760px){.services .container div>a{flex-direction:column;width:100%;font-size:15px;height:auto;background-size:auto 155px;min-height:260px;margin-bottom:18px}}.sectionOrange{background:#E70000;background-size:50% auto;padding:0 155px;margin-top:120px;overflow:hidden;position:relative}.sectionOrange .image{background:url(//miliem.ca/wp-content/themes/miliem/images/img-zone-orange.jpg) center no-repeat;background-size:cover;width:50%;height:100%;right:0;top:0;position:absolute;z-index:1}@media only screen and (max-width : 760px){.sectionOrange .image{width:100%;position:relative;top:auto;right:auto;height:50vw}}.sectionOrange:before{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/points-cta.svg) repeat top right;background-size:221px;width:178px;height:190px;position:absolute;left:0;bottom:-30px;display:block}@media only screen and (max-width : 760px){.sectionOrange:before{background-size:134px;bottom:auto;top:200px;left:-65px}}@media (max-width:1460px){.sectionOrange{background-size:50% auto}}@media only screen and (max-width : 1023px){.sectionOrange{padding:0 40px}}@media only screen and (max-width : 760px){.sectionOrange{padding:0 0;margin-top:40px}}.sectionOrange .container{position:relative}@media only screen and (max-width : 760px){.sectionOrange .container{padding:0 20px}}.sectionOrange .container:after{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/carres.svg) no-repeat center;width:278px;height:278px;background-size:cover;position:absolute;left:50%;bottom:-30px;display:block;transform:translateX(-231px);z-index:2}@media only screen and (max-width : 760px){.sectionOrange .container:after{width:131px;height:131px;left:auto;bottom:50%;right:-20px;bottom:0;transform:translateY(42px)}}.sectionOrange .container .gauche{height:400px;width:50%;display:flex;justify-content:center;flex-direction:column;color:#fff;font-size:32px;font-weight:600}.sectionOrange .container .gauche span{padding-right:30px;max-width:500px}@media only screen and (max-width : 760px){.sectionOrange .container .gauche{width:100%;font-size:24px;text-align:center;height:276px}.sectionOrange .container .gauche span{padding-right:0;max-width:500px}}.sectionOrange .container .gauche a{margin-top:40px;background:#E70000;z-index:9}.sectionOrange .container .gauche a:hover,.sectionOrange .container .gauche a:focus{background:#fff}@media only screen and (max-width : 760px){.sectionOrange .container .gauche a{margin-top:20px}}.balances{padding:0 20px}.balances .container h2{color:#E70000;font-weight:700;font-size:30px;text-transform:uppercase;width:510px;max-width:100%;text-align:center;margin:0 auto;padding:90px 0 85px 0;line-height:1.2}@media only screen and (max-width : 760px){.balances .container h2{padding:50px 0 45px 0;font-size:20px}}.balances .container div{display:flex;justify-content:space-between}@media only screen and (max-width : 1023px){.balances .container div{flex-wrap:wrap}}.balances .container div>a{width:44%;color:#fff;font-size:20px;padding:0;min-height:360px;background:url(//miliem.ca/wp-content/themes/miliem/images/camion.jpg) center no-repeat;background-size:cover;position:relative;display:flex;flex-direction:column;justify-content:flex-end;font-weight:500}.balances .container div>a:before{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/points-cta.svg) repeat top left;background-size:216px;width:225px;height:300px;position:absolute;right:54px;top:37px;display:block}@media only screen and (max-width : 760px){.balances .container div>a:before{background-size:116px;width:125px;height:200px;right:25px;top:18px}}@media only screen and (max-width : 1023px){.balances .container div>a{width:calc(50% - 10px);height:206px;min-height:206px;margin-bottom:18px;display:none}}@media only screen and (max-width : 760px){.balances .container div>a{display:block;width:100%;font-size:16px;height:56vw !important;min-height:56vw !important;font-size:15px;height:260px;min-height:260px;margin-bottom:18px}}.balances .container div>a span{color:#1B2B48;background-color:#fff;height:118px;width:270px;padding-left:128px;display:flex;justify-content:center;flex-direction:column;transition:all 250ms ease 0s;padding-top:0;background-repeat:no-repeat;background-position:30px center;background-image:url(//miliem.ca/wp-content/themes/miliem/images/ico-camions.svg);background-size:72px 59px;z-index:2}.balances .container div>a span:before{display:none}@media only screen and (max-width : 1023px){.balances .container div>a span{padding-left:143px}}@media only screen and (max-width : 760px){.balances .container div>a span{height:113px;padding-left:130px;position:absolute;padding-top:0;left:10px;width:calc(100% - 20px);bottom:-57px;height:83px;padding-left:110px;background-position:20px center;background-size:56px 45px}}.balances .container div>a:hover span,.balances .container div>a:focus span{color:#fff;background-color:#051025}.balances .container div span{display:flex;flex-wrap:wrap;width:calc(56% - 20px);justify-content:space-between;align-content:space-between}@media only screen and (max-width : 1023px){.balances .container div span{padding-top:0;width:100%;height:580px}}@media only screen and (max-width : 760px){.balances .container div span{padding-top:44px;height:auto;margin-top:0}}.balances .container div span a{width:calc(50% - 10px);height:calc(50% - 10px);color:#fff;background-color:#1B2B48;font-size:20px;padding:23px;position:relative;display:flex;justify-content:center;flex-direction:column;font-weight:500;padding-left:20%;background-position:23px center;background-repeat:no-repeat}.balances .container div span a.balanceCamionIpad{background-image:url(//miliem.ca/wp-content/uploads/2021/02/ico-camions-points-1.svg);background-position:30px center;background-size:91px 94px;display:none}@media only screen and (max-width : 1023px){.balances .container div span a.balanceCamionIpad{display:flex;background-position:30px center}}@media only screen and (max-width : 760px){.balances .container div span a.balanceCamionIpad{display:none;background-size:63px 66px;background-position:30px center}}.balances .container div span a.balancePlancher{background-image:url(//miliem.ca/wp-content/themes/miliem/images/ico-balance-plancher.svg);background-position:30px center;background-size:91px 94px}@media only screen and (max-width : 1023px){.balances .container div span a.balancePlancher{background-position:30px center}}@media only screen and (max-width : 760px){.balances .container div span a.balancePlancher{background-size:63px 66px;background-position:30px center}}.balances .container div span a.balanceCompteuse{background-image:url(//miliem.ca/wp-content/themes/miliem/images/ico-balances-compteuses.svg);background-position:35px center;background-size:72px 94px}@media only screen and (max-width : 1023px){.balances .container div span a.balanceCompteuse{background-position:40px center}}@media only screen and (max-width : 760px){.balances .container div span a.balanceCompteuse{background-size:52px 66px}}.balances .container div span a.balanceTable{background-image:url(//miliem.ca/wp-content/themes/miliem/images/ico-balances-de-table.svg);background-position:33px center;background-size:73px 94px}@media only screen and (max-width : 1023px){.balances .container div span a.balanceTable{background-position:40px center}}@media only screen and (max-width : 760px){.balances .container div span a.balanceTable{background-size:55px 66px}}@media only screen and (max-width : 1023px){.balances .container div span a{height:206px;padding-left:140px}}@media only screen and (max-width : 760px){.balances .container div span a{font-size:16px;padding-left:120px;width:100%;margin-bottom:10px;height:100px}.balances .container div span a:before{display:none}}.balances .container div span a:hover,.balances .container div span a:focus{background-color:#051025}.balances .container div span a.voirToutes{padding:0;display:flex;justify-content:center;flex-direction:column;text-align:center;border:5px solid #E70000;background:#fff;color:#1B2B48}@media only screen and (max-width : 1023px){.balances .container div span a.voirToutes{width:100%;height:130px}}@media only screen and (max-width : 760px){.balances .container div span a.voirToutes{height:100px}}.balances .container div span a.voirToutes:hover,.balances .container div span a.voirToutes:focus{background:#E70000;color:#fff}.home .referencement{overflow:hidden;position:relative;padding:0}.home .referencement .image{background:url(//miliem.ca/wp-content/themes/miliem/images/img-ref.jpg) center no-repeat;background-size:cover;width:50%;height:100%;left:0;top:0;position:absolute;z-index:1}.home .referencement .image:before{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/points-cta.svg) repeat top left;background-size:216px;width:220px;height:270px;position:absolute;right:0;top:108px;display:block}@media only screen and (max-width : 760px){.home .referencement .image:before{background-size:116px;width:125px;height:125px;right:25px;top:50px}}.home .referencement .image:after{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/points-cta.svg) repeat top left;background-size:216px;width:220px;height:270px;position:absolute;left:65px;bottom:55px;display:block}@media only screen and (max-width : 760px){.home .referencement .image:after{display:none}}@media only screen and (max-width : 1023px){.home .referencement .image{width:100%;position:relative;top:auto;right:auto;height:127vw}}.home .referencement .container{max-width:1320px}.home .referencement .container article{width:50%;padding:80px 110px 60px 110px;min-height:915px;display:flex;justify-content:center;flex-direction:column;color:#1B2B48;font-size:16px;line-height:1.5}@media only screen and (max-width : 1150px){.home .referencement .container article{padding:80px 40px 60px 40px}}@media only screen and (max-width : 1023px){.home .referencement .container article{padding:40px 40px 40px 40px;width:100%}}@media only screen and (max-width : 760px){.home .referencement .container article{min-height:0;position:relative;padding:50px 20px 30px 20px;font-size:14px;line-height:1.5}}.home .balances+.referencement{margin-top:100px}.entetePage{background:#1B2B48;padding:77px 80px 70px 80px}@media only screen and (max-width : 1023px){.entetePage{padding:77px 40px 69px 40px}}@media only screen and (max-width : 760px){.entetePage{padding:30px 20px 59px 20px}}.entetePage .container{position:relative}.entetePage .container:after{content:'';height:180px;right:1px;max-width:630px;width:50%;position:absolute;background:url(//miliem.ca/wp-content/themes/miliem/images/dots.png) repeat;top:-75px}.entetePage .container .titre{color:#fff;font-size:34px;font-weight:700;position:relative;text-transform:uppercase;display:block;min-height:80px;display:flex;flex-direction:column-reverse;max-width:1120px;margin:0 auto}@media only screen and (max-width : 760px){.entetePage .container .titre{font-size:22px}}.entetePage .container .titre:after{content:'';background:#E70000;height:5px;width:50px;position:absolute;bottom:-20px;left:0;display:block}.referencement{overflow:hidden;position:relative;padding:80px 80px 160px 80px}@media only screen and (max-width : 1023px){.referencement{padding:80px 40px 60px 40px}}@media only screen and (max-width : 760px){.referencement{position:relative;padding:50px 20px 50px 20px}}body.post-type-archive .referencement{padding-bottom:50px;text-align:center}.referencement .container{position:relative;display:flex;justify-content:flex-end;max-width:900px}@media (min-width:1100px){body.post-type-archive-balances .referencement .container{max-width:800px}body:not(.post-type-archive-balances) .referencement .container:before{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/points-orange.svg) repeat top left;background-size:174px;width:178px;height:178px;position:absolute;top:130px;left:-235px;display:block}body:not(.post-type-archive-balances) .referencement .container:after{content:'';width:274px;height:274px;background:url(//miliem.ca/wp-content/themes/miliem/images/carres-gris.svg) center no-repeat;background-size:contain;position:absolute;top:0;left:-330px;display:block}}.referencement .container article{width:100%;line-height:1.5;color:#1B2B48}@media only screen and (max-width : 760px){.referencement .container article{position:relative}}body.post-type-archive .referencement .container article{max-width:745px;margin:0 auto}.ctaDemandePrix{background:#E70000;background-size:50% auto;padding:0 155px;overflow:hidden;position:relative}body.tax-categorie .ctaDemandePrix,body.post-type-archive-balances .ctaDemandePrix{margin-top:0}@media (max-width:1460px){.ctaDemandePrix{background-size:50% auto}}@media only screen and (max-width : 1023px){.ctaDemandePrix{padding:0 40px}}@media only screen and (max-width : 760px){.ctaDemandePrix{padding:0 0;margin-top:40px}}.ctaDemandePrix .container{position:relative;max-width:900px}@media only screen and (max-width : 760px){.ctaDemandePrix .container{padding:0 20px}}.ctaDemandePrix .container:before{content:'';height:226px;right:-130px;top:60px;max-width:450px;width:450px;position:absolute;background:url(//miliem.ca/wp-content/themes/miliem/images/points-cta.svg) repeat;background-size:221px}@media only screen and (max-width : 760px){.ctaDemandePrix .container:before{background-size:180px;height:182px}}.ctaDemandePrix .container:after{content:'';background:url(//miliem.ca/wp-content/themes/miliem/images/carres.svg) no-repeat center;width:278px;height:278px;background-size:cover;position:absolute;right:-170px;top:50%;display:block;z-index:2}@media only screen and (max-width : 760px){.ctaDemandePrix .container:after{width:131px;height:131px;left:auto;right:0;top:auto;bottom:-50px}}.ctaDemandePrix .container .texte{height:324px;width:50%;display:flex;justify-content:center;flex-direction:column;color:#fff;font-size:32px;font-weight:600}@media only screen and (max-width : 760px){.ctaDemandePrix .container .texte{width:100%;font-size:24px;text-align:center;height:276px}}.ctaDemandePrix .container .texte a{margin-top:40px;background:#E70000;z-index:3}.ctaDemandePrix .container .texte a:hover,.ctaDemandePrix .container .texte a:focus{background:#fff}@media only screen and (max-width : 760px){.ctaDemandePrix .container .texte a{margin-top:20px}}nav.pagination{padding:70px 80px}nav.pagination h2{display:none}nav.pagination .nav-links{justify-content:center;display:flex}nav.pagination .nav-links span,nav.pagination .nav-links a{font-size:18px;color:#E70000;font-weight:700;width:30px;height:30px;text-decoration:none}nav.pagination .nav-links span.prev,nav.pagination .nav-links a.prev,nav.pagination .nav-links span.next,nav.pagination .nav-links a.next{position:relative}nav.pagination .nav-links span.prev:before,nav.pagination .nav-links a.prev:before,nav.pagination .nav-links span.next:before,nav.pagination .nav-links a.next:before{content:'';z-index:4;position:absolute;bottom:17px;left:0;background:#E70000;width:40px;height:4px;transition:all 250ms ease 0s}nav.pagination .nav-links span.prev:after,nav.pagination .nav-links a.prev:after,nav.pagination .nav-links span.next:after,nav.pagination .nav-links a.next:after{content:'';position:absolute;bottom:8px;left:27px;background:url(//miliem.ca/wp-content/themes/miliem/images/pointe.svg) no-repeat;width:20px;height:20px;transition:all 250ms ease 0s}nav.pagination .nav-links span.prev:hover:before,nav.pagination .nav-links a.prev:hover:before,nav.pagination .nav-links span.next:hover:before,nav.pagination .nav-links a.next:hover:before,nav.pagination .nav-links span.prev:focus:before,nav.pagination .nav-links a.prev:focus:before,nav.pagination .nav-links span.next:focus:before,nav.pagination .nav-links a.next:focus:before{width:48px}nav.pagination .nav-links span.prev:hover:after,nav.pagination .nav-links a.prev:hover:after,nav.pagination .nav-links span.next:hover:after,nav.pagination .nav-links a.next:hover:after,nav.pagination .nav-links span.prev:focus:after,nav.pagination .nav-links a.prev:focus:after,nav.pagination .nav-links span.next:focus:after,nav.pagination .nav-links a.next:focus:after{left:35px}nav.pagination .nav-links span.prev,nav.pagination .nav-links a.prev{transform:rotate(180deg)}nav.pagination .nav-links span.prev:before,nav.pagination .nav-links a.prev:before{bottom:9px;left:22px}nav.pagination .nav-links span.prev:after,nav.pagination .nav-links a.prev:after{left:49px;bottom:0}nav.pagination .nav-links span.prev:hover:before,nav.pagination .nav-links a.prev:hover:before,nav.pagination .nav-links span.prev:focus:before,nav.pagination .nav-links a.prev:focus:before{width:48px}nav.pagination .nav-links span.prev:hover:after,nav.pagination .nav-links a.prev:hover:after,nav.pagination .nav-links span.prev:focus:after,nav.pagination .nav-links a.prev:focus:after{left:55px}nav.pagination .nav-links a:hover,nav.pagination .nav-links a:focus{text-decoration:underline}nav.pagination .nav-links span{color:#1B2B48}.listeCat{background:#F4EDE9;padding:74px 80px 60px 80px}@media only screen and (max-width : 1023px){.listeCat{padding:74px 40px 60px 40px}}@media only screen and (max-width : 760px){.listeCat{padding:40px 20px 20px 20px}}.listeCat .container{display:flex;flex-wrap:wrap;justify-content:center;max-width:1160px}.listeCat .container a{display:inline-block;width:31%;color:#fff;font-size:20px;padding:34px;position:relative;display:flex;justify-content:center;flex-direction:column;font-weight:500;padding-left:12%;background-color:#1B2B48;margin-bottom:23px;margin-right:10px;margin-left:10px;height:175px}.listeCat .container a .image{width:100px;height:94px;position:absolute;top:50%;left:20%;background-position:center;background-repeat:no-repeat;background-size:contain;transform:translate(-50%, -50%)}@media only screen and (max-width : 760px){.listeCat .container a .image{left:67px;height:74px}}@media only screen and (max-width : 1023px){.listeCat .container a{width:47%;padding-left:22%}}@media only screen and (max-width : 760px){.listeCat .container a{width:100%;padding-left:120px;background-position:30px center}}.listeCat .container a:hover,.listeCat .container a:focus{background-color:#051025;color:#fff}.listeBalances{padding:74px 80px 80px 80px}@media only screen and (max-width : 1023px){.listeBalances{padding:74px 40px 80px 40px}}@media only screen and (max-width : 760px){.listeBalances{padding:40px 20px 40px 20px}}.listeBalances .container{display:flex;flex-wrap:wrap;max-width:1120px;line-height:1.6;justify-content:space-between}.listeBalances .container .sidebar{width:270px}.listeBalances .container .sidebar .accordeonStop{padding:0;margin:0;border:0}@media only screen and (max-width : 760px){.listeBalances .container .sidebar .accordeonStop{border:0;width:100%;border-bottom:2px solid #E70000;margin:0;max-width:100%}}.listeBalances .container .sidebar h2{color:#1B2B48;font-size:22px;font-weight:700;padding:0 0 10px 0;position:relative}.listeBalances .container .sidebar h2.accordeon{padding-bottom:0;margin-bottom:10px}.listeBalances .container .sidebar h2.accordeon:after{content:'';display:block;width:10px;height:10px;border-left:3px solid #E70000;border-bottom:3px solid #E70000;position:absolute;right:20px;transform:rotate(-45deg);top:10px}.listeBalances .container .sidebar .accordeon-contenu{border-top:2px solid #E70000}.listeBalances .container .sidebar ul,.listeBalances .container .sidebar li{padding:0;margin:0;list-style:none}.listeBalances .container .sidebar ul a,.listeBalances .container .sidebar li a{display:inline-block;color:#1B2B48;width:100%;padding:10px 16px;background:#fff;font-weight:600}.listeBalances .container .sidebar ul a:hover,.listeBalances .container .sidebar li a:hover,.listeBalances .container .sidebar ul a:focus,.listeBalances .container .sidebar li a:focus{background:#E70000;color:#fff}.listeBalances .container .sidebar ul.active a,.listeBalances .container .sidebar li.active a{background:#E70000;color:#fff}@media only screen and (max-width : 1023px){.listeBalances .container .sidebar{width:200px}}@media only screen and (max-width : 760px){.listeBalances .container .sidebar{width:100%;margin-bottom:40px}}.listeBalances .container .droite{width:calc(100% - 350px)}@media only screen and (max-width : 1023px){.listeBalances .container .droite{width:calc(100% - 230px)}}@media only screen and (max-width : 760px){.listeBalances .container .droite{width:100%}}.listeBalances .container .droite h1{background-repeat:no-repeat;background-position:left center;background-size:auto 74px;padding-bottom:0;padding-left:80px;min-height:48px;display:flex;justify-content:center;flex-direction:column;margin-bottom:30px;line-height:1.2;position:relative}body.term-15 .listeBalances .container .droite h1{padding-left:0}.listeBalances .container .droite h1 span{display:block;position:absolute;top:-10px;left:0;height:70px;width:100px;background-repeat:no-repeat;background-position:left center;background-size:auto 74px}.listeBalances .container .droite .liste{display:flex;flex-wrap:wrap;justify-content:space-between}.listeBalances .container .droite .liste .item{width:48.7%;background:#F4EDE9;padding:15px;margin-bottom:20px;line-height:1.6}@media only screen and (max-width : 1023px){.listeBalances .container .droite .liste .item{width:100%}}.listeBalances .container .droite .liste .item .img{max-height:265px;height:20.5vw;display:block;width:100%;background:#fff;background-repeat:no-repeat;background-size:contain;background-position:center;margin-bottom:20px;border:solid #fff 20px}@media only screen and (max-width : 1023px){.listeBalances .container .droite .liste .item .img{height:34vw}}@media only screen and (max-width : 760px){.listeBalances .container .droite .liste .item .img{height:63vw}}.listeBalances .container .droite .liste .item h3{color:#E70000;font-size:22px}.listeBalances .container .droite .liste .item .poid{color:#1B2B48;display:block;font-weight:700;font-size:16px;background:url(//miliem.ca/wp-content/themes/miliem/images/poid.svg) center left no-repeat;padding-left:25px}.nouvelles{background:#F4EDE9;margin-top:128px;position:relative;padding:94px 80px 60px 80px;text-align:center;overflow:hidden}body.home .nouvelles{padding:94px 80px 0 80px}@media only screen and (max-width : 1023px){.nouvelles{padding:94px 40px 60px 40px}body.home .nouvelles{padding:94px 40px 0 40px}}@media only screen and (max-width : 760px){.nouvelles{padding:40px 20px 40px 20px;margin-top:46px}}.nouvelles:after{content:'';width:260px;height:260px;background:url(//miliem.ca/wp-content/themes/miliem/images/carres-actualite.svg) center no-repeat;background-size:contain;position:absolute;top:-2px;left:-2px;display:block}@media only screen and (max-width : 760px){.nouvelles:after{width:124px;height:124px;left:-30px;top:-40px}}.nouvelles:before{content:'';width:260px;height:260px;background:url(//miliem.ca/wp-content/themes/miliem/images/carres-actualite.svg) center no-repeat;background-size:contain;position:absolute;bottom:-2px;right:-2px;transform:rotate(180deg);display:block}@media only screen and (max-width : 760px){.nouvelles:before{display:none}}body.blog .nouvelles{margin-top:0}body.blog .nouvelles:before,body.blog .nouvelles:after{display:block}body.home .nouvelles h2{color:#E70000;font-weight:700;font-size:30px;text-transform:uppercase;max-width:100%;margin:0 auto;line-height:1.2;text-align:center;margin-bottom:50px;width:100%}@media only screen and (max-width : 760px){body.home .nouvelles h2{font-size:20px;margin-bottom:10px}}.nouvelles a.bouton{margin-top:56px;margin-bottom:60px}@media (max-width:600px){.nouvelles a.bouton{margin-top:25px;margin-bottom:40px}}.nouvelles .container{text-align:left;display:flex;flex-wrap:wrap;justify-content:space-between;z-index:10}@media only screen and (max-width : 760px){.nouvelles .container{align-items:center;flex-direction:column}}.nouvelles .container a.nouvelle{background:#fff;width:32%;display:inline-block;position:relative;max-width:404px}body:not(.home) .nouvelles .container a.nouvelle{margin-bottom:26px}@media only screen and (max-width : 1023px){.nouvelles .container a.nouvelle{width:48%;margin-bottom:20px}body.home .nouvelles .container a.nouvelle:nth-child(3){display:none}}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle{width:100%;margin-bottom:15px}}.nouvelles .container a.nouvelle .img{background-repeat:no-repeat;background-position:center;background-size:cover;display:block;height:18vw;max-height:273px}@media only screen and (max-width : 1023px){.nouvelles .container a.nouvelle .img{height:28vw}}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle .img{height:60vw}}.nouvelles .container a.nouvelle:after{content:'';position:absolute;bottom:21px;left:50px;background:url(//miliem.ca/wp-content/themes/miliem/images/pointe.svg) no-repeat;width:20px;height:20px;transition:all 250ms ease 0s}.nouvelles .container a.nouvelle:before{content:'';z-index:4;position:absolute;bottom:30px;left:23px;background:#E70000;width:40px;height:4px;transition:all 250ms ease 0s}.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite){position:relative;padding:20px;background:#fff;width:85%;min-height:140px;display:inline-block;top:-50px;color:#051025}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite){padding:20px 20px 40px 20px;min-height:0;top:0;width:100%;padding-bottom:80px !important}}.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite) time{font-size:13px;padding-left:40px;position:relative}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite) time{font-size:12px}}.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite) time:before{background:#E70000;content:'';height:4px;width:33px;position:absolute;top:6px;left:0;display:block}.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite)>span{font-size:20px;font-weight:600;display:block;transition:all 250ms ease 0s;margin-top:3px}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle>span:not(.img):not(.lireLaSuite)>span{font-size:15px}}.nouvelles .container a.nouvelle .lireLaSuite{color:#051025;position:absolute;bottom:50px;left:20px;font-weight:500}@media only screen and (max-width : 760px){.nouvelles .container a.nouvelle .lireLaSuite{font-size:14px}}.nouvelles .container a.nouvelle:hover>span:not(.img):not(.lireLaSuite)>span,.nouvelles .container a.nouvelle:focus>span:not(.img):not(.lireLaSuite)>span{color:#E70000}.nouvelles .container a.nouvelle:hover:after,.nouvelles .container a.nouvelle:focus:after{left:70px}.nouvelles .container a.nouvelle:hover:before,.nouvelles .container a.nouvelle:focus:before{width:60px}a.postes{display:inline-block;width:48%;color:#fff !important;font-size:20px;padding:34px;position:relative;display:flex;justify-content:center;flex-direction:column;font-weight:500;text-align:center;background-color:#1B2B48;margin-bottom:23px;margin-right:10px;margin-left:0;height:175px;float:left}a.postes:hover{background-color:#051025;color:#fff}@media only screen and (max-width:760px){a.postes{width:100%;margin-right:0}}a.postes .image{width:100px;height:94px;position:absolute;top:50%;left:20%;background-position:center;background-repeat:no-repeat;background-size:contain;transform:translate(-50%, -50%);display:none}.wpcf7-form.init{clear:both}.flex{display:flex;flex-wrap:wrap;justify-content:space-between}/*# sourceMappingURL=miliem.css.map */
.referencement .alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.referencement .alignleft{
	float:left;
	margin-right:20px;
}
.referencement .alignright .wp-caption-text,
.referencement .alignleft .wp-caption-text{font-weight:700;}/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(//miliem.ca/wp-content/themes/miliem/css/fonts/flexslider-icon.eot);
  src: url(//miliem.ca/wp-content/themes/miliem/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//miliem.ca/wp-content/themes/miliem/css/fonts/flexslider-icon.woff) format('woff'), url(//miliem.ca/wp-content/themes/miliem/css/fonts/flexslider-icon.ttf) format('truetype'), url(//miliem.ca/wp-content/themes/miliem/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}