@font-face {
  font-family: 'Optique';
  src:  url('../fonts/Optique.eot?sxw6fx');
  src:  url('../fonts/Optique.eot?sxw6fx#iefix') format('embedded-opentype'),
    url('../fonts/Optique.ttf?sxw6fx') format('truetype'),
    url('../fonts/Optique.woff?sxw6fx') format('woff'),
    url('../fonts/Optique.svg?sxw6fx#Optique') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icn-"], [class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Optique' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-enfant:before {
  content: "\e90b";
}
.icn-spcialises:before {
  content: "\e900";
}
.icn-sport:before {
  content: "\e90e";
}
.icn-luxe:before {
  content: "\e904";
}
.icn-lunettes:before {
  content: "\e90d";
}
.icn-solaires:before {
  content: "\e901";
}
.icn-lentilles:before {
  content: "\e906";
}
.icn-entretien:before {
  content: "\e90a";
}
.icn-plus:before {
  content: "\e90c";
}
.icn-phone:before {
  content: "\e902";
}
.icn-horaire:before {
  content: "\e908";
}
.icn-mail:before {
  content: "\e903";
}
.icn-linkedin:before {
  content: "\e905";
}
.icn-facebook:before {
  content: "\e909";
}
.icn-insta:before {
  content: "\e907";
}
.icn-twitter:before {
  content: "\e90f";
}

body {
  font-family:"titillium-web";
  font-size: 12px;
  color: #181619;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #181619;
  line-height: 1.2;
  letter-spacing: 0;
}
h1 {
  font-size: 61px;
}
h2 {
  font-size: 61px;
  margin-bottom: 22px;
}
h3 {
  font-size: 36px;
  color: #398AF8;
  font-weight: 400;
}
h4 {
  font-size: 16px;
}
a {
  color: #398AF8;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #0548A2;
  text-decoration: none;
}
strong,b {
  font-weight: 700;
}
body * {
  scrollbar-color:  #398AF8 transparent;
  scrollbar-width: thin;
}
body *:hover {            
    scrollbar-color:  #398AF8 transparent;
}
body *::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
body *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background: #eee;
}        
body *::-webkit-scrollbar-thumb {
  background: #398AF8;
}
body *:hover::-webkit-scrollbar-thumb {
    background: #398AF8; 
}
:focus {
  outline: none;
}
figure {
  margin: 0;
}
.btn.focus, 
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: none;
}
.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3.4px;
  color: #398AF8!important;
  text-transform: uppercase;
  background: transparent;
  text-decoration: none!important;
  padding: 14px 18px;
  position: relative;
  border-radius: 0;
  border: 1px solid #398AF8;
  transition: all .3s ease-in-out;
}
.btn::after,
a.btn::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: calc(100% - 36px);
  background: #398AF8;
  transition: all .3s ease-in-out;
}
.btn-custom,
a.btn-custom {
  border-color: #fff;
  color: #fff!important;
  text-transform: none;
}
.btn-custom::after,
a.btn-custom::after {
  background: #fff;
}
.btn-custom2,
a.btn-custom2 {
  border-color: #181619;
  color: #181619!important;
  text-transform: none;
}
.btn-custom2::after,
a.btn-custom2::after {
  background: #181619;
}
.btn:hover::after,
a.btn:hover::after {
  width: 100%!important;
}
#sectHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#sectHeader .headerIntern {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  justify-content: space-between;
}
#sectHeader .headerIntern .headerLeft {
  display: flex;
}
#sectHeader .headerIntern .headerLeft .boxLogo {
  max-width: 160px;
  padding: 16px 17px;
  padding-right: 30px;
}
#navigation {
  display: flex;
  justify-content: flex-end;
}
#navigation .cntNavBox .cntNav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  height: 100%;
}
#navigation .btn-header2 {
    max-width: 159px;
}
.btnBox {
  display: none;
}
#sectHeader .headerIntern .btn-header a {
  display: flex;
  height: 100%;
  padding: 10px 20px;
  background: #398AF8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
}
#navigation .cntNavBox .cntNav li {
  padding: 0 15px;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
