html {
  scroll-behavior: smooth;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  background-color: #fff !important;
  position: fixed !important; /* Set the navbar to fixed position */
  top: 0 !important;/* Position the navbar at the top of the page */
  width: 100% !important; /* Full width */
}

div.txt p {
    font-size: 18px !important;
    color: #0F76A3 !important;
    padding: 0 15px !important;
    line-height: 125% !important;
    margin-bottom: 24px !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand img {
  max-width: 210px;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 185px;
  }
  .navbar-toggler {
    margin-top: 10px !important;
  }
  .navbar-toggleable-md .container {
    padding: 15px 15px 0 15px !important;
  }
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 992px) {
  .navbar-nav {
    margin: 0;
    padding: 30px 15px 0 15px;
    background: #F17C19;
  }
}

@media (max-width: 992px) {


  #page{
    margin-top:70px !important;
  }

  .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-brand {
    margin-left: -13px;
    margin-bottom: 10px;
  }
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  float: right;
  background: url(../images/hamburger.svg) no-repeat 0 0;
  width: 30px;
  height: 28px;
  margin-top: 20px;
  position: relative;
}

.navbar-toggler span {
  display: none;
}

.wrapper-navbar.open .navbar-toggler {
  background: url(../images/close-menu.svg) no-repeat center;
}

