/* MAIN PAGE */

h3{
    font-size: 28px;
}

/* SECTION 1 : COMPARATEUR */
#section1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 5%;
    background-color: #D7F9DE;
    margin-bottom: 0px;
}

#container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}

#results-container {
    display: flex;
    justify-content: space-between;
}

#market-container {
    display: flex;
    justify-content: space-between;
}

#comparateur {
    width: 60%;
    border-radius: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    padding-top: 1%;
    height: fit-content;
}

#results {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

#market-rate {
    width: 80%;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 20px;
    margin-bottom: 30px;
    /* background-color: rgb(233, 225, 255); */
}

#title {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 12px;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    height: 40px;
}

#title-result {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
    /* background-color: #6633ff; */
    margin-bottom: -10px;
}

#title-result2{
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
    background-color: #6633ff;
}


#img {
    width: 35%;
    margin-bottom: 50px;
    margin-top: -40px;
}

#bons-plans {
    width: 60%;
    height: 45px;
    display: flex;
    border-radius: 5px;
    border: 2px solid white;
    background-color: #fff;
    margin-left: 20%;
    margin-right: 20%;
}

#bons-plans input {
    width: 50%;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    border: none;
}

#bons-plans button {
    width: 50%;
}

#bons-plans button span {
    color: red;
}

/* SECTION 2 : VERBATIMS */

#section2 {
    padding: 30px 5%;
    background-color: #fff;
}

#container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 100%;
}

#verbatims {
    width: 500px;
    display: flex;
    justify-content: space-between;
}

.name {
    font-weight: 500;
    font-style: oblique;
}

.item-img {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
    box-shadow: 0px 5px 5px rgb(0, 0, 0);
}

.item1 {
    background-image: url("./../images/avis1.png");
}

.item2 {
    background-image: url("./../images/avis2.png");
}

.item3 {
    background-image: url("./../images/avis3.jpg");
}

#img-bg {
    width: 100%;
    background-position: center;
    opacity: 0.8;
    position: relative;
    z-index: -1000;
}

/* SECTION 3 : COMMENT CA MARCHE */

#section3 {
    padding: 0 5% 30px;
}

#container3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: auto;
}

.itemA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    height: 120px;
    margin-bottom: 15px;
    text-align: center;
}

.itemA-1 {
    background-color: rgba(63,0,255,0.3);
}

.itemA-2 {
    background-color: rgba(63,0,255,0.6);
}

.itemA-3 {
    background-color: #6633ff;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 3%;
    color: #7F7F7F;
    font-weight: bold;
    background-color: #51FE5A;
    margin-top: 3px;
}

.text {
    margin: 0 10px;
}

.img-itemA-0 {
    width: 100px;
    height: 100px;
    margin-right: 3%;
    background-position: center;
    background-size: cover;
}

.img-itemA-1 {
    background-image: url("../images/renseigneetcompare.png");
}

.img-itemA-2 {
    background-image: url("../images/choixlibre.png");
}

.img-itemA-3 {
    background-image: url("../images/envoieeteconomise.png");
}

#container3 h4 {
    text-align: center;
    padding: 7px 15px;
    color: white;
    background-color: #1DB02E;
    border-radius: 5px;
    margin-top: 35px;
}

/* SECTION 4 : TES GAINS */

#section4 {
    padding: 0 5% 30px;
    background-color: #fff;
}

#container4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 7%;
}

#container4-1 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
}

.itemB {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    padding: 10px 15px 0;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 5px 5px rgb(0, 0, 0);
    background-color: #fff;
}

.img-itemB {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 90px;
    margin-bottom: 20px;
}

.img-itemB img {
    width: 100%;
    margin-top: 20px;
}

.itemB h3 {
    font-size: 1rem;
    height: 2rem;
    color: #6633ff;
}

.itemB p {
    color: #7F7F7F;
    line-height: 1.3;
}

/* Section5 */

#section5{
    padding: 0 5% 30px;
    margin-top: 7%;
  }

  
  #container5 {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  
  #container5 img{
      width: 100px;
      margin: 10px;
  }

  /* Section 7 */
  /* SECTION 7*/

