body {
  height: 100%;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
h1 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}
h2 {
  margin-top: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}
h3 {
  margin-top: 12px;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
}
.button {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 16px;
  border: 1px solid black;
  background-color: transparent;
  color: #2b2d2f;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.button:hover {
  background-color: #f5f5f7;
}
.button._404btn {
  margin: 32px 7px;
}
.project_slider {
  height: 600px;
  margin-bottom: 30px;
  background-color: transparent;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.project_slider_bullets {
  display: none;
}
.ps1_slide1 {
  background-image: url('../images/projet_astral_01.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.project_slider_arrows {
  width: 40px;
  color: black;
  font-size: 25px;
  text-align: right;
}
.ps1_slide3 {
  background-image: url('../images/projet_astral_04.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps1_slide2 {
  background-image: url('../images/projet_astral_02.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_top {
  height: 100%;
  background-image: url('../images/logo_bottom.svg'), url('../images/logo_inside_cent 2.svg'), url('../images/main_imageHD.jpg');
  background-position: 50% 95%, 50% 50%, 50% 50%;
  background-size: auto, 600px, cover;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, fixed;
  background-color:  #000000;
  -webkit-animation: mymove 4s 1; /* Safari 4.0 - 8.0 */
  animation-name: mymove;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 4s;
}

@-webkit-keyframes mymove {
  from {opacity: 0 ; }
  to {opacity: 1 ; }

}

@keyframes mymove {
  from {opacity: 0 ;  }
  to {opacity: 1 ; }
}

.nav_main_fixe {
  background-color: transparent;
  color: white;
  letter-spacing: 3px;
}
.nav_main_link {
  padding: 50px 8px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 15px;
  letter-spacing: 2px;
}
.nav_main_link:hover {
  color: #9699a8;
}
.nav_main_link.langue {
  font-size: 12px;
}
.cont1200 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.nav_main_2 {
  background-color: white;
}
.nav_link {
  padding: 50px 10px 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
.nav_link:hover {
  color: #626573;
}
.nav_link.w--current {
  color: #cbcdd6;
}
.nav_link.langue {
  font-size: 13px;
}
.logo_nav {
  margin-top: 37px;
}
.image_big {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  overflow: hidden;
}
.portfolio_photo_big {
  width: 100%;
}
.footer {
  padding-top: 110px;
  padding-bottom: 48px;
  text-align: center;
}
.footer.footer404 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.spacing_div {
  height: 100px;
}
.image_small {
  position: relative;
  margin-bottom: 22px;
}
.image_small.image_small_top {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
}
.image_small.image_small_3col {
  position: relative;
}
.portfolio_photo_small {
  width: 100%;
}
.spacing_div_pages {
  height: 150px;
}
.nav_sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: white;
}
.logo_inside_inline {
  height: 35px;
  margin-top: -25px;
  margin-right: 17px;
}
.div_intro {
  max-width: 800px;
  margin-bottom: 50px;
}
.line_divider {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.txt {
  margin-bottom: 16px;
  font-size: 15px;
}
.txt.bold {
  margin-top: 12px;
  font-weight: 700;
}
.div_service {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 80px;
}
.services_listitems {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}
.service_list_wrap {
  max-width: 300px;
  margin-bottom: 38px;
}
.service_1st-col {
  padding-right: 50px;
}
.div_clients {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 80px;
}
.client_listitem {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.client_spanlieu {
  color: #cbcdd6;
  font-size: 12px;
  font-weight: 400;
}
.line_divider_footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.txt_footer {
  display: inline-block;
  margin-top: 28px;
  font-size: 14px;
  text-align: center;
}
.txt_footer_small {
  margin-top: 6px;
  color: #9699a8;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}
.txt_footer_small.contact {
  margin-top: 38px;
  margin-bottom: 38px;
}
.news_post {
  margin-top: 70px;
  margin-bottom: 70px;
  border: 1px solid black;
}
.par_txt_info {
  max-width: 700px;
  line-height: 24px;
}
.italique {
  font-style: italic;
}
.info_divider_prix {
  margin-right: 29px;
  margin-left: 29px;
}
.info_prix {
  margin-top: 13px;
}
.info_2nd_col {
  padding: 12px 30px 12px 26px;
}
.txt_contact {
  margin-top: 35px;
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.img_contact {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.bold {
  font-weight: 700;
}
.contact_smalltxt {
  font-size: 12px;
}
.map {
  width: 100%;
  height: 300px;
  background-image: url('../images/map_website.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0% 0%;
  background-size: cover, auto;
}
.div_contact {
  padding: 62px 68px 27px;
  background-color: #0f0f0f;
}
.white {
  color: white;
}
.link_contact {
  margin-right: 17px;
}
.project_titre {
  margin-top: 0px;
  margin-right: 14px;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.project_description {
  font-size: 15px;
}
.projet_prix {
  text-align: right;
}
.col_nomargin {
  padding-right: 0px;
  padding-left: 0px;
}
.cont_project_slider {
  display: block;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.link_social_footer {
  display: inline-block;
  margin-left: 18px;
}
.slider_mask {
  margin-right: 54px;
  margin-left: 54px;
}
.hover_bigphoto {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.linkblock_g {
  width: 100%;
  height: 100%;
}
.colorbox {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 27, 41, 0.77);
}
.hover_txt {
  position: relative;
  top: 45%;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hover_txt.hover_smalltxt {
  position: absolute;
  top: 42%;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.hover_txt.hover_smalltxt.portfolio_longtext {
  top: 33%;
}
.hover_txt.hover_smalltxt.phototocome_txt_adjust {
  top: 37%;
}
.portfolio_span_small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.colorbox_small {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 27, 41, 0.77);
}
.hover_smallphoto {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.ps1_slide {
  background-image: url('../images/projet_astral_07.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.project_slide {
  text-align: center;
}
.project_slider_image_v {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: auto;
}
.project_slider_image_h {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: auto;
}
.contact_col01 {
  height: 150px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/materiauteque.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_col02 {
  height: 150px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/openspace.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0% 0%;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}
.div_photo_contact {
  display: block;
  width: 100%;
  height: 220px;
  margin-top: 35px;
  float: left;
  clear: none;
  background-image: url('../images/panoramique_2019.jpg'), url('../images/example-bg.png');
  background-position: center center;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}
.div_photo_contact.divphoto2 {
  background-image: url('../images/openspace.jpg'), url('../images/example-bg.png'), url('../images/example-bg.png');
  background-position: 50% 50%, 0% 0%, 0% 0%;
  background-size: cover, auto, 125px;
  background-repeat: no-repeat, repeat, repeat;
}
.dropdown_toggle_main {
  padding: 50px 10px;
  color: white;
  font-size: 16px;
}
.dropdown_toggle_main:hover {
  color: #9699a8;
}
.dropdown_main_text {
  color: white;
}
.dropdown_list_main.w--open {
  margin-top: -33px;
  margin-left: 10px;
}
.dropdown_link_main {
  color: #2b2d2f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.dropdown_link_main:hover {
  background-color: #cbcdd6;
  color: #9699a8;
}
.spacing_div_small {
  height: 94px;
}
.project_slider_image_2up {
  height: 100%;
  max-width: 50%;
  padding-right: 12px;
  padding-left: 12px;
}
.footer2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.span_photo-to-come {
  color: #9699a8;
  font-size: 14px;
}
.backtotop {
  display: block;
  width: 100%;
  margin-top: 61px;
  text-align: center;
  text-decoration: none;
}
.backtotop_txt {
  color: #9699a8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}
.backtotop_ancor {
  height: 1px;
}
.bottom_margin {
  margin-bottom: 24px;
}
.section404 {
  position: static;
  left: 0px;
  top: 20%;
  right: 0px;
  margin-top: 15%;
  margin-bottom: auto;
  text-align: center;
}
._404link {
  color: #2b2d2f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
._404par {
  margin-top: 4px;
  margin-bottom: 0px;
}
html.w-mod-js *[data-ix="portfolio-over"] {
  opacity: 0;
}

.ourteam-main {
  display: table;
}

.team-photo {
  width: 25%;
  display: inline-table;
}

#team-apply {
  vertical-align: middle;
  padding: 40px 0 0px 30px;
}

#semi-bold{
  font-weight: 400;
  margin-bottom: 0;
}

h6.par_txt_info {
  font-weight: 500; 
  margin: 0;
}

.news_img {
  min-height: 250px;
}

/* responsive */

/* ipad mini */
@media (max-width: 1024px) {
  .hover_smallphoto_blank{
    opacity: 1 !important;
  }
}

@media (max-width: 991px) {

  .hover_smallphoto_blank{
    opacity: 1 !important;
  }

  .project_slider {
    height: 450px;
  }
  .cont1200.contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .info_prix {
    margin-top: 15px;
  }
  .projet_prix {
    margin-top: 22px;
    text-align: left;
  }
  .slider_mask {
    margin-right: 38px;
    margin-left: 38px;
  }
  .hover_txt {
    font-size: 14px;
  }
  .hover_txt.hover_smalltxt {
    font-size: 13px;
    line-height: 17px;
  }
  .hover_txt.hover_smalltxt.portfolio_longtext {
    top: 26%;
    padding-right: 6px;
    padding-left: 6px;
  }
  .hover_txt.hover_smalltxt.phototocome_txt_adjust {
    top: 33%;
  }
  .portfolio_span_small {
    font-size: 11px;
  }
  .project_slider_image_2up {
    padding-right: 6px;
    padding-left: 6px;
  }
  .span_photo-to-come {
    font-size: 10px;
  }

}

@media (max-width: 767px) {

  .hover_smallphoto_blank{
    opacity: 1 !important;
  }

  .team-photo {
  width: 50%;
  display: inline-table;
  }

  .project_slider {
    position: relative;
    height: 420px;
  }
  .cont1200.main_projects_cont {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cont1200.nav_main_blanche {
    text-align: center;
  }
  .nav_link {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
  }
  .logo_nav {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    text-align: center;
  }
  .image_small {
    margin-bottom: 12px;
    float: left;
  }
  .image_small.image_small_top {
    margin-bottom: 12px;
  }
  .image_small.image_small_3col {
    margin-bottom: 12px;
  }
  .portfolio_photo_small.image_small_right {
    float: right;
  }
  .portfolio_col {
    padding-right: 70px;
    padding-left: 70px;
  }
  .spacing_div_pages {
    display: block;
    height: 20px;
  }
  .nav_sticky {
    position: static;
  }
  .service_list_wrap {
    max-width: 100%;
  }
  .service_1st-col {
    margin-bottom: 60px;
  }
  .txt_footer {
    width: 100%;
    font-size: 15px;
  }
  .txt_footer_small {
    margin-top: 25px;
  }
  .info_prix {
    padding-top: 10px;
  }
  .info_2nd_col {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .nav_menu {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 12px;
    text-align: center;
  }
  .info_1st_col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div_contact {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .white {
    text-align: left;
  }
  .white.h2white {
    padding-left: 10px;
  }
  .link_contact {
    float: left;
    text-align: left;
  }
  .project_titre {
    float: none;
  }
  .project_description {
    font-size: 13px;
    line-height: 20px;
  }
  .slider_mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hover_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .hover_txt.hover_smalltxt {
    top: 42%;
    font-size: 16px;
    line-height: 20px;
  }
  .hover_txt.hover_smalltxt.portfolio_longtext {
    top: 37%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .hover_txt.hover_smalltxt.phototocome_txt_adjust {
    font-size: 16px;
  }
  .navmenu_home {
    float: none;
  }
  .spacing_div_small {
    height: 2px;
  }
  .project_slider_image_2up {
    padding-right: 3px;
    padding-left: 3px;
  }
  .span_photo-to-come {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .project_slider {
    height: 260px;
  }
  .main_top {
    background-size: 260px, 500px, cover;
  }
  .nav_main_fixe {
    display: none;
  }
  .cont1200.main_projects_cont {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav_link {
    text-align: center;
  }
  .logo_nav {
    margin-bottom: 24px;
  }
  .image_small {
    width: 100%;
  }
  .portfolio_photo_small.image_small_left {
    width: 100%;
  }
  .portfolio_photo_small.image_small_right {
    width: 100%;
  }
  .portfolio_col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .line_divider.divider_project {
    margin-bottom: 25px;
  }
  .service_1st-col {
    padding-left: 0px;
  }
  .txt_footer_small {
    margin-bottom: 26px;
  }
  .info_divider_prix {
    display: none;
  }
  .contact_smalltxt {
    display: block;
    font-size: 11px;
  }
  .link_menu_dark {
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
  }
  .nav_menu {
    padding-top: 6px;
  }
  .prix_logo {
    display: block;
    margin-top: 30px;
    margin-left: 7px;
  }
  .div_contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider_mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hover_txt {
    font-size: 15px;
  }
  .hover_txt.hover_smalltxt {
    top: 37%;
    font-size: 15px;
  }
  .hover_txt.hover_smalltxt.portfolio_longtext {
    top: 23%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .span_photo-to-come {
    font-size: 13px;
  }
  .col_no_padding {
    padding-left: 0px;
  }
}