.navbar-toggler:after {
  content: "MENU";
  display: block;
  position: absolute;
  top: 7px;
  left: -55px;
  font-size: 14px;
  color: #F17C19;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .navbar-nav .nav-link {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 12px 15px;
  }
  .navbar-nav > li:last-child .nav-link {
    border: none;
  }
  .navbar-nav > li {
    border-bottom: 0.5px solid #f49f58;
  }
  .navbar-nav > li ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li ul li a {
    color: #FFF !important;
    display: block !important;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 12px 15px !important;
    background-color: #f17c19 !important;
    color: #fff !important;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #f17c19;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

}
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    padding-top: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1635px;
    width: 100%;
    z-index: 100 !important;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1650px) and (min-width: 992px) {
  body .navbar-toggleable-md .container {
    padding-right: 15px;
  }
  body .wrapper-navbar a.search {
    width: 40px;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  body .navbar-toggleable-md .container {
    padding-right: 0;
  }
  body .navbar-toggleable-md .navbar-nav > li {
    padding: 0 10px;
  }
  body .navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 16px;
  }
  body .wrapper-navbar .contact-header {
    font-size: 18px;
    padding: 7px 15px 12px 15px;
    min-width: 155px;
  }
  body .wrapper-navbar a.search {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

body {
  font-size: 14px;
  font-family: Lato, Arial;
}

.full-size {
  color: #333;
  padding: 15px 20px;
}

.wrapper-navbar .contact-header {
  color: #FFF;
  font-size: 20px;
  padding: 7px 20px 12px 20px;
  min-width: 175px;
  background: #f17c19;
  text-align: center;
  border-radius: 3px;
  line-height: normal;
}

.wrapper-navbar .contact-header span {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}

.wrapper-navbar a.search {
  display: inline-block;
  font-size: 0;
  background: url(../images/loupe.svg) no-repeat 0 0;
  width: 27px;
  height: 20px;
  background-size: 20px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .wrapper-navbar a.search {
    display: none;
  }
  .wrapper-navbar .contact-header {
    display: none;
    border-radius: 0;
    margin: 0 -15px;
    padding: 12px 15px;
    font-weight: 700;
    padding-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .open .contact-header {
    display: none;
  }
}

.container-fluid.empty-content {
  padding-top: 0;
}

.container-fluid.empty-content {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid.empty-content .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav > li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .navbar-toggleable-md .navbar-nav > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 20px;
    min-width: 230px;
    border-top: 4px solid #F5711B;
    display: none;
  }
  .navbar-toggleable-md .navbar-nav > li ul li a {
    font-size: 19px !important;
    color: #0F76A3 !important;
    display: block !important;
    background: #FFF !important;
    text-align: center !important;
    border-top: 1px solid #0F76A3 !important;
    padding: 8px 0 !important;
    text-decoration: none !important;
  }
  .navbar-toggleable-md .navbar-nav > li ul li a:hover {
    color: #E06802 !important;
  }
  .navbar-toggleable-md .navbar-nav > li.hover > a,
  .navbar-toggleable-md .navbar-nav > li.hover > a:hover {
    border-color: transparent !important;
  }
  .navbar-toggleable-md .navbar-nav > li.hover ul {
    display: block;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 25px 0 !important;
    color: #0F76A3 !important;
    border-bottom: 3px solid transparent !important;
  }
  .navbar-toggleable-md .navbar-nav .nav-link:hover {
    border-color: #e06802 !important;
    color: #e06802 !important;
  }
  .navbar-toggleable-md .navbar-nav .active a.nav-link {
    border-color: #e06802 !important;
    color: #e06802 !important;
  }
  .navbar-toggleable-md .right-element a {
    display: block;
    font-size: 18px;
    border: 1px solid green;
    height: 39px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 2px;
    color: green;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar-toggleable-md .right-element a span {
    color: #7ed438 ;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0 0 0 0px;
    border: none;
    border-radius: 0;
    width: 250px;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:last-child a,
  .navbar-toggleable-md .navbar-nav .dropdown-menu li a {
    color: #2c2c2d ;
    font-size: 14px ;
    font-weight: normal ;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:last-child a:hover,
  .navbar-toggleable-md .navbar-nav .dropdown-menu li a:hover {
    color: #b1a684 ;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:hover {
    border-color: #7ed438 ;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:hover a {
    color: #7ed438 ;
    background: #FFF ;
  }
  .navbar-toggleable-md {
    background: transparent ;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    color: #0F76A3 ;
  }
}

@media (max-width: 992px) {
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .container-fluid.empty-content {
    padding-top: 77px;
  }
}

@media (max-width: 820px) and (max-height: 420px) {
  .navbar {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1070px) and (min-width: 992px) {
  .navbar-toggleable-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    border: none;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link:hover {
    background: transparent;
  }
}

.navbar-toggleable-md .container {
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}

@media (max-width: 1050px) {
  .navbar-toggleable-md .container {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .navbar-toggleable-md .container {
    padding: 10px 15px;
    max-width: 100%;
    padding-bottom: 0;
    background: #FFF;
  }
}

.inner-row .row {
  max-width: 1635px;
  margin: 0 auto;
}

.footer {
  max-width: 1634px;
  margin: 0 auto;
  position: relative;
  background: #242424 url(../images/bg-footer.png) no-repeat top right;
  margin-top: 200px;
  color: #d3d3d3;
  z-index: 1;
}

.footer .container {
  max-width: 1160px;
  color: #FFF;
  padding-bottom: 50px;
  position: relative;
}

.footer .container:before, .footer .container:after {
  content: " ";
  display: table;
}

.footer .container:after {
  clear: both;
}

.footer .container a.link-go {
  display: block;
  width: 56px;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #F17C19), to(#F76B1C));
  background: -webkit-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
  background: -o-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
  background: linear-gradient(-180deg, #F17C19 31%, #F76B1C 100%);
  text-decoration: none;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -170px;
  right: 0;
}

.footer .container a.link-go span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.footer .container a.link-go:before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background: url(../images/arrow-scroll.svg) no-repeat 0 0;
  background-size: 100%;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 10px;
}

.footer div.logo {
  float: left;
  width: 25%;
  text-align: center;
  padding-right: 25px;
}

.footer div.logo a.lg {
bottom:0 auto;
}

.footer div.logo a img{
  max-width: 80px;
  height:auto;
  display: block;
  margin: 0 auto 40px auto;
}

.footer div.logo p {
  font-size: 18px;
  text-align: center;
  color: #d3d3d3;
  margin: 0;
  line-height: 115%;
  margin-bottom: 60px;
}

.footer div.logo h3,
.footer div.logo p.titre {
  margin: 0;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer div.logo ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer div.logo ul.social li {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
}

.footer div.logo ul.social li a {
  display: block;
  font-size: 0;
  width: 39px;
  height: 39px;
  background: #343434 url(../images/picto-social.png) no-repeat 11px 9px;
  border-radius: 50%;
}

.footer div.logo ul.social li a:hover {
  background-color: #f17c19;
}

.footer div.logo ul.social li.fb a {
  background-position: -50px 8px;
}

.footer div.logo ul.social li.tw a {
  background-position: -109px 8px;
}

.footer div.links {
  float: left;
  width: 25%;
  padding: 0 20px 0 0;
}

.footer div.links h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #d3d3d3;
}

.footer div.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer div.links ul li {
  padding-bottom: 20px;
}

.footer div.links ul li a {
  text-decoration: none;
  color: #d3d3d3;
  font-size: 18px;
  display: block;
  line-height: 115%;
  font-weight: 400;
}

.footer div.links ul li a:hover {
  color: #f17c19;
}

.footer div.links.last p {
  margin: 0;
  color: #d3d3d3;
  font-size: 18px;
  line-height: 115%;
  margin-bottom: 26px;
}

.footer div.links.last p a {
  display: block;
  color: #d3d3d3;
  padding: 5px 0 25px 40px;
  border-bottom: 1px solid #5a5a5a;
}

.footer div.links.last p a:hover {
  text-decoration: none;
  color: #f17c19;
}

.footer div.links.last p:last-child {
  margin-bottom: 30px;
}

@media (max-width: 1050px) and (min-width: 992px) {
  .footer div.links.last {
    padding-right: 0;
  }
  .footer div.links {
    padding-right: 15px;
  }
  .footer div.logo {
    padding-right: 15px;
  }
  .footer div.logo p br {
    display: none;
  }
}

.footer div.links .form-news {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 25px;
}

.footer div.links .form-news form {
  display: block;
  position: relative;
}

.footer div.links .form-news p.titre {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer div.links .form-news input[type=text] {
  width: 100% !important;
  background: #383838 !important;
  height: 39px !important;
  border-radius: 24px !important;
  border: none !important;
  color: #d3d3d3 !important;
  font-size: 14px !important;
  padding: 0 35px !important;
}

.footer div.links .form-news input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  border: none;
  text-align: center;
  background: transparent;
  font-size: 14px;
  color: #f17c19;
  text-transform: uppercase;
  font-weight: 700;
}

.footer p.copyright {
  clear: both;
  text-align: center;
  margin: 0;
  color: #b3b3b3;
  font-size: 14px;
  border-top: 1px solid #3b3b3b;
  padding: 40px 0;
}

@media (max-width: 992px) {
  .footer {
    margin-top: 50px;
    background: #242424 none;
  }
  .footer .container {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .footer .container a.link-go {
    right: 40px;
    top: -33px;
  }
  .footer div.logo {
    width: 50%;
    padding-right: 0;
    padding-bottom: 65px;
  }
  .footer div.links {
    width: 50%;
    padding: 0 10%;
    text-align: center;
    padding-bottom: 65px;
  }
  .footer div.links.second {
    clear: both;
    float: left;
  }
  .footer div.links.first ul li {
    padding-bottom: 23px;
  }
  .footer p.copyright {
    padding: 25px 0;
  }
  .footer div.links.last p a {
    display: inline-block;
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .footer div.links.last p:last-child {
    margin-bottom: 0;
  }
  .footer div.links.last .form-news {
    border-top: 1px solid #5a5a5a;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .footer div.links.last .form-news p.titre {
    margin-bottom: 25px;
  }
}

@media (max-width: 680px) {
  .footer div.links {
    padding: 0 4%;
  }
}

@media (max-width: 640px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer .container {
    padding-top: 60px;
  }
  .footer div.logo {
    width: 100%;
    padding-bottom: 0;
  }
  .footer div.logo a.lg {
    margin-bottom: 50px;
  }
  .footer div.logo p {
    margin-bottom: 50px;
  }
  .footer div.logo ul.social {
    margin-bottom: 60px;
  }
  .footer div.links {
    width: 100%;
    margin-bottom: 80px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .footer div.links.second {
    float: none;
  }
}

@media (max-width: 380px) {
  .footer div.links {
    padding: 0 10%;
  }
}

@media (max-width: 480px) {
  .footer:after {
    width: 239px;
    height: 241px;
    margin: 0 auto;
    display: block;
    content: "";
    background: url(../images/bg-footer-mobile.png) no-repeat 0 0;
    margin-top: 20px;
  }
}

.footer:before {
  top: -148px;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #242424;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-backface-visibility: hidden;
  z-index: -1;
}

@media (max-width: 992px) {
  .footer:before {
    display: none;
  }
}

.bloc-top-home .row {
  background: #f7f7f7;
}

.bloc-top-home div.left {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 15px;
}

.bloc-top-home div.left h2 {
  color: #0f76a3;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.bloc-top-home div.left ul.user {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-top-home div.left ul.user:before, .bloc-top-home div.left ul.user:after {
  content: " ";
  display: table;
}

.bloc-top-home div.left ul.user:after {
  clear: both;
}

.bloc-top-home div.left ul.user li {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
}

.bloc-top-home div.left ul.user li a {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

.bloc-top-home div.left ul.user li a span {
  display: block;
  color: #0f76a3;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 125%;
  min-height: 52px;
  margin-top: 15px;
}

.bloc-top-home div.left ul.user li a:hover {
  text-decoration: none;
  color: #f17c19;
}

.bloc-top-home div.left ul.user li a:hover span {
  color: #f17c19;
}

.bloc-top-home div.right {
  background: url(../images/home-top-bg.png) no-repeat top left;
  background-size: cover;
  position: relative;
}

.bloc-top-home div.right a.link-go {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 25px;
  background: url(../images/arrow-scroll.svg) no-repeat 0 0;
  width: 34px;
  height: 18px;
  font-size: 0;
}

.bloc-top-home div.right .inner {
  display: table;
  height: 100%;
  width: 100%;
}

.bloc-top-home div.right .inner .outer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bloc-top-home div.right .inner p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 135%;
}

.bloc-top-home div.right .inner a {
  display: inline-block;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #F17C19), to(#F76B1C));
  background: -webkit-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
  background: -o-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
  background: linear-gradient(-180deg, #F17C19 31%, #F76B1C 100%);
  font-size: 22px;
  height: 58px;
  padding: 14px 22px;
  border-radius: 24px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .bloc-top-home div.left {
    padding-right: 0;
  }
  .bloc-top-home div.left ul.user li a span {
    font-size: 16px;
  }
  .bloc-top-home div.right .inner p {
    font-size: 26px;
  }
  .bloc-top-home div.right .inner a {
    font-size: 20px;
    padding: 13px 15px;
  }
  .bloc-top-home div.right .outer {
    padding-left: 60px;
  }
}

@media (max-width: 860px) {
  .bloc-top-home div.left {
    padding-right: 0;
  }
  .bloc-top-home div.left ul.user li {
    padding: 0 10px;
  }
  .bloc-top-home div.left ul.user li a img {
    max-width: 100%;
  }
  .bloc-top-home div.left ul.user li a span {
    font-size: 14px;
  }
  .bloc-top-home div.left ul.user li a span br {
    display: none;
  }
  .bloc-top-home div.left ul.user li:nth-child(4) {
    clear: both;
  }
  .bloc-top-home div.right .inner p {
    font-size: 26px;
  }
  .bloc-top-home div.right .inner p br {
    display: none;
  }
  .bloc-top-home div.right .inner a {
    font-size: 20px;
    padding: 13px 15px;
  }
  .bloc-top-home div.right .outer {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .bloc-top-home .order-1.right {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .bloc-top-home div.right {
    height: 549px;
    background: url(../images/home-top-mobile-bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .bloc-top-home div.right .inner p {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .bloc-top-home div.right .inner a {
    font-size: 19px;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #F17C19), to(#F76B1C));
    background: -webkit-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
    background: -o-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
    background: linear-gradient(-180deg, #F17C19 31%, #F76B1C 100%);
    -webkit-box-shadow: 0 2px 4px 0 #5DC8F5;
            box-shadow: 0 2px 4px 0 #5DC8F5;
    border-radius: 100px;
  }
  .bloc-top-home div.right .outer {
    padding-left: 0;
  }
  .bloc-top-home div.right a.link-go {
    background: url(../images/arrow-scroll-mobile.svg) no-repeat 0 0;
    width: 30px;
    height: 56px;
    left: calc(50% - 15px);
    bottom: 50px;
  }
}

@media (max-width: 768px) {
  .bloc-top-home div.left {
    padding-right: 15px;
  }
  .bloc-top-home div.left h2 {
    font-size: 25px;
  }
  .bloc-top-home div.left ul.user li a span {
    font-size: 22px;
  }
  .bloc-top-home div.left ul.user li a span br {
    display: inherit;
  }
}

@media (max-width: 480px) {
  .bloc-top-home div.left ul.user li {
    width: 100%;
    float: none;
  }
  .bloc-top-home div.left ul.user li a {
    padding-bottom: 40px;
  }
  .bloc-top-home div.left ul.user li a span {
    min-height: 10px;
  }
  .bloc-top-home div.left ul.user li a span br {
    display: inherit;
  }
}

@media (max-width: 360px) {
  .bloc-top-home div.right {
    height: 549px;
  }
  .bloc-top-home div.right .inner p {
    font-size: 27px;
    margin-bottom: 50px;
  }
  .bloc-top-home div.right .inner a {
    font-size: 17px;
    padding: 13px 15px 16px 15px;
    height: auto;
  }
}

.bloc-infos-home h2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #0f76a3;
  font-weight: 700;
  margin: 0;
  padding: 35px 0;
}

.bloc-infos-home .row {
  max-width: 1135px;
  background: #E06802;
}

.bloc-infos-home .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.bloc-infos-home .img img {
  max-width: 100%;
}

.bloc-infos-home div.text .inner {
  width: 100%;
  height: 100%;
  display: table;
}

.bloc-infos-home div.text .inner .outer {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
}

.bloc-infos-home div.text div.picto {
  margin-bottom: 20px;
}

.bloc-infos-home div.text p {
  font-size: 30px;
  line-height: 125%;
  margin-bottom: 30px;
}

.bloc-infos-home div.text a {
  display: inline-block;
  background: #FFF;
  color: #f17c19;
  font-size: 16px;
  text-decoration: none;
  padding: 4px 15px;
  width: 215px;
  text-align: center;
  border-radius: 15px;
}

.bloc-infos-home div.text a:hover {
  background: #0092CF;
  color: #FFF;
}

.bloc-infos-home .row:last-child {
  background: -webkit-gradient(linear, left bottom, left top, from(#50B2E0), to(#0092CF));
  background: -webkit-linear-gradient(bottom, #50B2E0 0%, #0092CF 100%);
  background: -o-linear-gradient(bottom, #50B2E0 0%, #0092CF 100%);
  background: linear-gradient(0deg, #50B2E0 0%, #0092CF 100%);
}

.bloc-infos-home .row:last-child div.text {
  position: relative;
}

.bloc-infos-home .row:last-child div.text a {
  color: #1a9dd5;
}

.bloc-infos-home .row:last-child div.text a:hover {
  background: #f17c19;
  color: #FFF;
}

.bloc-infos-home .row:last-child div.text:after {
  content: "";
  display: block;
  position: absolute;
  top: -66px;
  left: -66px;
  width: 134px;
  height: 134px;
  background: url(../images/boat-drive.svg) no-repeat 0 0;
  z-index: 1;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
                transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

.bloc-infos-home .inner-bg {
  max-width: 1635px;
  margin: 0 auto;
  background: url(../images/bg-wave.png) no-repeat bottom center;
  padding-bottom: 70px;
}

.bloc-infos-home .outer-bg {
  background: url(../images/bg-wave-left.png) no-repeat 0 100px;
}

@media (max-width: 768px) {
  .bloc-infos-home h2 {
    display: none;
  }
  .bloc-infos-home div.text {
    padding-top: 53px;
    padding-bottom: 48px;
  }
  .bloc-infos-home .row:last-child div.text:after {
    display: none;
  }
  .bloc-infos-home .row:last-child div.text {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .bloc-infos-home .inner-bg {
    padding-bottom: 0;
  }
  .bloc-infos-home .img {
    text-align: center;
  }
  .bloc-infos-home .row {
    max-width: 568px;
  }
  .bloc-infos-home .inner-bg,
  .bloc-infos-home .outer-bg {
    background-image: none;
  }
}

.bloc-agenda {
  background: #EEEEEE;
}

.bloc-agenda .row {
  max-width: 1135px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.bloc-agenda .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.bloc-agenda h2 {
  color: #0F76A3;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

.bloc-agenda .slider .item {
  float: left;
  max-width: 362px;
}

.bloc-agenda .slider .inner-item {
  background: #FFF;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

.bloc-agenda .slider .inner-item .img {
  position: relative;
  display: block;
  text-decoration: none;
}

.bloc-agenda .slider .inner-item .img img {
  display: block;
  width: 100%;
}

.bloc-agenda .slider .inner-item .img p.date {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #1B607B;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  line-height: 135%;
  width: 70px;
}

.bloc-agenda .slider .inner-item div.text {
  padding: 30px 5px;
  text-align: center;
  min-height: 227px;
}

.bloc-agenda .slider .inner-item div.text p.titre {
  font-size: 23px;
  font-weight: 500;
  color: #0F76A3;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.bloc-agenda .slider .inner-item div.text p.txt {
  font-size: 18px;
  color: #0F76A3;
  padding: 0 15px;
  line-height: 125%;
  margin-bottom: 24px;
}

.bloc-agenda .slider .item.second p.date {
  background: #f27719;
}

.bloc-agenda .slider .item.three p.date {
  background: #50b2e0;
}

.bloc-agenda .owl-nav {
  display: block;
}

.bloc-agenda .owl-nav button.owl-prev,
.bloc-agenda .owl-nav button.owl-prev:hover {
  position: absolute;
  top: calc(50% - 60px);
  left: -96px;
  background: transparent url(../images/right-chevron.svg) no-repeat 0 0;
  width: 54px;
  height: 121px;
  font-size: 0;
}

.bloc-agenda .owl-nav button.owl-next,
.bloc-agenda .owl-nav button.owl-next:hover {
  position: absolute;
  top: calc(50% - 60px);
  right: -96px;
  background: transparent url(../images/left-chevron.svg) no-repeat 0 0;
  width: 54px;
  height: 121px;
  font-size: 0;
}

.bloc-agenda .owl-nav button.disabled {
  display: none;
}

.bloc-agenda .owl-dots {
  display: none;
}

@media (max-width: 1300px) {
  .bloc-agenda .row {
    padding-left: 65px;
    padding-right: 65px;
  }
  .bloc-agenda .owl-nav button.owl-next {
    right: -60px;
    width: 30px;
    height: 61px;
    background-size: cover;
  }
  .bloc-agenda .owl-nav button.owl-prev {
    left: -60px;
    width: 30px;
    height: 61px;
    background-size: cover;
  }
  .bloc-agenda .slider .inner-item div.text p.titre {
    min-height: 54px;
    line-height: 120%;
  }
  .bloc-agenda .slider .inner-item div.text p.txt {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .bloc-agenda {
    background: #FFF;
  }
  .bloc-agenda .slider .item {
    float: none;
    margin: 0 auto;
  }
  .bloc-agenda .slider .inner-item div.text p.titre {
    min-height: 10px;
  }
  .bloc-agenda .owl-nav {
    display: none;
  }
  .bloc-agenda .row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding: 0;
  }
  .bloc-agenda .owl-dots {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
  .bloc-agenda .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #F9CCA5;
    border: 1px solid #f17c19;
    margin: 5px 10px;
  }
  .bloc-agenda .owl-dots .owl-dot.active span {
    background: #f17c19;
  }
  .bloc-agenda h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
  }
}

@media (max-width: 380px) {
  .bloc-agenda .slider .inner-item {
    padding-bottom: 45px;
  }
  .bloc-agenda .slider .inner-item div.text p.txt {
    margin-bottom: 0;
  }
  .bloc-agenda .owl-dots {
    bottom: 40px;
  }
}

.bloc-partenaire {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .bloc-partenaire {
    padding-top: 0;
  }
}

.bloc-partenaire .row {
  max-width: 1165px;
}

.bloc-partenaire h2 {
  text-align: center;
  color: #0F76A3;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 33px;
  margin-bottom: 50px;
}

.bloc-partenaire .simple-bloc div.inner {
  padding: 0 0 50px 18%;
}

.bloc-partenaire .simple-bloc div.inner:before, .bloc-partenaire .simple-bloc div.inner:after {
  content: " ";
  display: table;
}

.bloc-partenaire .simple-bloc div.inner:after {
  clear: both;
}

.bloc-partenaire .simple-bloc div.inner img {
  float: left;
}

.bloc-partenaire .simple-bloc div.inner p {
  color: #0F76A3;
  font-size: 20px;
  line-height: 125%;
  margin: 0 0 0 35px;
  float: left;
}

@media (max-width: 1200px) {
  .bloc-partenaire .simple-bloc div.inner {
    padding: 0 0 50px 2.5%;
  }
  .bloc-partenaire .simple-bloc div.inner p {
    width: calc(100% - 245px);
  }
}

@media (max-width: 960px) {
  .bloc-partenaire .simple-bloc div.inner {
    padding: 0 0 50px 2.5%;
  }
  .bloc-partenaire .simple-bloc div.inner p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .bloc-partenaire .simple-bloc h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding-bottom: 0;
    border: none;
  }
  .bloc-partenaire .simple-bloc div.inner {
    padding: 0;
    text-align: center;
  }
  .bloc-partenaire .simple-bloc div.inner img {
    float: none;
    margin-bottom: 25px;
  }
  .bloc-partenaire .simple-bloc div.inner p {
    width: auto;
    float: none;
    margin: 0;
    text-align: left;
  }
}

.bloc-partenaire #slider-partenaire {
  margin-left: 50px;
}

.bloc-partenaire #slider-partenaire .owl-nav {
  display: block;
}

.bloc-partenaire #slider-partenaire .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 36px);
  left: -120px;
  background: url(../images/left-chevron-silver.svg) no-repeat 0 0;
  width: 38px;
  height: 73px;
  font-size: 0;
}

.bloc-partenaire #slider-partenaire .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 36px);
  right: -70px;
  background: url(../images/right-chevron-silver.svg) no-repeat 0 0;
  width: 38px;
  height: 73px;
  font-size: 0;
}

.bloc-partenaire #slider-partenaire .owl-nav button.disabled {
  display: none;
}

.bloc-partenaire #slider-partenaire .owl-dots {
  display: none;
}

@media (max-width: 1300px) {
  .bloc-partenaire .slider-bloc {
    padding-left: 45px;
    padding-right: 45px;
  }
  .bloc-partenaire #slider-partenaire {
    margin-left: 0;
  }
  .bloc-partenaire #slider-partenaire .owl-nav button.owl-next {
    right: -60px;
    width: 30px;
    height: 61px;
    background-size: cover;
  }
  .bloc-partenaire #slider-partenaire .owl-nav button.owl-prev {
    left: -60px;
    width: 30px;
    height: 61px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .bloc-partenaire #slider-partenaire .owl-nav {
    display: none;
  }
  .bloc-partenaire #slider-partenaire.owl-carousel .owl-item {
    float: none !important;
    margin-right: 0 !important;
    text-align: center;
  }
  .bloc-partenaire #slider-partenaire.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
  }
  .bloc-partenaire #slider-partenaire.owl-carousel .owl-stage {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: auto !important;
  }
  .bloc-partenaire .slider-bloc {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  .bloc-partenaire .slider-bloc h2 {
    display: none;
  }
}

.blue-top img {
  max-width: 100%;
}

.blue-top .row {
  overflow: hidden;
}

.blue-top .right {
  text-align: right;
  padding-right: 0;
}

.blue-top .right a.play {
  display: block;
  background: url(../images/play-button.svg) no-repeat 0;
  width: 65px;
  height: 65px;
  position: absolute;
  top: calc( 50% - 33px);
  left: calc( 50% - 33px);
  font-size: 0;
}

.blue-top .left {
  padding-left: 0;
}

.blue-top .left .inner {
  width: 111.8%;
  height: 100%;
  display: table;
}

.blue-top .left .inner .outer {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: table;
  background: -webkit-linear-gradient(269deg, #32A5DB 0%, #0092CF 100%);
  background: -o-linear-gradient(269deg, #32A5DB 0%, #0092CF 100%);
  background: linear-gradient(-179deg, #32A5DB 0%, #0092CF 100%);
  -webkit-transform: skew(-9deg);
      -ms-transform: skew(-9deg);
          transform: skew(-9deg);
  position: relative;
  z-index: 1;
}

.blue-top .left .inner .outer .bg {
  background: -webkit-linear-gradient(269deg, #32A5DB 0%, #0092CF 100%);
  background: -o-linear-gradient(269deg, #32A5DB 0%, #0092CF 100%);
  background: linear-gradient(-179deg, #32A5DB 0%, #0092CF 100%);
  -webkit-transform: skew(9deg);
      -ms-transform: skew(9deg);
          transform: skew(9deg);
  width: 88%;
  height: 100%;
  display: table;
}

.blue-top .left .inner .outer .centre {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 11.8%;
}

.blue-top .left p {
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 63px;
}

.blue-top .left .centre a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  background: #E06802;
  border-radius: 100px;
  color: #FFF;
  padding: 8px 35px;
}

.blue-top .left a.link-go {
  display: block;
  position: absolute;
  bottom: 55px;
  right: -140px;
  background: url(../images/arrow-scroll.svg) no-repeat 0 0;
  width: 34px;
  height: 18px;
  font-size: 0;
  z-index: 1;
}

@media (max-width: 1500px) {
  .blue-top .left p br {
    display: none;
  }
}

@media (max-width: 1280px) {
  .blue-top .left p {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

@media (max-width: 1120px) {
  .blue-top .left .inner {
    width: 112.7%;
  }
}

@media (max-width: 1030px) {
  .blue-top .left .inner {
    width: 113.7%;
  }
}

@media (max-width: 960px) {
  .blue-top .left p {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .blue-top .left .inner {
    width: 114.7%;
  }
}

@media (max-width: 768px) {
  .blue-top .left {
    padding-right: 0;
  }
  .blue-top .left .inner {
    width: 100%;
    height: 549px;
  }
  .blue-top .left .inner .outer {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .blue-top .left .inner .outer .bg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
  .blue-top .left .inner .outer .centre {
    padding: 0 15px;
  }
  .blue-top .left .inner .outer .centre a {
    font-size: 19px;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #F17C19), to(#F76B1C));
    background: -webkit-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
    background: -o-linear-gradient(top, #F17C19 31%, #F76B1C 100%);
    background: linear-gradient(-180deg, #F17C19 31%, #F76B1C 100%);
    -webkit-box-shadow: 0 2px 4px 0 #5DC8F5;
            box-shadow: 0 2px 4px 0 #5DC8F5;
    border-radius: 100px;
  }
  .blue-top .left a.link-go {
    background: url(../images/arrow-scroll-mobile.svg) no-repeat 0 0;
    width: 30px;
    height: 56px;
    left: calc(50% - 15px);
    bottom: 50px;
    right: auto;
  }
  .blue-top .left p {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .blue-top .right {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .blue-top.formation .left a.link-go {
    bottom: 30px;
  }
  .blue-top.formation .left .inner {
    height: 440px;
  }
  .blue-top.formation .left p {
    margin-bottom: 30px;
  }
}

.bloc-infos-cabinet {
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0;
}

.bloc-infos-cabinet h2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #0f76a3;
  font-weight: 700;
  padding: 40px 0;
  margin-bottom: 20px;
  line-height: 145%;
}

.bloc-infos-cabinet p.titre {
  text-align: center;
  color: #0f76a3;
  font-size: 24px;
  margin: 0;
  padding: 0 15px;
}

.bloc-infos-cabinet .row {
  max-width: 1135px;
  background: #E06802;
}

.bloc-infos-cabinet .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.bloc-infos-cabinet .img img {
  max-width: 100%;
}

.bloc-infos-cabinet div.text .inner {
  width: 100%;
  height: 100%;
  display: table;
}

.bloc-infos-cabinet div.text .inner .outer {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
}

.bloc-infos-cabinet div.text p {
  font-size: 30px;
  line-height: 125%;
  margin-bottom: 30px;
}

.bloc-infos-cabinet div.text a {
  display: inline-block;
  background: #FFF;
  color: #f17c19;
  font-size: 16px;
  text-decoration: none;
  padding: 4px 15px;
  width: 215px;
  text-align: center;
  border-radius: 15px;
}

.bloc-infos-cabinet div.text a:hover {
  background: #50B2E0;
  color: #FFF;
}

.bloc-infos-cabinet .row:nth-child(even) {
  background: -webkit-gradient(linear, left bottom, left top, from(#50B2E0), to(#0092CF));
  background: -webkit-linear-gradient(bottom, #50B2E0 0%, #0092CF 100%);
  background: -o-linear-gradient(bottom, #50B2E0 0%, #0092CF 100%);
  background: linear-gradient(0deg, #50B2E0 0%, #0092CF 100%);
}

.bloc-infos-cabinet .row:nth-child(even) div.text {
  position: relative;
}

.bloc-infos-cabinet .row:nth-child(even) div.text a {
  color: #1a9dd5;
}

.bloc-infos-cabinet .row:nth-child(even) div.text a:hover {
  background: #f17c19;
  color: #FFF;
}

.bloc-infos-cabinet .inner-bg {
  max-width: 1635px;
  margin: 0 auto;
}

.bloc-infos-cabinet .outer-bg {
  background: url(../images/bg-wave-left.png) no-repeat 0 90px;
}

@media (max-width: 1500px) {
  .bloc-infos-cabinet p.titre br {
    display: none;
  }
}

@media (max-width: 992px) {
  .bloc-infos-cabinet div.text .inner .outer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloc-infos-cabinet div.text p {
    font-size: 28px;
  }
  .bloc-infos-cabinet div.text p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .bloc-infos-cabinet {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .bloc-infos-cabinet .row {
    max-width: 573px;
  }
  .bloc-infos-cabinet div.text {
    padding-top: 53px;
    padding-bottom: 48px;
  }
  .bloc-infos-cabinet div.text p {
    font-size: 30px;
  }
  .bloc-infos-cabinet .row:nth-child(even) div.text {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .bloc-infos-cabinet .inner-bg {
    padding-bottom: 0;
  }
  .bloc-infos-cabinet .img {
    text-align: center;
  }
  .bloc-infos-cabinet .outer-bg {
    background: none;
  }
  .bloc-infos-cabinet p.titre {
    font-size: 20px;
  }
  .bloc-infos-cabinet h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
  }
}

.bloc-pratik {
  background: url(../images/bg-wave.png) no-repeat top center;
}

.bloc-pratik .row {
  max-width: 1135px;
}

.bloc-pratik h2 {
  text-align: center;
  color: #0F76A3;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
  padding: 75px 0 33px 0;
  margin-bottom: 60px;
}

.bloc-pratik p.titre {
  text-align: center;
  font-size: 24px;
  color: #0F76A3;
  margin-bottom: 25px;
}

.bloc-pratik ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-pratik ul:before, .bloc-pratik ul:after {
  content: " ";
  display: table;
}

.bloc-pratik ul:after {
  clear: both;
}

.bloc-pratik ul li {
  float: left;
  width: 28%;
}

.bloc-pratik ul li span {
  display: block;
  background: #f17c19;
  border-radius: 50%;
  width: 167px;
  height: 167px;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  line-height: 135%;
  padding-top: 42px;
}

.bloc-pratik ul li span strong {
  display: block;
  font-weight: 700;
}

.bloc-pratik ul li:last-child {
  width: 16%;
  float: right;
  margin-top: -5px;
}

.bloc-pratik ul li:last-child span {
  float: right;
}

.bloc-pratik ul li:nth-child(2) {
  margin-top: 50px;
}

.bloc-pratik ul li:nth-child(3) {
  margin-top: 46px;
}

@media (max-width: 1024px) {
  .bloc-pratik p.titre br {
    display: none;
  }
}

@media (max-width: 860px) {
  .bloc-pratik ul li span {
    width: 145px;
    height: 145px;
    line-height: 120%;
    padding-top: 37px;
  }
}

@media (max-width: 768px) {
  .bloc-pratik p.titre {
    font-size: 20px;
  }
  .bloc-pratik h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-pratik ul {
    margin-bottom: 65px;
  }
  .bloc-pratik ul li {
    width: 25%;
  }
  .bloc-pratik ul li span {
    width: 130px;
    height: 130px;
    line-height: 120%;
    padding-top: 37px;
    font-size: 20px;
    margin: 0 auto;
  }
  .bloc-pratik ul li:last-child {
    width: 25%;
  }
  .bloc-pratik ul li:last-child span {
    float: none;
  }
}

@media (max-width: 600px) {
  .bloc-pratik ul {
    margin-bottom: 50px;
  }
  .bloc-pratik ul li {
    width: 25%;
  }
  .bloc-pratik ul li span {
    width: 107px;
    height: 107px;
    line-height: 100%;
    padding-top: 27px;
    font-size: 18px;
  }
  .bloc-pratik ul li:last-child {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .bloc-pratik ul {
    margin-bottom: 80px;
  }
  .bloc-pratik ul li {
    width: 25%;
    padding: 0 5px;
  }
  .bloc-pratik ul li span {
    width: 80px;
    height: 80px;
    line-height: 100%;
    padding-top: 21px;
    font-size: 15px;
  }
  .bloc-pratik ul li span strong {
    font-size: 14px;
  }
  .bloc-pratik ul li:last-child {
    width: 25%;
  }
}

@media (max-width: 380px) {
  .bloc-pratik ul {
    margin-bottom: 60px;
  }
  .bloc-pratik ul li:nth-child(1) {
    padding-left: 0;
    margin-left: -5px;
  }
}

@media (max-width: 360px) {
  .bloc-pratik p.titre {
    font-size: 18px;
  }
  .bloc-pratik ul {
    margin-bottom: 60px;
  }
  .bloc-pratik ul li:nth-child(2) {
    padding-left: 0;
  }
  .bloc-pratik ul li:nth-child(3) {
    padding-left: 10px;
  }
}

@media (max-width: 1500px) and (min-width: 768px) {
  .blue-top.formation .left p {
    font-size: 34px;
  }
}

.bloc-valeur {
  padding-top: 75px;
}

.bloc-valeur .row {
  max-width: 1135px;
}

.bloc-valeur h2 {
  text-align: center;
  color: #0F76A3;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 33px;
  margin-bottom: 60px;
}

.bloc-valeur ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-valeur ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px;
}

.bloc-valeur ul li .picto {
  width: 131px;
  height: 131px;
  background: #D8D8D8;
  border-radius: 50%;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}

.bloc-valeur ul li .picto span {
  display: table-cell;
  vertical-align: middle;
}

.bloc-valeur ul li h3 {
  color: #0F76A3;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bloc-valeur ul li p {
  color: #4B4B4B;
  font-size: 18px;
  line-height: 125%;
}

@media (max-width: 960px) {
  .bloc-valeur ul li p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .bloc-valeur {
    padding-top: 0;
  }
  .bloc-valeur ul li {
    width: 50%;
    padding-bottom: 25px;
  }
  .bloc-valeur h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
}

@media (max-width: 480px) {
  .bloc-valeur {
    padding-top: 0;
  }
  .bloc-valeur ul li {
    width: 100%;
    padding-bottom: 25px;
    padding: 0 0 25px 0;
  }
  .bloc-valeur ul li p {
    font-size: 18px;
  }
}

.bloc-top-xp {
  padding-bottom: 30px;
}

.bloc-top-xp div.titre {
  width: 100%;
}

.bloc-top-xp .row {
  max-width: 1135px;
}

.bloc-top-xp h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 40px;
}

.bloc-top-xp div.left {
  padding-left: 0;
}

.bloc-top-xp div.left p {
  color: #4A4A4A;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 115%;
  text-align: justify;
}

.bloc-top-xp div.left a.bt {
  display: block;
  background: #E06802;
  border-radius: 100px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 40px;
  float: left;
  text-decoration: none;
}

.bloc-top-xp div.right {
  padding-right: 0;
  text-align: right;
}

.bloc-top-xp div.right img {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 1280px) {
  .bloc-top-xp .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .bloc-top-xp div.left p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-top-xp {
    padding-bottom: 0;
  }
  .bloc-top-xp h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-top-xp div.right {
    padding: 0;
    text-align: center;
  }
  .bloc-top-xp div.right img {
    display: inline-block;
    max-width: 100%;
  }
}

.bloc-top-com {
  padding-bottom: 30px;
}

.bloc-top-com div.titre {
  width: 100%;
  padding: 40px 0;
}

.bloc-top-com .row {
  max-width: 1135px;
}

.bloc-top-com h2 {
  font-size: 20px;
  color: #0F76A3;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.bloc-top-com h2 span {
  background: #FFF;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 13px 0 0;
}

.bloc-top-com h2:after {
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
}

.bloc-top-com div.left {
  padding-left: 0;
}

.bloc-top-com div.left p {
  color: #4A4A4A;
  font-size: 21px;
  margin-bottom: 25px;
  line-height: 115%;
}

.bloc-top-com div.left p.infos {
  color: #f17c19;
  font-size: 26px;
  font-weight: 700;
}

.bloc-top-com div.left p.infos span {
  display: block;
}

.bloc-top-com div.left p.infos strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
}

.bloc-top-com div.right {
  padding-right: 0;
  text-align: right;
}

.bloc-top-com div.right img {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 1280px) {
  .bloc-top-com .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .bloc-top-com div.left p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-top-com {
    padding-bottom: 0;
  }
  .bloc-top-com div.titre {
    padding: 0;
  }
  .bloc-top-com .left {
    padding-right: 0;
  }
  .bloc-top-com h2 {
    text-transform: none;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-top-com h2 span {
    display: block;
    text-align: center;
    padding: 0;
  }
  .bloc-top-com h2:after {
    display: none;
  }
  .bloc-top-com div.right {
    padding: 0;
    text-align: center;
  }
  .bloc-top-com div.right img {
    display: inline-block;
    max-width: 100%;
  }
}

.bloc-lst-com {
  padding-bottom: 30px;
}

.bloc-lst-com div.titre {
  width: 100%;
}

.bloc-lst-com .row {
  max-width: 1135px;
}

.bloc-lst-com h3 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 40px;
}

.bloc-lst-com ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 75px;
}

.bloc-lst-com ul li {
  font-size: 22px;
  color: #4A4A4A;
  border-bottom: 1px solid #CDCDCD;
  padding: 26px 0;
}

.bloc-lst-com ul li em {
  font-style: normal;
  color: #FFF;
  display: inline-block;
  text-align: center;
  background: #0F76A3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px;
  font-size: 17px;
  vertical-align: top;
  margin-right: 13px;
}

.bloc-lst-com ul li span {
  vertical-align: top;
}

.bloc-lst-com p.bt {
  text-align: center;
  margin: 0;
}

.bloc-lst-com p.bt a {
  display: inline-block;
  background: #f17c19;
  color: #FFF;
  padding: 9px 35px;
  border-radius: 34px;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .bloc-lst-com h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-lst-com ul li {
    font-size: 20px;
  }
}

.bloc-top-xp.equipe div.left p {
  font-size: 23px;
  line-height: 125%;
}

.bloc-top-xp.equipe div.left p strong {
  font-weight: 700;
  color: #f17c19;
}

.bloc-top-xp.equipe div.left p span {
  color: #0F76A3;
  font-weight: 700;
}

.bloc-top-xp.equipe div.left p.bt {
  margin: 0;
  text-align: center;
  padding-bottom: 60px;
}

.bloc-top-xp.equipe div.left p.bt a.bt {
  float: none;
  display: inline-block;
}

.bloc-top-xp.equipe div.right {
  padding-right: 0;
  padding-left: 15px;
}

.bloc-top-xp.equipe .row:last-child div.left {
  padding-right: 0;
  padding-left: 15px;
}

.bloc-top-xp.equipe .row:last-child div.right {
  padding-left: 0;
  text-align: left;
}

@media (max-width: 992px) {
  .bloc-top-xp.equipe div.left p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-top-xp.equipe div.left {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .bloc-top-xp.equipe div.left p.bt {
    padding-bottom: 30px;
  }
  .bloc-top-xp.equipe div.left p {
    text-align: left;
  }
  .bloc-top-xp.equipe div.right {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .bloc-top-xp.equipe .row:last-child .order-1 {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-top: 25px;
  }
  .bloc-top-xp.equipe .row:last-child div.left {
    padding-left: 0;
  }
  .bloc-top-xp.equipe .row:last-child div.right {
    text-align: center;
  }
}

.bloc-quest-xp {
  background: url(../images/bg-wave.png) no-repeat bottom center;
  padding-bottom: 55px;
}

.bloc-quest-xp .row {
  max-width: 1135px;
}

.bloc-quest-xp .col-md-12 {
  padding-left: 0;
}

.bloc-quest-xp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-quest-xp h3 {
  font-size: 25px;
  color: #08648C;
  font-weight: 700;
  margin: 30px 0;
  text-transform: uppercase;
  position: relative;
}

.bloc-quest-xp h3 span {
  background: #FFF;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 13px 0 0;
}

.bloc-quest-xp h3:after {
  width: 100%;
  height: 1px;
  background: #f17c19;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
}

.bloc-quest-xp ul.blue {
  padding-bottom: 5px;
}

.bloc-quest-xp ul.blue li {
  padding: 0 0 15px 0;
}

.bloc-quest-xp ul.blue li a {
  display: block;
  text-decoration: none;
  background: #0F76A3;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 27px;
  padding: 11px 75px 10px 16px;
  position: relative;
  border-radius: 4px;
  line-height: normal;
}

.bloc-quest-xp ul.blue li a:after {
  content: "";
  display: block;
  background: #E06802 url(../images/arrow-sp-white.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 100%;
  border-radius: 4px;
}

.bloc-quest-xp ul.silver {
  padding-bottom: 5px;
}

.bloc-quest-xp ul.silver:before, .bloc-quest-xp ul.silver:after {
  content: " ";
  display: table;
}

.bloc-quest-xp ul.silver:after {
  clear: both;
}

.bloc-quest-xp ul.silver li {
  padding: 0 0 15px 0;
  width: 49%;
  float: left;
}

.bloc-quest-xp ul.silver li a {
  display: block;
  text-decoration: none;
  background: rgba(155, 155, 155, 0.08);
  color: #075679;
  font-size: 27px;
  padding: 17px 70px 17px 26px;
  position: relative;
  border-radius: 4px;
  line-height: normal;
}

.bloc-quest-xp ul.silver li a:after {
  content: "";
  display: block;
  background: url(../images/arrow-sp-orange.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 100%;
  border-radius: 4px;
}

.bloc-quest-xp ul.silver li:nth-child(even) {
  float: right;
}

@media (max-width: 1280px) {
  .bloc-quest-xp .col-md-12 {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .bloc-quest-xp {
    padding-bottom: 0;
  }
  .bloc-quest-xp h3:after {
    display: none;
  }
  .bloc-quest-xp h3 {
    font-weight: 400;
    text-align: center;
  }
  .bloc-quest-xp h3 span {
    padding: 0;
  }
  .bloc-quest-xp ul.blue {
    padding-bottom: 0;
  }
  .bloc-quest-xp ul.blue li a {
    font-size: 20px;
  }
  .bloc-quest-xp ul.blue li:last-child {
    padding-bottom: 0;
  }
  .bloc-quest-xp ul.silver {
    margin-top: 35px;
  }
  .bloc-quest-xp ul.silver li {
    width: 100%;
  }
  .bloc-quest-xp ul.silver li a {
    font-size: 20px;
  }
}

.bloc-cloud-xp {
  padding-bottom: 65px;
}

.bloc-cloud-xp .row {
  max-width: 1135px;
}

.bloc-cloud-xp h3 {
  text-align: center;
  color: #0F76A3;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
  margin-bottom: 35px;
  margin-top: -15px;
}

.bloc-cloud-xp .cloud {
  text-align: center;
  margin-top: 50px;
}

.bloc-cloud-xp .cloud a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background: #f17c19;
  padding: 11px 30px;
  border-radius: 100px;
  margin: 7px 10px;
  line-height: 100%;
}

.bloc-cloud-xp .cloud a:hover {

}

@media (max-width: 768px) {
  .bloc-cloud-xp {
    padding-bottom: 0;
  }
  .bloc-cloud-xp h3 {
    font-size: 25px;
    color: #08648C;
    font-weight: 400;
    margin: 30px 0;
    text-transform: uppercase;
    border: none;
    padding: 0;
  }
}

.bloc-box-xp .row {
  max-width: 1135px;
}

.bloc-box-xp h3 {
  text-align: center;
  color: #0F76A3;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
  margin-bottom: 50px;
  margin-top: -15px;
}

.bloc-box-xp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-box-xp .box {
  text-align: center;
  margin: 0 -1%;
}

.bloc-box-xp .box a {
  text-decoration: none;
  display: inline-block;
  width: 31.33%;
  background: rgba(155, 155, 155, 0.08);
  font-size: 0;
  margin-bottom: 15px;
  color: #0594D0;
  margin: 0 1% 15px 1%;
}

.bloc-box-xp .box a span {
  display: table;
  font-size: 20px;
  min-height: 135px;
  width: 100%;
  line-height: 125%;
  position: relative;
}

.bloc-box-xp .box a span:after {
  display: block;
  content: "";
  width: 20px;
  height: 13px;
  position: absolute;
  bottom: 15px;
  right: 17px;
  background: url(../images/arrow-sp-orange.svg) no-repeat center;
  background-size: 20px 13px !important;
}

.bloc-box-xp .box a strong {
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  height: 135px;
}

.bloc-box-xp .box a:hover {
  background: #f17c19;
  color: #FFF;
}

.bloc-box-xp .box a:hover span:after {
  background: url(../images/arrow-sp-white.svg) no-repeat center;
  background-size: 20px 13px !important;
}

@media (max-width: 768px) {
  .bloc-box-xp h3 {
    font-size: 25px;
    color: #08648C;
    font-weight: 400;
    margin: 30px 0;
    text-transform: uppercase;
    border: none;
    padding: 0;
  }
  .bloc-box-xp .box a {
    width: 49.5%;
    float: left;
    margin: 0 0 10px 0;
  }
  .bloc-box-xp .box a:nth-child(even) {
    float: right;
  }
}

@media (max-width: 480px) {
  .bloc-box-xp .box a {
    width: 100%;
    float: none;
  }
  .bloc-box-xp .box a strong br {
    display: none;
  }
}

.bloc-box-xp.formation h3 {
  margin-top: 25px;
}

.inner-with-bg {
  background: url(../images/bg-wave-left.png) no-repeat 0 90px;
  max-width: 1636px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner-with-bg {
    background: none;
  }
}

.inner-with-bg.top {
  background-position: 0 0;
}

.bloc-top-rejoind div.titre {
  width: 100%;
}

.bloc-top-rejoind .row {
  max-width: 1135px;
}

.bloc-top-rejoind h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 40px;
}

.bloc-top-rejoind h3 {
  color: #0F76A3;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.bloc-top-rejoind div.left {
  padding-left: 0;
}

.bloc-top-rejoind div.left p {
  color: #4A4A4A;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 115%;
}

.bloc-top-rejoind div.right {
  padding-right: 0;
  text-align: right;
}

.bloc-top-rejoind div.right img {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 1280px) {
  .bloc-top-rejoind .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .bloc-top-rejoind div.left p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-top-rejoind {
    padding-bottom: 0;
  }
  .bloc-top-rejoind h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-top-rejoind h3 {
    font-size: 25px;
  }
  .bloc-top-rejoind div.right {
    padding: 0;
    text-align: center;
  }
  .bloc-top-rejoind div.right img {
    display: inline-block;
    max-width: 100%;
  }
}

.bloc-infos-xtant .row {
  max-width: 1135px;
}

.bloc-infos-xtant h3 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 60px;
}

.bloc-infos-xtant ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-infos-xtant ul li {
  padding-bottom: 18px;
}

.bloc-infos-xtant ul li:before, .bloc-infos-xtant ul li:after {
  content: " ";
  display: table;
}

.bloc-infos-xtant ul li:after {
  clear: both;
}

.bloc-infos-xtant ul li span.num {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: #f17c19;
  font-size: 25px;
  color: #FFF;
  border-radius: 4px;
  margin-right: 30px;
  font-weight: 400;
  text-align: center;
}

.bloc-infos-xtant ul li span.txt {
  font-size: 22px;
  line-height: 125%;
  float: left;
  width: calc( 100% - 70px);
}

.bloc-infos-xtant ul li span.txt strong {
  font-weight: 400;
  color: #0F76A3;
}

.bloc-infos-xtant p.bt {
  text-align: center;
  padding-top: 30px;
  margin: 0;
}

.bloc-infos-xtant p.bt a {
  display: inline-block;
  text-decoration: none;
  background: #f17c19;
  color: #FFF;
  font-size: 20px;
  padding: 7px 60px;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .bloc-infos-xtant h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-infos-xtant ul li span.txt {
    font-size: 20px;
  }
  .bloc-infos-xtant ul li span.num {
    font-size: 20px;
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }
}

@media (max-width: 480px) {
  .bloc-infos-xtant p.bt a {
    font-size: 18px;
    padding: 7px 45px;
  }
}

.bloc-chifr-xtant .row {
  max-width: 1135px;
}

.bloc-chifr-xtant h3 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 60px;
  width: 100%;
}

.bloc-chifr-xtant .left {
  text-align: right;
  padding-right: 0;
}

.bloc-chifr-xtant .left img {
  max-width: 100%;
}

.bloc-chifr-xtant .right {
  background: url(../images/line-multiple.svg) no-repeat 0 38px;
}

.bloc-chifr-xtant .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 90px;
}

.bloc-chifr-xtant .right ul li {
  font-size: 20px;
  color: #0F76A3;
  padding-bottom: 15px;
  line-height: 120%;
}

@media (max-width: 1280px) {
  .bloc-chifr-xtant .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloc-chifr-xtant .left {
    padding-left: 0;
  }
  .bloc-chifr-xtant .right {
    padding-right: 0;
  }
}

@media (max-width: 1160px) {
  .bloc-chifr-xtant .right {
    background: none;
  }
  .bloc-chifr-xtant .right ul {
    background: url(../images/line-multiple.svg) no-repeat 0 20px;
    background-size: auto 79%;
    margin-left: 0;
    padding-left: 100px;
  }
  .bloc-chifr-xtant .right ul li {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .bloc-chifr-xtant h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-chifr-xtant .left {
    text-align: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bloc-chifr-xtant .right {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .bloc-chifr-xtant .right {
    padding-left: 0;
  }
  .bloc-chifr-xtant .right ul {
    background: none;
    padding-left: 0;
  }
  .bloc-chifr-xtant .right ul li {
    font-size: 18px;
  }
}

.bloc-comit-xtant .row {
  max-width: 1135px;
}

.bloc-comit-xtant h3 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 60px;
  width: 100%;
}

.bloc-comit-xtant .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
}

.bloc-comit-xtant .col-md-12 img {
  max-width: 100%;
}

.bloc-comit-xtant .right h4 {
  color: #0F76A3;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 400;
}

.bloc-comit-xtant .right p {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 125%;
  text-align: justify;
}

@media (max-width: 1280px) {
  .bloc-comit-xtant .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloc-comit-xtant .left {
    padding-left: 0;
  }
  .bloc-comit-xtant .left img {
    max-width:95%;
  }
}

@media (max-width: 992px) {
  .bloc-comit-xtant .col-md-12 {
    padding-bottom: 60px;
  }

}

@media (max-width: 768px) {
  .bloc-comit-xtant .row {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-comit-xtant .row h3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bloc-comit-xtant h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-comit-xtant .col-md-12 {
    padding-bottom: 0;
  }
  .bloc-comit-xtant .left {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-comit-xtant .right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  .bloc-comit-xtant .right h4 {
    font-size: 25px;
  }
  .bloc-comit-xtant .right p {
    font-size: 20px;
    text-align: left;
  }
}

.bloc-top-orientation div.titre {
  width: 100%;
}

.bloc-top-orientation .row {
  max-width: 1135px;
}

.bloc-top-orientation h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 35px;
}

.bloc-top-orientation .right {
  padding-left: 0;
  padding-right: 0;
}

.bloc-top-orientation .right img {
  max-width: 100%;
}

.bloc-top-orientation .left {
  padding-left: 0;
}

.bloc-top-orientation .left h3 {
  font-size: 28px;
  color: #0F76A3;
  font-weight: 700;
  margin-bottom: 10px;
}

.bloc-top-orientation .extra h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bloc-top-orientation .left p.titre {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bloc-top-orientation .left p {
  color: #6D6B6D;
}

.bloc-top-orientation p.color {
  color: #0F76A3;
}

.bloc-top-orientation p.left  {
  color: #6D6B6D;
}

.bloc-top-orientation .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  margin-bottom: 50px;
}

.bloc-top-orientation .left ul li {
  margin-bottom: 25px;
  line-height: 125%;
  position: relative;
  padding: 0 0 0 15px;
}

.bloc-top-orientation .left ul li:before {
  background: #f17c19;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.bloc-top-orientation .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.bloc-top-orientation .col-md-12 p {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 25px;
  text-align: center;
}

.bloc-top-orientation .col-md-12 p strong {
  font-weight: 700;
}

.bloc-top-orientation .col-md-12 p strong.extra {
  color: #f17c19;
}

.bloc-top-orientation div a.btn {
    display: inline-block;
    background: #E06802;
    border-radius: 100px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    padding: 9px 40px;
    text-decoration: none;
    margin: 30px 0;
}

.bloc-top-orientation div a.color {
    color: #E06802;
}

.bloc-top-orientation .col-md-12 p.extra:before {
  background: url(../images/arrow-down-orange.svg) no-repeat 0 0;
  width: 34px;
  height: 34px;
  display: inline-block;
  content: "";
  vertical-align: top;
  margin-right: 15px;
}

.bloc-top-orientation .col-md-12 a.bt {
  display: block;
  background: #F7F7F7;
  text-decoration: none;
  padding: 36px 27px 36px 60px;
  line-height: 175%;
  margin-top: 25px;
  float: left;
  width: 100%;
}

.bloc-top-orientation .col-md-12 a.bt:before, .bloc-top-orientation .col-md-12 a.bt:after {
  content: " ";
  display: table;
}

.bloc-top-orientation .col-md-12 a.bt:after {
  clear: both;
}

.bloc-top-orientation .col-md-12 a.bt strong {
  font-size: 24px;
  color: #0F76A3;
  font-weight: 400;
  float: left;
  width: calc( 100% - 200px);
}

.bloc-top-orientation .col-md-12 a.bt span {
  float: right;
  font-size: 18px;
  color: #f17c19;
  background: url(../images/arrow-sp-orange.svg) no-repeat center right;
  background-size: 20px 13px;
  padding: 0 25px 0 0;
}

@media (max-width: 1280px) {
  .bloc-top-orientation .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .bloc-top-orientation .col-md-12 a.bt {
    padding: 36px 25px 36px 25px;
  }
}

@media (max-width: 768px) {
  .bloc-top-orientation h2 {
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-top-orientation .left h3 {
    font-size: 23px;
  }
  .bloc-top-orientation .left p.titre {
    font-size: 22px;
  }
  .bloc-top-orientation .left ul {
    font-size: 20px;
  }
  .bloc-top-orientation .col-md-12 {
    padding-top: 25px;
  }
  .bloc-top-orientation .col-md-12 p {
    font-size: 20px;
  }
  .bloc-top-orientation .col-md-12 a.bt {
    position: relative;
    padding: 20px 20px 30px 20px;
  }
  .bloc-top-orientation .col-md-12 a.bt strong {
    width: 100%;
    float: none;
    font-size: 20px;
  }
  .bloc-top-orientation .col-md-12 a.bt span {
    float: none;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 15px;
  }
}

.bloc-top-assist div.titre {
  width: 100%;
}

.bloc-top-assist .row {
  max-width: 1135px;
}

.bloc-top-assist h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 35px;
}

.bloc-top-assist .left {
  padding-left: 0;
}

.bloc-top-assist .left .inner {
  display: table;
  height: 100%;
  width: 100%;
}

.bloc-top-assist .left .inner .outer {
  display: table-cell;
  vertical-align: middle;
}

.bloc-top-assist .left h3 {
  color: #0F76A3;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.bloc-top-assist .left p {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 135%;
  margin: 0;
}

.bloc-top-assist .right {
  padding-right: 0;
  text-align: right;
}

.bloc-top-assist .right img {
  max-width: 100%;
}

@media (max-width: 1280px) {
  .bloc-top-assist {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .bloc-top-assist h2 {
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-top-assist .left {
    padding-right: 0;
  }
  .bloc-top-assist .left p {
    font-size: 20px;
  }
  .bloc-top-assist .left h3 {
    font-size: 25px;
  }
  .bloc-top-assist .right {
    padding-left: 0;
    text-align: center;
    padding-top: 25px;
  }
}

.bloc-lst-assist {
  padding-top: 50px;
}

.bloc-lst-assist .row {
  max-width: 1135px;
}

.bloc-lst-assist h3 {
  font-size: 28px;
  color: #0F76A3;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.bloc-lst-assist h3 span {
  background: #FFF;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 45px 0 0;
}

.bloc-lst-assist h3:after {
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  position: absolute;
  top: 85%;
  left: 0;
  content: "";
  display: block;
}

.bloc-lst-assist h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bloc-lst-assist h4.extra {
  background: url(../images/picto-warning.svg) no-repeat 0 0;
  padding: 9px 0 9px 60px;
}

.bloc-lst-assist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.bloc-lst-assist ul li {
  font-size: 22px;
  position: relative;
  padding: 0 0 0 25px;
}

.bloc-lst-assist ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #f17c19;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.bloc-lst-assist p {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bloc-lst-assist h3 {
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
    font-weight: 400;
    text-align: center;
  }
  .bloc-lst-assist h3:after {
    display: none;
  }
  .bloc-lst-assist h4 {
    font-size: 20px;
  }
  .bloc-lst-assist ul li {
    font-size: 20px;
  }
  .bloc-lst-assist p {
    font-size: 20px;
  }
}

.bloc-bottom-orientation {
  padding-top: 25px;
  padding-bottom: 25px;
}

.bloc-bottom-orientation h3 {
  text-align: center;
  font-size: 25px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
  margin-bottom: 39px;
  text-transform: uppercase;
}

.bloc-bottom-orientation .row {
  max-width: 1135px;
}

.bloc-bottom-orientation ul.silver {
  padding-bottom: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-bottom-orientation ul.silver:before, .bloc-bottom-orientation ul.silver:after {
  content: " ";
  display: table;
}

.bloc-bottom-orientation ul.silver:after {
  clear: both;
}

.bloc-bottom-orientation ul.silver li {
  padding: 0 0 15px 0;
  width: 49%;
  float: left;
}

.bloc-bottom-orientation ul.silver li a {
  display: block;
  text-decoration: none;
  background: rgba(155, 155, 155, 0.08);
  color: #0594D0;
  font-size: 24px;
  padding: 23px 15px 23px 15px;
  position: relative;
  border-radius: 4px;
  line-height: normal;
  text-align: center;
  min-height: 134px;
}

.bloc-bottom-orientation ul.silver li a span {
}

.bloc-bottom-orientation ul.silver li a:after {
  content: "";
  display: block;
  background: url(../images/arrow-sp-orange.svg) no-repeat center;
  background-size: 20px 13px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 13px;
  border-radius: 4px;
}

.bloc-bottom-orientation ul.silver li a:hover {
  background: #f17c19;
  color: #FFF;
}

.bloc-bottom-orientation ul.silver li a:hover:after {
  background: url(../images/arrow-sp-white.svg) no-repeat center;
  background-size: 20px 13px;
}

.bloc-bottom-orientation ul.silver li:nth-child(even) {
  float: right;
}

@media (max-width: 992px) {
  .bloc-bottom-orientation ul.silver li a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-bottom-orientation h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-bottom-orientation ul.silver li {
    width: 100%;
    float: none;
  }
}

.bloc-offre div.titre {
  width: 100%;
}

.bloc-offre .row {
  max-width: 1135px;
}

.bloc-offre h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 35px;
}

.bloc-offre .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.bloc-offre h3 {
  background: #0F76A3;
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 22px 18px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.bloc-offre h3:hover {
  background: #065D7C;
}

.bloc-offre h3 span {
  display: block;
  background: url(../images/ancre.svg) 0 0 no-repeat;
  padding: 6px 0 3px 50px;
}

.bloc-offre p {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 125%;
}

.bloc-offre ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.bloc-offre ul li {
  font-size: 22px;
  line-height: 125%;
  padding-bottom: 15px;
  position: relative;
  padding: 0 0 20px 25px;
}

.bloc-offre ul li:before {
  background: #f17c19;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.bloc-offre h4 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}

.bloc-offre h4 span {
  display: inline-block;
  background: #FFF;
  z-index: 1;
  position: relative;
  padding-right: 15px;
}

.bloc-offre h4:after {
  width: 100%;
  height: 1px;
  background: #0F76A3;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
}

.bloc-offre div.inner {
  padding: 0 25px 80px 65px;
  color: #095C80;
}

.bloc-offre div.bt {
  text-align: center;
}

.bloc-offre div.bt a {
  display: inline-block;
  background: #f17c19;
  color: #FFF;
  font-size: 20px;
  padding: 7px 35px;
  border-radius: 100px;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .bloc-offre .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .bloc-offre h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-offre h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .bloc-offre div.inner {
    padding: 0 0 50px 0;
  }
  .bloc-offre p {
    font-size: 20px;
  }
  .bloc-offre ul li {
    font-size: 20px;
  }
  .bloc-offre h4:after {
    display: none;
  }
  .bloc-offre h4 span {
    background: transparent;
  }
}

@media (max-width: 480px) {
  .bloc-offre h3 {
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .bloc-offre h3 span {
    padding: 0 0 0 25px;
    background-size: 18px auto;
  }
}

.bloc-lst-formation {
  padding-top: 75px;
  background: url(../images/bg-wave.png) no-repeat center;
}

.bloc-lst-formation .row {
  max-width: 1135px;
}

.bloc-lst-formation div.border {
  margin-bottom: 50px;
  background: #FFFFFF;
  border: 1px solid #E2E0E0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(206, 206, 206, 0.5);
          box-shadow: 0 4px 4px 0 rgba(206, 206, 206, 0.5);
  border-radius: 1px;
  padding: 7px 28px;
}

.bloc-lst-formation div.border h3 {
  font-size: 25px;
  color: #08648C;
  font-weight: 700;
  margin: 30px 0;
  position: relative;
}

.bloc-lst-formation div.border h3 span {
  background: #FFF;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 13px 0 0;
}

.bloc-lst-formation div.border h3:after {
  width: 100%;
  height: 1px;
  background: #f17c19;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
}

.bloc-lst-formation div.border ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-lst-formation div.border ul li {
  border: 1px solid #C5C2BF;
  border-radius: 4px;
  margin-bottom: 22px;
  color: #0f76a3;
  font-size: 21px;
}

.bloc-lst-formation div.border ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 60px 15px 19px;
  color: #0f76a3;
  font-size: 20px;
  position: relative;
  line-height: 100%;
}

.bloc-lst-formation div.border ul li a strong {
  font-weight: 400;
  color: #f17c19;
}

.bloc-lst-formation div.border ul li a:after {
  background: #f17c19;
  width: 57px;
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  right: -1px;
  content: "→";
  border-radius: 4px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* contexte sur le parent */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* direction d'affichage verticale */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* alignement vertical */
}

.bloc-lst-formation div.border-type {
  margin-bottom: 50px;
  background: #FFFFFF;
  border: 1px solid #E2E0E0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(206, 206, 206, 0.5);
          box-shadow: 0 4px 4px 0 rgba(206, 206, 206, 0.5);
  border-radius: 1px;
  padding: 20px 18px 15px 18px;
}

.bloc-lst-formation div.border-type h3 {
  color: #0F76A3;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.bloc-lst-formation div.border-type p {
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 125%;
}

.bloc-lst-formation div.border-type p strong {
  font-weight: 700;
}

.bloc-lst-formation div.border-type p a {
  color: #f17c19;
  text-decoration: none;
}

.bloc-lst-formation div.border-type ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-lst-formation div.border-type ul li {
  font-size: 21px;
  position: relative;
  padding: 0 0 15px 15px;
  line-height: 125%;
}

.bloc-lst-formation div.border-type ul li:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #f17c19;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 992px) {
  .bloc-lst-formation {
    padding-top: 35px;
  }
  .bloc-lst-formation div.border {
    padding: 5px 15px;
  }
}

@media (max-width: 768px) {
  .bloc-lst-formation div.border h3 {
    font-weight: 400;
    text-align: center;
  }
  .bloc-lst-formation div.border h3 span {
    padding: 0;
    display: block;
    text-align: center;
  }
  .bloc-lst-formation div.border h3:after {
    display: none;
  }
  .bloc-lst-formation div.border ul li {
    margin-bottom: 15px;
  }
  .bloc-lst-formation div.border ul li a {
    font-size: 18px;
  }
  .bloc-lst-formation div.border-type h3 {
    font-size: 24px;
  }
  .bloc-lst-formation div.border-type p {
    font-size: 18px;
  }
  .bloc-lst-formation div.border-type ul li {
    font-size: 18px;
  }
}

.bloc-actus-lst {
  padding-bottom: 30px;
}

.bloc-actus-lst div.titre {
  width: 100%;
}

.bloc-actus-lst .row {
  max-width: 1135px;
}

.bloc-actus-lst h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  padding: 30px 0;
  margin-bottom: 40px;
}

.bloc-actus-lst .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.bloc-actus-lst ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
}

.bloc-actus-lst ul.tabs:before, .bloc-actus-lst ul.tabs:after {
  content: " ";
  display: table;
}

.bloc-actus-lst ul.tabs:after {
  clear: both;
}

.bloc-actus-lst ul.tabs li {
  float: left;
  padding-right: 14px;
}

.bloc-actus-lst ul.tabs li a {
  display: block;
  font-size: 18px;
  color: #FFF;
  background: #f17c19;
  border-radius: 2px;
  padding: 8px 19px;
  text-decoration: none;
}

.bloc-actus-lst ul.tabs li:last-child {
  padding-right: 0;
  float: right;
}

.bloc-actus-lst .inner-article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.bloc-actus-lst .inner-article article {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.bloc-actus-lst .inner-article img {
  max-width: 100%;
}

.bloc-actus-lst .inner-article .img {
  position: relative;
}

.bloc-actus-lst .inner-article p.date {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #1B607B;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  line-height: 135%;
}

.bloc-actus-lst .inner-article .second p.date {
  background: #f27719;
}

.bloc-actus-lst .inner-article article:nth-child(3n) p.date {
  background: #50b2e0 !important;
}

.bloc-actus-lst .inner-article article:nth-child(2n+0) p.date {
  background: #f27719;
}

.bloc-actus-lst .inner-article p.titre {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.bloc-actus-lst .inner-article p.txt {
  font-size: 16px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  line-height: 135%;
  margin: 0;
}

.bloc-actus-lst .inner-article div.text {
  padding: 10px 15px;
  color: #4a4a4a;
  padding-bottom: 65px;
}

.bloc-actus-lst p.more, .gw-gopf-pagination {
  display: block  !important;
  width: 100% !important;
  text-align: center  !important;
  position: relative  !important;
}

.bloc-actus-lst p.more a, a.gw-gopf-pagination-load-more{
  width: 96px  !important;
  height: 96px  !important;
  color: #FFF  !important;
  text-align: center  !important;
  text-decoration: none  !important;
  background: #169BD4  !important;
  margin: 0 auto  !important;
  display: block  !important;
  border-radius: 50%  !important;
  font-size: 14px  !important;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif  !important;
  font-weight: normal  !important;
  display: -webkit-box  !important;
  display: -webkit-flex  !important;
  display: -ms-flexbox  !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1  !important;
  position: relative  !important;
}

.bloc-actus-lst p.more:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  top: 50%;
  left: 0;
}

@media (max-width: 1160px) {
  .bloc-actus-lst .inner-article {
    margin-left: 0;
    margin-right: 0;
  }
  .bloc-actus-lst ul.tabs {
    padding: 0 15px;
  }
  .bloc-actus-lst ul.tabs li:last-child {
    float: left;
  }
  .bloc-actus-lst ul.tabs li {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .bloc-actus-lst h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-actus-lst ul.tabs {
    margin-bottom: 25px;
  }
  .bloc-actus-lst ul.tabs li a {
    font-size: 16px;
  }
  .bloc-actus-lst .inner-article article {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bloc-actus-lst .inner-article article:nth-child(odd) {
    padding-right: 7.5px;
  }
  .bloc-actus-lst .inner-article article:nth-child(even) {
    padding-left: 7.5px;
  }
  .bloc-actus-lst .inner-article div.text {
    padding: 10px 0 35px 0;
  }
  .bloc-actus-lst .inner-article p.titre {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .bloc-actus-lst .inner-article {
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .bloc-actus-lst .inner-article article,
  .bloc-actus-lst .inner-article article:nth-child(odd),
  .bloc-actus-lst .inner-article article:nth-child(even) {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bloc-article {
  padding-bottom: 30px;
}

.bloc-article div.titre {
  width: 100%;
}

.bloc-article .row {
  max-width: 1135px;
}

.bloc-article .col-md-9 {
  padding-left: 0;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  color: #4A4A4A;
}

.bloc-article .col-md-9 img {
  width: 100%;
}

.bloc-article .col-md-9 h1 {
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  color: #0F76A3;
  font-weight: normal;
  margin: 20px 0 35px 0;
}

.bloc-article .col-md-9 div.img {
  position: relative;
  margin-bottom: 35px;
}

.bloc-article .col-md-9 div.img p.date {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #f17c19;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 12px 11px;
  line-height: 135%;
  width: 70px;
}

.bloc-article .col-md-9 div.img .entry-meta {
  position: absolute;
  bottom: -60px;
  right: 0;
  font-size: 18px;
}

.bloc-article .col-md-9 div.img .entry-meta a {
  color: #0F76A3;
}

.bloc-article .col-md-9 h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

.bloc-article .col-md-9 p {
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 24px;
}

.bloc-article .col-md-9 a.more {
  background: #f17c19;
  display: inline-block;
  text-decoration: none;
  padding: 9px 65px;
  color: #FFF;
  border-radius: 34px;
  font-size: 20px;
  margin-top: 25px;
}

.bloc-article .col-md-9 .social-bar {
  background: #f8f8f8;
  margin-top: 45px;
  padding: 15px 25px;
  border-radius: 4px;
}

.bloc-article .col-md-9 .social-bar:before, .bloc-article .col-md-9 .social-bar:after {
  content: " ";
  display: table;
}

.bloc-article .col-md-9 .social-bar:after {
  clear: both;
}

.bloc-article .col-md-9 .social-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  width: calc(100% - 200px);
  text-align: center;
}

.bloc-article .col-md-9 .social-bar ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.bloc-article .col-md-9 .social-bar ul li a {
  display: block;
  font-size: 0;
  background: #9b9b9b url(../images/social-white.svg) no-repeat 10px 8px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.bloc-article .col-md-9 .social-bar ul li a.fb {
  background-position: -49px 8px;
}

.bloc-article .col-md-9 .social-bar ul li a.tw {
  background-position: -110px 7px;
}

.bloc-article .col-md-9 .social-bar ul li a:hover {
  background-color: #f17c19;
}

.bloc-article .col-md-9 .social-bar p {
  font-size: 20px;
  margin: 0;
  float: left;
  padding-top: 6px;
  margin-right: 15px !important;
}

.bloc-article .col-md-3 {
  padding-right: 0;
}

.bloc-article .col-md-3 img {
  max-width: 100%;
}

.bloc-article .col-md-3 p.titre {
  color: #0F76A3;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 18px;
  padding-bottom: 7px;
  padding-top: 30px;
}

.bloc-article .col-md-3 .thumbs a {
  display: block;
  color: #f17c19;
  text-decoration: none;
}

.bloc-article .col-md-3 .thumbs p {
  margin: 0;
  color: #f17c19;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 10px;
}

.bloc-article .col-md-3 .social-bar {
  border-top: 1px solid #e3e3e3;
  padding: 12px 0 0 0;
}

.bloc-article .col-md-3 .social-bar p {
  text-align: center;
  color: #0F76A3;
  font-size: 20px;
  margin: 0;
}

.bloc-article .col-md-3 .social-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.bloc-article .col-md-3 .social-bar ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
}

.bloc-article .col-md-3 .social-bar ul li a {
  display: block;
  font-size: 0;
  background: url(../images/social-blue.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
}

.bloc-article .col-md-3 .social-bar ul li a.in {
  background-position: -43px 0px;
}

.bloc-article .col-md-3 .social-bar ul li a.tw {
  background-position: -80px 0;
}

@media (max-width: 1280px) {
  .bloc-article .col-md-9 {
    padding-left: 15px;
  }
  .bloc-article .col-md-3 {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .bloc-article .col-md-9 h1 {
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    text-align: center;
  }
  .bloc-article .col-md-9 h2 {
    font-size: 22px;
  }
  .bloc-article .col-md-9 p {
    font-size: 18px;
  }
  .bloc-article .col-md-9 .social-bar p {
    font-size: 18px;
  }
  .bloc-article .col-md-9 div.img {
    margin-bottom: 15px;
  }
  .bloc-article .col-md-9 div.img .entry-meta {
    position: static;
    bottom: auto;
    text-align: right;
  }
  .bloc-article .col-md-3 {
    padding-left: 15px;
  }
  .bloc-article .col-md-3 .more-articles {
    max-width: 263px;
  }
}

@media (max-width: 480px) {
  .bloc-article .col-md-9 .social-bar {
    padding: 15px;
  }
  .bloc-article .col-md-9 .social-bar p {
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .bloc-article .col-md-9 .social-bar ul {
    float: none;
    width: 100%;
    text-align: left;
  }
  .bloc-article .col-md-9 .social-bar ul li:first-child {
    padding-left: 0;
  }
  .bloc-article .col-md-9 div.img p.date {
    font-size: 16px;
    line-height: 125%;
    padding: 5px 10px;
  }
  .bloc-article .col-md-9 div.img .entry-meta {
    font-size: 16px;
  }
}

.bloc-contact {
  background: url(../images/bg-wave.png) no-repeat center;
}

.bloc-contact .row {
  max-width: 1135px;
}

.bloc-contact h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 0;
}

.bloc-contact div.infos {
  padding: 0;
  min-height: 205px;
  position: relative;
  max-width: 945px;
  margin: 20px auto 0 auto;
  display: table;
  width: 100%;
}

.bloc-contact div.infos p {
  margin: 0;
  font-size: 22px;
  font-weight: 100;
  line-height: 125%;
  display: table-cell;
  vertical-align: top;
  padding-top: 25px;
}

.bloc-contact div.infos p a {
  color: #0092CF;
}

.bloc-contact div.infos span {
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 16px;
}

/* .bloc-contact div.infos:after {
  content: "";
  display: block;
  background: url(../images/img-contact.svg) no-repeat 0 0;
  height: 205px;
  width: 75px;
  position: absolute;
  top: 23px;
  left: -15px;
} */

.bloc-contact .gform_wrapper {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
}

.bloc-contact .gform_wrapper ul {
  margin: 0;
  padding: 0;
}

.bloc-contact .gform_wrapper ul:before, .bloc-contact .gform_wrapper ul:after {
  content: " ";
  display: table;
}

.bloc-contact .gform_wrapper ul:after {
  clear: both;
}

.bloc-contact .gform_wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-contact .gform_wrapper ul li.gfield {
  width: 48.5%;
  float: left;
  padding-bottom: 55px;
}

.bloc-contact .gform_wrapper ul li.gfield .ginput_container_text input {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 16px 16px;
}

.bloc-contact .gform_wrapper ul li.gfield ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
}

.bloc-contact .gform_wrapper ul li.gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
}

.bloc-contact .gform_wrapper ul li.gfield :-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
}

.bloc-contact .gform_wrapper ul li.gfield :-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
}

.bloc-contact .gform_wrapper ul li.gfield .ginput_container_select select {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  height: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url(../images/select.svg) no-repeat 97% center;
  padding: 0 16px;
  color: #4a4a4a;
}

.bloc-contact .gform_wrapper ul li.gfield:nth-child(even) {
  float: right;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-adress {
  clear: both;
  float: left;
  width: 68%;
}

.bloc-contact .gform_wrapper ul li.extra-code {
  float: right;
  width: 27.5%;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-manda {
  clear: both;
  float: left;
  width: 27.5%;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-area {
  float: right;
  width: 68%;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-area textarea {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 10px 16px;
  height: 160px;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-check {
  float: none;
  width: auto;
  clear: both;
  padding: 0 0 30px 32%;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-check .gfield_checkbox label {
  font-size: 22px;
  margin: 0;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 2px;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-check .gfield_checkbox input {
  vertical-align: top;
  margin: 10px 6px 0 0;
}

.bloc-contact .gform_wrapper ul li.gfield.extra-texto {
  width: 100%;
  float: none;
  font-size: 18px;
  padding-bottom: 0;
  text-align: justify;
  line-height: 125%;
}

.bloc-contact .gform_wrapper ul .custom-control-label::before,
.bloc-contact .gform_wrapper ul .custom-control-label::after {
  width: 29px;
  height: 29px;
  border-radius: 0;
}

.bloc-contact .gform_wrapper .gform_footer {
  text-align: center;
  padding: 30px 0 55px 0;
}

.bloc-contact .gform_wrapper .gform_footer input[type=submit] {
  background: #f17c19;
  color: #FFF;
  width: 260px;
  height: 63px;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 25px;
  vertical-align: top;
  margin-left: 30px;
}

.bloc-contact .gform_wrapper .gform_footer .img-captcha {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  padding-top: 28px;
}

.bloc-contact .gform_wrapper .gform_footer input[type=text] {
  height: 63px;
  width: 167px;
  border-radius: 5px;
  background: #f8f8f8;
  border: none;
  vertical-align: top;
  font-size: 24px;
  padding: 0 17px;
}

@media (max-width: 1024px) {
  .bloc-contact div.infos p br {
    display: none;
  }
  .bloc-contact h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
}

@media (max-width: 768px) {
  .bloc-contact div.infos p {
    font-size: 20px;
  }
  .bloc-contact h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
}

@media (max-width: 480px) {
  .bloc-contact div.infos {
    padding-bottom: 10px;
  }
  .bloc-contact div.infos p {
    font-size: 17px;
  }
  .bloc-contact div.infos span {
    font-size: 12px;
  }
  .bloc-contact .gform_wrapper ul li.gfield {
    width: 100% !important;
    padding-bottom: 25px;
  }
  .bloc-contact .gform_wrapper ul li.gfield.extra-check {
    padding: 0 0 15px 0;
  }
  .bloc-contact .gform_wrapper ul li.gfield.extra-check .gfield_checkbox label {
    font-size: 16px;
    padding-top: 5px;
  }
  .bloc-contact .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.bloc-map-contact {
  background: url(../images/big-map.jpg) no-repeat top center;
}

.bloc-map-contact .row {
  height: 683px;
}

.bloc-map-contact .row p {
  display: none;
}

@media (max-width: 1024px) {
  .bloc-map-contact {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .bloc-map-contact {
    background-size: cover;
  }
  .bloc-map-contact .row {
    height: 583px;
  }
}

@media (max-width: 640px) {
  .bloc-map-contact .row {
    height: 383px;
  }
}

.bloc-infos-contact {
  margin-bottom: -140px;
}

.bloc-infos-contact .row {
  background: #1f5f7c;
  color: #FFF;
  min-height: 300px;
  padding-bottom: 100px;
}

.bloc-infos-contact .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 25px 0;
}

.bloc-infos-contact .inner:before, .bloc-infos-contact .inner:after {
  content: " ";
  display: table;
}

.bloc-infos-contact .inner:after {
  clear: both;
}

.bloc-infos-contact h3 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}

.bloc-infos-contact p.titre {
  text-align: center;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 35px;
}

.bloc-infos-contact div.left {
  float: left;
  width: 50%;
  text-align: center;
}

.bloc-infos-contact div.right {
  float: right;
  width: 50%;
  text-align: center;
  border-left: 1px solid #f17c19;
}

.bloc-infos-contact h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
}

.bloc-infos-contact .left p,
.bloc-infos-contact .right p {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .bloc-infos-contact h3 {
    font-size: 30px;
  }
  .bloc-infos-contact p.titre {
    font-size: 20px;
  }
  .bloc-infos-contact h4 {
    font-size: 25px;
  }
  .bloc-infos-contact .left p,
  .bloc-infos-contact .right p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bloc-infos-contact div.left,
  .bloc-infos-contact div.right {
    float: none;
    border: none;
    width: 100%;
  }
  .bloc-infos-contact div.left {
    border-bottom: 1px solid #f17c19;
  }
  .bloc-infos-contact div.right {
    padding-top: 20px;
  }
}

.bloc-candidat .row {
  max-width: 1135px;
}

.bloc-candidat h2 {
  text-align: center;
  font-size: 30px;
  color: #0F76A3;
  font-weight: 400;
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-bottom: 0;
}

.bloc-candidat span.notice {
  display: block;
  text-align: right;
  color: #4A4A4A;
  font-size: 18px;
  padding-right: 15px;
}

.bloc-candidat .extra-texto {
  font-size: 18px;
  color: #4a4a4a;
  text-align: justify;
  padding-bottom: 80px;
}

.bloc-candidat .gform_wrapper {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  padding-top: 22px;
}

.bloc-candidat .gform_wrapper ul {
  margin: 0;
  padding: 0;
}

.bloc-candidat .gform_wrapper ul:before, .bloc-candidat .gform_wrapper ul:after {
  content: " ";
  display: table;
}

.bloc-candidat .gform_wrapper ul:after {
  clear: both;
}

.bloc-candidat .gform_wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bloc-candidat .gform_wrapper ul li.gfield {
  width: 48.5%;
  float: left;
  padding-bottom: 35px;
}

.bloc-candidat .gform_wrapper ul li.gfield .ginput_container_text input {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 16px 16px;
}

.bloc-candidat .gform_wrapper ul li.gfield ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
}

.bloc-candidat .gform_wrapper ul li.gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
}

.bloc-candidat .gform_wrapper ul li.gfield :-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
}

.bloc-candidat .gform_wrapper ul li.gfield :-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
}

.bloc-candidat .gform_wrapper ul li.gfield .ginput_container_select select {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  height: 64px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url(../images/select.svg) no-repeat 97% center;
  padding: 0 16px;
  color: #4a4a4a;
}

.bloc-candidat .gform_wrapper ul li.gfield label {
  margin: 0;
  font-size: 20px;
  padding-bottom: 10px;
}

.bloc-candidat .gform_wrapper ul li.gfield label span {
  color: #f17c19;
}

.bloc-candidat .gform_wrapper ul li.field-civilite {
  width: 17.75%;
}

.bloc-candidat .gform_wrapper ul li.field-civilite .ginput_container_select select {
  background-position: 88% center;
}

.bloc-candidat .gform_wrapper ul li.field-nom {
  width: 41%;
  margin: 0 2.5%;
}

.bloc-candidat .gform_wrapper ul li.field-prenom {
  width: 36.25%;
  float: right;
}

.bloc-candidat .gform_wrapper ul li.field-email {
  float: right;
}

.bloc-candidat .gform_wrapper ul li.gfield.field-adresse {
  clear: both;
  float: left;
  width: 79%;
}

.bloc-candidat .gform_wrapper ul li.field-code {
  float: right;
  width: 18.5%;
}

.bloc-candidat .gform_wrapper ul li.field-poste {
  width: 100%;
}

.bloc-candidat .gform_wrapper ul li.field-recherche {
  float: right;
}

.bloc-candidat .gform_wrapper ul li.field-message {
  float: none;
  width: 100%;
  clear: both;
}

.bloc-candidat .gform_wrapper ul li.field-message textarea {
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 10px 16px;
  height: 160px;
}

.bloc-candidat .gform_wrapper ul li.field-file:nth-child(even) {
  float: right;
}

.bloc-candidat .gform_wrapper ul .custom-control-label::before,
.bloc-candidat .gform_wrapper ul .custom-control-label::after {
  width: 29px;
  height: 29px;
  border-radius: 0;
}

.bloc-candidat .gform_wrapper ul li.field-file .input-group {
  margin-bottom: 12px;
}

.bloc-candidat .gform_wrapper ul li.field-file .input-group-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bloc-candidat .gform_wrapper ul li.field-file .btn-success {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.bloc-candidat .gform_wrapper ul li.field-file .form-control:disabled {
  background: transparent;
  border: 1px solid #afafaf;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 16px 16px;
  height: 64px;
}

.bloc-candidat .gform_wrapper ul li.field-file .progress {
  height: 15px;
  background: #d8d8d8;
}

.bloc-candidat .gform_wrapper ul li.field-file .progress-bar {
  background: #f17c19;
}

.bloc-candidat .gform_wrapper ul .progressing .progress-bar {
  width: 100% !important;
}

.bloc-candidat .gform_wrapper .gform_footer {
  text-align: center;
  padding: 9px 0 40px 0;
}

.bloc-candidat .gform_wrapper .gform_footer input[type=submit] {
  background: #f17c19;
  color: #FFF;
  width: 260px;
  height: 63px;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 25px;
  vertical-align: top;
  margin-left: 30px;
}

.bloc-candidat .gform_wrapper .gform_footer .img-captcha {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  padding-top: 28px;
}

.bloc-candidat .gform_wrapper .gform_footer input[type=text] {
  height: 63px;
  width: 167px;
  border-radius: 5px;
  background: #f8f8f8;
  border: none;
  vertical-align: top;
  font-size: 24px;
  padding: 0 17px;
}

@media (max-width: 1024px) {
  .bloc-candidat h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-candidat .col-md-12 {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .bloc-candidat h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-candidat .gform_wrapper ul li.gfield label {
    font-size: 18px;
  }
  .bloc-candidat .gform_wrapper ul li.gfield .ginput_container_select select {
    padding-right: 50px;
    background-size: 24px auto;
  }
  .bloc-candidat .gform_wrapper ul li.gfield.field-adresse {
    width: 60%;
  }
  .bloc-candidat .gform_wrapper ul li.field-code {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .bloc-candidat span.notice {
    font-size: 14px;
    padding-right: 0;
  }
  .bloc-candidat .extra-texto {
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
  }
  .bloc-candidat .gform_wrapper ul li.gfield {
    width: 100% !important;
    padding-bottom: 25px;
  }
  .bloc-candidat .gform_wrapper ul li.field-nom {
    margin: 0;
  }
  .bloc-candidat .gform_wrapper ul li.field-civilite .ginput_container_select select {
    background-position: 97% center;
  }
  .bloc-candidat .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.bloc-negocier .row {
  max-width: 1135px;
}

.bloc-negocier div.titre {
  width: 100%;
}

.bloc-negocier div.padding {
  padding-left:30px;
}

.bloc-negocier div.titre h2 {
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0;
    margin-bottom: 40px;

}

.bloc-negocier div.titre h2 span {
text-align: center;
font-size: 30px;
color: #0F76A3;
font-weight: 400;
}


.bloc-negocier div.txt {
  padding-left: 0;
}

.bloc-negocier div.txt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #f17c19;
  margin-bottom: 25px;
}

.bloc-negocier div.txt p {
  font-size: 21px;
  margin-bottom: 0;
  text-align: justify;
}

.bloc-negocier div.txt .inner {
  display: table;
  height: 100%;
  width: 100%;
}

.bloc-negocier div.txt .inner .outer {
  display: table-cell;
  vertical-align: middle;
}

.bloc-negocier div.txt .inner .outer2 {
  display: table-cell;
  vertical-align: top;
}

.bloc-negocier div.img {
  padding-left: 0;
}

.bloc-negocier div.img img {
  max-width: 100%;
  margin-bottom: 30px;
}

.bloc-negocier div.order-1.txt {
  padding-left: 30px;
}

@media (max-width: 1280px) {
  .bloc-negocier .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1100px) {
  .bloc-negocier div.txt h3 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .bloc-negocier div.titre h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-negocier div.titre h2 span {
    padding: 0;
    display: block;
    text-align: center;
  }
  .bloc-negocier div.titre h2:after {
    display: none;
  }
  .bloc-negocier div.txt {
    padding-right: 0;
  }
  .bloc-negocier div.txt p {
    font-size: 18px;
    text-align: left;
  }
  .bloc-negocier div.txt h3 {
    font-size: 22px;
  }
  .bloc-negocier div.img {
    padding-right: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .bloc-negocier div.order-1.txt {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-left: 0;
  }
}

.bloc-lst-negoce {
  background: url(../images/bg-wave.png) no-repeat center 250px;
}

.bloc-lst-negoce .row {
  max-width: 1135px;
  padding-top: 55px;
}

.bloc-lst-negoce h3 {
  color: #0F76A3;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.bloc-lst-negoce ul.lst {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.bloc-lst-negoce ul.lst li {
  margin-bottom: 5px;
  padding-left: 62px;
  position: relative;
}

.bloc-lst-negoce ul.lst li span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #0F76A3;
  border: 1px solid #0F76A3;
  border-radius: 4px;
  padding: 14px 15px;
  background: #FFF;
  line-height: 100%;
}

.bloc-lst-negoce ul.lst li a {
  display: block;
  text-decoration: none;
}

.bloc-lst-negoce ul.lst li:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #f17c19 url(../images/sprite-negocier.svg) no-repeat 11px 10px;
}

.bloc-lst-negoce ul.lst li.nao:before {
  background-position: 11px -45px;
}

.bloc-lst-negoce ul.lst li.time:before {
  background-position: 11px -108px;
}

.bloc-lst-negoce ul.lst li.gpec:before {
  background-position: 11px -167px;
}

.bloc-lst-negoce ul.lst li.pax:before {
  background-position: 11px -228px;
}

.bloc-lst-negoce ul.lst li.teletravail:before {
  background-position: 11px -288px;
}

.bloc-lst-negoce ul.lst li.droit:before {
  background-position: 11px -348px;
}

.bloc-lst-negoce ul.lst li.egalite:before {
  background-position: 11px -410px;
}

.bloc-lst-negoce ul.lst li.qualite:before {
  background-position: 11px -468px;
}

.bloc-lst-negoce ul.lst li.handi:before {
  background-position: 11px -529px;
}

.bloc-lst-negoce ul.lst li.senior:before {
  background-position: 11px -589px;
}

.bloc-lst-negoce ul.lst li.formation:before {
  background-position: 11px -650px;
}

.bloc-lst-negoce ul.lst li.diversite:before {
  background-position: 11px -706px;
}

.bloc-lst-negoce ul.lst li.accord:before {
  background-position: 11px -767px;
}

.bloc-lst-negoce ul.eng {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #CDCDCD;
}

.bloc-lst-negoce ul.eng li {
  padding: 29px 0;
  border-bottom: 1px solid #CDCDCD;
}

.bloc-lst-negoce ul.eng li:before, .bloc-lst-negoce ul.eng li:after {
  content: " ";
  display: table;
}

.bloc-lst-negoce ul.eng li:after {
  clear: both;
}

.bloc-lst-negoce ul.eng li p {
  margin: 0;
  font-size: 21px;
  float: left;
  width: calc(100% - 30px);
  padding: 0 0 0 21px;
  line-height: 140%;
}

.bloc-lst-negoce ul.eng li p strong {
  font-weight: 700;
}

.bloc-lst-negoce ul.eng li span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0F76A3;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  float: left;
}

.bloc-lst-negoce ul.eng li a.more {
  display: block;
  font-size: 18px;
  color: #f17c19;
  border: 1px solid #f17c19;
  float: right;
  padding: 3px 18px;
  border-radius: 34px;
  text-decoration: none;
}

.bloc-lst-negoce ul.eng li a.more:hover {
  background: #f17c19;
  color: #FFF;
}

.bloc-lst-negoce ul.eng li.with-link p {
  width: calc(100% - 175px);
}

.bloc-lst-negoce p.bt {
  text-align: center;
  margin: 0;
  padding: 60px 0;
}

.bloc-lst-negoce p.bt a {
  display: inline-block;
  border-radius: 100px;
  color: #FFF;
  font-size: 20px;
  padding: 9px 40px;
  background: #f17c19;
  text-decoration: none;
}

@media (max-width: 768px) {
  .bloc-lst-negoce {
    background: none;
  }
  .bloc-lst-negoce .row {
    padding-top: 0;
  }
  .bloc-lst-negoce h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-lst-negoce ul.lst {
    margin-bottom: 40px;
  }
  .bloc-lst-negoce ul.lst li {
    padding-left: 55px;
  }
  .bloc-lst-negoce ul.lst li span {
    font-size: 18px;
  }
  .bloc-lst-negoce ul.lst li:before {
    width: 47px;
    height: 47px;
    background-size: 69% auto;
    background-position: 8px 4px;
  }
  .bloc-lst-negoce ul.lst li.nao:before {
    background-position: 8px -51px;
  }
  .bloc-lst-negoce ul.lst li.time:before {
    background-position: 8px -110px;
  }
  .bloc-lst-negoce ul.lst li.gpec:before {
    background-position: 8px -165px;
  }
  .bloc-lst-negoce ul.lst li.pax:before {
    background-position: 8px -224px;
  }
  .bloc-lst-negoce ul.lst li.teletravail:before {
    background-position: 8px -279px;
  }
  .bloc-lst-negoce ul.lst li.droit:before {
    background-position: 8px -336px;
  }
  .bloc-lst-negoce ul.lst li.egalite:before {
    background-position: 8px -395px;
  }
  .bloc-lst-negoce ul.lst li.qualite:before {
    background-position: 8px -451px;
  }
  .bloc-lst-negoce ul.lst li.handi:before {
    background-position: 8px -508px;
  }
  .bloc-lst-negoce ul.lst li.senior:before {
    background-position: 8px -563px;
  }
  .bloc-lst-negoce ul.lst li.formation:before {
    background-position: 8px -619px;
  }
  .bloc-lst-negoce ul.lst li.diversite:before {
    background-position: 8px -730px;
  }
  .bloc-lst-negoce ul.lst li.accord:before {
    background-position: 8px -728px;
  }
  .bloc-lst-negoce ul.eng li {
    padding: 15px 0;
  }
  .bloc-lst-negoce ul.eng li p {
    font-size: 18px;
    line-height: 125%;
    width: calc(100% - 25px);
    padding-left: 12px;
  }
  .bloc-lst-negoce ul.eng li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .bloc-lst-negoce ul.eng li a.more {
    font-size: 16px;
  }
  .bloc-lst-negoce p.bt {
    padding: 30px 0;
  }
  .bloc-lst-negoce p.bt a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .bloc-lst-negoce ul.lst {
    margin-bottom: 0;
  }
  .bloc-lst-negoce ul.lst li span {
    padding: 14px 10px;
  }
  .bloc-lst-negoce ul.eng li p,
  .bloc-lst-negoce ul.eng li.with-link p {
    width: calc(100% - 25px);
    padding-bottom: 10px;
  }
  .bloc-lst-negoce ul.eng li a.more,
  .bloc-lst-negoce ul.eng li.with-link a.more {
    clear: both;
    float: left;
  }
}

.bloc-lst-xp {
  background: url(../images/bg-wave.png) no-repeat bottom center;
}

.bloc-lst-xp .row {
  max-width: 1135px;
}

.bloc-lst-xp div.titre {
  width: 100%;
  padding-bottom: 15px;
}

.bloc-lst-xp div.titre h2 {
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0;
    margin-bottom: 40px;
}

.bloc-lst-xp div.titre p {
  text-align: center;
  color: #0F76A3;
  font-size: 24px;
  margin-bottom: 20px;
}

.bloc-lst-xp .col-md-4 {
  padding-bottom: 65px;
}

.bloc-lst-xp .col-md-4 .inner {
  border: 1px solid #9B9B9B;
  height: 100%;
  text-align: center;
  padding: 60px 0 65px 0;
  background: #FFF;
}

.bloc-lst-xp .col-md-4 .inner > span {
  display: block;
  width: 101px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 35px;
  background: url(../images/expertise/loupe.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner p {
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 125%;
  min-height: 81px;
  color: #0F76A3;
}

.bloc-lst-xp .col-md-4 .inner h3.more {
  display: inline-block;
  border: 1px solid #f17c19;
  color: #f17c19;
  font-size: 18px;
  width: 204px;
  border-radius: 24px;
  padding: 0 35px;
  line-height: 28px;
  text-decoration: none;
}

.bloc-lst-xp .col-md-4 .inner > span.negoce {
  background: url(../images/expertise/law.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner > span.cse {
  background: url(../images/expertise/cse.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner > span.engage {
  background: url(../images/expertise/engagement.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner > span.formation {
  background: url(../images/expertise/formation.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner > span.comm {
  background: url(../images/expertise/communiquer.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover {
  background: #0F76A3;
  cursor: pointer;
  text-decoration: none;
}

.bloc-lst-xp .col-md-4 .inner:hover p {
  color: #FFF;
  text-decoration: none !important;
}

.bloc-lst-xp .col-md-4 .inner:hover a.more {
  background: #f17c19;
  color: #FFF;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.identify {
  background: url(../images/expertise/loupe-white.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.negoce {
  background: url(../images/expertise/law-white.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.cse {
  background: url(../images/expertise/cse-white.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.engage {
  background: url(../images/expertise/engagement-white.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.formation {
  background: url(../images/expertise/formation-white.svg) no-repeat center;
}

.bloc-lst-xp .col-md-4 .inner:hover > span.comm {
  background: url(../images/expertise/communiquer-white.svg) no-repeat center;
}

@media (max-width: 768px) {
  .bloc-lst-xp {
    background: none;
  }
  .bloc-lst-xp div.titre {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .bloc-lst-xp div.titre h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 35px 0;
    padding: 0;
    border: none;
  }
  .bloc-lst-xp div.titre p {
    font-size: 20px;
  }
  .bloc-lst-xp div.titre p br {
    display: none;
  }
  .bloc-lst-xp .col-md-4 .inner p {
    min-height: 12px;
  }
}

@media (max-width: 480px) {
  .bloc-lst-xp div.titre p {
    font-size: 18px;
  }
  .bloc-lst-xp .col-md-4 {
    padding-bottom: 35px;
  }
  .bloc-lst-xp .col-md-4 .inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .bloc-lst-xp .col-md-4 .inner p {
    font-size: 18px;
  }
}

.video p {
  color: #0F76A3;
  text-align: center;
  font-size: 25px;

  margin-top: 30px;
  }

  .understrap-read-more-link{
    display: none;
  }

.missionsextant h1{
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0 20px 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.missionsextant h2{
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    padding: 0;
    font-weight: normal;
    margin-bottom: 40px;
    border-bottom: none;
    -webkit-text-decoration: normal !important;
            text-decoration: normal !important;
}

.nwa-widget h2{
  display:none;
}

.nf-form-fields-required{
  text-align: right;
  margin-bottom: 10px;
}

.nf-multi-cell .nf-cell {

    float: left;
    padding: 0 12px !important;

}

.nf-field-15-wrap {
  text-align: center;

}

.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}

.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}

#nf-form-2-cont .btn-success, #nf-form-2-cont .btn-success:hover,
#nf-form-5-cont .btn-success, #nf-form-5-cont .btn-success:hover  {
    color: #fff !important;
    background-color: #f17c19 !important;
    border-color: #f17c19 !important;
}

.forms-req-symbol {
    color:  #f17c19 !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color:  #f17c19 !important;
}

.ninja-forms-app #wpcontent * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#all-plugins-table .plugins a.delete:hover, #delete-link a.delete:hover, #media-items a.delete-permanently:hover, #media-items a.delete:hover, #nav-menu-footer .menu-delete:hover, #search-plugins-table .plugins a.delete:hover, .file-error, .plugins a.delete:hover, .row-actions .delete a:hover, .row-actions .spam a:hover, .row-actions .trash a:hover, .submitbox .submitdelete:hover, abbr.required, span.required {
    color:  #f17c19 !important;
    border: none !important;
}

select::-ms-expand {
display: none;
}

#nf-form-2-cont .nf-form-fields-required,
#nf-form-5-cont .nf-form-fields-required{
  margin: 15px 0 !important;
  text-align: center; 
}

#slider-partenaire .owl-carousel .owl-item img {
    width: 187px !important;
}

#gw_go_portfolio_actualites .gw-gopf-style-vario .gw-gopf-cats > span a {
  font-size: 17px  !important;
  padding:8px 10px !important;
  border-radius: 3px  !important;
  height : 45px  !important;
}

#gw_go_portfolio_my_videos .gw-gopf-style-vario .gw-gopf-cats > span a {
  font-size: 17px  !important;
  padding:8px 10px !important;
  border-radius: 3px  !important;
  height : 45px  !important;
}

.addthis_inline_share_toolbox_uefi{
  clear:none  !important;
  margin-left: 20px !important;
}

.bloc-agenda .slider .inner-item div.text p.titre {
  height: 80px !important;
}

.bloc-agenda .slider .inner-item div.txt {
  height: 120px !important;
}

a.planacces{
margin-top: 20px;
padding-top: 20px;
}


a.planacces, a.planacces:hover{
  font-size: 16px;
  color:#f17c19;
}

a.mentions, a.mentions:hover{
  color:#0F76A3 !important;
  text-decoration: none;
}

.modal-body img{
  max-width: 50px !important;
  height: auto !important;
}

.modal-body h2{
  text-transform: uppercase;
  color: #0F76A3;
  font-size: 18px !important;
  margin: 20px 0;
}

.modal-body h3{
  display: none
}

.nf-field-element p{
  font-size: 17px !important;
}

.nf-form-fields-required{
  text-align: center;
}

#mc_embed_signup_scroll > input {
    width: 100%  !important;
    background: #383838  !important;
    height: 39px  !important;
    border-radius: 24px  !important;
    border: none  !important;
    color: #d3d3d3  !important;
    font-size: 14px  !important;
    padding: 0 35px  !important;
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #f17c19;
    border-color: #f17c19;
}

#exampleModalCenter strong{
    color:#0F76A3;
}

#searchform .btn-primary, #searchform .btn-primary:hover {
    color: #fff !important;
    background-color: #0F76A3 !important;
    border-color: #0F76A3 !important;
}

a.search{
display: none !important;
}

.recaptcha-wrap .nf-field-label{
display: none !important;
}

.postid-840 .voscote > strong, .postid-840 strong.financement, .postid-840 p.mailto{
display: none !important;
}

#gw_go_portfolio_actualites .gw-gopf-style-vario .gw-gopf-post-content h2 a {
    color: #0F76A3 !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

#gw_go_portfolio_my_videos .gw-gopf-style-vario .gw-gopf-post-content h2 a {
    color: #0F76A3 !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

#articlepost ul {
  list-style: none !important;
}

#articlepost ul li{
  font-size: 20px  !important;
}


#articlepost ul li::before {
  content: "\2022" !important;
  color: red !important;
  font-weight: bold !important;
  display: inline-block !important;
  width: 1em !important;
  margin-left: -1em !important;
  font-size: 20px  !important;
}

.wp-block-file__button{
    color: #fff !important;
    background-color:  #f17c19 !important;
}

#searchform{
  margin-bottom: 30px 
}

ul.dotorange li {
font-size: 18px !important;
color: #0F76A3;
padding: 0 10px !important;
line-height: 25px;
}

ul.dotorange  {
  margin-left: 0;
  padding-left: 0;
}

ul.dotorange li {list-style: none;}

ul.dotorange li::before {
display: inline-block;
content: "";
width: 8px;
height: 8px;
background: #f17c19 !important;
border-radius: 50%;
color:#f17c19 !important;
margin: 0 10px;
}

iframe{
width:100%;
border:none;
}

.formcontact {
    height: 950px;
}

#page{
  margin-top:70px;
}

@media (max-width: 975px) {
  .formcontact {
    height: 1470px;
}

#page{
  margin-top:10px;
}
}

@media (max-width: 351px) {
  .formcontact {
    height: 1650px;
}

#page{
  margin-top:0px;
}
}

a {
    text-decoration: none !important;
}


ul.enchiffre li{
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  color: #0F76A3;
  font-size: 19px;
  padding: 2px 20px;
}

ul.enchiffre li::before {
  color:#E06802 !important;
  font-weight: bold !important; 
  display: inline-block !important;
  width: 2em !important;
  margin-left: -1em !important;
  border :none !important;
}

.coloranget {
  color:#E06802 ;
}

/* formations */



html {
  scroll-behavior: smooth;
  scroll-padding: 80px;
}

#formations .prescovid p{
    font-size: 20px;
    color: #00557A;
}

#formations .asavoir {
  background-color: #F6F6F6;
}

#formations .asavoir p{
    font-size: 20px;
    color: #4B4B4B;
}

#formations .cartouche {
  margin-bottom: 2rem;
}

#formations .cartouche a {
  text-decoration: none;
  cursor: hand;
}

#formations h1 {
    text-align: center;
    font-size: 26px;
    color: #0F76A3;
    font-weight: 600;
    padding: 25px 0 0 0;
    text-transform: uppercase;
}

#formations h2 {
    text-align: center;
    font-size: 25px;
    color: #6E6E6E;
    font-weight: 500;
    padding: 0;
    margin-bottom:30px;
}

#formations #planning h2 {
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0 30px 0;
    margin-bottom:0px;
}

#formations #lesformations h3,
#formations #nego h3,
#formations #agir h3,
#formations #cse h3,
#formations #agora h3
 {
    text-align: center;
    font-size: 30px;
    color: #0F76A3;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding: 0px 0 35px 0;
}

h3.wcs-class__title{
    text-align: left !important;
    font-size: 19px !important;
    border-bottom:none !important;
    padding: 20px 0 15px 0 !important;
}

#formations .cartouche h2 {
  color: #008697;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
  text-align: center;
  height: 120px;
  margin:0;
}


#formations .cartouche p {
  color: #6A6A6A;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 15px;
}


#formations .cartouche span {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.1rem;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#formations .cartouche .bleu {
  color: #008697;
  font-weight: 400;
}

#formations .cartouche ul {
  margin: 0 15px;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#formations .cartouche ul li {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.1rem;
  color: #6A6A6A;
  font-weight: 200;
  text-decoration: none;
  padding: 0.8rem 0;
}

#formations .cartouche ul .separation {
  border-bottom: 1px solid #D8D8D8;
}

#formations .vignette {
  position: relative;
  max-height: 121px;
  overflow: hidden;
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#formations .cartouche a > div:hover {
  box-shadow: 0px 1px 15px -3px #A9A8A8;
  transform: scale(1.02);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#formations .vignette img {
  width: 100%;
  height: auto;
}

#formations .vignette .overlay {
  background: linear-gradient(50deg, rgba(72, 173, 200, 0.2) 0%, rgba(200, 109, 215, 0.2) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  z-index: 2;
}

#formations .btn-formation {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: #fff;
    background-color: #108EC9;
    padding: 10px 40px;
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 0px;
}

#formations .cartouche a:hover .btn-formation {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: #fff;
    background-color: #f17c19;

}

#formations .btn-contact {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: #fff;
    background-color: #f17c19;
    padding: 10px 40px;
    font-weight: 300;
    font-size: 1rem;
    margin: 20px 0 0 0;
    width: 210px;
}

#formations .btn-session {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: #f17c19;
    background-color: #fff;
    padding: 10px 40px;
    font-weight: 300;
    font-size: 1rem;
    margin: 20px 0 0 0;
    width: 210px;
    border:1px solid #f17c19;
}

#formations .btn-session:hover {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: #fff;
    background-color: #f17c19;
}

.wcs-class__excerpt p{
    font-size: 1rem;
    margin-bottom: 10px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}

.floating {
  animation: float 5s ease-in-out infinite;
}

.wcs-timetable__side-col::before, .wcs-day-agenda{
    background-color: #F7F7F7 !important;
}

.wcs-date--today{
    background-color: #FED5B1 !important;
    color: #fff !important;
}

.asavoir strong{
    color: #f17c19 !important;
    font-weight: normal !important;
}

@media (max-width: 992px) {
  #formations .contop{
 padding-top: 77px;
}
}

ul#menu-formations{
  margin:20px 0 60px 0;
  padding: 0;
  list-style: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

ul#menu-formations li {
  display: inline-block;
  margin-bottom: 20px;
}

ul#menu-formations li a{
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 7px;
  padding: 10px 0;
  border:1px solid #0F76A3;
  border-radius: 5px;
  background: #fff;
  color: #0F76A3;
  width: 200px;
  display: block;
}

ul#menu-formations li a:hover{
  background: #E06802;
  color: #fff !important;
  border:1px solid #E06802;
}

@media (max-width: 768px) {
  h4.wcs-day__title{
  display: none;
}

#formations h3 {
    border-bottom: none;
}
}

#cookie-law-info-bar {
  font-family: Helvetica, "Segoe UI", Arial, sans-serif !important;
  color:#008697;
}

@media (max-width: 461px) {
  ul#menu-formations li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

ul#menu-formations li a{
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 5px;
  padding: 20px 0;
  border:1px solid #0F76A3;
  border-radius: 5px;
  background: #fff;
  color: #0F76A3;
  width: 100%;
  display: block;
  width: auto;
}

}

#wcs-app-1 .wcs-calendar__header h3{
  color: #0F76A3 !important;
}

a:hover {
    color: #f17c19;
}

 .orange{
    color: #f17c19;
}

 .cadremploi  strong{
    color: #065D7C;
}

#secteur {
  background: url('../images/formations-initiale/bg-sextant-gris.png') no-repeat;
}

#secteur .blocformcent ul{
  margin: 0;
  padding: 0;
}

#secteur h1 {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-align: left ;
  font-size: 30px ;
  color: #0F76A3 ;
  font-weight: 800 ;
  padding: 25px 0 0 0 ;
}

#secteur h2 {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-align: left;
  font-size: 25px;
  color: #6E6E6E;
  font-weight: 500;
  padding: 0;
  margin-top:60px;
}

#secteur h3 {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-align: left;
  font-size: 20px;
  color: #6E6E6E;
  font-weight: 400;
  padding: 0;
  margin-top:30px;
}

#secteur .objectiform{
  background-color: #F4F4F4;
  border-radius:4px;
  padding: 20px 0;
    -webkit-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
-moz-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
}

#secteur .objectiform img{
  max-width: 284px;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

#secteur .objectiform p{
  font-family: Lato, Arial;
  color: #FD8500;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
}

#secteur .objectiform ul{
  list-style-type: disc;
  padding: 0;
  margin: 0;
}

#secteur .objectiform li{
  font-family: Lato, Arial;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
  list-style: none;
}

#secteur .objectiform ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FD8500; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#secteur .programme h2, .editoformataur h2{
  font-family: Lato, Helvetica, "Segoe UI", Arial;
  color: #0075A9;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background: url('../images/formations-initiale/line-gris-t.png') repeat-x 0 center;
}

