html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.en-tete {
    width: 100%;
    height: 500px;
    background-color:rgb(43, 42, 51);
    border: 1px solid black;
    
   
   
}
 
.backimg {
    background: url("./images/computer.jpg"); 
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    margin-top: -5px;
    width: 100%;
    height: 500px;
    
}

@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');

h1 {
    color: #048b9a;
    font-family: 'Capriola', sans-serif;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    margin-top: 5px;
}

@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');

h2 {
    color: white;
    font-family: 'Capriola', sans-serif;
    font-style: normal;
    font-size: 45px;
    text-align: center;
}
        /*////////////menu//////////
       ///
      ///
     //////////////////////////*/



 

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

h3 {
    font-family: 'Oswald', sans-serif;
    font-style: oblique;
    font-size: 22px;
}

p {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 16px;
}
/*---------------------*/

#pick1 {
     margin: 70px;
     width: 450px;
     height: 450px;                                      
     border-radius: 100%;
     border: 0.3rem solid #B36700;
     background-image: url("./images/computer2.jpg"); 
     background-repeat: no-repeat;
     background-size: 450px 450px;
     float: left;
     margin-left: 620px;
     margin-top: -700px;
}
/*-------------------------*/

#pick2 {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 0.3rem solid #B36700;
    background-repeat: no-repeat;
    background-image: url("./images/imagetools.png"); 
    background-size: 440px 400px;
    margin-left: 110px;
    margin-top: 100px; 
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

.service-infos {
    font-family: 'Playfair Display', serif;
    font-size: 1em;
    text-indent: 10px;
       /* decale 1ere ligne a droite du texte */
    text-align: left;
    margin-top: 2px;
    height: 570px;
    color: rgb(13, 12, 12);
    padding: 1%;
}


#log2 {
    vertical-align: middle;
  
} 

#log3 {
    vertical-align: left;
    
}
#pub {
    width:778px; 
    height:90px;
    
}
/*.container{
    
        height:880px;
        background:#048b9a;
        border-radius:20px;
        border:0.3rem solid #B36700;
        margin-top:85px;
        
}*/
#prices {
    height: 500px;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300&family=Source+Sans+Pro&display=swap');

.price-card {
    transition: transform 0.3s;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.price-card:hover {
    transform: translateY(-10px);
}

.price-card .card-header {
    font-size: 1.5rem;
    padding: 1.5rem;
}

.price-card .price {
    font-size: 2rem;
    color: #333;
    margin: 0;
}

.price-card .card-body p {
    margin: 10px 0;
}


.banniere {
    border: solid 2px white;
    background: rgba(0,0,0,0.825);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    font-family: 'signika Negative', sans-serif;
}

.text-banniere p {
    font-size: normal;
}

.button-banniere {
    padding-top: 15px;
}

.button-banniere a {
    border: solid 1px rgba(4,139,154,1);
    padding: 10px;
    background: rgba(4,139,154,1);
    border-radius: 8px;
    color: white;
    text-decoration: none;
}


/* footer*/
footer.site-footer {
    margin-top: 10%;
    padding: 60px 30px;
    background: #222222;
    color: #999999;
    font-size: 10px;
}

div#footer-container {
    margin-top: 50px;
    width: 768px;
    margin: 0 auto;
    transition: all 0.2s ease;
}

div#footer-grid {
    display: flex;
    align-items: stretch;
    padding-bottom: 60px;
}
footer#footer-2-cols div#left-footer-section {
    flex-basis: 50%;
    border-right: 1px solid #444444;
    padding-right: 30px;
}

footer#footer-2-cols div#right-footer-section {
    flex-basis: 50%;
}

footer#footer-2-cols div#copyright-information div#footer-logo-section {
    display: flex;
    align-items: center;
}

footer#footer-2-cols div#copyright-information div#footer-logo {
    width: 30px;
    margin-right: 30px;
}

footer#footer-2-cols div#footer-search input {
    font-family: "Open Sans", sans-serif;  /* changer l'ecriture*/
    border: 2px solid #999999;
    background: #2a2a2a;
    outline: none;
    color: #999999;
    padding: 2px;
}

footer#footer-2-cols div#footer-search button {
    font-family: "Open Sans", sans-serif;
    border: 2px solid #999999;
    background: transparent;
    color: #cecece;
    padding: 2px 10px;
    margin-left: 10px;
    cursor: pointer;
}

footer#footer-2-cols div#footer-search button:hover {
    background: #cecece;
    color: #666666;
    border: 2px solid #666666;
    transition: all 0.25s ease;
}

footer#footer-2-cols div#footer-search button:active {
    position: relative;
    top: 1px;
}

footer#footer-2-cols div#footer-logo img {
    width: 100%;
}

footer#footer-2-cols div.footer-information p {
    margin-top: 10px;
}

footer#footer-2-cols div.footer-information p:first-child {
    margin-top: 30px;
}

footer#footer-2-cols div.footer-information p:last-child {
    margin-bottom: 0;
}

footer#footer-2-cols div.footer-information p img {
    margin-right: 0.75em;
}

footer#footer-2-cols div#right-footer-section ul {
    margin: 0;
}

footer#footer-2-cols div.footer-links ul li, footer#footer-2-cols div.footer-links ul li a  {
    list-style: none;
    color: #999999;
    line-height: 1.38em;
    margin-bottom: 1em;
}

