@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Xu_FYwbs8k0teWf0uC8JpevvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW7O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'RailwayRegular';
    font-weight: normal;
    font-style: normal;
    src: local('RailwayRegular'), local('Railway'), url(https://fontlibrary.org/assets/fonts/railway-sans/e20a3eb56cd480c597e654f035e3754e/c74c9bb86c127ffc18aee4c2047abea6/RailwayRegular.ttf) format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');


html, body { height: 100%; background-color: #fff; cursor: default; font-family: "Open Sans", sans-serif; }
input, textarea { cursor: beam; }
p:last-child { margin-bottom: 0; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

.alert { position: relative; }
.alert a.btn { position: absolute; top: 8px; right: 40px; }

h1 .logo { display: inline-block; vertical-align: bottom; margin-left: 5px; }

.ih-head { padding-top: 15px; padding-bottom: 20px; position: relative; overflow: hidden; text-align: center; z-index: 50; background-color: black; overflow: hidden; background: url('/static/img/backround.jpg') no-repeat top left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.ih-head a { color: white; }

.ih-head-small { }
.ih-head-large {}
.ih-head-wrapper {}

html[lang=fr] .ih-head h1 { font-size: 26px; }
.ih-head h1 img { max-height: 60px; }

.ih-head video { position: absolute; bottom: 0; left: 50%; margin-left: -50%; min-height: 100%; min-width: 100%; z-index: -1; -webkit-filter: blur(3px); }

.ih-head-content { position: relative; z-index: 10; text-shadow: 0 1px 3px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.75); }
.ih-head-content > *, .ih-head footer { margin-right: auto; margin-left: auto; max-width: 960px; }

.ih-head > .ih-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; -webkit-box-shadow: inset 0 0 100px red; box-shadow: inset 0 0 100px red; }

.ih-head small { color: #ccc; }

.ih-head header { padding: 0 20px; }
.ih-head section { }
.ih-head-large section { margin-top: 40px; padding: 0 30px 40px; }
.ih-head footer { display: none; padding: 10px 0 10px; }
.ih-head.large footer { display: block; }
.ih-head footer a { opacity: 0.5; }
.ih-head footer a:hover { opacity: 1.0; }

.ih-head nav { margin-top: 10px; margin-bottom: 10px; }
.ih-head nav > li {
	margin-top: 10px;
	display: inline-block;
}
.ih-head nav > li + li {
	margin-left: 20px;
}
.ih-head nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: white;
	opacity: 0.5;
	border-bottom: 2px solid transparent;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.ih-head nav > li > a:hover,
.ih-head nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #a9a9a9;
	border-bottom-color: white;
	opacity: 0.75;
}
.ih-head nav > .active > a,
.ih-head nav > .active > a:hover,
.ih-head nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
	opacity: 0.9;
}

.ih-head h1 {
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 0;
	margin-bottom: 10px;
}

.ih-head h2 {
	font-size: 31px;
	margin-top: 0;
	line-height: 1.4;
}

.ih-hero { color: white; }
.ih-hero p.lead { margin-bottom: 60px }

.ih-hero form { display: block; overflow: visible; margin: 0 0 80px; position: relative; z-index: 750; }

.ih-hero input { width: 250px; overflow: visible; background-color: rgba(255,255,255,0.25); border: 2px solid rgba(255,255,255,0.33); -webkit-transition: background-color .5s ease-in-out, width .5s ease-in-out; color: black; -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.2); box-shadow: inset 0 0 20px rgba(0,0,0,0.2); }
.ih-hero input:focus { width: 350px; background-color: rgba(255,255,255,0.75); outline: none; }

.ih-hero input::-webkit-input-placeholder { color: rgba(255,255,255,0.9); opacity: 1; text-align: center; -webkit-transition: color .5s ease-in-out; text-shadow: 0 0px 5px rgba(0,0,0,.75); }
.ih-hero input:focus::-webkit-input-placeholder { color: transparent; overflow: visible; text-shadow: none; }

