﻿/************************************************************************************************
					  	            MaçonnerieDenisRolland.com
-------------------------------------------------------------------------------------------------
			 				  	           contact.css
		  	 			           Cascading styles sheet V3.0         
-------------------------------------------------------------------------------------------------
                    Définie les éléments spécifiques à la page contact.html  
-------------------------------------------------------------------------------------------------
                      Copyright © 2020 Patrick Fitzback, tous droit reservée
************************************************************************************************/
/*-----------------------------------------------------------------------------------------------
                                          Élément HTML
-----------------------------------------------------------------------------------------------*/
p {
    text-indent: 0px;
    text-align: center;
    margin-bottom: 4px;
    color: #4e0000;
    font-size: 18px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

h3 {
    background-color: rgba(76, 0, 0, 0.3);
    font-size: 26px;
}

article {
    padding-bottom: 14px;
}


/*-----------------------------------------------------------------------------------------------
                                         Classe d'élément
-----------------------------------------------------------------------------------------------*/
.icons {
    font-size: 20px;
    position: relative;
    left: -4px;
    top: 5px;
}

.email {
    font-size: 18px;
    text-transform: none;
    
}

#office .email {
    padding-bottom: 8px;
}

.tel {
    font-size: 24px;
}

    .tel:hover {
        color: #ab0000;
    }

    
.popupName {
    text-align: center;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}

.popupAddress {
    font-size: 14px;
    font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------
                                         Élément unique
-----------------------------------------------------------------------------------------------*/

#office, #francois, #pascal {
    width: 48%;
    margin: 1%;
    background-color: rgba(76, 0, 0, 0.1);
}


#office {
    width: 98%;
}

#francois {
    float: left;
}

#pascal {
    float: right;
}

#map-canvas {
    display: inline-block;
    clear: both;
    width: 98%;
    margin-left: 1%;
    height: 400px;
    box-shadow: black 0px 0px 8px;
    border: white solid 3px;
    margin-top: 4px;
}

/*-----------------------------------------------------------------------------------------------
                        Modification pour les écrans extra larges
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
      
    article {
        padding-bottom:65px;
    }
}

/*-----------------------------------------------------------------------------------------------
                           Modification pour les écrans larges
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {

    .email {
        font-size: 16px;
    }

    article {
        padding-bottom:64px;
    }
}

/*-----------------------------------------------------------------------------------------------
                          Modification pour les écrans moyens
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .email {
        padding-bottom: 8px;
    }

    article {
        padding-bottom: 54px;
    }

    #francois {
        float: none;
        width: 100%;
    }

    #pascal {
        float: none;
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------------------
                          Modification pour les petits écrans
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width:575px) {

    .email {
        font-size: 14px;
    }
}

@media only screen and (max-width:359px) {
    .email {
        font-size: 12px;
    }
}