#navigation .cntNavBox .cntNav > li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 0;
  background: #398AF8;
  transition: all .3s ease-in-out;
}
#navigation .cntNavBox .cntNav > li:hover::after,
#navigation .cntNavBox .cntNav > li.current::after {
  width: 100%;
}
#navigation .cntNavBox .cntNav li a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  transition: all .3s ease-in-out;
}
#navigation .cntNavBox .cntNav li a:hover,
#navigation .cntNavBox .cntNav li.current a {
  color: #398AF8;
}
#navigation .cntNavBox .cntNav .cntSubitem {
  position: relative;
}
#navigation .cntNavBox .cntNav .cntSubitem .subitem {
  display: none;
  padding: 25px 20px 20px;
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  text-align: left;
  width: 213px;
  z-index: -1;
}
#navigation .cntNavBox .cntNav .cntSubitem .subitem > li {
  padding: 5px 10px;
  text-align: left;
  margin-bottom: 12px;
}
#navigation .cntNavBox .cntNav .cntSubitem .subitem > li:last-child {
  margin-bottom: 0;
}
#navigation .btn-header2 {
    display: flex;
    background: #0548A2;
    width: 100%;
    height: 100%;
    padding: 12px 21px;
    margin-left: 25px;
    align-content: center;
    align-items: center;
}
#navigation .btn-header2 span {
  display: block;
}
#navigation .btn-header2 img {
    max-width: 117px;
}
#navigation .btn-header2 a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
#cntSlider .itemSlider,
#sectBanniere .cntimg,
#cntSlider .slick-track,
#cntSlider .slick-list {
  height: 100%;
}
#sectBanniere .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li button:before {
  width: 100%;
  height: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: .5;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all .3s ease-in-out;
}
.slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: transparent;
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #398AF8;
  outline: none;
  background: transparent;
  z-index: 9;
  border-radius: 0;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}