#section7 {
    padding: 0 5% 30px;
    margin-top: 7%;
}
#container7 {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#container7 img{
    width: 100px;
    margin: 10px;
}

/* SECTION 8*/
#section8{
    padding: 0 5% 30px;
    margin-top: 7%;
  }
  #container8 {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
  }

  #container8 h4{
      font-size: 24px;
  }

  #box-img{
    text-align: center;
  }
  #box-img img{
    width: 100px;
    margin: 10px;
}

  #container8-1{
    border-radius: 30px;
    background-color:#1DB02E;
    width: 80%;
    text-align: center;
    padding-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  
  #container8-2{
    border-radius: 30px;
    background-color:white;
    height: 150%;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 70%;
  }
  .pos2{
    display: flex;
    padding: 0px 10px;
    justify-content: center;
  }
  .pos2 img{
    margin: 10px;
  }

.sender-country {
    position: relative; 
    width: 50%;
    height: 30px;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-radius: 5px;
    border: none;
    margin: auto;
}

.sender-currency {
    position: relative;  
    width: 20%;
    height: 30px;
    background-color: #CAC6C5;
    border-color: #CAC6C5;
    border-radius: 5px;
    border: none;
    margin: auto;
}

.amount {
    position: relative; 
    width: 50%;
    height: 25px;
    text-align: center;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-radius: 5px;
    border: none;
    margin: auto;
}

.comparer {
    position: relative; 
    width: 30%;
    height: 45px;
    background-color: #1DB02E;
    border: none;
    color:#fff;
    border-radius: 5px;
    margin: auto;
    font-weight: bold;
    font-size: large;
    margin-top: 20px;

}

.comparer:hover{
    cursor: pointer;
}

.gif {

    height: 45px;
    height: 45px;
    position: relative; 
    margin: auto;
    margin-top: 20px;
}

.form-inline {

    text-align: center;
    vertical-align: middle;
    display: flex;
    max-width: 100%;
    max-height: 20%;
    flex-flow: row wrap;
    align-items: center;
    margin: 3%;

}

.form-inline1 {

    text-align: center;
    vertical-align: middle;
    display: flex;
    max-width: 100%;
    flex-flow: row wrap;
    align-items: center;
    margin: 3%;
    margin-left: 1%;

}

#form-inline2 {
    width: 94%;
}


.title-inline {
    text-align: center;
    vertical-align: middle;
    display: flex;
    max-width: 100%;
    height: 100%;
    flex-flow: row wrap;
    align-items: center;
    font-weight: bold;
    margin-left: 1%;
    margin-right: 3%;
}

.comparez-inline {
    text-align: center;
    vertical-align: middle;
    display: flex;
    max-width: 100%;
    max-height: 20%;
    flex-flow: row wrap;
    align-items: center;
    font-weight: bold;

}

.p {
    margin: auto;
    color: #6633ff;
    font-size: 0.9rem;
}
.p2 {
    margin: auto;
    color: #6633ff;
    font-size: 0.9rem;
}

.comparateur {
    display: block;
}

#logo-container {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    width: 10%;
    height: auto;
    color: #6633ff;
    max-height: 100%;
    font-size: 75%;
    background-color: rgba(255,255,255, 0);
    border-color: rgba(255,255,255, 0);
    display: table-cell;
    margin-right: 2%;
    margin-block-start: 0;
}

#logo-title-container {
    position: relative;

    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 10%;
    height: 60px;
    color: #fff;
    max-height: 100%;
    font-size: 85%;
    background-color: rgba(255,255,255, 0);
    border-color: rgba(255,255,255, 0);
    overflow: hidden;
    display: table;
    margin-right: 2%;
}

#classement-container {
    position: relative;

    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 3%;
    height: 60px;
    max-height: 100%;
    font-size: 85%;
    color: #fff;
    background-color: rgba(255,255,255, 0);
    border-color: rgba(255,255,255, 0);
    overflow: hidden;
    align-items: center;
    display: flex;
}

#text-container {


    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: smaller;



}

