<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, .h1 {
    font-size: 55px;
    font-family: 'Dancing Script', cursive;
  color: #3174af;

}
.clear {clear:both}

.t3-footer {
    background: #fff;
}

.rsform-type-hashcash .formControlLabel, .rsform-type-submitbutton .formControlLabel {
  display:none;
}

.article-intro img, .article-content img {
    display: inherit;
    max-width: 100%;
    height: auto;
}
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #3174af;
}

.navbar-toggle {
    width: 95px;
}

.copyright li {display:inline-block;}
.copyright .nav &gt; li &gt; a {
    padding: 0 15px 0 0;
}

.copyright .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background-color: transparent;
}

.copyright .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    background-color: transparent;
    color: #000;
}

.contact-top {
      position: absolute;
    right: 0;
    top: 10px
    color: #3174af;
    font-weight: bold;
}

.t3-copyright {
    border-top: 2px solid #3174af;
    font-size: 12px;
    padding: 40px 0 10px;
    color: #3174af;
}

.t3-sl {
    padding-bottom: 0;
    padding-top: 0;
}

.t3-module {
    margin-bottom: 0;
}

.container.header {
  padding:10px 0;
  position:relative;}

.logo-text {
      text-align: center;
    font-family: 'Dancing Script', cursive;
}

.logo-text a {
      font-size: 55px;
}

.logo-text .site-slogan {
    display: block;
    font-size: 25px;
    margin-top: 5px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #707070;
    height: 106px;
    line-height: 106px;
    padding: 0 15px;
    font-size: 18px;
}

.t3-navbar.navbar-collapse.affix {
    border-left: 0!important;
    border-right: 0!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    z-index: 999!important;
    float: none;
    margin-right: 0 auto;
    margin-top: 100px!important;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px 0 0;
    margin-top: 0!important;
}

.t3-navbar.navbar-collapse.affix .navbar-nav &gt; li &gt; a {

    height: 50px;
    line-height: 50px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #3174af;
    background-color: #e7e7e7;
}

.t3-navbar.navbar-collapse.affix ul.level0 {
    text-align: center;
    float: none;
    display: inline-block;
}

.t3-sl {
    margin-top: -180px;
    z-index: 100;
    position: relative;
}

.bloc-accueil {
      background-color: #fff;
      border: 1px solid #3174af;
}
.bloc-accueil img {
      max-width:100%
}
.bloc-accueil p {
      margin:0;
}

.bloc-accueil h3 {
      text-align: center;
    font-family: 'Dancing Script', cursive;
    color: #3174af;
    font-size: 40px;
    margin: 0;
    padding: 10px;
  border: 2px solid #3174af;
}

#back-to-top.affix {
    bottom: 48px;
}
#back-to-top {
    position: fixed;
    right: 24px;
    top: auto;
    z-index: 999;
    display: none;
}

.formResponsive .formHorizontal p.formDescription {
    display: none;
}

.formResponsive .formHorizontal .formValidation {
    display: none;
}

.rsform-block {
	    width: 48%;
	    float: left;
}

.rsform-block-entete, .rsform-block-infos, .rsform-block-message {
	width:100%;
}
.formResponsive .formHorizontal .formControlLabel {
    text-align: left!important;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0!important;
}


.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background-color: #dedede;
    border: 0px solid #cccccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    display: inline-block;
    height: 45px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    width: 100%;
}

.rsform-block-code-postal, .rsform-block-objet {
	clear:both;
}

.rsform-block-adresse , .rsform-block-telephone, .rsform-block-prenom  {
	float:right;
}



.rsform-block-message textarea {
	width:100%;
	height:100px;
}

.rsform-block-envoyer {
	width:100%;
}

input.rsform-submit-button {
	background-color: #e94e1b!important;
    padding: 5px 20px!important;
    background-image: none!important;
    border: none!important;
    border-radius: 0!important;
	-webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
	    font-size: 18px!important;
    width: 150px!important;
	float: right!important;
}


@media (min-width: 768px)
{
#back-to-top {
    display: block;
}

}

@media (max-width: 991px)
{
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 20px;
}
}

@media (max-width: 768px)
{

.contact-top {
    position: relative;
    text-align: center;
}
  
  .row {
margin-left: 0;
    margin-right: 0;
  }
  .t3-sl {
    margin-top: 0;
}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 0px;
}
  
  .navbar-default .navbar-nav &gt; li &gt; a {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

  .navbar-toggle {
    margin-right: 25px;
  }
}</pre></body></html>