.slick-arrow:hover {
  background: #398AF8;
}
#cntSlider .slick-arrow {
  border-color: #fff;
}
#cntSlider .slick-arrow:hover {
  background: #fff;
}
.slick-next {
  right: -80px;
}
.slick-prev {
  left: -80px;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #398AF8;
  border-bottom: none;
  border-left: none;
  margin-left: 6px;
  transition: all .3s ease-in-out;
}
.slick-arrow:hover::before {
  border-color: #fff;
}
#cntSlider .slick-arrow::before {
  border-color: #fff;
}
#cntSlider .slick-arrow:hover::before {
  border-color: #398AF8;
}
.slick-next:before {
  transform: rotate(45deg)  translate(2px, -2px);
}
.slick-prev:before {
  transform: rotate(225deg) translate(-4px, 4px);
  margin-left: 10px;
}
.sliderBanniere .slick-next {
  right: 15px;
}
.sliderBanniere .slick-prev {
  left: 15px;
}
.slick-slider,
.slick-list,
.slick-track,
.slick-slide,
.slick-slide .cntimg {
height: 100%;
}
.slick-slide .cntimg img {
width: 100%;
height: 100%;
object-fit: cover;
}
#cntSlider .itemSlider {
  position: relative;
}
#cntSlider .itemSlider .cnttxt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 21px;
  transform: translateY(-50%);
}
#cntSlider .itemSlider .cnttxt h2 {
  color: #fff;
  font-size: 61px;
  font-weight: 700;
  margin-bottom: 27px;
}
#cntSlider .itemSlider .cnttxt h2 span {
  display: block;
  font-weight: 400;
}
#cntSlider .itemSlider .cnttxt .cntparg {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#cntSlider .itemSlider .cnttxt .cntparg p {
  margin-bottom: 20px;
}
#sectBanniere {
  height: 100vh;
  overflow: hidden;
}
#sectBanniere .banniereInter {
  height: 100%;
  padding: 100px 20px 25px;
  background: #181619;
}
#cntSlider {
  height: calc(100% - 170px);
}
#sectBanniere .boxtxtBanniere {
  font-size: 14px;
  color: #B2B1B0;
  padding: 20px 0;
}
.cntColumn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
}
#sectBanniere .boxtxtBanniere .cntTitle {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
}
#sectBanniere .boxtxtBanniere .cntTitle,
#sectBanniere .boxtxtBanniere .cntTitle a {
  color: #fff;
}
#sectBanniere .boxtxtBanniere .cntTitle a {
  text-decoration: underline;
}
.btnLink,
a.btnLink {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-weight: 600;
  color: #398AF8;
  width: max-content;
  position: relative;
}
.btnLink:hover,
a.btnLink:hover {
  color: #0548A2;
}
.btnLink::after,
a.btnLink::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #398AF8;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.btnLink:hover:after,
a.btnLink:hover:after {
  background: #0548A2;
}
p {
  margin-bottom: 20px;
}
.txtpargr {
  padding-top: 15px;
}
.sectPrestation {
  padding-top: 30px;
  padding-bottom: 60px;
}
.listItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.listItems .boxItem,
.listItems .boxItem .itemIntern {
  height: 100%;
}
.listItems .boxItem .itemIntern {
  background: rgba(57, 138, 248, .05);
  box-shadow: 0px 20px 40px #00000026;
  padding: 25px;
}
.listItems .boxItem .itemIntern:hover {
  background: rgba(57, 138, 248, .15);
}
.listItems .boxItem .itemIntern .icnItem {
  font-size: 30px;
  color: #398AF8;
  height: 40px;
  margin-bottom: 20px;
}
.listItems .boxItem .itemIntern .txtItem {
  font-size: 12px;
}
.listItems .boxItem .itemIntern .txtItem h3 {
  font-size: 16px;
  color: #181619;
  font-weight: 700;
  text-transform: uppercase;
}
.listItems .boxItem .itemIntern .btnLink {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}
.listItems .boxItem .itemIntern .icnItem .icn-entretien {
  font-size: 45px;
}
.listItems .boxItem .itemIntern .btnLink::after, 
.listItems .boxItem .itemIntern a.btnLink::after {
  bottom: 0;
}
.sectCollection {
  background: rgb(57, 138, 248, .05);
  padding-top: 60px;
  padding-bottom: 55px;
}
.listCollection {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 20px;
}
.listCollection .itemBox > .itemIntern {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px #0000001A;
  padding: 20px;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.sectBgBlue {
  background: #398AF8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sectBgBlue,
.sectBgBlue h2,
.sectBgBlue a {
  color: #fff;
}
.sectTxtImg address {
  margin-bottom: 7px;
}
.cntCoord .itemCoord .coordIntern {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.cntCoord .itemCoord .coordIntern .cnticon {
  font-size: 26px;
  transform: translateY(1px);
  line-height: 1;
}
.cntCoord .itemCoord .coordIntern .cnticon .icn-mail {
  font-size: 19px;
}
.cntrs {
  display: flex;
  gap: 8px;
}
.cntrs .itemBox a {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
}
.sectTxtImg {
  margin-bottom: 30px;
}
.cntTxtImg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cntTxtImg .cntImg figure {
  height: 313px;
}
.cntTxtImg .cntImg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectPointVent .cntTxtImg .cnttxt{
      background: black;
}

.cntTxtImg .cnttxt {
  padding-left: 20px;
  text-align: right;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.sectPointVent .boxRevers .cntTxtImg .cnttxt{
      background: black;
}

.boxRevers .cntTxtImg .cnttxt {
  grid-area: 1;
  text-align: left;
  padding-right: 20px;
  padding-left: 0;
}
.cntTxtImg .cnttxt .cntrs {
  justify-content: flex-end;
}
.boxRevers .cntTxtImg .cnttxt  .cntrs {
  justify-content: flex-start;
}
.boxBorder {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}
.sectBgBlack {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181619;
}
.sectBgBlack,
.sectBgBlack h2 {
  color: #398AF8;
}
.listActus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}
.sectActus h2 {
  margin-bottom: 40px;
}
.listActus .itemActus .itemIntern {
  background: #FFFFFF;
  box-shadow: 0px 3px 40px #00000026;
}
.listActus .itemActus .itemIntern .cntimg {
  height: 165px;
}
.listActus .itemActus .itemIntern .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listActus .itemActus .itemIntern .txtActus {
  padding: 20px;
}
.listActus .itemActus .itemIntern .txtActus h3 {
  font-size: 16px;
  color: #181619;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.listActus .itemActus .itemIntern .txtActus .cntdate {
  font-size: 12px;
  font-weight: 700;
  color: #B2B1B0;
  margin-bottom: 12px;
}
.listActus .itemActus .itemIntern .txtActus .cntdate .icnAgenda {
  display: inline-block;
  width: 13px;
  height: auto;
  margin-right: 4px;
  transform: translateY(-2px);
}
.listActus .itemActus .itemIntern .txtActus .cnttxt {
  font-size: 12px;
  color: #181619;
  margin-bottom: 16px;
}
.listActus .itemActus .itemIntern .txtActus .btnLink {
  font-size: 12px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
}
.sectActus .cntbtn {
  text-align: center;
}
.sectNewsletter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sectNewsletter h2 {
    font-size: 48px;
}

.sectNewsletter h3 {
    font-size: 28px;
}


.sectNewsletter .form-control:not(textarea) {
    height: 40px;
}


.formNewsletter {
  max-width: 590px;
}
.formNewsletter .form-group {
  display: flex;
}
.formNewsletter input {
  height: 51px;
  border-radius: 0;
  border: 1px solid #398AF8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
}
.formNewsletter input::placeholder {
  color: #B2B1B0;
}

.formNewsletter .btn {
    padding: 14px 33px;
    height: 40px!important;
}

.bouton { 
position:relative;
}

.bouton:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 34%;
    transform: translateX(-50%);
    height: 4px;
    width: calc(73% - 36px);
    background: #398AF8;
    transition: all .3s ease-in-out;
}

.bouton:hover::after {
    width: 68%!important;
}


.formNewsletter .btn::after {
  width: calc(100% - 66px);
}
#sectFooter {
  font-size: 12px;
}
#sectFooter,
#sectFooter a {
  color: #fff;
}
#sectFooter .footerintern {
  background: #181619;
  padding: 40px 50px 35px;
}
#sectFooter .footerintern a:hover {
  color: #398AF8;
}
#sectFooter .logoFooter {
  max-width: 200px;
}
.listColumnFooter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.listColumnFooter .footerLeft {
  align-self: center;
}
.listCoordFooter {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.listColumnFooter .footerRight {
  max-width: 375px;
  flex: 0 0 375px;
}
#sectFooter address {
  margin-bottom: 7px;
}
#sectFooter .coordIntern {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
}
#sectFooter .coordIntern .cnticon i {
  font-size: 20px;
}
#sectFooter .footerCopyright {
  background: #398AF8;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0;
}

