/*GENERALITES*/

body
{
    background-color: #292929!important;
    background-image: url(../images/background.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 200px 200px;
    margin: 0!important;
    padding: 0!important;
    color: white!important;
    font-family: 'Nunito', sans-serif!important;
}

section
{
    padding: 0 5%;
    margin-top: 100px;
}

.bg-gris
{
    background-color: #343230;
}

.no-padding
{
    padding: 0!important;
}

.no-margin-top
{
    margin-top: 0;
}

.clicked
{
    left: 70%!important;
    right: 0%!important;
}

.clicked2
{
    max-height: 600px!important;
}

.clicked3
{
    transform: rotate(180deg);
}

.clicked4
{
    bottom: 0!important;
    width: 100%!important;
}

.clicked5
{
    left: 8%!important;
    right: 8%!important;
    top: 8%!important;
    bottom: 8%!important;
    opacity: 1!important;
}

a:hover
{
    cursor: pointer!important;
    text-decoration: none!important;
}

p
{
    margin: 0;
}

ul,ol
{
    list-style:none;
}

i
{
    vertical-align: middle;
}

.efficience
{
    font-family: 'syncopate', sans-serif!important;
}

.orange
{
    color: #ff7d02!important;
}

.disabled:hover
{
    cursor: not-allowed!important;
}

strong
{
    text-decoration: none;
    font-weight: normal!important;
}

.citation
{
    text-align: center;
    font-style: italic;
    font-size: 2.5em;
    margin: 0 10%;
    font-weight: lighter;
}

.flexV
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flexH
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.centrer
{
    text-align: center;
}

.justifier
{
    text-align: justify;
}

.petit
{
    font-size: small;
}

.BTN-orange
{
    display: block;
    margin: auto;
    width: 200px;
    
    background-color: #ff7d02;
    border: solid 2px #ff7d02;
    border-radius: 50px;
    color: #343230;
    font-family: 'Nunito', sans-serif!important;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 50px;
}


/*EN-TETE*/

#en-tete
{
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    margin: 0;
}

#en-tete a
{
    width: 200px;
    display: block;
    margin: auto;
}

#en-tete a img
{
    width: 200px;
    display: block;
    margin: auto;
}

/*NAV*/

#navigation
{
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: 0px 5px 10px rgba(41,41,41,0.6);
}

#navigation .navbar-brand
{
    display: inline-flex;
    justify-content: space-between;
    width: 180px;
    margin: 0;
    font-family: 'Syncopate', sans-serif!important;
}

#navigation .navbar-brand h1, #navigation .navbar-brand i
{
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
    margin: 0;
    margin-left: 5px;
}

#navigation .navbar-collapse ul
{
    width: 100%;
    justify-content: center;
    margin-right: 180px!important;
}

#navigation .navbar-collapse ul li
{
    margin: 0 2%;
    text-align: center;
    width: 150px;
}

#navigation .nav-link
{
    -webkit-transition: 0.3s!important; /* Safari prior 6.1 */
    transition: 0.3s!important;
}

#navigation .nav-link:hover
{
    -webkit-transition: 0.3s!important; /* Safari prior 6.1 */
    transition: 0.3s!important;
}

#navigation .dropdown-menu
{
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: 0px 5px 10px rgba(41,41,41,0.6);
    width: 200%;
    position: absolute;
    left: -50%;
    top: 100%;
}

#navigation .dropdown-menu .dropdown-item
{
    color: rgba(255,255,255,0.5);
    white-space: normal;
    -webkit-transition: 0.3s!important; /* Safari prior 6.1 */
    transition: 0.3s!important;
}

#navigation .dropdown-menu .dropdown-item:hover:not(.disabled)
{
    color: rgba(255,255,255,0.8);
    background-color: transparent;
}

#navigation .disabled
{
    pointer-events: all;
}

#navigation .disabled:hover
{
    cursor: not-allowed!important;
}

/*SECTION*/
#accueil
{
    margin-top: 5%;
}

#accueil #texte-accueil h2
{
    font-size: 5em;
    font-weight: bold!important;
    margin-top: 10%;
    padding-left: 5%;
}

#accueil #texte-accueil h2 #ecriture-effet
{
    color: #ff7d02;
}

#accueil #image-accueil img
{
    width: 80%;
}

#accueil button
{
    text-transform: uppercase;
    height: 50px;
    margin-top: 10%;
    margin-bottom: 0;
}

#prestations .carousel-inner
{
    overflow: hidden;
}

#prestations .carousel-item, #prestations .carousel-control-prev, #prestations .carousel-control-next
{
    margin-top: 150px;
    height: 600px;
}

#prestations .carousel-item-titre
{
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    
    display: inline-block;
    
    position: absolute;
    top: -20px;
    left: 5%;
    border-radius: 20px;
}

#prestations .carousel-item-titre h4
{
    padding: 20px;
    margin: 0;
    
    font-size: 1.6em;
}

#prestations .carousel-item-texte
{
    margin: auto 0;
    padding: 25px 20%;
    width: 100%;
    
    position: absolute;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    
    background: rgba(41,41,41,0.5);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-size: 1.5em;
}

#prestations .carousel-item-texte p
{
    margin: 0;
}

#prestations .citation
{
    font-size: 1.5em;
    margin-top: 50px;
}

/*#prestations .carousel-item-texte-location
{
    margin: auto 0;
    padding: 25px 20%;
    width: 100%;
    
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    
    background: rgba(41,41,41,0.5);
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    font-size: 1.5em;
}*/

#prestations .drapeau-prix
{
    position: absolute;
    right: 8%;
    top: -20px;
    z-index: 20;
    
    width: 120px;
    height: 120px;
    
    background-color: #ff7d02;
    
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    
    padding: 20px 10px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#prestations .drapeau-prix:before
{
    border: 30px solid transparent;
    border-top: 30px solid #ff7d02;
    border-right: 30px solid #ff7d02;
    content: "";
    position: absolute;
    right: 0px;
    top: 120px;
}

#prestations .drapeau-prix:after
{
    border: 30px solid transparent;
    border-top: 30px solid #ff7d02;
    border-left: 30px solid #ff7d02;
    content: "";
    position: absolute;
    right: 60px;
    top: 120px;
}

#prestations .drapeau-prix p
{
    text-align: center;
}

#prestations .drapeau-prix a
{
    color: white;
    text-decoration: underline;
    -webkit-transition: 0.3s; /* Safari prior 6.1 */
    transition: 0.3s;
}

#prestations .drapeau-prix a:hover
{
    color: #00af00;
    text-decoration: underline;
}

#prestations .plus
{
    text-align: center;
    margin: auto;
    padding-top: 5px;
    font-size: medium;
    -webkit-transition: 0.3s; /* Safari prior 6.1 */
    transition: 0.3s;
}

#prestations .plus:hover
{
    font-weight: bold;
    font-size: large;
}

#prestations .docs
{
    margin-top: 25px;
}

#prestations #audits
{
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#prestations #audits img
{
    position: absolute;
    top: 18%;
    left: 15%;
    margin: 0;
    width: 10%;
    min-width: 75px;
    max-width: 140px;
    z-index: 800;
}

#prestations #thermographies
{
    background-image: url(../images/thermal-view-house.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#prestations .images-block
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#prestations img
{
    width: 20%;
    height: auto;
    margin: auto;
}

#prestations #conseils
{
    background-image: url(../images/wool.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#prestations #location-camera
{
    background-image: url(../images/paille.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#prestations h5
{
    font-weight: bold;
    margin-top: 25px;
}

#prestations .location-image
{
    flex: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#prestations .location-block img
{
    width: 100%;
}

#prestations .location-block .location-tarif
{
    color: #ff7d02;
    background-color: transparent;
    border: 2px solid #ff7d02;
    border-radius: 50px;
    min-width: 100px;
    -webkit-transition: 0.8s; /* Safari prior 6.1 */
    transition: 0.8s;
}

#prestations .location-block .location-tarif:hover
{
    background-color: #ff7d02;
    color: #343230;
}

#prestations .location-block p
{
    text-align: center;
}

#prestations #moe
{
    background-image: url(../images/bois.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#prestations #moe .docs a
{
    color: rgba(255,255,255,.5);
    text-decoration: none;
    background-color: transparent;
}

#prestations #moe .docs a:hover
{
    color: rgba(255,255,255,.75);
    text-decoration: none;
    background-color: transparent;
}

#qui-suis-je
{
    padding-top: 150px;
}

#qui-suis-je p
{
    margin: 0;
}

#qui-suis-je img
{
    display: block;
    margin: auto;
    margin-top: 50px;
    border-radius: 100%;
}

#qui-suis-je h4
{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

#qui-suis-je .timeline
{
    padding: 30px;
    position: relative;
    width: 100%;
}

#qui-suis-je .timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background: #ff7d02;
    left: 50%;
    margin-left: -2.5px;
}

#qui-suis-je .timeline li
{
    margin-bottom: 20px;
    position: relative;
}

#qui-suis-je .timeline li:after
{
    clear: both;
}

#qui-suis-je .timeline li:before, .timeline li:after
{
    content:" ";
    display: table;
}

#qui-suis-je .timeline li .timeline-badge
{
    color: #ff7d02;
    width: 50px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: 0px 5px 10px rgba(41,41,41,0.6);
    border-radius: 50%;
}

#qui-suis-je .timeline-panel-container
{
    width: 50%;
    float: left;
}

#qui-suis-je .timeline-panel-container-inverted
{
    width: 50%;
    float: right;
}

#qui-suis-je .timeline-panel
{
    width: 90%;
    float: right;
    margin-right: 40px;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: 0px 5px 10px rgba(41,41,41,0.6);
}

#qui-suis-je .timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin-left: 40px;
}

#qui-suis-je .timeline-panel:after
{
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ff7d02;
    border-right: 0 solid #ff7d02;
    border-bottom: 14px solid transparent;
    content: " ";
}

#qui-suis-je .timeline-panel-container-inverted .timeline-panel:after
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

#qui-suis-je .timeline-heading
{
    margin: 10px 0;
}

#qui-suis-je .timeline-heading h5
{
    margin-top: 5px;
    font-size: 1.8em;
}

#qui-suis-je .timeline-heading a
{
    color: white;
}

#qui-suis-je .timeline-heading h6
{
    color: #00af00;
    font-size: 1.2em;
}

#qui-suis-je .timeline-body
{
    text-align: justify;
}

#ethique
{
    padding-bottom: 50px;
    padding-top: 150px;
}

#ethique .ethique-image
{
    display: block;
    margin: auto;
    width: 400px;
    margin: 150px auto;
}

#ethique .negaWatt-image
{
    display: block;
    margin: auto;
    width: 80%;
    max-width: 500px;
}

#ethique .ethique-texte
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ethique small
{
    display: block;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

#ethique .ethique-texte h6
{
    font-size: 1.3em;
    font-weight: bold;
}

#ethique .ethique-texte p
{
    font-size: 1.1em;
    text-align: justify;
}

#ethique .ethique-texte a
{
    color: white;
    text-decoration: underline;
}

#ethique .ethique-texte a:hover
{
    text-decoration: none;
}

#ethique .ethique-idee
{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition:visibility 0.3s linear,opacity 0.3s linear;
    text-align: center;
    font-weight: bold;
}

#ethique #ethique-idee1
{
    top: 25%;
    left: 5%;
}

#ethique #ethique-idee2
{
    top: 45%;
    right: 5%;
}

#ethique #ethique-idee3
{
    bottom: 25%;
    left: 5%;
}

#ethique #ethique-idee4
{
    bottom: 15%;
    right: 35%;
}

#ethique #ethique-idee5
{
    top: 15%;
    left: 50%;
}

#bureau
{
    text-align: center;
}

#bureau h4
{
    color: #ff7d02;
    font-weight: bold;
    margin: 0 5%;
    padding-bottom: 5px;
}

#bureau h5
{
    color: #00af00;
    font-weight: bold;
    margin: 10px 5% 0 5%;
    padding-top: 10px;
    border-top: 3px solid #ff7d02;
}

/*FENETRE CONTACT DEVIS*/
#fenetre-contact, #fenetre-devis, #fenetre-RT2012-devis
{
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: -5px 0px 10px rgba(41,41,41,0.6);
    
    display: block;
    position: fixed; /*à titre d'exemple également*/
    top: 0%;
    left: 100%;
    right: -30%;
    bottom: 0%;
    padding-left: 2%;
    padding-right: 2%;
    
    text-align: center;
    font-weight: bold;
    visibility: hidden; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    -webkit-transition: 2s; /* Safari prior 6.1 */
    transition: 2s;
    overflow-x: hidden;
}

#fenetre-contact .titre, #fenetre-devis .titre, #fenetre-RT2012-devis .titre
{
    font-size: 1.5em;
    margin: 20px auto!important;
}

#fenetre-contact .croix, #fenetre-devis .croix, #fenetre-RT2012-devis .croix
{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 500;
    background-color: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 2em;
    -webkit-transition: 0.3s; /* Safari prior 6.1 */
    transition: 0.3s;
}

#fenetre-contact .croix:hover, #fenetre-devis .croix:hover, #fenetre-RT2012-devis .croix:hover
{
    color: rgba(255,255,255,0.8);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#fenetre-contact .coordonnees
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 250px;
}

#fenetre-contact .coordonnees .tel
{
    color: rgba(255,255,255,0.5);
    font-size: 2em;
    -webkit-transition: 0.8s; /* Safari prior 6.1 */
    transition: 0.8s;
}

#fenetre-contact .coordonnees .email
{
    color: rgba(255,255,255,0.5);
    font-size: 1.2em;
    -webkit-transition: 0.8s; /* Safari prior 6.1 */
    transition: 0.8s;
}

#fenetre-contact .coordonnees i
{
    font-size: 50px;
}

#fenetre-contact .coordonnees a:hover
{
    color: #ff7d02;
}

#fenetre-contact .separation
{
    width: 100%;
    margin: 0 5%;
    border: 2px solid rgba(255,255,255,0.5);
}

#fenetre-contact .question, #fenetre-devis .question, #fenetre-RT2012-devis .question
{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fenetre-contact .comments, #fenetre-devis .comments, #fenetre-RT2012-devis .comments
{
    color: #ff7d02;
}

#fenetre-contact .button1, #fenetre-devis .button1, #fenetre-RT2012-devis .button1
{
    display: block;
    margin: auto;
    width: 200px;
    height: 50px;
    margin-bottom: 25px;
    
    background-color: transparent;
    border: solid 2px rgba(255,255,255,0.5);
    border-radius: 50px;
    color: rgba(255,255,255,0.5);
    font-family: 'Nunito', sans-serif!important;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    -webkit-transition: 0.8s; /* Safari prior 6.1 */
    transition: 0.8s;
}

#fenetre-contact .button1:hover, #fenetre-devis .button1:hover, #fenetre-RT2012-devis .button1:hover
{
    background-color: #ff7d02;
    border: solid 2px #ff7d02;
    color: #343230;
}

#fenetre-devis .box, #fenetre-RT2012-devis .box
{
    text-align: left;
}

#fenetre-devis .box label, #fenetre-RT2012-devis .box label
{
    padding-left: 10px;
}

[type=number]
{
    max-width: 100px;
    margin: auto;
}

#fenetre-contact #contact-alert, #fenetre-devis #devis-alert, #fenetre-RT2012-devis #devis-RT2012-alert
{
    margin-top: 25%;
    top: 0;
}

/*FENETRE EN SAVOIR PLUS*/
#plus-cadre
{
    background-color: rgba(0,0,0,0);
    z-index: 9799;
    
    display: block;
    position: fixed; /*à titre d'exemple également*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.plus-
{
    background-color: rgba(41,41,41,0.8);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    box-shadow: -5px 0px 10px rgba(41,41,41,0.6);
    
    display: block;
    position: fixed; /*à titre d'exemple également*/
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    opacity: 0;
    padding-left: 2%;
    padding-right: 2%;
    
    text-align: justify;
    font-size: 1.2em;
    visibility: hidden; /*partie importante: cacher la div et son contenu*/
    z-index: 9899; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    -webkit-transition: 1s; /* Safari prior 6.1 */
    transition: 1s;
    transition-timing-function: cubic-bezier(0,.26,.25,1);
    overflow-x: hidden;
}

.plus- h3
{
    text-align: center;
    margin-top: 50px;
}

.plus- h4, .plus- a
{
    display: block;
    text-align: center;
}

.plus- h4
{
    margin-bottom: 50px;
}

.plus- .col-lg-6
{
    padding: 1% 5% 5% 5%;
}

.plus- .col-lg-12
{
    padding-left: 5%;
    padding-right: 5%;
}


.plus- ul
{
    padding-left: 10%;
}

.plus- ul li
{
    list-style-type: disc;
}

.plus- .croix
{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 500;
    background-color: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 2em;
    -webkit-transition: 0.3s; /* Safari prior 6.1 */
    transition: 0.3s;
}

.plus- .croix:hover
{
    color: rgba(255,255,255,0.8);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#plus-location img
{
    width: 35%;
    max-width: 200px;
    margin: auto;
    display: block;
}

#plus-location span
{
    vertical-align: middle;
}

#plus-location .HTmax
{
    height: 200px;
}

#plus-location .resa a span
{
    font-size: 5em;
}

#plus-location .resa
{
    margin-left: 10%;
}

#plus-RT2012 .prix
{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

#plus-RT2012 .pack1
{
    background: #ff7d02;
    padding: 10px 0;
    margin-bottom: 15px;
}

#plus-RT2012 .pack2
{
    background: #00af00;
    padding: 10px 0;
    margin-bottom: 15px;
}

#plus-RT2012 .bordurePack1
{
    border: solid 3px #ff7d02;
}

#plus-RT2012 .bordurePack1 p
{
    font-size: smaller;
}

#plus-RT2012 .bordurePack2
{
    border: solid 3px #00af00;
}

#plus-RT2012 .bordurePack1 p, #plus-RT2012 .bordurePack2 p
{
    padding: 0 5%;
}

#plus-RT2012 .boutonPack1
{
    background: rgba(255, 125, 2, 0.5);
}

#plus-RT2012 .boutonPack1:hover
{
    background: #ff7d02;
}

#plus-RT2012 .boutonPack2
{
    background: rgba(0, 175, 0, 0.5);
}

#plus-RT2012 .boutonPack2:hover
{
    background: #00af00;
}

#plus-audits img
{
    margin: auto;
    display: block;
    width: 200px;
}

/*FOOTER*/
footer
{ 
    margin: 0;
    color: white;
}

footer .container-fluid
{ 
    padding: 0;
}

footer #footer1-1
{
    text-align: center;
    height: 75px;
}

footer #footer1-1 i
{
    transition-property: transform;
    transition-duration: 1s;
}

footer .footer1-2
{
    height: 400px;
}

footer .footer1-2 img
{
    margin: auto;
    display: block;
    width: 200px;
}

footer .footer1-3
{
    height: 200px;
}

footer #footer1
{ 
    background-color: rgba(41,41,41,0.6);
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
    
    position: relative;
    overflow: hidden;
    max-height: 60px;
    -webkit-transition: 2s; /* Safari prior 6.1 */
    transition: 2s ease-in-out;
}

footer #footer1 h5
{
    text-align: center;
    
}

footer #footer1 h6
{
    padding-left: 30px;
    font-weight: bold;
}

footer #footer2
{
    height: 50px;
    text-align: center;
}

footer #footer2 p
{
    margin: 0;
}

footer .keywords
{
    margin: auto;
    text-align: center;
}

/*MEDIA QUERY*/

@media only screen and (max-width: 1600px)
{
    #accueil #texte-accueil h2
    {
        font-size: 4em;
    }
}

@media only screen and (max-width: 1300px)
{
    #accueil #texte-accueil h2
    {
        font-size: 3em;
    }
}

@media only screen and (max-width: 992px)
{
    #accueil #texte-accueil h2
    {
        font-size: 2em;
    }

    .clicked
    {
        left: 0%!important;
        right: 0%!important;
    }
    
    #navigation .navbar-collapse ul li
        {
            width: auto;
        }
    
    #navigation .navbar-collapse
        {
            width: 100%;
        }
    
     #navigation .dropdown-menu
        {
            width: 100%;
            position: relative;
            left: 0;
        }
    #prestations .carousel-item-texte
        {
            font-size: 1em;
        }
    #prestations .carousel-item, #prestations .carousel-control-prev, #prestations .carousel-control-next
    {
        height: 400px;
    }
    
    #prestations .drapeau-prix
    {
        font-size: 0.8em;
        height: 100px;
    }

    #prestations .drapeau-prix:before
    {
        border: 30px solid transparent;
        border-top: 30px solid #ff7d02;
        border-right: 30px solid #ff7d02;
        right: 0px;
        top: 100px;
    }

    #prestations .drapeau-prix:after
    {
        border: 30px solid transparent;
        border-top: 30px solid #ff7d02;
        border-left: 30px solid #ff7d02;
        right: 60px;
        top: 100px;
    }
}

@media only screen and (max-width: 700px)
{
    #accueil #texte-accueil h2
    {
        font-size: 1.5em;
    }
    #prestations .carousel-item-texte
    {
        padding: 25px 15%;
    }
    #prestations .drapeau-prix
    {
        position:absolute;
        float: none;
        right: inherit;
        top: inherit;
        bottom: 50px;
        left: 50%; /* poussé de la moitié de la largeur du référent */
        transform: translateX(-50%); /* tiré de la moitié de sa propre largeur */
        
        width: 140px;
        height: auto;
        margin: auto;
        padding: 0;
        
        border-radius: 15px;
    }
    #prestations .drapeau-prix:before
    {
        border: none;
    }
    #prestations .drapeau-prix:after
    {
        border: none;
    }
}

@media only screen and (max-width: 575px)
{
    #accueil #texte-accueil h2
    {
        margin-top: 0;
        padding-left: 0;
        text-align: center;
    }
    
    #accueil #image-accueil img
    {
        display: block;
        margin: auto;
    }
    
    #accueil button
    {
        margin-bottom: 10%;
    }
    
    #fenetre-contact
    {
        font-size: 0.8em!important;
    }
    
    .form-control
    {
        font-size: 0.8em!important;
    }
    #prestations .carousel-item, #prestations .carousel-control-prev, #prestations .carousel-control-next
    {
        height: 500px;
    }
    #prestations .carousel-item-texte
        {
            font-size: 0.8em;
        }
    #ethique .citation
    {
        font-size: 1.5em;
    }
    #ethique .ethique-image
    {
        width: 300px;
    }
    #qui-suis-je .timeline-heading h5
    {
        font-size: 1.3em;
    }
    #qui-suis-je .timeline-heading h6
    {
        font-size: 1em;
    }
    #qui-suis-je p
    {
        font-size: 0.8em;
    }
}