/*
Theme Name:  Theme Seine en vue
Description: Theme par
Author: Thierry Neveu
Author URI: https://www.spanconcept.fr
Template: divi
Version: 1
*/


a {
    text-decoration: underline !important;
}

a:hover {
    text-decoration: none !important;
}

#top-header .container {
	display: flex;
	justify-content: center;
}

#et-secondary-nav li ul, #top-header {
    background-color: #041c4c !important;
}

#et-info-adresse {
    margin-right: 13px;
}

#et-info-adresse:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 1px;
    margin-right: 2px;
    content: "\e009";
}

#et-top-navigation nav>ul>li>a {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-bottom: 40px !important;
    
}

#top-menu li a {
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-bottom-color: transparent;
    border-top-color: transparent;
    text-decoration: none !important;
}

#top-menu li a:hover {
    border-bottom: 3px solid #041c4c;
    border-top: 3px solid #041c4c;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}


.et_pb_gallery_item img, et_pb_image_0 img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}

.et_pb_gallery_item:hover img, et_pb_image_0:hover img {
/* L'image est grossie de 25% */
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}

.carte {
    height : 100%;
}

.titre-contact {
    font-weight: bold;
    color: #3e4a5a;
}

.titre {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
}

.mail-color {
    color: #3e4a5a;
    text-decoration: underline;
}

#footer-bottom .container {
    display: flex;
    justify-content: center;
}

.xiti img {
    display: none;
}

.autregite {
    font-size: 16px;
}

.autregite a img {
    /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
    -webkit-transition: all 1s ease; /* Safari et Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* Internet Explorer 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.autregite a:hover img {
    * L'image est grossie de 25% */
    -webkit-transform:scale(1.25); /* Safari et Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* Internet Explorer 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.ombre:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189,189,189,.19), 0 6px 6px rgba(189,189,189,.23);
}



















