/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* HEADER */

@media (min-width: 979px) { 
  .x-logobar { height: 100px; }
  .x-logobar-inner .x-container { padding-top: 5px; }
}

.x-logobar { border-bottom:none; height: auto; }

.x-logobar-inner { padding-top: 0px !important; }

.logo-content { float: left; }

.masthead-stacked .x-brand { margin-top: 21.5px; width: auto; text-align: left; }

.masthead-stacked .x-navbar .desktop .sub-menu { margin-top: -15px; background-color: #fff; }

.x-navbar { border-bottom: none; background-color: transparent; box-shadow: none; }

.x-nav-wrap.desktop { float: left; width: 100%; }

.x-navbar-inner { background-color: #1a4165; min-height: 0px !important; margin-bottom: -30px; }

.x-navbar .desktop .x-nav > li > a { color: #fff !important; padding-top: 24.5px !important; }

.x-navbar .desktop .x-nav>li>a { font-size: 12px !important; }

.x-navbar .desktop .x-nav>li>a { height: 60px !important; }

.x-navbar .desktop .x-nav>li>a:hover, .x-navbar .desktop .x-nav>.x-active>a, .x-navbar .desktop .x-nav>.current-menu-item>a, .x-navbar .desktop .x-nav>.current-menu-parent>a {
    box-shadow: none !important;
    border-bottom: 5px solid rgb(14, 44, 72);
    color: #fff !important;
}

.x-navbar-wrap { height: auto !important; background-color: white; }

.x-navbar .mobile .x-nav li>a { color: #f7f7f7 !important; text-transform: uppercase !important; }
.x-navbar .mobile .x-nav li>a:hover { color: #ffffff !important; }

body.x-navbar-fixed-top-active .x-navbar-wrap { height: 59px; background-color: white; }

.x-navbar-fixed-top > .x-navbar-inner, .x-navbar-fixed-top  { background-color: #1a4165; }

#top > header > div.x-navbar-wrap > div > div > div.x-container.max.width { background: #1a4165; }

.x-btn-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.x-btn-navbar, .x-btn-navbar.collapsed {     
  float: right;
  margin-top: -82px !important; 
}

.x-btn-navbar, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover {
  color: #ffffff !important;
  background-color: #1b4165;
  border-radius: 0px;
}

.desktop .sub-menu { border-radius: 0px; }

.desktop .sub-menu a {
  background: rgb(255, 255, 255) !important;
  color: #000 !important;
  text-transform: uppercase !important;
}

.desktop .sub-menu .x-active>a, .desktop .sub-menu .current-menu-item>a {
  background: #f2f2f2 !important;
  color: #000 !important;
}

.desktop .sub-menu li a:hover {
  background-color: rgba(242, 242, 242, 1) !important;
  color: #1a4165 !important;
}

.menu-button a span {
  border: 2px solid;
  border-radius: 5px;
  padding: 10px 10px;
  position: relative;
  margin-top: -15px;
  top: 0px;
}

.float-left {
  float: left;
}

.header-content { float: none; display: inline-block; margin-top: 36px;  }
.header-right-content { float: right; display: inline-block; margin-top: 45px;  }


header .single-content.spaced {
  padding-right: 15px;
  padding-left: 0px;
}

header .single-content {
  position: relative;
  margin-left: 15px;
  margin-top: 3px;
  text-align: left;
}

header .single-content.bar:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 40px;
  background: #eeeeee;
}

header .single-content .fa {
  position: absolute;
  top: 10px;
  left: 0;
}

header .single-content p {
  color: #474646;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

header .single-content span {
  color: #929292;
}

header .single-content a {
  color: #00aeef;
}

header .single-content h4 {
  font-size: 16px; margin-bottom: 0px !important; margin-top: 0px !important; 
}

header .single-content h4 span { color: #000; margin-left: 7.5px;}

.header-widget-headline { margin: 0; font-size: 18px; }

div.header-content > div > i:before { 
  font-size: 30px;
  color: #00aeef;
}

@media (max-width: 979px) {
  .header-content, .mobile-menu { display: none; }
  .x-navbar-inner { background-color: #1b4165; }
  .x-navbar-wrap { height: 0px; }
  .x-navbar .mobile .x-nav .current-menu-item > a { color: #fff !important; }
  body.x-navbar-fixed-top-active .x-navbar-wrap { height: 0px !important; }
}

@media (min-width: 980px) {
  .hentry:first-child { margin-top: 30px; }

  /*
  .x-nav-wrap.desktop .menu-soumission, .x-nav-wrap.desktop .wpml-ls-item {
    float: right !important;
    color: #fff !important;
    background-color: #474747;
    text-transform: uppercase;
    -webkit-transition: color .75s ease,background-color .75s ease,border-color .3s ease,box-shadow .3s ease;
    transition: color .75s ease,background-color .75s ease,border-color .3s ease,box-shadow .3s ease;
  }

  .x-nav-wrap.desktop .menu-soumission:hover, .x-nav-wrap.desktop .wpml-ls-item:hover {
    color: #fFF;
    background-color: #00aeef;
    border-bottom: none !important;
  }

  .menu-soumission:hover a, .wpml-ls-item:hover a {
    border-bottom:  none !important; 
  }  

  .menu-soumission > a > span, .wpml-ls-item > a > span { color: #fff; }
    .menu-soumission:hover > a > span, .wpml-ls-item:hover > a > span { color: #fff; }

  .x-nav-wrap.desktop .hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .x-nav-wrap.desktop .hvr-bounce-to-right:hover, .x-nav-wrap.desktop .hvr-bounce-to-right:focus, .x-nav-wrap.desktop .hvr-bounce-to-right:active {
    color: white;
  }

  .x-nav-wrap.desktop .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .x-nav-wrap.desktop .hvr-bounce-to-right:hover:before, .x-nav-wrap.desktop .hvr-bounce-to-right:focus:before, .x-nav-wrap.desktop .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  } */
}

/*
.mobile-menu {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
}

.mobile-languages {
    border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    background: #00aeef;
    color: white;
    top: 0;
    margin-right: 0;
    margin-left: 10px;
}

.mobile-languages:hover { color: rgba(255, 255, 255, 0.75); }

.mobile-languages span {
    font-style: normal;
    font-weight: 700;
    letter-spacing: .085em;
}

@media (min-width: 979px) {
.wpml-ls-item {
    display: none !important;
}
}

*/

.x-navbar .desktop .x-nav>li>a {
    font-size: 14px !important;
}

.home-menu a { 
  font-size: 16px !important;
  padding-top: 9px !important;
}

@media (max-width: 767px) {
  .home-menu { display: none !important; } 
}

.desktop .x-nav > li {
  position: relative;
}
  
.desktop .x-nav > li:after { 
content: "";
    display: block;
    width: 1px;
    position: absolute;
    right: 0;
    background-color: #585858;
    top: 35%;
    bottom: 30%;
}

.menu-soumission:hover:after { display: none !important; }

.desktop .x-nav > li:last-child:after {
display: none;
}

@media (max-width: 1100px) {
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 15px; padding-right: 15px; }
.x-navbar .desktop .x-nav>li>a { font-size: 13px !important; }
.header-content { font-size: 13px; }
}

@media (max-width: 1050px) {
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 12.5px; padding-right: 12,5px; }
.x-navbar .desktop .x-nav>li>a { font-size: 12px !important; }
.header-content { font-size: 12px; }
}

#menu-item-60:after, #menu-item-48:after  { display: none !important; }

.x-navbar .desktop .x-nav li>a>span:after {
    content: "\f107" !important;
}

.x-sub-toggle > span > i:before { content: "\f107" !important; }

.masthead-stacked .desktop .x-nav { width: 100%; }

.x-navbar .desktop .x-nav>li { text-align: center; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(1) { width: 100%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(2),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(2) ~ li { width: 50%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(3),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(3) ~ li { width: 33.3333%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(4),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(4) ~ li { width: 25%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(5),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(5) ~ li { width: 20%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(6),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(6) ~ li { width: 16.6%; }

.x-navbar .desktop .x-nav>li:first-child:nth-last-child(7),
.x-navbar .desktop .x-nav>li:first-child:nth-last-child(7) ~ li { width: 14.2%; }

/* END HEADER */

/* TOPBAR */

.x-topbar { background-color: #0f3150; }
.x-topbar .x-social-global a { color: white; }
.x-topbar .x-social-global a:hover { color: rgba(255, 255, 255, 0.75); }

ul.inline { margin: 11px 0px; padding: 0px; }
ul.inline li { display: inline-block; list-style: none; margin-right: 0px; color: #fff; }
ul.inline li a { color: #fff; }
ul.inline li a:hover { color: rgba(255, 255, 255, 0.75); }
ul.inline i { margin-right: 4px; }

/* END TOPBAR */

/* HEADER 

body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; }

.desktop .sub-menu { font-size: 12.5px;}

.logo-content { float: left; }

.x-nav-wrap.desktop { float: left; }

.x-navbar-inner { background-color: #1a4165; }

.x-navbar .desktop .x-nav > li > a { color: #fff; }

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
    border-bottom: 5px solid rgb(242,242,242);
    color: #fff;
    background-color: #244b6f;
}

.x-navbar { border-bottom: 0px !important; }

.header-content { float: right; margin-top: 15px;  }

header .single-content.spaced {
    padding-right: 35px;
    padding-left: 55px;
}

header .single-content {
    position: relative;
    margin-left: 35px;
    margin-top: 3px;
}

.float-left {
    float: left;
}

header .single-content.bar:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 40px;
    background: #eeeeee;
}

header .single-content .fa {
    position: absolute;
    top: 0;
    left: 0;
}

header .single-content p {
    color: #474646;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

header p, header .single-content p {
    font-family: 'Roboto', sans-serif;
}

header .single-content span {
    color: #929292;
}

div.header-content > div > i:before { 
  font-size: 38px;
  color: #1a4165;
}

.x-nav-wrap.desktop { width: 100%; }
.masthead-stacked .desktop .x-nav { width: inherit; }

@media (min-width: 980px) {
.menu-soumission {
    float: right !important;
    color: #ffffff;
    background-color: #244b6f;
    text-transform: uppercase;
    -webkit-transition: color .75s ease,background-color .75s ease,border-color .3s ease,box-shadow .3s ease;
    transition: color .75s ease,background-color .75s ease,border-color .3s ease,box-shadow .3s ease;
}

.menu-soumission:hover a {
    color: #1a4165 !important;
    background-color: #fff !important;
  border-bottom: none !important;
}
  
.menu-soumission:hover a {
    border-bottom:  none !important; 
}
}
  
.x-navbar .desktop .x-nav li>a>span:after { display: none; }

.x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
    color: white;
    background-color: #1a4165;
}

.x-nav-tabs>li>a { padding: 1.25em !important; }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-envelope:before {
    content: "\f0e0";
}

@media (max-width: 1100px) {
.menu-soumission { display: none;}
}

.x-btn-navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.x-navbar .mobile .x-nav li>a { color: #f7f7f7; }
.x-navbar .mobile .x-nav li>a:hover {     color: #8ca2b7; }

.x-btn-navbar, .x-btn-navbar.collapsed {     
  float: right;
    margin-top: -80px; }

.x-navbar-inner {
    min-height: 0px;
}

.x-navbar .desktop .x-nav>li ul {
    top: 50px;
}

.x-navbar .mobile .x-nav .x-active>a {     color: #758a9c; }

.x-accordion-heading .x-accordion-toggle, .x-accordion-heading .x-accordion-toggle:hover { 
    color: #ffffff !important;
    background-color: #1a4165 !important;
}

@media (max-width: 979px) {
  .header-content { display: none; }
}

.x-navbar .desktop .x-nav>li>a {
    height: 52px;
}

.x-navbar-fixed-top-active .x-navbar-wrap { margin-bottom: 0px; }

.hide-breadcrumbs .x-breadcrumb-wrap { display: none; }

 END HEADER */

/* BREADCRUMBS */ 

.x-breadcrumb-wrap {
    padding: 100px 0;
    font-size: 24px;
    background-color: #173c69;
    background-image: url(http://industrypress.xtemplates.wpengine.com/wp-content/uploads/sites/2/2017/01/breadcrumb-bg.jpg);
    background-repeat: repeat;
    text-align: center;
}

.x-breadcrumbs {
    float: none;
    width: 100%;
    font-size: 16px;
    display: none;
}

.x-breadcrumb-wrap h1 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
}

.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter, .x-breadcrumbs .current {
    color: #fff;
    font-weight: bold;
}

/* END BREADCRUMBS */

/* OLD EN-TÊTE */

.yellow-heading {
    background-color: #ffb81e !important;
    border-right: 8px solid #FFF;
    font-size: 1.8em;
    color: #000 !important;
    padding: 12px 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 900 !important;
    display: inline;
}

.big-heading{
  font-size: 3.5em;
  margin-top: 20px !important;
  color:#FFF !important;
  text-align:left;
  text-transform:uppercase;
  margin-bottom: 0;
    margin-top: 15px;
  
}

.big-heading span span{
    color: #ffb81e !important;
}

.description p{
  font-size:1.1em;
  color:#FFF;
  text-align:left;
}


.white-button {
  background-color: hsl(0, 0%, 100%) !important;
  border-color: hsl(0, 0%, 80%) !important;
  color: hsl(0, 0%, 20%) !important;
  font-size: 14px;
  padding: 10px 26px;
  box-shadow:none;
  margin-right:0.7em;
  box-shadow:none !important;
  text-shadow:none !important;
  border:none !important;
}

.white-button:hover {
  background-color: hsl(0, 0%, 93%) !important;
  border-color: hsl(0, 0%, 93%) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}


.yellow-button {
  font-size: 14px;
  padding: 10px 26px;
}

@media (max-width: 450px) {
  .yellow-heading { font-size: 6vw; }
  .big-heading { font-size: 10vw; }
  
}

.description {
    float: left;
    max-width: 550px;
}

@media (max-width: 767px) {
  .cta-section h2, .cta-section .cta-btn-col { text-align: center !important;  }
  .cta-section .cta-btn-col { margin-top: 15px; }
}

@media (max-width: 767px) {
.btn-center-mobile { text-align: center !important; margin: 15px 0px; }
}

/* END OLD EN-TÊTE */

/* FOOTER */

.widget { color: #fff; !important; text-shadow: none !important; box-shadow: none; }
.h-widget { color: #fff; }
.x-colophon.top { background-color: #1a4165; padding: 2.5% 0 2.5%; border: none; }
.x-colophon.bottom { background-color: #0f3150; }
.x-colophon+.x-colophon { border: none; box-shadow: none;}

.x-colophon.bottom .x-colophon-content { color: #fff; font-size: 13px; margin: 0; }
.x-colophon-content p { margin:0;}
.x-colophon-content a { color: #a4afb9 }
.x-colophon-content a:hover { color: #fff; }
.h-widget { margin: 0 0 1em; }

.widget_nav_menu .current-menu-item>a, .widget_nav_menu ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover { background-color: transparent; color: #fff; }
.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { box-shadow: none; padding: .5em 0; }

.widget ul, .widget ol { border: none; box-shadow: none; }

.widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { color: #fff !important; text-shadow: none; }
.widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before { display: none; }

.widget_nav_menu ul li a:hover, .textwidget a:hover { color: grey; }  
  
.add {
    border-bottom: 1px solid #173b5b;
    float: left;
    margin-bottom: 0.8em;
    padding-bottom: 0.7em;
    width: 100%;
}

.locations:before, .phones:before, .messages:before {
    width: 20px !important;
}

.locations::before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #FFF;
    float: left;
}

.texts {
    color: hsl(0, 0%, 100%);
    float: left;
    margin-left: 1.1em;
}

.texts a { color: #fff; }

.phones::before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #FFF;
    float: left;
}

.lasts {
    border-bottom: 0 none !important; margin-right: 0;
}

.messages::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #FFF;
    float: left;
}

/* END FOOTER */

.next-arrow::after {
width: 10px;
height: 10px;
border-style: solid;
border-width: 12.5px 0 12.5px 25px;
border-color: transparent transparent transparent #007bff;
content: '';
}

@media (max-width: 1000px) {
.no-phone-break { display: none; }
}

.no-breadcrumbs .x-breadcrumb-wrap { display: none !important; }

/*
p { margin: 0; }
.h-custom-headline { margin:0;  }
*/

.title-smaller { font-weight: 300 !important; margin: 10px 0px 15px !important; letter-spacing: 0.75px !important; }
.title-bigger { letter-spacing: 1px !important; text-transform: uppercase; }

.title .title-smaller, .title .title-bigger { text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5); }

.x-btn, .button, [type="submit"] { text-shadow: none !important; }

.title .x-btn { font-size: 18px !important; font-weight: bolder !important; padding: 2.5% 7.5%; border-width: 2px; } 

.title p { font-size: 18px; text-shadow: 2px 2px 5px rgb(255, 255, 255); }

.title .no-shadow p { text-shadow: none !important; }

.title-left-button { color: #1a4165 !important; background-color: rgba(255, 255, 255, 1) !important; border-color: rgba(255, 255, 255, 1) !important; }
.title-left-button:hover { color: #1a4165 !important; background-color: rgba(255, 255, 255, 0.75) !important; border-color: rgba(255, 255, 255, 0.75) !important; }

.bottom-title-left-button { color: #fff !important; background-color: rgba(26, 65, 101, 1) !important; border-color: rgba(26, 65, 101, 1) !important; }
.bottom-title-left-button:hover { color: #fff !important; background-color: rgba(26, 65, 101, 0.75) !important; border-color: rgba(26, 65, 101, 0.75) !important; }

.title-right-button { color: #fff !important; background-color: transparent !important; border-color: #fff !important; }
.title-right-button:hover { color: #1a4165 !important; background-color: #fff !important; border-color: #fff !important; }

.title-headline { letter-spacing: 0.5px !important; text-transform: uppercase; }
.title-subtitle { font-size: 125% !important; font-weight: bold; }

.title .x-block-grid.two-up>li { width: 49.5% !important; }
.title .x-block-grid>li { margin: 0% 1% 0 0 !important; }
.x-block-grid.two-up>li:nth-child(2n) { margin-right: 0 !important; }

/* CAREERS */

.elegant-tabs-container section .x-container.width { width: 100%; }

.et-content-wrap section { padding: 0px; }
.et-align-center nav { margin-bottom: 0px; }
.et-tabs-style-bars nav ul li a span { font-weight: bolder; }

body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half, body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
    float: none !important;
}

body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third {
    margin-right: 0% !important;
}

.hide-label label {
  display: none !important;
}

body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 100%;
}

.same-height-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .same-height-fields select { height: 50px !important; }
.closer-fields ul.gform_fields li.gfield{ margin-top: 7.5px !important; margin-bottom: 0px !important; }
.closer-fields .top_label li.gfield.gf_right_half, .closer-fields .top_label li.gfield.gf_left_half { margin-top: -7px !important; }

.quote-form select, .quote-form textarea, .quote-form input:not([type="submit"]), .careers-form select, .careers-form textarea, .careers-form input:not([type="submit"]) {	
  background-color: #f3f3f3;
  border-radius: 0px;
}

.quote-form ::-webkit-input-placeholder, .careers-form ::-webkit-input-placeholder { /* Chrome */
  color: #292929 !important;
}
.quote-form :-ms-input-placeholder, .careers-form :-ms-input-placeholder { /* IE 10+ */
  color: #292929 !important;
}
.quote-form ::-moz-placeholder, .careers-form ::-moz-placeholder { /* Firefox 19+ */
  color: #292929 !important;
  opacity: 1 !important;
}
.quote-form :-moz-placeholder, .careers-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #292929 !important;
  opacity: 1 !important;
}

.elegant-tabs-container { margin-top: 0px; }

/* END CAREERS */

/*
@media (max-width: 500px) {
  h1, .h1 { font-size: 400%; }
  h2, .h2 { font-size: 285.7% }
  h3, .h3 { font-size: 228.5%; }
  h4, .h4 { font-size: 171.4%; }
  h5, .h5 { font-size: 150%; }
*/

@media (min-width: 551px) {
  .phone-break { display: none !important; }
}

@media (max-width: 550px) {
  .h1 { font-size: 9vw; }
  .h2 { font-size: 8vw; }
  .h3 { font-size: 7vw; }
  .h4 { font-size: 6.5vw; }
  .h5 { font-size: 6vw; }

.title .x-block-grid.two-up>li { width: 100% !important; }
.title .x-block-grid>li { margin: 2.5% 0 2.5% 0 !important; }
.title .x-block-grid-item { text-align: center !important; }
}

.form-nous-joindre label { display: none !important; }
.form-nous-joindre input { border-radius: 0px; margin-top: 2.5% !important; }
.form-nous-joindre textarea { border-radius: 0px; margin-top: 12.5px !important; }
.form-nous-joindre select { height: 43px !important; }
.form-nous-joindre .x-column { margin-right: 1.5%; }
.form-nous-joindre .x-column.x-1-2 { width: 49%; }
@media (max-width: 767px) { .form-nous-joindre .x-column.x-1-2 { width: 100%; } }
.form-nous-joindre .x-column.last-col { margin-right: 0% !important; }
.form-nous-joindre .top_label li.gfield.gf_left_half, .form-nous-joindre .top_label li.gfield.gf_right_half { width: 50% !important; }


/* FONT */

@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-100.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-100.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-100.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-100.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-100.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-100.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-100i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-100i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-100i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-100i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-100i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-100i.svg') format('svg');
    font-weight: 100;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-200.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-200.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-200.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-200.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-200.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-200.svg') format('svg');
    font-weight: 200;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-200i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-200i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-200i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-200i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-200i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-200i.svg') format('svg');
    font-weight: 200;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-300-.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-300-.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-300.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-300.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-300.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-300.svg') format('svg');
    font-weight: 300;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-300i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-300i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-300i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-300i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-300i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-300i.svg') format('svg');
    font-weight: 300;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-400.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-400.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-400.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-400.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-400.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-400i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-400i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-400i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-400i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-400i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-400i.svg') format('svg');
    font-weight: 400;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-500.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-500.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-500.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-500.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-500.svg') format('svg');
    font-weight: 500;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-500i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-500i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-500i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-500i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-500i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-500i.svg') format('svg');
    font-weight: 500;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-600.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-600.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-600.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-600.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-600.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-600.svg') format('svg');
    font-weight: 600;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-600i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-600i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-600i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-600i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-600i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-600i.svg') format('svg');
    font-weight: 600;
    font-style: italic;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-700.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-700.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-700.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-700.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-700.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-700.svg') format('svg');
    font-weight: 700;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-700i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-700i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-700i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-700i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-700i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-700i.svg') format('svg');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-800.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-800.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-800.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-800.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-800.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-800.svg') format('svg');
    font-weight: 800;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-800i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-800i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-800i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-800i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-800i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-800i.svg') format('svg');
    font-weight: 800;
    font-style: italic;

}

@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-900.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-900.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-900.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-900.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-900.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-900.svg') format('svg');
    font-weight: 900;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('/wp-content/themes/pro-child/font/rawline-900i.eot');
    src: url('/wp-content/themes/pro-child/font/rawline-900i.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/pro-child/font/rawline-900i.woff2') format('woff2'),
         url('/wp-content/themes/pro-child/font/rawline-900i.woff') format('woff'),
         url('/wp-content/themes/pro-child/font/rawline-900i.ttf') format('truetype'),
         url('/wp-content/themes/pro-child/font/rawline-900i.svg') format('svg');
    font-weight: 900;
    font-style: italic;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body, span { font-family: 'rawline', sans-serif !important; }

.contact-us-form ::-webkit-input-placeholder { /* Chrome */
  color: #292929 !important;
}
.contact-us-form :-ms-input-placeholder { /* IE 10+ */
  color: #292929 !important;
}
.contact-us-form::-moz-placeholder { /* Firefox 19+ */
  color: #292929 !important;
  opacity: 1 !important;
}
.contact-us-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #292929 !important;
  opacity: 1 !important;
}