#secteur .programme span, .editoformataur span{
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}

#secteur .programme h3{
  font-family: Lato, Helvetica, "Segoe UI", Arial;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background-color: #FA7809;
  line-height: 45px;
  margin-top: 20px;
}

#secteur .programme ol{
  padding: 45px 0 0 0;
  margin: 0 0 0 40px;
}

#secteur .programme li {
  font-family: Lato, Helvetica, "Segoe UI", Arial;
  margin-bottom: 35px;
  color: #FC7900;
  font-size: 1.5rem;
}

#secteur .programme li::before {
  font-size: 5rem;
  }

#secteur .programme li h4 {
  color: #0075A5;
  margin-bottom: 20px;
  font-weight: bold;
}

#secteur .programme li p {
  color: #454545;
  font-size: 23px;
  line-height: 30px;
}

#secteur .peda p {
  color: #454545;
  font-size: 23px;
  line-height: 30px;
}

#secteur .peda p.txtorange {
  color:#FB7000 !important;
}

/* aside */

#secteur .information .csetarif{
  background-color: #F5F5F5;
  border-radius:5px;
  margin-bottom: 40px;
}

#secteur .csetarif nav{
  width: 100%;
  margin-bottom: 30px;
}

#secteur .csetarif nav ul{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#secteur .csetarif nav a.active{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  background: url('../images/formations-initiale/triangle-haut.png') bottom center no-repeat #f17c19;
  color:#ffffff !important;
}

