@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	width: auto;
	
}

input,
textarea {
    /*-webkit-appearance: none;*/
    /*border-radius: 0;*/
}


.col-100-s {
	width:100%;
}
.col-90-s {
	width:90%;
}
.col-80-s {
	width:80%;
}
.col-70-s {
	width:70%;
}
.col-60-s {
	width:60%;
}
.col-50-s {
	width:50%;
}
.col-40-s {
	width:40%;
}
.col-30-s {
	width:30%;
}
.col-20-s {
	width:20%;
}
.col-10-s {
	width:10%;
}

.col-33-s {
	width:33%;
}
.col-66-s {
	width:66%;
}

.col-25-s {
	width:25%;
}
.col-75-s {
	width:75%;
}




img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

.hide-s {
	display:none;
}
.show-s {
	display:block !important;
}

.page,
.page.l,
.page.m,
.page.s,
.page.xs,
.page.xxs,
.page.xxxs {
    width:100%;
    padding-left: 35px;
    padding-right: 35px;
}

.left,
.right {
	float:none;
}

.parallax-container {
	height: 20vh;
}
.parallax img {
	width: 100%;
	height: auto !important;
	min-height: auto;
}


/*

header,
header.strip {
	position: relative;
}


header .wrapper-logo {
	text-align: center;
	padding-bottom: 20px;
}
header .wrapper-logo a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 180px !important;
}

header .wrapper-nav {
	padding:0;
	text-align: left;
}
header.scroll .wrapper-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	padding-bottom: 0;
}
header .wrapper-nav nav {
	display: none;
}

header .wrapper-nav nav ul li {
	display: block;
	text-align: left;
}
header .wrapper-nav nav ul li a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

header .wrapper-nav #sticky {
	display: block;
	background-color: rgb(31,31,31);
	color: #FFF;
	padding: 10px;
	text-align: left;
	margin-bottom: 5px;
	cursor: pointer;
}
header .wrapper-nav #sticky img {
	display: inline-block;
	height: 20px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}
header .wrapper-nav #sticky span {
	display: inline-block;
	font-family: Lato;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	vertical-align: middle;
}

*/


body > section {
    margin-top: 0;
}

.extranet-status {
    margin-top: 0;
}

.padd-v-l,
.padd-v-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padd-l-s,
.padd-l-m {
	padding-left: 0;
}

.padd-r-s,
.padd-r-m {
	padding-right: 0;
}

.padd-t-xl {
	padding-top: 80px;
}
.padd-b-l {
	padding-bottom: 50px;
}
.padd-b-xl {
	padding-bottom: 100px;
}

#contact form table tr,
#contact form table tr td {
	display:block;
	width:100% !important;
	padding:0;
	margin:0;

}

#contact form table tr td input,
#contact form table tr td select,
#contact form table tr td textarea {
	margin:0;
	margin-bottom:10px;
	display:block;
	width:100% !important;
}

#contact .wrapper-form {
    border-left: none;
    border-top: solid 1px rgba(0,0,0,0.1);
}

#contact .wrapper-form p  {
    flex-direction: column;
    row-gap: 7px;
    align-items: flex-start;
    justify-content: flex-start;
}

#contact .wrapper-form p .label,
#contact .wrapper-form p input[type=text],
#contact .wrapper-form p select,
#contact .wrapper-form p textarea,
#contact .wrapper-form p .nogrow {
    width: 100% !important;
}


.col-100-s {
    padding-left:0;
    padding-right: 0;
    margin-bottom: 25px;
}

.padd-t-z {
    padding-top: 0;
}
.padd-b-z {
    padding-bottom: 0;
}
.padd-l-z {
    padding-left: 0;
}
.padd-r-s {
    padding-right: 0;
}

.flex.flex-row {
    flex-direction: column;
}

header.inline {
    position: relative !important;
}

header.inline.scroll .wrapper-flex,
header.inline .wrapper-flex {
    flex-direction: column;
    padding-bottom: 15px;
}
header.inline .wrapper-flex .wrapper-autogrow {
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

header.inline .wrapper-flex .wrapper-autogrow .top {
    display: none;
}


header.inline nav.main {
    display: none;
}

header.inline nav.mobile {
    display: none;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}





header.inline nav.mobile ul {
    display: block;
    padding: 0;
    margin: 0;
}

header.inline nav.mobile ul li {
    display: block;
    padding: 0;
    margin: 0;
    
}

header.inline nav.mobile > ul > li {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
header.inline nav.mobile > ul > li a {
    font-weight: 700;
}


header.inline nav.mobile ul li a {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    padding: 10px;
}
header.inline nav.mobile ul li ul {
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
}
header.inline nav.mobile ul li ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 7px;
}

header.inline nav.mobile ul li ul li::before {
    background-color: rgb(64, 100, 169);
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

header.inline nav.mobile ul li ul li a {
    font-size: 12px;
    font-weight: 500;
    display: block;
    white-space: normal;
    padding: 8px;
    padding-left: 0;
}



header.inline nav.mobile ul li.hassubmenu a::after {
    display: none;
}

header.inline .wrapper-flex .logo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    column-gap: 20px;
}

header.inline .wrapper-flex .logo a {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
}

header.inline .logo .baseline-medium {
    display: none;
}

header.inline .wrapper-flex .logo a img {
    width: 100%;
    height: auto;
}

header.inline .wrapper-flex .logo .macaron {
    width: 60px;
    height: auto;
}

header.inline .wrapper-flex .logo .macaron img {
    width: 100%;
    height: auto;
}




.col-100-s.padd-r-l,
.col-100-s.padd-l-l,
.col-100-s.padd-r-m,
.col-100-s.padd-l-m,
.col-100-s.padd-r-xm,
.col-100-s.padd-l-xm {
    padding-left: 0;
    padding-right: 0;
}

header.inline .middle-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}

