/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: calc(100vw / 360 * 10);
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
















.container_mobile {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 3fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-grow: 1;
}

.multicam_card_live {
  position: relative;
  background-color: grey;
  border-top: solid 1px #bb0104;
  background-image: url(image/hero_image/mobile/DSC_4421_mobile_rdm.jpg);
  background-size: cover;
  background-position: top -5rem left 0rem;
  min-height: 11.1rem;
}

.multicam_card_robotics {
  position: relative;
  background-color: grey;
  border-top: solid 1px #bb0104;
  background-image: url(image/hero_image/mobile/DSC_3851_mobile_rdm.jpg);
  background-size: 150%;
  background-position: top -10rem left 0rem;
  min-height: 11.1rem;
}

.gradient_vertical {
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 61%);

  width: 100vw;
  height: 100%;
}

.gradient_horizontal {
  position: absolute;

  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 76%);

  width: 100vw;
  height: 100%;
}

.multicam_card_space {
  position: relative;
  background-color: grey;
  border-top: solid 1px #bb0104;
  background-image: url(image/hero_image/mobile/DSC_3966_mobile_rdm.jpg);
  background-size: cover;
  background-position: top -5rem left 0rem;
  min-height: 11.1rem;
}

.multicam_card_systems {
  position: relative;
  background-color: grey;
  border-top: solid 1px #bb0104;
  background-image: url(image/hero_image/mobile/DSC_3844_mobile_rdm.jpg);
  background-size: 160%;
  background-position: top -19rem left -6rem;
  min-height: 11.1rem;
}

.p_card {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.1rem;
  text-align: right;
  color: white;
  font-weight: 900;
  position: absolute;
  right: 1.1rem;
  bottom: 2rem;
}

.logo_card {
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15.2rem;
  height: 12.7rem;
}






.adresse {
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  font-size: 4px;
  color: white;
}
.titre_adresse {
  text-align: center;
  padding-top: 5px;
  font-family: "Roboto Flex", sans-serif;
  font-style: Medium;
  font-size: 5px;

  color: white;
}

.copyright {
  text-align: center;
  padding-top: 10px;
  font-family: "Roboto Flex", sans-serif;
  font-style: Medium;
  font-size: 5px;
  color: white;
}



.container_desktop {
  display: none;
}



@media (min-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    font-size: calc(100vw / 1024 * 10);
  }

  body {
    height: 100vh;
    display: block;
  }
 

 






  .container_mobile {
    display: none;
  }

  .container_desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 90vh;
  }



 
 

  .adresse {
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 200;
    font-size: 4px;
    color: white;
  }
  .titre_adresse {
    text-align: center;
    padding-top: 5px;
    font-family: "Roboto Flex", sans-serif;
    font-style: Medium;
    font-size: 5px;

    color: white;
  }


  .copyright {
    text-align: center;
    padding-top: 10px;
    font-family: "Roboto Flex", sans-serif;
    font-style: Medium;
    font-size: 12px;
    color: white;
  }

  .container_desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-grow: 1;
    background-image: url("image/hero_image/pexels-photo-104952_rdm.jpg");
    transition: all 0.5s ease;
    background-size: cover;
  }



  .survol:hover {
    backdrop-filter: grayscale(0%);
    border-right: solid 1px white;
    border-left: solid 1px white;
  }

  .survol:hover .logo_short_white {
    display: none;
  }

  .survol:hover .logo_red {
    display: block;
  }

  .survol:hover .slogant_multicam_desktop {
    display: block;
  }

  .logo_short_white {
    filter: brightness(100%);
    width: 191px;
    height: 160px;
  }

  .logo_red {
    width: 100%;
    height: auto;
    display: none;
  }

 

 
  .adresse {
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 200;
    font-size: 13px;
    color: white;
  }
  .titre_adresse {
    text-align: center;

    font-family: "Roboto Flex", sans-serif;
    font-style: Medium;
    font-size: 14px;

    color: white;
  }

 
  


  .menu_footer_desktop a:hover {
    color: white;
    text-decoration: underline;
  }

  a:visited:hover {
    color: white;
  }
  
  a:-webkit-any-link {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
  

.slogant_multicam_desktop {
  display: none;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  background-color: rgba(47, 47, 47, 0.8);
  width: 100%;
  padding: 20px;

  color: white;
  font-weight: 500;

}
  .desktop_multicam {
    position : relative;
    z-index:2;
  backdrop-filter: brightness(50%) grayscale(100%);
  text-align: center;

  align-items: center;
  transition: all 0.5s ease-out;
}
  
  .center{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
   
}

 