.ih-hero input::-webkit-input-placeholder:before { display: block; height: 0px; overflow: visible; position: relative; bottom: 20px; opacity: 0; -webkit-transition: opacity 1s ease-in-out, bottom 1s ease-in-out; content: attr(before); -webkit-transition-delay: .5s; }
.ih-hero input::-webkit-input-placeholder:after { display: block; height: 0px; overflow: visible; position: relative; top: 20px; opacity: 0; -webkit-transition: opacity 1s ease-in-out, top 1s ease-in-out; -webkit-transition-delay: 1s; content: attr(after); }
.ih-hero input:focus::-webkit-input-placeholder:before { color: white; bottom: 44px; opacity: 1; font-size: 15px; line-height: 1; text-shadow: 0 1px 2px rgba(0,0,0,.75); }
.ih-hero input:focus::-webkit-input-placeholder:after { color: white; top: 30px; opacity: 1; font-size: 15px; line-height: 1; text-shadow: 0 1px 2px rgba(0,0,0,.75); }
/*.ih-hero input:focus::-webkit-input-placeholder { opacity: 1; font-size: 0; }
.ih-hero input:focus::-webkit-input-placeholder:after {  font-size: 18px; position: absolute; left: 260px; text-align: right; opacity: 0.75; content: "Press enter to search." } */



.ih-hero input:-moz-placeholder {  }
.ih-hero input::-moz-placeholder {  }
.ih-hero input:-ms-input-placeholder {  }


#featured { padding-top: 30px; background-color: #ddd; box-shadow: 0px 0px 20px rgba(0,0,0,0.125); }
#featured.empty { padding-bottom: 30px; }
#featured .content { max-width: 960px; padding: 0 30px; margin: 0 auto; }
#featured h2, #featured h3 { text-align: center; margin: 0 0 40px; font-size: 24px; }
#featured h2 { padding-bottom: 25px; margin-bottom: 0; }
#featured h4 { line-height: 1.4; font-weight: 600; color: #8bf; }
#featured h5 { line-height: 24px; margin-top: 2px; margin-bottom: 4px; }
#featured .category { font-size: 16px; margin-top: 0.2em; margin-bottom: 1ex; font-weight: 500; }
#featured i { display: inline-block; margin-top: 8px; }
#featured .job-detail { max-height: 16.5em; overflow: hidden; text-overflow: ellipsis; }

#all { padding-top: 80px; padding-bottom: 60px; }
#all .content { max-width: 960px; padding: 0 30px; margin: 0 auto; }
#all h3 { text-align: center; margin: 0 0 40px; font-size: 36px; }
#all h4 { line-height: inherit; font-size: 18px; font-weight: inherit; }
#all h5 { line-height: 24px; margin-top: 2px; margin-bottom: 4px; }
#all menu { margin: 0;  }
#all menu a { font-weight: bold; }