#market-title-container {
    position: relative;
    
    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 80%;
    height: 60px;
    max-height: 100%;
    font-size: 85%;
    margin-right: 10%;
    margin-left: 10%;
    color: #6633ff;
    background-color: rgba(36, 160, 20, 0);
    border-color: rgba(36, 160, 20, 0);
    overflow: hidden;
    align-items: center;
    display: table;
}

#company-container {
    position: relative;
    
    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 20%;
    height: 60px;
    max-height: 100%;
    font-size: 85%;
    color: #fff;
    background-color: rgba(36, 160, 20, 0);
    border-color: rgba(36, 160, 20, 0);
    overflow: hidden;
    align-items: center;
    display: table;
}

#exRate-container {
    position: relative;

    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 15%;
    height: 60px;
    max-height: 100%;
    font-size: 85%;
    color: #fff;
    background-color: rgba(36, 160, 20, 0);
    border-color: rgba(36, 160, 20, 0);
    overflow: hidden;
    align-items: center;
    display: table;
    
}
.form-inline1 #exRate-container{
    margin-block-start: 0;
}

.form-inline1 #company-container{
    margin-block-start: 0;
}

#link-title-container {
    position: relative;

    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 10%;
    height: 60px;
    max-height: 100%;
    font-size: 85%;
    color: #fff;
    background-color: rgba(36, 160, 20, 0);
    border-color: rgba(36, 160, 20, 0);
    overflow: hidden;
    align-items: center;
    display: table;
}

#link-container {
    position: relative;

    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 10%;
    height: 45px;
    max-height: 100%;
    color: #fff;
    font-size: 85%;
    background-color: rgba(36, 160, 20, 0);
    border-color: rgba(36, 160, 20, 0);
    overflow: hidden;
    align-items: center;
    margin-block-start: 0;
}

#noResult-container {


    text-align: center;
    vertical-align: middle;
    margin: auto;

    width: 90%;
    height: auto;
    max-height: 100%;
    color: #fff;
    font-size: 100%;
    border-color: #fff;
    overflow: hidden;
    align-items: center;
}

#title-container {
    
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 5px;

}

.result-text {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: smaller;
    font-weight: bold;
}

.result-text-number{

    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: smaller;
    background-color: #6633ff;
    width: 10px;
    border-radius: 2px;

}

.percent-text-red {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #e21616;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: xx-small;
}

.percent-text-gray {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #a5aea7;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: xx-small;
}

.percent-text-green {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #1fd346;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: xx-small;
}

.noResult-text {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: large;
}

.market-result-text {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: larger;
}

.market-source-text {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #535354;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: smaller;
}

.result-text-left {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    align-items: center;
    font-size: smaller;
    font-weight: bold;
}

.company-logo {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    display: table-cell;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.trustpilot {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    width: 65%;
    height: auto;
    display: table-cell;
    overflow: hidden;
    font-size: 85%;
    color: #6633ff;

    align-items: center;
}

.title-text {

    font-weight: bold;
    font-size: 28px;
    margin: 0 auto;
    padding: 3px;
    color: #6633ff;
    font-size: 1.5rem;
    margin-inline: 0;

}

.market-title-text {

    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: x-large;
    display: flow-root;
}

.link-text {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    width: 100%;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    font-size: 85%;
    color: #fff;
    font-weight: bold;
    background-color: #1DB02E;
    border: none;
    border-radius: 5px;
    align-items: center;
}
.link-text:hover{
    cursor: pointer;
}

.none{
    display: none;
}

.full-height{
    color: #6633ff;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.wait-container{
    display: inline-block;
    margin-top: 30%;
}

.add_idea_box_right_top input[type="text"],
.add_idea_box_right_top textarea{
box-sizing:border-box;
}
#section-def-ordinateur{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    
}
#fond-def{
    background-color: #E2F9EE;
    color: #6E6E6E;
    padding: 2%;
    border-radius: 10px 20px; 
    font-size: 90%;
    line-height: 1.1rem;
}

#section-def-telephone{
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 15.5px;
    display: none;
}

#btnTrustpilot{
    background-color: #fff;
    color: #1DB02E;
    border: none;
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}
#btnTrustpilot span{
    color: #e21616;
}

#btnTrustpilot:hover{
cursor: pointer;
}