#secteur .csetarif  nav li a{
  width: 100% !important;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 !important;
  padding:0 !important;
  color: #ccc;
  display: inline-block;
}

#secteur .nav-tabs .nav-link {
    border: none;
}

#secteur .csetarif{
padding-bottom: 10px;
-webkit-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
-moz-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
}

#secteur .information .listeinfos{
  width: 100%;
  padding: 0 22px;
  font-size: 19px;
  color:#575757;
}

#secteur .information .listeinfos li{
  font-family: Lato, Helvetica, "Segoe UI", Arial;
  width: 100%;
  margin-bottom:15px;
  list-style: none;
}

#secteur .tariforang{
  color: #FB7100;
  font-size: 24px;
}

#secteur .nouscontact{
  color: #FB7100;
  font-weight: normal;
}

#secteur a.btdegorang{
display: block;
border:none;
line-height: 30px;
margin: 20px 20px 15px 20px;
background-image: linear-gradient(to bottom, #ff9023, #fe881b, #fc8013, #fb7809, #f97000);
}

#secteur a.btdegorang:hover {
  background: #f17c19;
  color: #FFF;
}

#secteur .mode{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  color:#6C6C6C;
  font-size: 24px;
}

#secteur .mode li{
  margin: 0 0 20px 0;
  padding: 0;
}

