@import "reset.css";
@import "fontSite.css";
@import "menu-mobile.css";
@import "menu.css";
@import "sweetAlert.css";
@import "wow/animate.css";
@import "button.css";

/**************************** COULEUR *************************/

#pageContent .content{
    color: rgb(0,0,0);
}

a.lien{
    color:inherit;
}
a.lien:hover{
    color: rgb(106,0,27);
}


.icon-phone-animated{
    width:40px;
    height:40px;
}

@media (max-width: 800px) {
    .icon-phone-animated{
        width:55px;
        height:55px;
    }
}
@media (max-width: 500px) {
    .icon-phone-animated{
        width:70px;
        height:70px;
    }
}

.icon-phone-animated path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: black;
}

.lien:hover .icon-phone-animated path {
    fill: rgb(106,0,27) !important;
}

.colorred{
    color: rgb(106,0,27);
}

.colorredClair{
    color: rgb(191,2,50);
}

.colorredfonce{
    color: rgb(57,0,14);
}

.colorwhite{
    color: rgb(255,255,255);
}

/****************************************************************/
/************************** Global Styles ***********************/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, legacy WebKit */ /* Firefox, legacy */
    box-sizing: border-box; /* Modern browsers */
}

body {
    background-attachment: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

#body-container {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
}

.size {
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.separator {
    position: relative;
    clear: both;
    height: 0;
}

/*Utiliser pour les éléments avec WOW.js*/
.invisible {
    opacity: 0;
    visibility: visible;
}

/**************/
.titreContent{
    text-align: center;
    max-width:100%;
    margin: 0px auto;
}
.titreContent .titre{
    margin-top:0px;
    font-size: 60px;
    border:0px solid red;
    line-height: 70px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.titreContent .soustitre{
    margin-top: 1em;
    padding-top: 0px;
    line-height: 1.5em;
    border:0px solid green;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

.titreContent .titreSecondaire{
    margin-top: 0em;
    padding-top: 0px;
    line-height: 65px;
    font-size: 45px;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

.titreContent .soustitreSecondaire{
    margin-top: 1em;
    padding-top: 0px;
    line-height: 45px;
    border:0px solid green;
    font-size: 30px;
    margin-bottom: 0.5em;
}

.prise-rendez-vous{
    text-align: center;
    font-size: 1.2em;
}

@media (max-width: 1400px) {
    .titreContent .titre{
        font-size: 45px;
        line-height: 55px;
    }

    .titreContent .titreSecondaire{
        font-size: 35px;
        line-height: 50px;
    }

    .titreContent .soustitreSecondaire{
        line-height: 40px;
        font-size: 25px;
    }
}
@media (max-width: 600px) {
    .titreContent .titre{
        font-size: 35px;
        line-height: 50px;
    }

    .titreContent .titreSecondaire{
        font-size: 26px;
        line-height: 40px;
    }

    .titreContent .soustitreSecondaire{
        margin-top: 1.5em;
        line-height: 28px;
        font-size: 18px;
    }
    
    .prise-rendez-vous{
        font-size: 1.1em;
    }
}
/**************/

h1, h2, h3, h4, p {
    position: relative;
    display: block;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top:0.5em;
    line-height:1.5em;
    margin-bottom:0.8em;
    font-size:1em
}

ul.list {
    margin-top:0.5em;
    list-style: disc;
    margin-left: 1.5em;
    text-align: left;
}

ul.list li {
    font-size: 1.05em;
    padding-bottom: 0.5em;
    line-height: 1.5em;
}


@media (max-width: 1200px) {
    h1, h2, h3, h4, p {
        font-size:0.95em;
        margin-bottom:1em;
    }

    ul.list li {
        font-size: 0.95em;
    }
}

a#btn_up {
    z-index: 100;
    width: 60px;
    height: 60px;
    background-image: url("../images/site/up.png");
    position: fixed;
    bottom: 170px;
    right: 5px;
    cursor: pointer;
    display: none;
}

a#btn_up:hover {
    background-image: url("../images/site/up-on.png");
}

@media (max-width: 1200px) {
    a#btn_up {
        width: 40px;
        height: 40px;
        background-image: url("../images/site/up-mobile.png");
    }
    a#btn_up:hover {
        background-image: url("../images/site/up-on-mobile.png");
    }
}

.header {
    z-index: 100;
}

.content {
    position: relative;
    display: block;
    padding: 0 2em;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    width: 96%;/*AMAL : ne plus modifier*/
    max-width: 1650px;/*AMAL: à modifier*/
}

#pageContent {
    position: relative;
    display: block;
    text-align: justify;
    z-index: 10;
    word-spacing: -0.05em;
    /*letter-spacing: -0.01em;*/
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#pageContent p {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
}

#pageContent .content {
    background: transparent;
    min-height: 100px;
}

.hide-on-desktop {
    display: none !important;
}

.hide-both{
    display: none !important;
}

@media only screen and (max-width: 500px){
    .grid-container {
        width: 100%;
    }
    #pageContent .content {
        padding: 0 1em;
    }
}

@media only screen and (max-width: 1200px){
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }
}
/***************************************************************/

/***************************************************************/
/************************ ENCARD DE PAGE ***********************/

.important-box {
    background-color: rgb(53, 0, 14);
    color: #ffffff;
    padding: 15px 20px; /* Ce padding est essentiel et doit rester ici */
    margin: 1em 0px;
    border-radius: 5px;
    font-style: normal;
    text-align: justify;
}

.encard-containeur {
    position: relative;
    padding: 30px 45px;
    display: block;
    width: 90%;
    margin: 0px auto;
    border:2px solid rgb(0,44,55);
    overflow: visible;
    text-align: justify;
}

@media only screen and (max-width: 650px){
    .encard-containeur {
        padding: 30px 30px;
    }
}
/***************************************************************/
/**************************** Footer ***************************/

.site-footer {
    background-color: black;
    color: rgb(150,150,150);
    padding: 20px 15px;
    font-size: 17px;
    height: 70px;
}

.footer-links {
    display: inline-block;
    line-height: 1.5em;
}

.footer-links a, .footer-links .toutdroit {
    color: rgb(150,150,150);
    text-decoration: none;
    padding: 5px;
}

.footer-links a:hover{
    color: white;
}

.footer-separator {
    padding: 0 5px;
}

@media only screen and (max-width: 1200px){
    .site-footer {
        padding: 15px;
        font-size: 14px;
        height: 55px;
    }
}
@media only screen and (max-width: 650px){
    .site-footer {
        padding: 15px;
        font-size: 14px;
        height: auto;
    }
    .site-footer a{
        line-height: 25px;
    }
    .footer-reaid{
        display: none;
    }
    .reaid{
        display: block;
    }
}
@media only screen and (max-width: 400px){
    .site-footer {
        font-size: 13px;
    }
}
/***************************************************************/
/*********************** PAGE HOME *****************************/
.groupe-solidaire {
    white-space: nowrap;
}

@media (max-width: 1050px) {
    .groupes-solidaires .point{
        display: none;
    }
}

@media (max-width: 600px) {
    .groupes-solidaires .titreContent .titre {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    }
}
@media (max-width: 400px) {
    .groupes-solidaires .titreContent .titre {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }
}
/***************************************************************/