article footer { margin-top: 15px; padding: 20px 0; text-align: center; border-top: 1px solid #ccc; }
article footer .content { max-width: 960px; margin: 0 auto; }
article footer p, article footer menu, article footer li, article footer a { display: inline-block; }
article footer a { font-weight: bold; margin-left: 20px; }


section.container { padding-top: 10px; padding-bottom: 10px; }
section.container > h2 { margin: 0; padding: 0; }

@media (min-width: 640px) {
	.ih-head h1 {
		float: left;
		margin-top: 0;
	}
	.ih-head nav {
		float: right;
		margin-top: 0;
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	#all h4 { line-height: inherit; font-size: inherit; font-weight: inherit; }
	.ih-head h2 { font-size: 36px; }
	section.container { padding-top: 20px; }
}

@media (min-width: 1050px) {
	section.container { padding-top: 40px; }
	#featured { padding-top: 50px; }
	#featured h2 { padding-bottom: 50px; }
	#featured h2, #featured h3 { text-align: center; margin: 0 0 40px; font-size: 36px; }
	.ih-head h1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.ih-head nav {
		margin-top: 40px;
	}
	.ih-hero p.lead { margin-bottom: 80px; }
	.ih-hero form { margin-bottom: 90px; }
	
}



#job-hero { border-top: 1px solid #ccc; border-bottom: 2px solid #ccc; background-color: #eee; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1); padding: 25px 0; }
#job-hero h2 { margin: 0 auto; max-width: 960px; display: block; font-size: 24px; }

section.row { padding: 20px 0; margin: 0 auto; max-width: 960px; }
#job-aside { }

article > :last-child > section { margin-top: 20px; padding: 20px 0; text-align: center; border-top: 1px solid #ccc; }
article > :last-child > section.entente { margin-top: 40px; }
article > :last-child > section p, article > :last-child > section menu, article > :last-child > section li, article > :last-child section a { display: inline-block; }
article > :last-child > section:not(.entente) a { font-weight: bold; margin-left: 20px; }


#job-description { padding-left: 0; }
#job-sidebar { padding-right: 0; }


.map { position: relative; }


section { text-align: left; }






.email_wrapp .wrapp {
    background: #fff;
    width: 98%;
    margin: 0 auto 60px;
    padding: 32px 0 21px;
    height: 50px;
    float: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 2px 0px rgb(206, 206, 206);
}

.email_wrapp .line {
    margin-left: 0;
}

.email_wrapp .wrapp p {
    float: left;
    font-size: 17px;
    margin: 0px 0px 0px 48px;
}

.email_wrapp .wrapp input[type="text"] {
    float: left;
    font-size: 16px;
    border-radius: 3px;
    height: 27px;
    margin-bottom: 0;
    width: 31.5%;
    margin-left: 30px;
}

.email_wrapp .wrapp a.send {
    text-transform: uppercase;
    color: #fff;
    border: 0 none;
    box-shadow: none;
    margin: 0px 70px 0 0;
    background: #1189D9;
    font-weight: bold;
    text-shadow: none;
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}

.email_wrapp .wrapp a.send:hover {
    background: #252528;
}




.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 767px) {
  .fsi-row-xs-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fsi-row-sm-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fsi-row-md-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .fsi-row-lg-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}



.email_wrapp { margin-bottom: 10px; }

.wrapp .content {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 1px 1px 2px 0px rgb(206, 206, 206);
	padding: 20px;
}

.wrapp form { text-align: right; }
.wrapp p { float: left; margin: 0; text-align: left; }

div.container.row-fluid { padding-left: 0; padding-right: 0; }




.entente {
    position: relative;
    border-top: solid 3px #7b060c;
    color: #fff;
    background-color: #262626;
	margin-top: 40px;
}

.entente a#button_footer_to_top {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
}

.entente a {
    color: #fff;
}

.entente .footer_top {
    padding: 50px 0 25px 0;
    border-bottom: solid 1px #5c5c5c;
}

.entente .footer_top .col-md-5 p {
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0;
}

.footer_top input[type="text"], .footer_top input[type="email"] {
    width: 80%;
    height: 40px;
    border: none;
    padding: 0;
    padding-left: 10px !important;
    float: left;
    color: #333;
    font-size: 1.4em;
}

.footer_top button {
    background-color: #7b060c;
    border: none;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    float: left;
    color: #fff;
}

.footer_top button:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.entente .footer_top .wifi {
    padding-top: 30px;
}

.entente .footer_top .wifi span {
    text-transform: uppercase;
    color: #939393;
    font-weight: 700;
    font-size: 1.2em;
}

.entente .footer_top .wifi span img {
    opacity: 0.5;
}

.entente .footer_bottom {
    padding: 25px 0 50px 0;
}

.entente .footer_bottom .prix ul {
    padding-top: 10px;
}

.entente .footer_bottom .prix ul li {
    list-style: none;
    display: inline;
    padding-right: 40px;
}

.entente .footer_bottom .coordonnees {
    padding-left: 50px;
    border-left: solid 1px #5c5c5c;
	text-align: left;
}

.entente .footer_bottom .coordonnees p {
    margin: 0;
}

.entente .footer_bottom .coordonnees a {
    text-decoration: none;
    color: #fff;
}

.entente .copyright {
    padding-bottom: 30px;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .entente .footer_top {
        padding: 50px 0 50px 0;
        border-bottom: solid 1px #5c5c5c;
    }

    .entente .footer_top .newsletters, .entente .footer_top .searchbar {
        height: 75px;
    }

    .entente .footer_top .newsletters p, .entente .footer_top .searchbar p {
        text-transform: uppercase;
        font-size: 1.6em;
        font-weight: 00;
        margin: 0;
    }

    .entente .footer_top .newsletters input#news, .entente .footer_top .newsletters input#s,
    .entente .footer_top .searchbar input#news, .entente .footer_top .searchbar input#s {
        width: 80%;
        height: 50px;
        border: none;
        padding: 0;
        float: left;
        color: #333;
        font-size: 1.4em;
    }

    .entente button {
        background-color: #7b060c;
        border: none;
        margin: 0 0 0 10px;
        width: 50px;
        height: 50px;
        float: left;
        color: #fff;
    }

    .entente button:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .6s ease;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

    .entente .footer_top .wifi {
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .entente .footer_top .wifi span {
        text-transform: uppercase;
        color: #939393;
        font-weight: 700;
        font-size: 1em;
    }

    .entente .footer_top .wifi span img {
        opacity: 0.5;
    }

    .entente .footer_bottom {
        padding: 25px 0 50px 0;
    }

    .entente .footer_bottom .prix {
        padding-bottom: 50px;
    }

    .entente .footer_bottom .prix ul {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding: 0;
    }

    .entente .footer_bottom .prix ul li {
        list-style: none;
        display: inline;
        padding-right: 21px;
        padding-left: 21px;
    }

    .entente .footer_bottom .prix ul li img {
        padding-bottom: 25px;
    }

    .entente .footer_bottom .coordonnees {
        padding-left: 0;
        border-left: none;
        display: block;
        text-align: center;
    }

    .entente .footer_bottom .coordonnees p {
        margin: 0;
    }

    .entente .footer_bottom .coordonnees a {
        text-decoration: none;
        color: #fff;
    }

    .entente .copyright {
        padding-bottom: 60px;
        font-size: 0.9em;
        letter-spacing: 2px;
        text-align: center;
    }
}

#button_footer_to_top {
    background-color: #7b060c;
    border: none;
    margin: 0 0 0 10px;
    width: 50px;
    height: 50px;
    float: left;
    color: #fff;
}