#secteur .mode li p{
  margin: 0;
  padding: 0;
}

#secteur .titrepremier{
  font-weight: bold;
  font-size: 23px;
  color:#6C6C6C;
}

#secteur .paraorang{
  font-weight: normal;
  font-size: 21px;
  color:#E26800;
}

#secteur a.cardtouche{ 
  margin-top: 40px;
  padding-bottom: 25px;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-stretch: bold;
  background-image: linear-gradient(to bottom, #1584c6, #017eb6, #0077a7, #057097, #126988);
  line-height: 30px;
  position: sticky;
  top:80px;
}

#secteur .cardtouche img{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#secteur .cardtouche p{
  padding: 0 10px;
  margin-bottom: 0;
}

 
#secteur .separabarre{
  font-weight: normal;
  font-size: 19px;
  line-height: 60px;
  margin-bottom: 20px;
  background: url('../images/formations-initiale/ligne-bas-sep.png') bottom center no-repeat;
}

#secteur .pointfort h2,
#secteur .formateurs h2,
#secteur .financement h2,
#secteur .completform h2,
#secteur h2.nosformateurs
{
  font-family: Lato, Helvetica, "Segoe UI", Arial;
  color: #0075A9;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background: url('../images/formations-initiale/line-gris-t.png') repeat-x 0 center;
  margin-bottom:30px;
}