footer#footer-2-cols div.footer-links ul li a:last-child  {
    margin-bottom: 0;
}

footer#footer-2-cols div#right-footer-section ul li a:hover {
    color: #00bdc6;
    transition: all 0.2s ease;
}

footer#footer-2-cols div#copyright-information {
    
    border-top: 1px solid #444444;
    padding: 30px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
}

footer#footer-2-cols div#copyright-information div#social-buttons {
    margin-left: auto;
}

footer#footer-2-cols div#copyright-information div#social-buttons img {
    margin-left: 0.68em;
    cursor: pointer;
    font-size: 14pt;
}

footer#footer-2-cols div#copyright-information div#social-buttons i.fa:hover {
    color: #666666;
    transition: all 0.2s ease;
}

/*formulaire*/ 

#logform {
    margin: auto;
    margin-bottom: 10%;
}

/*==== media queries ====*/
@media (min-width: 360px) and (max-width:380px){
    #contenu1 {
        width: auto;
        margin: 2px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    #pick1{
        margin-top: 10px;
        width: 250px;
        height: 160px;
        margin: 175px;
        border-radius: 20px;
        background-size: 250px 230px;
    }
  /*  #prestation{
        width:360px;
        height:890px;
        background: #048b9a;
        border-radius: 20px;
        border:0,3rem solid #B36700;
        margin-top: 85px;
    }*/
}

@media (max-width: 414px){
    html, body {
        width: 100%;
        overflow: auto;
    }

    #first {
       display: none;
    }
    #contenu1 {
        margin-top: 40px;
        margin: 2px;
        margin-bottom: 70px;
    }
    #pick1{
        margin-top: 10px;
        width: 250px;
        height: 160px;
        margin: 175px;
        border-radius: 20px;
        margin-bottom: 25px;
        margin-left: 145px;
        background-size: 250px 230px;
    }
    #pick2 {
        margin-top: 15px;
        width: 250px;
        height: 170px;
        border-radius: 20px;
        margin-bottom: -50px;
        margin-left: -5px;
        background-size: 280px 183px;
    }
       
   .container {
        width: auto;
   }
   

   #prices {
        width: auto;
        height: 350px;
   }
    

    .banniere {
        width: auto;
        display: grid;
    }
    
    #pub {
        width: auto;
        height: 280px;
    }

    @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap');

    .text-banniere {
        font-family: 'Barlow Condensed', sans-serif;
    }

    div#footer-container {
        width: 100%; 
        margin: 0;
        padding: 0;
    }

    div#footer-grid {
        flex-direction: column;
        width: auto;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    footer#footer-2-cols div#left-footer-section {
        border-right: 0;
        padding-bottom: 30px;
    }

    footer#footer-2-cols div.footer-section {
        padding-top: 30px;
    }

    footer#footer-2-cols div.footer-section:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    footer#footer-2-cols div#right-footer-section ul {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 11pt;
    }

    footer#footer-2-cols div#right-footer-section ul li {
        margin: 0;
    }

    footer#footer-2-cols div#right-footer-section ul li a {
        margin: 0;
        display: block;
        padding: 15px;
        background: #2a2a2a;
        border-bottom: 1px solid #444444;
        text-decoration: none;
    }

    footer#footer-2-cols div#right-footer-section ul li:last-child a {
        border-bottom: none;
    }

    footer#footer-2-cols div#footer-search input {
        width: calc(100% - 77px);
    }

    footer#footer-2-cols div#copyright-information {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    footer#footer-2-cols div#copyright-information div#social-buttons {
        padding: 15px 0;
    }

    footer#footer-2-cols div#copyright-information div#social-buttons i.fa:first-child {
        margin-left: 0;
    }

    footer#footer-2-cols div#copyright-information div#footer-logo-section {
        display: block;
        align-items: normal;
    }

    footer#footer-2-cols div#copyright-information div#footer-logo {
        display: block;
        width: 100%;
        margin: 0;
    }

    footer#footer-2-cols div#copyright-information div#footer-logo img {
        width: 30px;
        text-align: center;
    }

    footer#footer-2-cols div#copyright-information div#copyright-text {
        display: block;
        text-align: center;
        padding: 15px 0;
    }

    footer#footer-2-cols div#copyright-information div#social-buttons i.fa {
        font-size: 24pt;
    }


}





/* iPads (portrait) ----------- */
@media(min-width: 768px) and (max-width: 880px) {
    .en-tete{
        width: 100%;
        height: 400px;
        margin: 0px;
        margin-bottom: 5%;
    }
    .bloc{
        margin: 0.5px;
        margin-top: 25px;
    }
    .picture{
        margin-left: 2em;
    }
    .bloc2{
        margin: 5em;
    }
    .conteneur2{
        width: 370px;
        margin-left: 390px;
    }
    .prestations{
        width: 660px;
        height: 670px;
        margin: 9%;
    }

    
}

@media(max-width: 1660px) {

    .en-tete {
        width: 100%;
        margin: 0;
        margin-bottom: 5%;
    }
    #h1 {
        margin-top: 10px;
    }

      .bloc{
        margin: 310px;
        margin-top: 25px;
        margin-bottom: 15px;
      }
      .bloc2{
        margin: 310px;
        margin-top: 20px;
        margin-bottom: 15px;
      }
      .prestations{
        width: 500px;
        height: 750px;
        margin: 450px;
        margin-top: 28px;
        margin-bottom: 10px;
      }
 }