/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.5.3.1609949180
Updated: 2021-01-06 16:06:05

*/

.color1 { color: #3B668C; }
.color2 { color: #6F8CA6; }
.color3 { color: #F2EAE4; }
.color4 { color: #8C6A56; }
.color5 { color: #BF9C88; }
.bgcolor1 { background-color: #3B668C; }
.bgcolor2 { background-color: #6F8CA6; }
.bgcolor3 { background-color: #F2EAE4; }
.bgcolor4 { background-color: #8C6A56; }
.bgcolor5 { background-color: #BF9C88; }

h1, h2, h3, h4, h5, h6 {
    color: #443f3f;
    font-weight: 500;
    margin: 10px 0 40px;
}
.mytitle {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

@media screen and (min-width: 992px) {
  .mytitle:after {
      content: "";
      display: none;
      position: absolute;
      left: 50%;
      top: 60px;
      width: 100px;
      height: 4px;
      margin-left: -50px;
      background-color: #3B668C;
  }
  .mytitle {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }
}

/* Mobile */
@media screen and (max-width: 992px) {
  .mytitle:after {
      content: "";
      display: none;
  }
  .mytitle {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }
  span#et-info-phone {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
  }
  span#et-info-phone a {
    font-size: 20px;
  }
}
.rdv a {
    font-weight: 700;
    color: red !important;
    padding: 5px;
}