#secteur .pointfort span,
#secteur .formateurs span,
#secteur .financement span,
#secteur .completform span,
#secteur h2.nosformateurs span
{
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}



#secteur .pointfort .contourn{
  background: #fff;
  border:1px solid #D3D3D3;
  border-radius: 5px;
  padding: 30px 0;
  margin-bottom:40px;
  -webkit-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
  -moz-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
  box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
}

#secteur .pointfort .contourn ul{
  color: #FC7700;
  list-style-type: none;
  margin:0;
  padding-left: 0;
}

#secteur .pointfort .contourn ul li{
  color: #126989;
  font-size: 18px;
}

#secteur .pointfort .contourn ul li::before {
  content: "●";
  color: #FC7700;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#secteur .formateurs{
  margin: 0 0 40px 0;
}

#secteur .formateurs h3{
  color: #0075A5;
  font-size:24px;
  margin:5px 0 0 0;
}

#secteur .formateurs p{
  color: #555555;
  font-size:18px;
  margin: 15px 0 0 0;
}

#secteur .financement p{
  color: #555555;
  font-size:20px;
  line-height: 28px;
  margin: 15px 0 28px 0;
}

#secteur .textorang, .editoformataur .textorang{
  color:#F3761A ;
}

/* autres formations */

#secteur .completform{
  padding: 0 0 25px 0;
}