#fondTrustpilot{
    width: 60%;
    margin: auto;
    text-align: center;
}

#choix{
    display: flex;
    width: 70%;
    justify-content: space-evenly;
    margin-top: 12px;
    color: #6C757D;
}

#choix div{
    font-size: 15px;
}

#choix div div{
    font-size: 11.4px;
    margin-top: 5px;
}

#info-entreprise{
    display: none;
    width: 191px;
    background-color: #fff;
    font-size: 10px;
    color: #1DB02E;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    /* position: absolute; */
    z-index: 1;
    bottom: 100%;
    left: 50%;
    /* margin-left: -60px; */
    margin-top: -44px;
    margin-bottom: -18px;
}
#info-frais{
    display: none;
    width: 191px;
    background-color: #fff;
    font-size: 10px;
    color: #1DB02E;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    /* position: absolute; */
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: 19%;
    margin-top: -57px;
    margin-bottom: -18px;
}

.info-note{
    display: none;
    width: 191px;
    background-color: #fff;
    font-size: 10px;
    color: #1DB02E;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    /* position: absolute; */
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: 60px;
    border: 1px solid black;
    box-shadow: 2px 2px 2px black;
    /* margin-top: 69px;
    margin-bottom: -105px; */
}

#bloc-info{
    position: relative;
}


#entreprise:hover{
    cursor: pointer;
}
#company-container .text-container:hover{
cursor: pointer;
}

.fraisNone{
    font-style: italic;
    font-weight: 100;
}
#autreFrais{
    display: none;
}

.one{
    font-weight: 200;
}
#btn-fermer{
    display: none;
}

.swal-height {
    height: 400px;
}