#sectFooter .footerCopyright p { margin:0;}

#sectFooter .footerCopyright a:hover {
  color: #181619;
}
#setBannierePage {
  padding: 100px 20px 25px;
  height: 55vh;
  overflow: hidden;
  background: #181619;
}
#setBannierePage .bannierePage,
#setBannierePage .bannierePage .cntimg {
  height: 100%;
}
#setBannierePage .bannierePage .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .6;
}
#setBannierePage .bannierePage {
  position: relative;
}
#setBannierePage .bannierePage .txtcaption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
#setBannierePage .bannierePage .txtcaption h1 {
  color: #fff;
  text-align: center;
}
.sectIntern {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sectIntern {
  font-size: 14px;
}
.sectIntern h2 {
  margin-bottom: 40px;
}
.styleTxtImg2 .cntTxtImg {
  align-items: center;
}
.styleTxtImg2 .cntTxtImg .cnttxt h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.styleTxtImg2 .cntTxtImg .cnttxt h3 span {
  color: #181619;
}
.titleBorder {
  margin-bottom: 15px;
}
.titleBorder::after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: #181619;
  transform: translateX(-12px);
  margin-top: 10px;
}
.styleTxtImg2 .cntTxtImg .cnttxt {
  padding-right: 0;
  padding-left: 50px;
}
.styleTxtImg2.boxRevers .cntTxtImg .cnttxt {
  padding-right: 50px;
  padding-left: 0;
}
.styleTxtImg2 .cnttxt {
  text-align: left;
}
.styleTxtImg2 .cntImg figure,
.styleTxtImg2 .cntImg figure img,
.styleTxtImg2 .cntImg figure .boxMap {
  position: relative;
}
.styleTxtImg2 .cntImg figure img,
.cntImg figure .boxMap {
  z-index: 3;
}
.cntImg figure .boxMap {
  width: 100%;
  height: 100%;
}
.styleTxtImg2 .cntImg figure::before {
  content: '';
  display: block;
  width: 150px;
  height: 50%;
  background: #398AF8;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 1;
  box-shadow: 0px 20px 40px #00000029;
}
.styleTxtImg2.boxRevers .cntImg figure::before {
  top: -20px;
  bottom: initial;
  left: initial;
  right: -20px;
}
.styleTxtImg2 {
  margin-bottom: 65px;
}
.listTimeline {
  display: flex;
  font-size: 14px;
  width: calc(100vw - ((100vw - 1140px)/2));
  overflow-x: auto;
  padding-bottom: 20px;
  position: relative;
}
/* .listTimeline::before { */
  /* content: ''; */
  /* display: block; */
  /* height: 1px; */
  /* width: calc(100vw - ((100vw - 940px)/2)); */
  /* background: #398AF8; */
  /* position: absolute; */
  /* top: 41px; */
  /* left: 0; */
  /* z-index: 1; */