#secteur .completform h3{
  color:#0075A9;
  font-size:22px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  font-weight: bold;
}

#secteur .completform p{
  color:#6F6F6F;
  font-size:20px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  width: 100%;
}

#secteur .tarifichefo ul{
  margin: 0 0 10px 0 ;
  padding: 0;
  list-style-type: none;
  list-style: 0;
  font-size: 18px;
  color:#595959;
}

#secteur .tarifichefo ul li strong{
  color:#F3761A;
}

#secteur a.btfichorange{
  display: block;
  width: 100%;
  border:none;
  margin:0;
  background-image: linear-gradient(to bottom, #ff9023, #fe881b, #fc8013, #fb7809, #f97000);
}

#secteur .cardform{
-webkit-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
  -moz-box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
  box-shadow: 1px 7px 18px 0px rgba(163,163,163,0.68);
  padding-top: 15px;
  padding-bottom: 15px;
}

#secteur .cardform img{
  width: 100%;
  height: auto;
  margin-bottom:20px;
}

#secteur .formateurs img{
  border-radius: 50%;
}

@media (max-width: 992px) {
  #secteur .blocformcent {
  padding-top: 77px;
  }
}

@media (max-width: 768px) {
  #secteur > .container {
  text-align: center;
  margin-top: 19px;
}
}

