/********************PC portable 1300-************************/
/********************PC portable 1300-************************/
/********************PC portable 1300-************************/
@media screen and (max-width: 1300px) {
    .content{
        justify-content: space-between;
        align-items: center;
    }
    /*navbare*/
    /*navbare*/
    /*navbare*/
    .navbar a {
      font-size: 14px; 
    }
    /*parallax*/
    /*parallax*/
    /*parallax*/
    #parallax1
    { 
        height: 750px;
    }
    #parallax1 p
    {
        margin-top: 200px;
        font-size: 60px;
    }
    #parallax1 p:first-child
    {
        margin-bottom: 60px;
    }
    #parallax1 p:nth-child(2)
    {
        margin-bottom: 10px;
    }
    #parallax2
    {
        height: 500px;
    }
    /*présentation*/
    /*présentation*/
    /*présentation*/
    #presentation{
        height: 450px;
    }
    #presentation h2{
        font-size: 30px;
    }
    #presentation img
    {
        height: 250px;
    }
    #presentation article:nth-child(1){
        margin: 0 50px 0 0;
    }
    #presentation article:nth-child(2) p
    {
        font-size: 16px;
    }
    #presentation li
    {
        font-size: 15px;
    }
    /*services*/
    /*services*/
    /*services*/
    #services{
        height: 650px;
    }
    /*#services article
    {
        width:  40%;
        height: 440px;
    }*/
    .barre
    {
        margin: 8px 0 20px 15px;
        width: 200px;
    }
    #overlay1
    {
        width: 270px;
    }
    
    #overlay1 h2{
        font-size: 26px;
    }
    #overlay1 p
    {
         font-size: 14px;
    }
     /*#overlay2
    {
        width: 200px;
    }
     #overlay2 h2{
        font-size: 26px;
    }
    #overlay2 p
    {
         font-size: 14px;
    }*/
    /*contact*/
    /*contact*/
    /*contact*/
    #content2{
    width: 90%;
    justify-content: space-between;
    align-items: center;
    }
    #cabinet{
        width: 50%;
    }
    #articleForm{
        width: 45%;
    }
    #send{
        margin-left: 35%;
    }
}

/************************tablette 1000-************************/
/************************tablette 1000-************************/
/************************tablette 1000-************************/
@media screen and (max-width: 1000px) {
    .content{
        width: 90%;
    }
    /*navbare*/
    /*navbare*/
    /*navbare*/
    #contentNav{
        width: 80%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .navbar {
        padding: 30px 0px;
    }
    #navbar-right{
        display: none;
    }
    .navbar #logo {
        font-size: 25px;
    }
    .icon {
        display: block; 
        position: absolute;
        right: 70px;
    }
    .responsive #navbar-right{
        display: block;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    .responsive #navbar-right a{
        text-align: justify;
        padding: 12px 0 12px 10px;
        font-size: 18px; 
    }
    .responsive #navbar-right a:nth-child(1){
        margin-top: 10px;
    }
    .responsive #navbar-right a:nth-child(5){
        padding-bottom: 0;
    }
    /*parallax*/
    /*parallax*/
    /*parallax*/
    #parallax2{
        display: none;
    }
    /*présentation*/
    /*présentation*/
    /*présentation*/
    #presentation{
        height: 550px;
    }
    #presentation img
    {
        margin-top: 20px;
    }
    #presentation article:nth-child(1){
        margin: 0 20px 0 0;
    }
    /*services*/
    /*services*/
    /*services*/
    #services{
        height: 600px;
    }
   /* #services #qigong{
        display: none;
    }*/
    #services article
    {
        width:  80%;
    }
    .barre
    {
        margin: 8px 0 30px 30px;
        width: 150px;
    }
    #overlay1
    {
        width: 250px;
    }
    #overlay1 h2{
        font-size: 32px;
    }
    #overlay1 p
    {
         font-size: 16px;
    }
    /*contact*/
    /*contact*/
    /*contact*/
    #contact
    {
        height: 800px;
    }
    #content2{
        width: 85%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #cabinet{
        width: 90%;
        margin-bottom: 50px;
    }
    #contact h3
    {
        margin-bottom: 20px;
    }
    #articleForm{
        width: 80%;
        background-color: RGB(180, 225, 220);
        border: thick double #32a1ce;
        border-radius: 5px;
        padding: 20px 0px 20px 20px;
    }
     #send{
        margin-left: 38%;
    }
}


/***********************Portable 670-*************************/
/***********************Portable 670-*************************/
/***********************Portable 670-*************************/
@media screen and (max-width: 670px) {
    .content{
        width: 80%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /*navbar*/
    /*navbar*/
    /*navbar*/
    .navbar #logo {
        font-size: 20px;
    }
    .navbar i{
        font-size: 24px;
    }
    .responsive #navbar-right a{
        font-size: 15px; 
    }
    .icon {
        right: 30px;
    }
    /*parallax*/
    /*parallax*/
    /*parallax*/
    #parallax1{
        height: 350px;
    }
    #parallax1 p{
        display: none;
    }
    /*présentation*/
    /*présentation*/
    /*présentation*/
    #presentation{
        height: 900px;
    }
    #presentation h2{
        text-align: center;
    }
    #presentation img
    {
        margin-left: 10%;
        margin-bottom: 20px;
    }
    #presentation article:nth-child(1){
        padding: 0;
    }
    /*services*/
    /*services*/
    /*services*/
    #services article
    {
        width:  90%;
    }
    #overlay1
    {
        width: 200px;
    }
    .barre
    {
        margin: 8px 0 20px 15px;
        width: 130px;
    }
    #overlay1 h2{
        font-size: 26px;
    }
    #overlay1 p
    {
         font-size: 14px;
    }
    /*contact*/
    /*contact*/
    /*contact*/
    #contact
    {   
        height: 780px;
    }
    #content2{
        width: 85%
    }
    #cabinet{
        width: 100%;
        margin-bottom: 50px;
    }
    #articleForm{
        width: 90%;
    }
    #send{
        margin-left: 32%;
    }
    #contact h2{
        font-size: 30px;
    }
    #contact h3{
        font-size: 18px;
    }
    #adresse i{
        font-size: 25px;
    }
    #adresse h4{
        font-size: 16px;
    }
    #adresse p{
        font-size: 13px;
    }
    .way i{
        font-size: 25px;
    }
    .way p{
        font-size: 13px;
    }
 }
/***********************Portable 320-*************************/
/***********************Portable 320-*************************/
/***********************Portable 320-*************************/
@media screen and (max-width: 320px) {
    /*navbar*/
    /*navbar*/
    /*navbar*/
    .navbar i{
        font-size: 20px;
    }
    .navbar #logo {
        font-size: 17px;
    }
    /*contact*/
    /*contact*/
    /*contact*/
    #contact
    {   
        height: 850px;
    }
    #send{
        margin-left: 28%;
    }
}