/* } */


/* .listTimeline::before { */
    /* content: ''; */
    /* display: block; */
    /* height: 1px; */
    /* width: 100%; */
    /* background: #398AF8; */
    /* position: absolute; */
    /* top: 41px; */
    /* left: 0; */
    /* z-index: 1; */
/* } */

/* .listTimeline::after { */
  /* content: ''; */
  /* display: block; */
  /* height: 1px; */
  /* width: 1px; */
  /* border-width: 5px 8px; */
  /* border-color: transparent transparent transparent #398AF8; */
  /* border-style: solid; */
  /* position: absolute; */
  /* top: 36px; */
  /* left: calc(100vw - ((100vw - 940px)/2)); */
/* } */


/* .listTimeline::after { */
    /* content: ''; */
    /* display: block; */
    /* height: 1px; */
    /* width: 1px; */
    /* border-width: 5px 8px; */
    /* border-color: transparent transparent transparent #398AF8; */
    /* border-style: solid; */
    /* position: absolute; */
    /* top: 36px; */
    /* left: 100%; */
/* } */


.listTimeline .itemTime:last-child:before {
    background: transparent;
}

.listTimeline .itemTime:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #398AF8;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 1;
}


.listTimeline .itemTime:last-child:after {
    content: '';
    display: block;
    height: 1px;
    width: 1px;
    z-index: 9999!important;
    border-width: 5px 8px;
    border-color: transparent transparent transparent #398AF8;
    border-style: solid;
    position: absolute;
    top: 36px;
    margin-left: -15px;
}



.listTimeline .itemTime {
  max-width: 25%;
  flex: 0 0 25%;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
.sectHistory h2 {
  margin-bottom: 40px;
}
.listTimeline .dateHistory {
  font-size: 16px;
  color: #398AF8;
  font-weight: 600;
  letter-spacing: 2.5px;
  margin-bottom: 17px;
}

.listTimeline .dateHistory::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/point-optique.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin-top: 4px;
    z-index: 10;
    position: relative;
}