@media screen and (max-width: 1200px) {
    .fraisNone{
        font-size: 9px;
    }
}
@media screen and (max-width: 950px) {
    #company-container{
        width: 22%;
    }
}
/* respensive comparateur */
@media screen and (max-width: 650px) {

    #title-result2{
        display: none;
    }
    #title-container{
        display: block;
    }

    #classement-container {
        height: auto;
        font-size: 20px;
        border: 2px solid;
        margin-bottom: 5px;
        border-radius: 10px;
        background-color: #6633ff;
        width: 25px;
        padding: 2px;
        display: flex;
    }

    .number{
        color: white;
    }
    
    #company-container{
        width: 40%;
    }
    
    #company-container #result-text #text{
        display: none;
    }

    .form-inline1{
        flex-direction: column;
        margin-bottom: 40px;
        background-color:#fff;
        border-radius: 20px;
        padding: 10px 0px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    #classement-container{
        grid-column: 3;
        grid-row: 1;
    }

    #logo-container{
        grid-column: 1/6;
        grid-row: 2;
        width: 100%;
        height: 100%;
        margin: auto;
        border-bottom: 1px solid #6633ff;
        display: grid;
    }
    .company-logo{
        width: 35%;
    }
    .trustpilot{
        margin-bottom: 10px;
        width: 30%;
    }

    #company-container{
        grid-column: 1/4;
        grid-row: 3;
        width: 100%;
        padding-top: inherit;

    }
    #company-container .result-text{
        margin-left: 10px;
    text-align: left;
    float: left;
    }

    .two{
        grid-column: 1/6;
        grid-row: 4;
        width: 100%;
    }

    .three{
        grid-column: 4/6;
        grid-row: 3;
        width: 100%;
    }

    .one{
        grid-column: 1/6;
        grid-row: 5;
        width: 100%;
    }

    #link-container{
        grid-column: 1/6;
        grid-row: 6;
        width: 100%;
        border-top: 1px solid #6633ff;
        padding-top: inherit;
    }

    .none{
        display: block;
        font-weight: bold;
    }

    hr{
        display: none;
    }

    #exRate-container{
        width: 100%;
        padding: 10px 0px;
        height: 70px;
        margin-top: 0px;
    }

    #exRate-container.two{
        border-top: 1px solid #6633ff;
    }
    
    #exRate-container.one{
        border-top: 1px solid #6633ff;
    }
    

    .result-text{
        font-size: 12px;
        font-weight: 400;
    }
    .result-text-left{
        font-weight: 400;
        font-size: 12px;
    }

    #results{
        background-color: transparent;
    }

    #note{
        display: none;
    }

    .p{
        display: none;
    }

    .title-text{
        font-size: 1.5rem;
    }

    .result-text-number{
        color: white;
    }

    .three .result-text{
        margin-right: 10px;
        text-align: right;
        float: right;
    }
    .link-text{
        width: 33%;
    }
    
    .comparer{
        margin-top: 0;
    }
    /* modif page */
    .itemA{
        width: 80%;
    }
    .number{
        width: 25px;
    height: 20px;
    }

    .sender-country {
        width: 80%;
        height: 30px;
        margin-bottom: 5px;
        margin-right: 10%;
        margin-left: 10%;
        overflow: visible;
    }
    
    .sender-currency {
        width: 80%;
        height: 30px;
        margin-bottom: 8px;
        margin-right: 10%;
        margin-left: 10%;
        overflow: visible;
    }
    
    .amount {
        width: 80%;
        height: 25px;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 8px;
        margin-top: 8px;
        overflow: visible;
        text-overflow:ellipsis;
        text-indent: 5px;
    }
    
    .comparer:hover{
        cursor: pointer;
    }

    #comparateur {
        width: 100%;
        height: 70%;
        max-height: none;
    }

    .market-title-text {
        font-size: 0.9rem;
        width: max-content;
    }

    
    #market-rate {
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    #market-result-text {
        font-size: 0.8rem;
    }

    #market-container {
        margin-bottom: 30px;
    }

    .gif {
        margin-top: 0px;
    }
    .fraisNone{
        display: none;
        border: 1px solid black;
    padding: 2px;
    box-shadow: 2px 2px 2px black;
    margin-top: -31px;
    position: relative;
    background-color: white;
    font-size: 11px;
    float: inherit;
    }

    .info-note{
        font-size: 9px;
        width: 55%;
    }

    #btn-fermer{
        display: block;
        width: 10%;
    font-size: 11px;
    font-style: initial;
    float: right;
    margin-top: -7px;
    margin-right: -5px;
    background: #6633ff;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-weight: 900;
    padding: 1px;
    }

    /* bloc définition */
    #section-def-ordinateur{
        display: none;
    }
    #section-def-telephone{
        display: block;
    }    

    #fondTrustpilot{
        width: 70%;
    }    

    #btnTrustpilot{
        font-size: 13px;
    }



    #choix{
        flex-direction: column;
        width: 60%;
    }
    #p2{
        flex-direction: column;
        width: 40%;
    }
    #case3{
        margin-left: -31px;
    }

    #autreFrais{
        display: block;
    float: right;
    font-size: 14px;
    margin-top: -7px;
    margin-left: 2px;
    color: #fff;
    background-color: #6633ff;
    padding: 4px 5px 2px 5px;
    border-radius: 4px;
    }
    

}
/* respensive du titre comparateur */

@media screen and (max-width: 1100px) {
    .title-text{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 930px) {
    .title-text{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 390px) {
    .title-text{
        font-size: 1rem;
    }
}
/* respensive page */

@media screen and (max-width: 800px) {

    #container {
        flex-direction: column;
        align-items: center;
    }

    #results-container {
        width: 100%;
    }

    #comparateur {
        width: 100%;
        height: 70%;
    }

    .title {
        width: 100%;
        height: 70%;
        margin-bottom: 15px;
    }

    #results {
        width: 100%;
        height: 70%;
    }

    #img {
        display: none;
    }

    #bons-plans {
        align-self: center;
        width: 50%;
        margin-left: 24%;
        margin-right: 24%;
    }

    #container4-1 {
        grid-template-columns: repeat(2, auto);
    }

    .comparer {
        width: 33%;
        height: 45px;
        font-weight: bold;
    }

    .market-result-text {
        font-size: 0.7rem;
    }

    .market-source-text {
        font-size: 0.5rem;
    }
    .title-inline{
        font-size: 13px;
    }
}