#button_footer_to_top:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

section.container.intro { padding-bottom: 40px; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

.modal-title { font-size: inherit; }
.modal-body { max-height: 400px; overflow-y: scroll; }
.modal-body-frame { padding: 10px; position: relative; }
iframe { border-width: 0; }

.card {
	margin-top: 25px;
	-webkit-box-shadow: rgb(214, 214, 214) 2px 2px 2px -1px;
	-webkit-font-smoothing: antialiased;
	background-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 2px 3px rgb(214, 214, 214);
	padding-bottom: 26px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 33px;
}

.list-group-item > dl { margin: 0;  }
.list-group-item > dl > dt { margin: 0; text-transform: uppercase; font-size: 12px; font-weight: bold; margin-top: 15px;  }
.list-group-item > dl > dd { margin: 0; padding: 0;  }
.list-group-item > dl > dd:last-child { padding-bottom: 0;  }

.row-fluid > :first-child {
    padding-left: 0;
}

.row-fluid > :last-child {
    padding-right: 0;
}

#job-sidebar .block.video { margin-top: 10px; margin-bottom: 10px; }


.impulsio html, .impulsio body { font-family: Roboto, "Open Sans", sans-serif; }
.impulsio h1, .impulsio h2, .impulsio h3, .impulsio h4, .impulsio h5, .impulsio h6, .impulsio .ih-hero { font-family: RailwayRegular, "Open Sans", sans-serif; }
.impulsio h1, .impulsio h2, .impulsio h3, .impulsio h4, .impulsio h5, .impulsio h6 { color: #f2792c; }
.impulsio #featured { background-color: #f1f2f2; }

.impulsio .ih-hero h2 { color: white; }

.bonne-entente .ih-head h1 img { max-height: 78px; }

.reseau-selection h1, .reseau-selection h2, .reseau-selection h3, .reseau-selection h4, .reseau-selection h5, .reseau-selection h6 {
	font-family: Montserrat, Helvetic, sans-serif;
}
.reseau-selection h3 {
	font-size: 32px;
	color: rgb(0, 102, 152);
	font-weight: normal;
	text-transform: uppercase;
}
.reseau-selection h4 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: none;
}

html[lang=fr] .reseau-selection .ih-hero h2 { font-size: 60px; }
.reseau-selection h4.list-group-item-heading { font-size: 18px; text-transform: uppercase; margin: 0 0 10px; }

.reseau-selection .ih-head h1 img { max-height: 120px; }
.reseau-selection article > :last-child section p,
.reseau-selection article > :last-child section menu { display: block; }
.reseau-selection .modal-dialog { width: 740px; }
.reseau-selection article > .container { padding-left: 0; padding-right: 0; }
.reseau-selection .container + section, .reseau-selection section + .container { margin-top: 40px; }
.reseau-selection #featured { background-color: #006993; }
.reseau-selection #featured h3 { color: white; }
.reseau-selection .ih-head video { bottom: auto; top: -10%; -webkit-filter: none; }
.reseau-selection .block.video, .reseau-selection .map.place { margin-top: 20px; }
.reseau-selection .ih-head-content { text-shadow: none; }
.reseau-selection .ih-hero { color: white; background-image: url('/public/img/reseau-selection.jpg'); height: 330px; background-size: auto; margin: 0; max-width: none; }
.reseau-selection .ih-hero h2 { font-weight: normal; text-align: right; padding-top: 40px; font-size: 60px; font-family: Montserrat, sans-serif;  }
.reseau-selection .ih-hero > * { max-width: 960px; margin: 0 auto; }
.reseau-selection .ih-hero:after { margin-right: auto; margin-left: auto; max-width: 960px; }
.reseau-selection .ih-head a { color: black; }

.reseau-selection .ih-head nav > .active > a,
.reseau-selection .ih-head nav > .active > a:hover,
.reseau-selection .ih-head nav > .active > a:focus,
.reseau-selection .ih-head nav > li > a:hover,
.reseau-selection .ih-head nav > li > a:focus
{
	color: black;
	border-bottom-color: black !important;
}
.reseau-selection .ih-head h1 a + a { display: none; }

.reseau-selection { font-size: 16px; line-height: 24px; }

@media (max-width: 991px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.reseau-selection article > .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.reseau-selection .ih-head h1 {
		float: none;
		margin-top: 10px;
	}

	.reseau-selection .ih-head nav {
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0;
	}
}


.reseau-selection menu.social li:first-child { line-height: 32px; vertical-align: top; }

.mdl h2 strong, .mdl h2 b,
.mdl h3 { color: #cb202d; font-weight: 600; }
.mdl h2 em, .mdl h2 i { }
.mdl h2 strong, .mdl h2 b { font-weight: 800; }

.mdl p { font-size: 16px; }
.mdl article > :last-child { padding-top: 125px; }
.mdl article > :last-child > section { padding: 0; background-color: #363636; color: #575860; border-width: none; position: relative; }
.mdl footer { position: relative; top: -100px; background-color: white; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border-width: 0; }

.mdl .wc-content footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mdl .wc-content footer > * {
	flex: 1 1 30%;
}

.mdl article > :last-child > section:not(.entente) a { font-weight: inherit; }

.mdl article footer { text-align: left; font-size: 12px; }
.mdl article footer * { font-size: inherit; }
.mdl article footer h3 { font-size: 18px; line-height: 33px; text-transform: uppercase; font-weight: 700; }
.mdl article footer a { color: #575860; }
.mdl .footer-copyright { order: 2; flex: 1 1 100%; margin-top: 20px; }
.mdl .footer-copyright a { font-weight: normal; }


.eacom { font-family: Roboto, Arial, sans-serif; font-weight: 300; font-variant-ligatures: common-ligatures; font-feature-settings: "kern" 1, "liga" 1; }
.eacom h1, .eacom h2, .eacom h3, .eacom h4, .eacom h5, .eacom h6 { font-family: Roboto, Arial, sans-serif; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; font-feature-settings: "kern" 1, "liga" 1, "swsh" 1; }
.eacom h1, .eacom h2 { font-weight: 900; }
.eacom h3 { font-weight: 900; }
.eacom h4 { font-weight: 900; color: #51B948; }
.eacom b, .eacom strong { font-weight: 500; }
.eacom #top h1 a { color: white; }
.eacom header#top.ih-head.ih-head-large { margin-bottom: 60px; }
.eacom #featured { box-shadow: none; position: relative; background-color: #DEDFE1; margin-top: 40px; }
.eacom .ih-head video { -webkit-filter: none; }
.eacom article > :last-child > section {
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
	background-color: #DEDFE1;
}
.eacom article > :last-child > section img {
	background-color: white;
}
.eacom.footer menu { padding-left: 20px; }
.eacom #featured h3, .eacom #all h3 { font-size: 32px; }
.eacom a.logo, .eacom a.logo img { vertical-align: top; }
.eacom a.logo img { margin-right: 20px; }
.eacom .email-wrapp .content > * { min-width: auto; padding-right: 0; }

.eacom.footer .social { margin-left: 60px; }
.eacom.footer .social + menu { padding-left: 0; }
.eacom dl.values {  }
.eacom dl.values dt, .eacom dl.values dd { display: inline; }
.eacom dl.values dt { text-transform: uppercase; }
.eacom dl.values dt:after { content: ' - '; }
.eacom dl.values dd { }
.eacom dl.values dd::after {
    content: "";
    display: block;
    clear: both;
	margin-bottom: 10px;
}



@font-face {
  font-family: 'galano';
  src: url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_bold.otf") format("otf"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_bold.woff2") format("woff2"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_bold.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'galano';
  src: url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_light.otf") format("otf"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_light.woff2") format("woff2"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'galano';
  src: url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_alt_bold.otf") format("otf"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_alt_bold.woff2") format("woff2"), url("https://entourageresort.com/wp-content/themes/imedia/assets/fonts/galano_grotesque_alt_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55aqQQDHDiKO-LH8MFmRo0b0.ttf) format('truetype');
}

.slltb { margin-top: 40px; margin-bottom: 40px; }

.entourageresort html, .entourageresort body, .entourageresort input { font-family: 'Source Serif Pro', serif; }

.entourageresort .ih-head, .entourageresort #top {
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover !important;
}
.entourageresort #top h1 a { color: white; }

.entourageresort h1, .entourageresort h2, .entourageresort h3, .entourageresort h4 {
	text-transform: uppercase;
	font-family: 'gelano', Arial, sans-serif;
	font-weight: 300;
}

.entourageresort { font-size: 14px; line-height: 32px; }
.entourageresort p { line-height: 32px; }
.entourageresort .ih-head-content { text-shadow: none; }
.entourageresort .email-wrapp .content > * { min-width: auto; padding-right: 0; }
.entourageresort header nav li:last-child { display: none; }
.entourageresort #featured { background-color: #f4f3f3; }
.entourageresort h3 { font-size: 42px; color: #313948; font-weight: 700; }
.entourageresort .btn { font-family: 'Source Serif Pro', serif; }
.entourageresort .btn.btn-primary { background: #313948; border: none; border-radius: 0; }

.entourage .container-fluid {
  padding: 60px 0 30px; }

.entourageresort .ih-head-content > * { max-width: 1170px; }
.entourageresort .ih-head nav { font-family: 'gelano', Arial, sans-serif; }
.entourageresort .ih-head h1 img { max-height: 170px; margin-left: 30px; vertical-align: top; }
.entourageresort .ih-head h1 > :last-child { display: none; }
.entourageresort .ih-head nav > li > a { font-size: 11px; text-transform: uppercase; border-bottom-width: 1px; font-weight: 700; }

.entourageresort .ih-hero input {
	border: none;
	border-radius: 0;
	background-color: white;
	box-shadow: none;
	color: black;
}
.entourageresort .ih-hero input::-webkit-input-placeholder
{
	text-transform: lowercase !important;
	text-align: left;
	color: rgba(49,57,72,255);
	text-shadow: none;
}
.entourageresort .ih-hero input:focus::-webkit-input-placeholder
{
	color: rgba(49,57,72,0);
}
.entourageresort .ih-hero input::-moz-placeholder
{
   text-transform: lowercase !important;
	text-align: left;
	color: rgba(49,57,72,255);
	text-shadow: none;
}
.entourageresort .ih-hero input:-ms-input-placeholder
{
   text-transform: lowercase !important;
	text-align: left;
	color: rgba(49,57,72,255);
	text-shadow: none;
}
.entourageresort .ih-hero input::placeholder
{
   text-transform: lowercase !important;
	text-align: left;
	color: rgba(49,57,72,255);
	text-shadow: none;
}

.entourage img {
  display: block;
  margin: auto; }

.entourage .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .entourage .col-md-3 {
      padding-top: 0px;
      padding-bottom: 0px;
      min-height: 250px; } }
  @media (min-width: 992px) {
    .entourage .col-md-3 {
      min-height: 0px !important; } }
  @media (max-width: 768px) {
    .entourage .col-md-3 {
      text-align: center; } }

.entourage #menu-footermenu li {
  display: block;
  display: block;
  width: 100%; }
  .entourage #menu-footermenu li a {
    padding: 7px 0;
    background: none;
    font-family: 'galano', Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #313948;
    font-size: 1.6rem;
    text-transform: uppercase; }
    .entourage #menu-footermenu li a:hover {
      color: #cc9a59; }
  .entourage #menu-footermenu li:first-child a {
    padding-top: 0px; }

.entourage h4 {
  font-family: 'galano', Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #313948 !important;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.6rem !important;
  margin-botom: 16px !important; }

.entourage address {
  color: #b1b1b1; }
  .entourage address p {
    line-height: 23px; }

.entourage .mc-field-group {
  width: 88%;
  float: left; }
  @media (min-width: 768px) {
    .entourage .mc-field-group {
      width: 81%;
      float: left; } }

.entourage input[type="email"] {
  padding: 10px 20px;
  color: white;
  font-size: 1em;
  width: 100%;
  border: 0 none;
  background: #313948;
  font-family: 'sourceserif', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 768px) {
    .entourage input[type="email"] {
      text-align: center;
      margin: auto; } }
  .entourage input[type="email"]::-webkit-input-placeholder {
    color: white; }
  .entourage input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .entourage input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .entourage input[type="email"]:-ms-input-placeholder {
    color: white; }

.entourage input[type="submit"] {
  background: #313948;
  border: none;
  color: white;
  height: 41px;
  margin-left: 3px;
  width: 35px; }

.entourage .social-container a {
  background: none !important;
  padding-right: 0; }

.entourage .social-container .fa {
  width: 37px;
  padding: 11px 0;
  max-height: 37px;
  text-align: center;
  font-size: 1.4em;
  color: #282828;
  margin: 4px; }
  .entourage .social-container .fa:first-child {
    margin-left: 0; }
  .entourage .social-container .fa:last-child {
    margin-right: 0; }
  .entourage .social-container .fa:hover {
    color: #cc9a59; }

@media (min-width: 768px) {
  .entourage {
    min-height: 260px; }
    .entourage .container-fluid {
      padding: 80px 0; }
    .entourage p {
      margin: 8px 0 0;
      font-size: 1.1em; }
    .entourage img {
      margin: 0 0 15px 0;
      max-width: 80%; }
    .entourage .firme {
      float: right; }
      .entourage .firme a {
        text-decoration: underline; }
    .entourage .links p {
      text-align: right; }
      .entourage .links p a {
        margin: 0;
        padding-left: 15px;
        display: inline-block;
        font-size: 1.2em;
        color: #06253e; }
    .entourage .rights {
      text-align: left; } }