header.inline .middle-bar .baseline-medium {
    text-align: left;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

header.inline .middle-bar .menu {
    display: block;
}


header.inline .middle-bar .menu a figure .line {
    background-color: rgb(64, 100, 169);
    border-radius: 2px;
}

.content .txt-right {
    text-align: left;
}

.link.rounded.large {
    font-size: 12px;
    padding: 10px 17px;
    line-height: 14px;
}

.titre.has-signe::before {
    display: none;
}

#asso .aupair {
    padding-top: 40px;
}


#asso .logos {
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#asso .logos figure {
    height: 60px;
    width: auto;
}

.titre h2,
.titre.main h2 {
    font-size: 25px;
    line-height: 30px;
}
.titre.main h1 {
    font-size: 40px;
    line-height: 40px;
}


p.links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
}

p.links .link {
    width: 100%;
    text-align: center;

}

#asso .flex-row.chiffres {
    align-items: center;
    column-gap: 0;
    row-gap: 25px;
}

.bg-bulles-2 {
    background-size: auto 100px;   
}

#partenaires .partenaires {
    row-gap: 30px;
}

.content p img {
    max-width: 100% !important;
    height: auto !important;
}

.aircanada .offres .border-left {
    border-left: none;
}

.titre.main h1 {
    margin-bottom: 15px;
}

.flex-row.reverse {
    flex-direction: column-reverse;
}

.titre.padd-b-m {
    padding-bottom: 25px;
}

.conseils .content h3 {
    margin-top: 20px;
}

#mediation .roles .role a {
    flex-direction: column;
}

#mediation .roles .role a h3 {
    text-align: center;
}

#mediation .roles .role a .action {
    width: 100%;
    text-align: center;
}

#mediation .roles .role a .plus {
    display: none;
}

#mediation .roles .role .content {
    display: block;
}

#mediation .roles .role .content ol {
    padding-left: 15px;
}

#mediation .roles .role hr {
    background-color: transparent;
}

#faq .flex-row {
    padding-top: 0;
    padding-bottom: 0;
}

#contact .border-left {
    border-left: none;
}

#blog article {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
}

#blog article a figure {
    height: 150px;
}

#blog article a .content h1 {
    height: auto;
}

#blog article a .content p:last-of-type {
    margin: 0;
}

#article .content h2,
#article .content h3,
#article .content h4,
#article .content h5 {
    text-align: left;
}

#article .shares {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
}

#article .others {
    display: none;
}

#intro .txt-right {
    text-align: center;
}

#homepage .wrapper-equipe {
    padding-left: 0;
    padding-right: 0;
}

.wrapper-article .item a {
    box-shadow: none;
}

footer .wrapper-cols {

}

footer .wrapper-cols .item {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

footer .wrapper-cols .logo {
    margin-bottom: 25px;
}

footer .wrapper-cols .contacter {
    margin-top: 25px;
}

footer .wrapper-cols .nav ul li:last-of-type {
    border-bottom: solid 1px rgba(132, 161, 217, 0.5);
}

#agences .wrapper-filters {
    position: relative;
    top: 0;
    padding-left: 35px;
    padding-right: 35px;
}

#agences .wrapper-filters .filters {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    box-sizing: border-box;
    
}

#agences .wrapper-filters .filters a {
    width: 100%;
}

#agences #wrapper-map {
    padding-top: 0;
    padding-bottom: 0;

}

#agences #wrapper-map .map {
    height: 70vh;
}

#agences #listing {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#agences #listing article {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 15px;
}

#agences #listing article .content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

#agences #listing article .logo {
    text-align: center;
}

#agences #listing article .links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}




#slider_homepage .owl-item .slide.texte .legende .content p,
#slider_homepage .owl-item .slide.texte .legende .content p:nth-of-type(1),
#slider_homepage .owl-item .slide.texte .legende .content p:nth-of-type(2) {
    font-size: 15px;
    line-height: normal;
}

#slider_homepage .owl-item .slide.texte .legende .content p:last-of-type {
    display: none;
}

#slider_homepage .owl-item .slide.texte .legende .content p br {
    display: none;
}

.wrapper-slider {
    padding-left: 0;
    padding-right: 0;
}


.wrapper-slider #progress {
    display: none;
}


#slider_homepage .owl-item .slide.texte.ap-homme .legende .content {
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

#slider_homepage .owl-item .slide.texte.ap-homme .legende .content-alt {
    width: 40%;
}

#auth .wrapper .wrapper-connexion {
    border-right: none;
}

.extranet-status .page {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}


.extranet-status p span {
    display: none;
}

#extranet-compte p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#extranet-compte p span {
    width: 100%;
    flex-grow: 1;
}

#extranet-compte p input[type=text],
#extranet-compte p input[type=password],
#extranet-compte p input[type=submit],
#extranet-compte p select,
#extranet-compte p textarea {
    width: 100% !important;
    flex-grow: 1;

}

.extranet-status nav ul li a {
    padding: 5px;
    background-color: transparent;
    border-radius: none;
}

.extranet-status nav ul li a i {
    display: block;
    font-size: 20px;
}
.extranet-status nav ul li a span {
    display: none;
}