@media screen and (max-width:615px) {

    #container2 {
        width: 100%;
    }

    #verbatims {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .item {
        margin: 15px;
    }

    #container3 {
        width: 100%;
    }

    
}

@media screen and (max-width: 560px) {

    #img {
        width: 30%;
    }

    #bons-plans {
        width: 300px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    #bons-plans input {
        width: auto;
        padding: 5px 15px;
    }

    #bons-plans button {
        width: auto;
    }

    .img-itemA-0 {
        width: 150px;
        height: 120px;
    }

    #container4-1 {
        grid-template-columns: repeat(1, auto);
    }

    #container8-2{
        width: 90%;
    }
    .pos2 img{
        width: 50px;
    }

    .comparer {
        font-size: medium;
        width: 45%;
    }

}
@media screen and (max-width: 450px) {

    .itemA{
        width: 90%;
    }

    

    .title-text{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 385px) {

    .result-text{
        font-size: 11px;
    }
}

@media screen and (max-width: 355px) {

    .result-text{
        font-size: 10px;
    }
    .fraisNone{
        font-size: 9px;
    }
}
@media screen and (max-width: 320px) {

    .result-text{
        font-size: 9px;
    }
}
@media screen and (max-width: 305px) {

    .fraisNone{
        font-size: 8.5px;
    }
}
@media screen and (max-width: 350px) {

    #bons-plans {
        width: 100%;
    }

    .title-text{
        font-size: 0.9rem;
    }

    .img-itemA-0 {
        width: 150px;
        height: 100px;
    }
    .title{
        font-size: 20px;
    }
    h5{
        font-size: 15px;
    }
}

body {
    background: #E9F7EF;
}

.faq-col {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.hide-desktop-block{
    display: none;
}
.hide-desktop-flex{
    display: none;
}
.hide-desktop-tab-block{
    display: none;
}
.hide-desktop-tab-flex{
    display: none;
}

.label-input{
    color: #6633ff !important;
    font-size: 16px !important;
}
.form-check-label {
    font-size: 15px !important;
}
.cookies-btn {
    margin: auto;
    width: 50%;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 26px;
}

.toast { max-width: 100%; }

.toast-info {
    background-color: #6633FF !important;
}

#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .trustpilot-note-tab{
        margin-left: 29%;
    }
}

.primary-container {
    padding-left: 30px;
    padding-right: 30px;
}