@media (max-width: 576px) {
#secteur .completform p {
  text-align:left;
  margin-bottom: 30px;
}

#secteur .cardform{
  padding: 30px 0;
}

#secteur .contourn img{
  margin-bottom: 30px;
}

#secteur .tarifichefo ul{
  margin: 0 0 20px 0;
}

#secteur .objectiform ul li{
  text-align: left;
}

#secteur .peda p{
  text-align: left;
}

#secteur .tarifichefo ul {
    font-size: 20px;
}

#secteur .illustraform{
  margin:0;
  padding: 0;
}

#secteur h1 {
  margin:0;
  padding: 0;
}
}

.lienforms .coulblanc {
  height: 110px !important;
  margin-bottom: 0;
  background-color: #f17c19 !important;
}

.editoformataur p{
color: #555555;
font-size: 19px;
line-height: 28px;
margin: 15px 0 28px 0;
}

.lienforms  a{
width: 100% !important;
height: 110px !important;
color: #fff !important;
text-align: center;
font-size: 20px;
vertical-align: center;
margin: 10px 0 !important;
padding: 0 !important;
background: url(../images/mini-flech-b2.png) no-repeat bottom right #f17c19!important;
}

.editoformataur h2 span{
  margin:0;
  padding:0 !important;
  background:#fff !important;
  padding: 0 15px !important;
}


.editoformataur span{
  margin:0;
  padding:0 !important;
  background:none !important;
}


.aurtext{
font-size: 22px;
}

.textbleupara{
  color:#0075A9;
  margin:0;
  padding:0 !important;
}

.cadregris2 {
  background: #f8f8f8;
  margin: 20px 0;
  padding: 30px 0px;
  border-radius: 4px;
}


/* page nous rejoindre outils */

#serejoindre .container, #offremploise .container {
  max-width: 1300px !important;
}

#serejoindre .video-responsive, #offremploise .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#serejoindre .video-responsive iframe, #offremploise .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#serejoindre .auteurimgtop30, #offremploise .auteurimgtop30 {
  margin-top: 30px;
}

#serejoindre .auteurimgbot30, #offremploise .auteurimgbot30 {
  margin-bottom: 30px;
}

/* fin outils */
#serejoindre .herobanner {
  background: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8));
  background-image: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8)), url("../img/bg-bureau-sextant-expertise.png");
  background-size: cover;
  color: white;
  padding-bottom: 20px;
}

#serejoindre .herobanner h1 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 33px !important;
  text-transform: uppercase;
  margin-top: 40px;
}

#serejoindre .herobanner h2 {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

#serejoindre ul.dotlist {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  font-size: 18px !important;
}

#serejoindre ul.dotlist li {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  font-size: 18px !important;
}

#serejoindre .herobanner ul.dotlist strong {
  font-weight: 500;
}

#serejoindre .herobanner ul.liensnousrejoindre {
  list-style: none;
  margin: 0;
  padding: 0;
}

#serejoindre .herobanner ul.liensnousrejoindre li {
  display: inline-block;
  padding-bottom: 20px;
}

#serejoindre .herobanner ul.liensnousrejoindre li img {
  border-radius: 6px;
}

#serejoindre .herobanner ul.liensnousrejoindre li img:hover {
  border: 1px solid #FF6310;
}

#serejoindre .herobanner ul.liensnousrejoindre li span {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

#serejoindre .herobanner ul.liensnousrejoindre li a, #serejoindre .herobanner ul.liensnousrejoindre li a:hover, #serejoindre .herobanner ul.liensnousrejoindre li a:target {
  color: #fff;
  text-decoration: none;
}

#serejoindre .herobanner ul.liensnousrejoindre li:hover span {
  color: #FF6310 !important;
}

#serejoindre .bureaux {
  position: relative;
}

#serejoindre .bureaux::after {
  content: '';
  width: 100%;
  background: url("../img/nos-bureaux-paris-bordeaux-aix.png") center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: 60px;
}

  #serejoindre .travail {
    margin-top: 50px !important;
  }

#serejoindre .travail h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 21px;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

#serejoindre .btnorange1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #e14e00;
  background-color: #ffffff;
  padding: 10px 30px;
  border: solid #e14e00 1px;
  box-shadow: #dedede 0px 12px 13px -12px;
  border-radius: 50px;
  transition: 317ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

#serejoindre .btnorange1:hover {
  transition: 317ms;
  padding: 10px 40px;
  transform: translateY(0px);
  background-color: #e14e00;
  color: #fff;
  border: solid #e14e00 1px;
  text-decoration: none;
}

#serejoindre span.noborderspan {
  background-color: #fff;
  padding-left: 0;
}

#serejoindre section h2 {
  color: #263A8D !important;
  font-family: "Play", sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  background: url("../img/ligne.svg") center center repeat-x;
  margin-bottom: 30px;
}

#serejoindre section h2 span {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

#serejoindre section h2 strong {
  color: #ED6E2B !important;
}

#serejoindre .imgoffre {
  border-radius: 6px;
  max-width: 186px;
  height: auto;
  padding-bottom: 0;
}

#serejoindre .swiper {
  width: 100%;
  height: 300px;
}

#serejoindre.listeavantage1, #serejoindre .listeavantage2 {
  padding: 0 0 0 15px;
}

#serejoindre .listeavantage1 li, #serejoindre .listeavantage2 li {
  margin: 0 0 20px 0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #313131 !important;
}

#serejoindre .listeavantage1 li::marker, #serejoindre .listeavantage2 li::marker {
  color: #FF6310;
}

#serejoindre .decotriangle1 {
  position: relative;
}

#serejoindre .travail img {
  border-radius: 6px;
}

#serejoindre .profilmetier h3 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-top: 40px;
  display: block;
  height: 60px;
  color: #303B71 !important;
  text-align: center;
  margin-bottom: 20px;
}

#serejoindre .profilmetier p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  display: block !important;
  font-size: 20px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #313131 !important;
  margin: 30px 0 !important;
}

#serejoindre .travail p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 17px !important;
  margin: 0 0 20px 0;
  padding: 0;
  color: #313131;
}

/* page offre d'emploi */

#offremploise .herobanner {
  background: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8));
  background-image: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8)), url("../img/bg-offres-emploi-sextant-se.png");
  background-size: cover;
  background-position: center;
  color: white;
  margin: 0 0 35px 0;
}

#offremploise .herobanner h1 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 40px;
}

#offremploise .herobanner p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 27px;
  color: #fff;
}

#offremploise .herobanner .rectangleorange {
  background: url("../img/rectangle-orange-svg.png") center center no-repeat;
  padding: 150px 0;
}

#offremploise .etaperh h2 {
  font-family: "Play", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  color: #25327B;
  margin-top: 35px;
}

#offremploise .etaperh h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #25327B;
  margin-bottom: 30px;
}

#offremploise .etaperh ul {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 15px;
}

#offremploise .etaperh ul li::marker {
  color: #FF6310;
}

#offremploise .etaperh ul strong {
  font-weight: 500;
}

.lesoffresse h2 {
  color: #263A8D !important;
  font-family: "Play", sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  background: url("../img/ligne.svg") center center repeat-x;
  margin-bottom: 30px;
}

.lesoffresse h2 span {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

.lesoffresse h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-family: "Play", sans-serif !important;
  font-weight: 400 !important;
  color: #fff;
  height: 60px;
}

.lesoffresse strong {
  color: #ED6E2B !important;
}

.lesoffresse .detailemploise a {
  display: block;
  margin: 0 0 30px 0 !important;
  text-decoration: none;
  box-shadow: 1px 4px 12px -1px rgba(194, 194, 194, 0.75);
  -webkit-box-shadow: 1px 4px 12px -1px rgba(194, 194, 194, 0.7);
  -moz-box-shadow: 1px 4px 12px -1px rgba(194, 194, 194, 0.7);
  border-radius: 6px;
  height: auto;
}

.lesoffresse a .cadreimgse {
  background: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.7));
  background-image: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.7)), url("../img/bg-offre-empli-se-cartouche.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  border-radius: 6px;
}

.lesoffresse a .cadreimgse img {
  margin: 15px 0 10px;
}

.lesoffresse a:hover {
  transition: all .4s ease-in-out;
  transform: scale(1.05);
}

.lesoffresse a:hover .cadreimgse {
  transition: transform .5s ease;
  background: linear-gradient(90deg, rgba(29, 62, 145, 0.8), rgba(237, 110, 43, 0.7));
  background-image: linear-gradient(0deg, rgba(29, 62, 145, 0.8), rgba(237, 110, 43, 0.7)), url("../img/bg-offre-empli-se-cartouche.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  border-radius: 6px;
}

.lesoffresse a:hover .cadreimgse img {
  margin: 15px 0 10px 0;
}

.lesoffresse ul.describoffre {
  margin: 0 0 30px !important;
  padding: 0 0 0px 15px !important;
}

.lesoffresse ul.describoffre li {
  color: #000 !important;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px !important;
}

.lesoffresse ul.describoffre li img {
  border-radius: 6px;
}

.lesoffresse ul.describoffre li img:hover {
  border: 1px solid #FF6310;
}

.lesoffresse ul.describoffre li span {
  color: #FF6310;
}

.lesoffresse ul.describoffre li a, .lesoffresse ul.describoffre li a:hover, .lesoffresse ul.describoffre li a:target {
  text-decoration: none;
}

.lesoffresse ul {
  list-style: none;
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 0 !important;
}

.lesoffresse ul li {
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #fff;
}

.lesoffresse ul li img {
  border-radius: 6px;
}

.lesoffresse ul li img:hover {
  border: 1px solid #FF6310;
}

.lesoffresse ul li span {
  color: #FF6310;
}

.lesoffresse ul li a, .lesoffresse ul li a:hover, .lesoffresse ul li a:target {
  text-decoration: none;
}

.etaperh img {
  max-width: 150px;
  height: auto;
}

.img-hover-zoom {
  height: 300px;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* page offre d'emploi fin */

/* detail offre emploi se */
#detailoffremploise .herobanner {
  background: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8));
  background-image: linear-gradient(90deg, rgba(6, 13, 41, 0.8), rgba(12, 19, 59, 0.8)), url("../img/bg-detail-offre-emploi-se.png");
  background-size: cover;
  background-position: center;
  color: white;
}

#detailoffremploise .herobanner h1 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 40px;
}

#detailoffremploise .herobanner p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 27px;
  color: #fff;
}

#detailoffremploise .herobanner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#detailoffremploise .herobanner ul li {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}

#detailoffremploise .herobanner .rectangleorange {
  background: url("../img/rectangle-orange-svg.png") center center no-repeat;
  padding: 100px 0;
}

#detailoffremploise .btnorrejoindre, #offremploise .btnorrejoindre  {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background-color: #ED6E2B;
  padding: 10px 30px;
  box-shadow: #dedede 0px 12px 13px -12px;
  transition: 317ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

#detailoffremploise .btnorrejoindre:hover, #offremploise .btnorrejoindre:hover {
  transition: 317ms;
  padding: 10px 40px;
  transform: translateY(0px);
  background-color: #fff;
  text-decoration: none;
  color: #fff;
  background-color: #ED6E2B;
}

#detailoffremploise .detailoffrese h2 {
  color: #263A8D;
  font-family: "Play", sans-serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  text-transform: uppercase;
  display: block;
  background: none;
  margin-bottom: 30px;
}

#detailoffremploise .detailoffrese .cartouche {
  border-radius: 10px;
  -webkit-box-shadow: 1px 4px 9px -6px #3D3E45;
  box-shadow: 1px 4px 9px -6px #3D3E45;
  padding: 20px 20px;
}

#detailoffremploise .detailoffrese .cartouche .btnorrejoindre {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background-color: #ED6E2B;
  padding: 10px 30px;
  box-shadow: #dedede 0px 12px 13px -12px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  width: 100%;
}

#detailoffremploise .detailoffrese .cartouche .btnorrejoindre:hover {
  padding: 10px 40px;
  background-color: #fff;
  text-decoration: none;
  color: #fff;
  background-color: #ED6E2B;
}

#detailoffremploise .detailoffrese .cartouche .btnorange1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background-color: #e14e00;
  padding: 10px 30px;
  border: solid #e14e00 1px;
  box-shadow: #dedede 0px 12px 13px -12px;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: 100% !important;
}

#detailoffremploise .detailoffrese .cartouche .rejoindresebt ul li {
  display: inline-block;
  margin-top: 5px;
}

#detailoffremploise .detailoffrese .cartouche .btnorange1:hover {
  background-color: #fff;
  color: #e14e00;
  border: solid #e14e00 1px;
  text-decoration: none;
  width: 100% !important;
}

#detailoffremploise .detailoffrese .cartouche ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#detailoffremploise .detailoffrese .cartouche ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Play", sans-serif !important;
  font-weight: 500;
  font-size: 23px;
  color: #233261;
}

#detailoffremploise .detailoffrese .cartouche ul li span {
  color: #DA4C00;
}

#detailoffremploise .describoffrese h3 {
  font-family: "Play", sans-serif !important;
  font-weight: 600;
  font-size: 23px !important;
  color: #1E406E !important;
  margin-bottom: 25px;
  width: 100%;
  display: block;
}

#detailoffremploise .describoffrese ul {
  margin: 0 0 20px 20px;
  padding: 0;
  display: block;
}

#detailoffremploise .describoffrese ul li::marker {
  color: #FF6310;
}

#detailoffremploise .describoffrese span {
  color: #CC5211;
  font-weight: 400;
}

#detailoffremploise .describoffrese p {
  margin: 0 0 30px 0;
  color: #1D1D1D;
}

#detailoffremploise .lienrapidees .btrejoindrese {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background-color: #ED6E2B;
  padding: 10px 30px;
  box-shadow: #dedede 0px 12px 13px -12px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  width: 100% !important;
}

#detailoffremploise .lienrapidees .btrejoindrese:hover {
  text-decoration: none;
  color: #fff;
  background-color: #CC5211;
}

#detailoffremploise .lienrapidees .btnorrejoindre {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ED6E2B;
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: #dedede 0px 12px 13px -12px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  width: 100% !important;
  border: 1px solid #ED6E2B;
}

#detailoffremploise .lienrapidees .btnorrejoindre:hover {
  padding: 10px 40px;
  background-color: #fff;
  text-decoration: none;
  color: #fff;
  background-color: #ED6E2B;
}

#detailoffremploise .lienrapidees ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

#detailoffremploise .lienrapidees ul li {
  margin: 0 4px 20px 0 !important;
  display: inline-block;
}

#detailoffremploise .lienrapidees ul li a {
  color: #000;
  padding: 0;
  padding: 0;
}

@media (max-width: 576px) {

#detailoffremploise .herobanner h1 {
  font-size: 30px !important;
}

#detailoffremploise .herobanner .rectangleorange {
  padding: 110px 0 !important;
}

#offremploise .herobanner .rectangleorange {

  padding: 160px 0 !important;
}

  #detailoffremploise .lienrapidees .btnorrejoindre{
  background-color: #ED6E2B !important;
  color: #fff !important;
}

  .liensecodse{
  display:none !important;
  }

  #serejoindre .profilmetier p {
  font-size:18px !important;
  }

  #serejoindre .travail {
    margin-top: 15px !important;
  }

  #serejoindre section h2 {
    color: #263A8D !important;
    font-family: "Play", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    display: block;
    background: url("../img/ligne.svg") center center repeat-x;
    margin-bottom: 30px;
  }
  #serejoindre section h2 span {
    background-color: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
  #serejoindre section h2 strong {
    color: #ED6E2B !important;
  }
  #serejoindre .travail h2 span {
    padding-left: 0 !important;
    padding-right: 0  !important;
    margin-top: 30px;
  }
  #serejoindre span.noborderspan {
    padding-left: 0 !important;
    padding-right: 0  !important;
    text-align: center !important;
    display: block;
  }
  #serejoindre h1 {
    font-size: 25px !important;
    margin-bottom: 30px !important;
    margin-top: 30px;
  }
  #serejoindre h2 {
    font-size: 20px !important;
  }
  #serejoindreul .dotlist {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
  }
  #serejoindreul .dotlist li {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {

  #serejoindre .profilmetier p {
  font-size:18px !important;
  }


  #detailoffremploise .detailoffrese .cartouche .btnorange1 {
    margin-top: 30px !important ;
  }

  #serejoindre .profilmetier h3 {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-top: 0;
    display: block;
    height: 50px;
    margin-bottom: 20px;
  }
  #serejoindre .bureaux::after {
    content: '';
    width: 100%;
    background: url("../img/nos-bureaux-paris-bordeaux-aix.png") center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-top: 60px;
    display: none !important;
  }

  .swiper-pagination-bullet {
    background: #FF6310 !important;
  }

  .swiper-pagination-bullet-active {
    background: #FF6310 !important;
  }

.swiper-pagination {
  position: relative !important;
  z-index: 100;
}

  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .swiper-scrollbar {
    display: none !important;
  }
  .swiper-pagination {
    bottom: 30px !important;
  }

  #serejoindre .btnorange1 {
    margin: auto !important;
    display: block !important;
    text-align: center;
    max-width: 300px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  #serejoindre h1 {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #serejoindre section h2 {
    background: none !important;
  }
}

#detailoffremploise .describoffrese li,
#detailoffremploise .describoffrese p  {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000 !important;
}


/* Fin page nous rejoindre */