.listTimeline .txtHistory h4 {
  font-size: 14px;
  margin-bottom: 15px;
}
.sectHistory {
  padding-bottom: 30px;
}
.cntCarrousel .boxItem {
  height: 540px;
  overflow: hidden;
  position: relative;
}
.cntCarrousel .slick-list {
  margin: 0 -25px;
}
.cntCarrousel .itemInter {
  display: block;
  padding: 11px 25px 21px;
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}
.cntCarrousel .slick-current.slick-active {
  transform: scale(1);
}
.cntCarrousel .boxItem .linkItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.cntCarrousel .boxItem .linkItem span {
  font-size: 54px;
  font-weight: 300;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #398AF8;
  position: relative;
}
.cntCarrousel .boxItem .linkItem span::before,
.cntCarrousel .boxItem .linkItem span::after {
  content: '';
  display: block;
  background: #398AF8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cntCarrousel .boxItem .linkItem span::before {
  height: 60%;
  width: 1px;
}
.cntCarrousel .boxItem .linkItem span::after {
  height: 1px;
  width: 60%;
}
.cntCarrousel .boxItem .cntimg {
  height: 100%;
}
.cntCarrousel .boxItem .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.cntCarrousel .boxItem:hover .cntimg img {
  transform: scale(1.2);
}
.sectBgBluelite {
  background: rgba(57, 138, 248, .05);
}
.sectCarrousel {
  padding-top: 50px;
  padding-bottom: 30px;
}
.cntCarrousel .slick-next {
  right: -80px;
}
.cntCarrousel .slick-prev {
  left: -60px;
}
.cntCarrousel .slick-next {
  right: -60px;
}
.cntCarrousel .slick-list {
  overflow: initial;
}
.cntCoordtxtimg {
  font-size: 16px;
}
.cntCoordtxtimg,
.cntCoordtxtimg a {
  color: #181619;
}
.cntCoordtxtimg a:hover {
  color: #398AF8;
}
.cntCoord .itemCoord .coordIntern.boxHoraire {
  align-items: flex-start;
}
.cntCoordtxtimg .itemCoord .coordIntern {
  margin-bottom: 9px;
}
.cntTxtImg .cnttxt .cntCoordtxtimg .cntrs {
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 8px;
}
.sectTransition,
.sectTransition h3 {
  color: #fff;
}
.sectTransition {
    font-size: 16px;
    text-align: center;
    min-height: 330px;
    display: flex;
    align-items: center;
}
.sectTransition h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sectTransition .container {
  max-width: 860px;
}
.sectOffre .listItems .boxItem .itemIntern {
  display: block;
  background: rgba(255,255,255,0.8);
  color: #181619;
}
.sectOffre .listItems .boxItem:hover .itemIntern {
  background: rgba(255,255,255,.9);
}
.sectOffre .listItems {
  margin-top: 20px;
}
.sectOffre .listItems .boxItem .itemIntern .txtItem h3 {
  margin-bottom: 15px;
}
.sectTransition2 .btn-custom {
  text-transform: uppercase;
}
.sectTransition2 p {
  margin-bottom: 20px;
}
.sectBlog {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sectBlog .listActus {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
}
.sectBlog .listActus .itemActus .itemIntern .cntimg {
  height: 250px;
}
.cntPaged {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
.listPaged {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.listPaged a {
  color: #181619;
  text-decoration: none;
}
.listPaged li,
.listPaged a,
.listPaged span {
  transition: all .3s ease-in-out;
  line-height: 1;
}
.listPaged > li.active,
.listPaged a:hover,
.listPaged span.current {
  color: #398AF8;
  font-weight: 700;
}



.cntPaged .pagedArrow {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #398AF8;
  background: transparent;
  transition: all .3s ease-in-out;
  position: relative;
}
.cntPaged .pagedArrow:hover, a.next.page-numbers:hover , a.prev.page-numbers:hover  {
  background: #398AF8;
}

a.prev.page-numbers:after, a.next.page-numbers:after {
    display: none;
}


.pagedArrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #398AF8;
  border-bottom: none;
  border-left: none;
  margin-left: 6px;
  transition: all .3s ease-in-out;
  position: absolute;
  top: calc(50% - 6px);
}
.pagedArrow:hover::before {
  border-color: #fff;
}
.pagedPrev:before {
  transform: rotate(225deg) translate(-4px, 4px);
  margin-left: 10px;
}
.pagedNext:before {
  transform: rotate(45deg)  translate(2px, -2px);
}
.listPaged > li, .page-numbers {
    position: relative;
}
.listPaged > li.active,
.listPaged a,
.page-numbers {
  padding: 0 4px;
}
.listPaged > li::after, 
.listPaged > .page-numbers::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #398AF8;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

a.prev.page-numbers {
    display: block;
    width: 40px;
    height: 40px;
	    color: transparent!important;
    cursor: pointer;
    border: 1px solid #398AF8;
    background: transparent;
    transition: all .3s ease-in-out;
    position: relative;
	 margin-top: -12px;
	     font-size: 0;
}


a.next.page-numbers:hover:before, a.prev.page-numbers:hover:before {
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
}


a.prev.page-numbers:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #398AF8;
    border-bottom: none;
    border-left: none;
    margin-left: 6px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate( 225deg ) translate(-4px, 4px);
    margin-left: 10px;
}

a.next.page-numbers {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent!important;
    cursor: pointer;
    border: 1px solid #398AF8;
    background: transparent;
    transition: all .3s ease-in-out;
    position: relative;
    margin-top: -12px;
    font-size: 0;
}


a.next.page-numbers:before {
content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #398AF8;
    border-bottom: none;
    border-left: none;
    margin-left: 6px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: calc(50% - 6px);
	transform: rotate(45deg) translate(2px, -2px);
}

span.page-numbers.current:after {
    opacity: 1;
}

.listPaged > li:hover::after,
.listPaged > li.active::after,
.listPaged .page-numbers:hover::after {
  opacity: 1;
}
.sectDetail {
  padding-top: 25px;
  padding-bottom: 30px;
}
.boxAside {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.articleaside .itemnewsrecente {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px #0000001A;
}
.articleaside .itemnewsrecente .colImg .cntimg {
  height: 100%;
}
.articleaside .itemnewsrecente .colImg .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleaside .itemnewsrecente .cnttxtnews {
  padding: 12px;
  padding-left: 0;
}
.articleaside .itemnewsrecente .cnttxtnews h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
  max-width: 180px;
  text-transform: uppercase;
}
.articleaside .itemnewsrecente .cnttxtnews h4 a {
  color: #312F28;
}
.articleaside .itemnewsrecente .cnttxtnews h4.title-border::after {
  height: 4px;
  width: 44px;
  margin-top: 2px;
}
.boxAside h3 {
  font-size: 16px;
  color: #181619;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.boxAside .articleaside {
  margin-bottom: 32px;
}
.boxselect {
  position: relative;
}
.boxselect::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #B2B1B0;
  border-radius: 1px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  z-index: 1;
}
.boxselect .form-control {
  background: transparent!important;
  appearance: none;
  position: relative;
  border: none;
  z-index: 5;
  padding-right: 45px!important;
  padding-top: 6px!important;
}
.boxselect {
  background: #fff!important;
}
.boxAside .listarchives .boxselect {
  background: #fff!important;
  border-radius: 0;
  box-shadow: 0px 10px 20px #0000001A;
}
.boxAside .listarchives .boxselect select {
  font-size: 12px;
  color: #B2B1B0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 20px;
}
.linkarrow {
  display: inline-flex;
  align-items: center;
  color: #398AF8;
  font-size: 16px;
  margin-bottom: 20px;
}
.list-arrows {
  display: flex;
  justify-content: space-between;
}
.linkarrow::before,
.nextarrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #398AF8;
  border-radius: 1px;
  border-bottom: none;
  border-left: none;
  transform: rotate(-135deg);
  margin-right: 5px;
  position: relative;
  top: 0px;
  transition: all .3s ease-in-out;
}
.nextarrow::before {
  content: none;
}
.nextarrow::after {
  transform: rotate(45deg);
  margin-left: 5px;
  margin-right: 0;
}
.linkarrow:hover,
.linkarrow:hover::before,
.nextarrow:hover::after {
  border-color: #0548A2;
}
.cntlistActus {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 60px;
}
#cntArticle {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px #00000029;
  margin-bottom: 25px;
}
#cntArticle .cntimg {
  height: 210px;
  overflow: hidden;
}
#cntArticle .cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cntArticle .cnttxt {
  padding: 30px 35px 30px;
}
#cntArticle .cnttxt .cntdate {
  font-size: 12px;
  color: #B2B1B0;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
}
#cntArticle .cnttxt h2 {
  font-family: "soleil",sans-serif;
  font-size: 20px;
  color: #312F28;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
}
#cntArticle .bodyArticle {
  margin-bottom: 30px;
}
.boxShare {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.boxShare,
.boxShare a {
  color: #B2B1B0;
}
.boxShare a:hover {
  color: #398AF8;
}
.boxShare .listrs {
  display: flex;
  gap: 13px;
}
.boxShare .listrs .itemrs {
  font-size: 25px;
  line-height: 1;
}
.list-arrows .linkarrow {
  margin-bottom: 0;
}
.articleaside .itemnewsrecente .colImg {
  height: 120px;
}
.articleaside .itemnewsrecente .cnttxtnews .datenews {
  font-size: 12px;
  color: #B2B1B0;
  text-transform: uppercase;
  font-weight: 700;
}
.sectBgImg .mainIntern {
  position: relative;
  height: 100%;
}
.cntTxtImg .cnttxt .bgImg {
  background: #181619;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.cntTxtImg .cnttxt .itemIntern {
  position: relative;
  z-index: 3;
  padding: 30px;
}
.cntTxtImg .cnttxt .bgImg img {
  opacity: .6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectBgImg .cntTxtImg .cnttxt,
.sectBgImg .cntTxtImg .cnttxt a {
  color: #fff;
}
.sectBgImg .cntImg figure {
  height: 350px;
}
.sectBgImg .cntCoord .itemCoord .coordIntern .cnticon .icn-horaire {
  transform: translateY(-11px);
  display: inline-block;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-row .col-6,
.form-row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}


.wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0!important;
}

.cntcheck [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before, .cntcheck [type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #3b3b3b;
    background: #F6F7F8;
    box-shadow: none;
}

.cntcheck [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after, .cntcheck [type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "✔";
    position: absolute;
    top: 4px;
    left: 17px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: rgb(0 0 0);
    transition: all 0.2s ease 0s;
}


.cntcheck [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    transform: scale(0);
}


.captcha-image {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.captcha-image label {
    display: inline-block !important;
    width: 60px !important;
}

.cf7ic_instructions {
    display: block;
}

.captcha-image .cf7ic_instructions span {
    color: red;
    font-weight: bold;
}

.captcha-image label > input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.captcha-image label > input + svg {
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.captcha-image svg {
    padding: 5px;
    width: 50px;
    height: 50px;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid #f00;
}

span.captcha-image {
    display: block!important;
}



.cntcheck [type="checkbox"]:not(:checked), 
.cntcheck [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.cntcheck [type="checkbox"]:not(:checked) + label, 
.cntcheck [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    color: #181619;
    font-size: 12px;
    line-height: 1.3;
}
.cntcheck [type="checkbox"]:not(:checked) + label:before, 
.cntcheck [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: 0px 20px 40px #0000001A;
}
.cntcheck [type="checkbox"]:not(:checked) + label::after, 
.cntcheck [type="checkbox"]:checked + label::after {
    content: "✔";
    position: absolute;
    top: -1px;
    left: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #398AF8;
    transition: all 0.2s ease 0s;
}
.cntcheck [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.cntcheck a {
    color: #398AF8;
    text-decoration: underline;
}
.cntcheck .form-check {
    margin-bottom: 10px;
    padding-left: 40px;
}

.form-control {
  border: none;
  background: #fff;
  padding-left: 17px;
  padding-right: 17px;
}
.form-control:not(textarea) {
    height: 51px;
}


.form-control,
.boxselect {
  border-radius: 0;
  overflow: hidden;
  color: #181619;
}
.formContact .form-control {
  background: #fff;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0;
  border: none;
  font-weight: 700;
  box-shadow: 0px 20px 40px #0000001A;
  font-size: 12px;
  color: #181619;
  text-transform: uppercase;
  padding-top: 20px;
}
.formContact .form-group {
  margin-bottom: 15px;
  position: relative;
}
.formContact {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.formContact .txtcheck {
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 8px;
}
.formContact .cntbtn {
  text-align: center;
}
.formContact .boxselect::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 12px);
  right: 20px;
}
.formContact .form-group .boxLabel {
    position: absolute;
    top: 20px;
    left: 28px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 11;
    color: #B2B1B0;
    font-size: 12px;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.formContact .activeFocus .boxLabel {
  top: 7px;
  font-size: 9px;
  color: #398AF8;
}
.sectContact {
  padding-top: 60px;
  padding-bottom: 50px;
}
.sectContact .btn {
  padding: 17px 24px;
}
.sectContact .btn::after {
  width: calc(100% - 48px);
}