.results-container-width{
    max-width: 98% !important;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .fees-col {
        padding: 0px 15px 0px 15px !important;
    }
    .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 12px;
    }
    .big-title{
        font-size: 32px !important;
        margin-bottom: 40px !important;
    }
    .title-1 {
        font-size: 40px !important;
    }
    .title-2 {
        font-size: 19px !important;
        font-weight: 600;
    }
    .fees-col {
        padding: 0px 10px 0px 10px !important;
        font-size: 14px;
    }
    .primary-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .card-mobile {
        padding: 5px !important;
    }
    .info-card {
        margin: 0px !important;
        margin-top: 15px !important;
    }
    .other-info-card {
        margin: 8px 0px 8px 0px !important;
        margin-top: 15px !important;
    }
    .info2-card {
        padding: 0px !important;
    }
    .title-col {
        padding: 10px 10px 20px 10px !important;
        font-size: 16px !important;
    }
    .exRate-col {
        padding: 10px 10px 20px 10px !important;
        font-size: 13px !important;
    }
    .methods-col {
        padding: 0px 10px 15px 10px !important;
        font-size: 13px !important;
    }
    .fees-col {
        padding: 0px 10px 0px 10px !important;
        font-size: 12px;
    }
    .footer-row {
        margin: 0px !important;
        font-size: 11px !important;
    }
    .other-offers {
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .choose-btn-card {
        margin: 0px !important;
        padding-left: 15px;
        margin-top: 10px !important;
    }
    .choose-btn {
        font-size: 14px !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop-block {
        display: block;
    }
    .hide-desktop-flex {
        display: flex;
    }
    .hide-desktop-tab-block {
        display: none;
    }
    .hide-desktop-tab-flex {
        display: none;
    }
    .pub-img {
        height: 300px;
        width: auto;
    }
    .newsletter-text {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .title-depuis{
        font-size: 22px !important;
    }
    .filter-list {
        font-size: 13px !important;
    }
    

}

@media screen and (max-width: 767px) {
    .nav-mobile{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .results-container-width{
        max-width: 100% !important;
    }
    .hide-mobile-not-tab {
        display: none !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .hide-desktop-block{
        display: block;
    }
    .hide-desktop-flex{
        display: flex;
    }
    .hide-desktop-tab-block{
        display: block;
    }
    .hide-desktop-tab-flex{
        display: flex;
    }
    .big-title{
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }
    .steps-text{
        font-size: 17px !important;
    }
    .title-1 {
        font-size: 28px !important;
    }
    .title-2 {
        font-size: 16px !important;
        font-weight: 600;
    }
    .title-3 {
        font-size: 14px !important;
        font-weight: 600;
    }
    .descr-4 {
        font-size: 12px !important;
    }
    .trustpilot-note {
        font-size: 14px !important;
        border: none !important;
    }
    .btn-video {
        margin-top: 15px !important;
    }

    /* Comparateur styling */
    .comparateur-card{
        padding: 15px 8px 15px 8px !important;
    }
    .send-card{
        padding: 8px !important;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .amount-input {
        font-size: 13px;
        height: 30px;
    }
    .label-input{
        color: #6633ff !important;
        margin-bottom: 0px;
        font-size: 14px !important;
    }
    .form-check-label {
        font-size: 13px !important;
    }
    .custom-select:not(.custom-select-sm) {
        height: 30px;
        padding-top: .700rem;
        padding-bottom: .700rem;
        font-size: 13px;
    }
    .custom-select:not(.custom-select-sm).border-0 {
        height: 28px;
        font-size: 12px;
    }
    .swap-btn {
        font-size: 12px;
        height: 28px;
        margin-bottom: 5px;
    }
    .swap-btn-fas {
        vertical-align: top;
    }

    /* Results styling */
    .title-depuis{
        font-size: 15px !important;
    }
    .filter-list {
        display: list-item !important;
    }
    .primary-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .card-mobile {
        padding: 5px !important;
    }
    .info-card {
        margin: 0px !important;
        margin-top: 15px !important;
    }
    .other-info-card {
        margin: 8px 0px 8px 0px !important;
        margin-top: 15px !important;
    }
    .info2-card {
        padding: 0px !important;
    }
    .title-col {
        margin: 0px 0px 8px 0px !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    .exRate-col {
        padding: 0px !important;
        font-size: 11px !important;
        text-align: center !important;
    }
    .methods-col {
        padding: 0px 10px 0px 10px !important;
        font-size: 10px !important;
        text-align: center !important;
    }
    .fees-col {
        padding: 0px 10px 0px 10px !important;
        font-size: 11px;
    }
    .footer-row {
        margin: 0px !important;
        font-size: 11px !important;
    }
    .other-offers {
        order: 2;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .choose-btn-card {
        margin: 0px !important;
    }
    .choose-btn {
        font-size: 11px !important;
    }
    .newsletter-text {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }
    .newsletter-input {
        margin-bottom: 10px !important;
        width: 100%;
    }

    .element-col {
        padding: 0px !important;
    }
    .pub-img {
        height: 300px;
        width: auto;
    }

    /* Other styling */
    .element-col {
        padding: 0px !important;
    }
    .faq-col {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    #container8-1 {
        width: 94%;
    }
    .cookies-btn {
        margin: auto;
        width: 100%;
    }
    #toast-container > div {
        padding: 2px 8px 0px 50px;
        width: 100%;
    }
    .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 11px;
    }
    #toast-container > div {
        margin: 0 0 6px;
        padding: 8px 8px 8px 45px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }
}

@media screen and (max-width: 472px) {
    #toast-container > div {
        margin: 0 0 6px;
        padding: 1px 1px 1px 45px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }
}

.swal2-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px !important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 0px !important;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-image {
    max-width: 100%;
    margin: 0px !important;
    border-radius: 10px !important;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

#partners_dropdown.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

#partners_dropdown.dropdown:hover>.dropdown-menu {
    display: block;
}