.hidden {
  display: none;
}

@media (orientation: landscape) and (max-width: 1200px),(orientation: portrait) and (min-device-width: 601px) {
    body {
        background-image: url('essai_fond_02.png');
    }
    
    .white-box {
        width:671px;
    }
    
    .white-box p {
        font-size: 20px;
    }
    
    .parentLandscape {
        position: absolute;
          top: 50px; 
          left: 50%;
          transform: translateX(-50%);
        
        display: grid;
        width:751px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(13, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .floating-picture {
        position: fixed;
        top: 0px; 
        left: 0px; 
        width: 110px; 
        height: auto; 
        z-index: 1; 
    }

    .floating-picture img {
        width: 100%;
        height: auto;
        border-radius: 20px; 
    }

    img {
        border-radius:20px;       
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}

@media (orientation: landscape) and (min-width: 1201px) {
    body {
        background-image: url('essai_fond_02.png');
    }
    
    .parentLandscapeBig {
        position: absolute;
          top: 50px; 
          left: 50%;
          transform: translateX(-50%);
        
        display: grid;
        width:1201px;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(9, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    
    .white-box {
        width:1121px;
    }
    
    .white-box p {
        font-size: 20px;
    }
    
    .white-box h1 {
        font-size: 24px;
    }
    
    .android_ios {
        width : 400px;
    }

    .floating-picture {
        position: fixed;
        top: 0px; 
        left: 0px; 
        width: 116px; 
        height: auto; 
        z-index: 1; 
    }

    .floating-picture img {
        width: 100%;
        height: auto;
        border-radius: 20px; 
    }

    img {
        border-radius:20px;       
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    }
}

@media (orientation: portrait) and (max-device-width: 600px) {
    body {
        background-image: url('launcher_fond_vertical.png');
    }
    
    .white-box {
        width:730px;
    }
    
    .white-box p {
        font-size: 40px;
    }
    
    .parent {
        position: absolute;
      top: 50px; 
      left: 50%;
      transform: translateX(-50%);
        
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(14, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        width:800px;
    }

    .floating-picture {
        position: fixed;
        top: 0px; 
        left: 0px; 
        width: 235px; 
        height: auto; 
        z-index: 1;
    }

    .floating-picture img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

    img {
        border-radius:60px;       
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}

.footer img {
    position: absolute;
    width:100px;
    border-radius:0px;
    box-shadow:none;
}

.footer p:not(.confidentialite) {
    position: absolute;
    top:10px;
    font-family: "Proxima Nova","Arial","sans-serif";
    line-height: 1.25;
    font-size: 24px;
    color:#565D6D;
}

.footer p:hover {
    cursor: pointer;
}

.parent img:not(.pictoPortrait) {
  width: 100%; 
  height: 100%; 
}

.parentLandscape img:not(.pictoLandscape) {
  width: 100%; 
  height: 100%; 
}

.parentLandscapeBig img:not(.pictoLandscapeBig) {
  width: 100%; 
  height: 100%; 
    transition: transform 0.3s ease; 
}

.zoom-img {
    transition: transform 0.3s ease; 
}

.zoom-img:hover {
    transform: scale(1.1);
}

.parentLandscapeBig img:hover {
    transform: scale(1.1);
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer {
    position: relative;
    height: 100px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
}

.logofooter:hover {
    cursor: pointer
}

.white-box {
    background-color: #FFFFFF;
    border-radius: 0px;
    padding-left:40px;
    padding-right:40px;
    padding-top: 1px;
    padding-bottom: 40px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.white-box p {
    font-family: "Proxima Nova","Arial","sans-serif";
    line-height: 1.25;
    color:#565D6D;
}

.white-box img {
    border-radius: 0px;
    box-shadow:none;
    max-width: 650px;
}

.white-box h1 {
    font-family: "Proxima Nova","Arial","sans-serif";
    line-height: 1.25;
    color:#565D6D;
}

.white-box p:last-child {
    margin-bottom: 20px;
}

.centered-div {
    border-radius: 20px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-button {
    position: fixed;
    top: 2%;
    left: 2.5%;
    cursor: pointer;
}
