<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Le CongrÃ¨s EFT
Theme URI: https://www.lecongres-eft.com
Description: Le CongrÃ¨s EFT WordPress Theme
Version: 1.2
Author: Racoon-Factory
Author URI: https://www.racoon-factory.com
*/

/* Styles gÃ©nÃ©raux */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #156775;
  font-size: 16px;
}
h1{
  font-size: 30px;
  font-weight: 700;
  color: #efa707;
}
h2{
  font-size: 25px;
  font-weight: 700;
  color: #efa707;
}
header h2{
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
}


/* Header */
header {
  background-color: #156775;
  color: #fff;
  padding: 0 20px 0 20px;
  max-height: 100px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.logo img {
  max-height: 100px;
  margin: 0;
  padding: 0;
}

.tagline {
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav li {
  margin-left: 20px;
}

nav a {
  color: #fff;
  text-decoration: none;
}
nav a:hover {
  color: #aaa;
  text-decoration: none;
}

/* Contenu principal */
.content {
  max-width: 1200px;
  min-height: calc(100vh - 270px);
  margin: 40px auto;
  padding: 0 20px;
}

/* Footer */
footer {
  background-color: #156775;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}
.menu-footer-lnk{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding: .4em .8em;
}

.menu-footer-lnk:hover {
  color: #aaa;
  text-decoration: none;
}
.cc-btn {
  display: inline-block !important;
  text-decoration: none;
  border: 0 !important;
  /*display: inline-block !important;
  margin: 0;
  padding: 0;
  border: 0 !important;
  */
}

/* Responsive */
@media (max-width: 768px) {
  header{
    max-height: 250px;
  }
  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .logo {
    margin-bottom: 20px;
  }

  nav li {
    margin: 10px;
  }
  .content {
    min-height: calc(100vh - 395px);
  }
}

/* Styles de base de la navigation */


nav ul li ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem;
}

/* Styles du sous-menu */
nav ul li .sub-menu {
  display: none;
  position: absolute;
  background-color: #333;
  width: 200px;
  z-index: 1;
  /*right: 0;*/
}

nav ul li:hover &gt; .sub-menu,
nav ul li.touch &gt; .sub-menu {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

nav ul li .sub-menu li {
  display: block;
}

nav ul li .sub-menu li a {
  padding: 0.5rem 1rem;
}

/* Animation du sous-menu */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Styles pour les appareils mobiles */
@media (max-width: 768px) {
  nav ul li.touch &gt; .sub-menu {
    display: block;
  }
}

.login-form {
  width: 320px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.login-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: calc(100% - 30px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.login-form .forgetmenot {
  margin-bottom: 15px;
}

.login-form .submit {
  text-align: center;
}

.login-form .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.login-form button:hover {
  background-color: #0056b3;
}

.login-form #nav {
  text-align: center;
  margin-top: 15px;
}

.login-form #nav a {
  color: #007bff;
  text-decoration: none;
}

.login-form #nav a:hover {
  text-decoration: underline;
}

.password-reset-form {
  display:none;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.password-reset-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.password-reset-form label {
  display: block;
  margin-bottom: 10px;
}

.password-reset-form input[type="text"] {
  width: calc(100% - 30px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  appearance: menulist-button;
  background-image: none !important;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  color: fieldtext !important;
}

.password-reset-form .button-primary {
  display: inline-block !important;
  padding: 10px 20px !important;
  margin: 0 auto 0 auto !important;
  background-color: #007bff !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}

.password-reset-form .button-primary:hover {
  background-color: #0056b3;
}

.txt-center{
  text-align: center;
}

/* home espace membre */
.card-list-projet{
    display: block;
    width: calc(100% - 50px);
    padding: 25px;
    margin: 10px 0 35px 0;
    border: 1px solid #156775;
    border-radius: 25px;
    background-color: #eafcff;
    cursor: pointer;
}


/* Contact */

.template-contactez-nous .post-content{
  display:block;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.template-contactez-nous .post-content h1{
  display:block;
  text-align: center;
}
.template-contactez-nous label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.template-contactez-nous input[type="text"], .template-contactez-nous input[type="email"], .template-contactez-nous textarea {
  width: calc(100% - 30px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  appearance: menulist-button;
  background-image: none !important;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  color: fieldtext !important;
}
.template-contactez-nous input[type="submit"] {
  display: inline-block !important;
  padding: 10px 20px !important;
  margin: 0 auto 0 auto !important;
  background-color: #007bff !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}

.template-contactez-nous input[type="submit"]:hover {
  background-color: #0056b3;
}
.template-contactez-nous .screen-reader-response ul{
  display: none;
}

.breadcrumbs{
  width: calc(100% - 60px);
  margin: 0 20px 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #156775;
}
.breadcrumbs a{
    font-size: 16px;
    font-weight: 700;
    color: #156775;
    text-decoration: none;
}

.card-detail-projet h3{
  color: #efa707;
  font-size: 55px;
  margin: 10px 0 25px 0;
  text-align: center;
}
.card-detail-projet h4{
  color: #156775;
  font-size: 35px;
  margin: 0 0 40px 0;
  text-align: center;
}
.card-detail-projet p{
  color: #1a6874;
  font-size: 20px;
  margin: 0 0 40px 0;
}
.card-detail-projet-title{
  color: #156775;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.card-detail-projet-img-block{
  display: inline-block;
  width: 100%;
  height: inherit;
  padding-bottom: 56.25%;
  border-radius: 10px;
  border: 1px solid #156775;
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.card-detail-projet-img-block img{
  display: inline-block;
  width: 100%;
  height: 100%;
}



.card-product{
  display: block;
  width: calc(100% - 50px);
  padding: 25px;
  margin: 10px 0 35px 0;
  border: 1px solid #156775;
  border-radius: 25px;
  background-color: #eafcff;

}
.card-product-cola{
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.card-product-colb{
  display: inline-block;
  width: calc(100% - 200px);
  vertical-align: top;
}
.card-product h3{
  color: #efa707;
  font-size: 35px;
  margin: 0 25px 10px 25px;
}
.card-product h4{
  color: #156775;
  font-size: 25px;
  margin: 0 25px 20px 25px;
}

.card-product-img{
  width:150px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.card-product-btn{
  padding: 5px 15px 5px 15px;
  color:#FFFFFF;
  background-color: #efa707;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 0 25px 0 25px;
}

.video-detail{
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}

.card-detail-product-img{
  width: 100%;
  border-radius: 10px;
}
.card-detail-video {
  display:block;
  width: 100%;
  height: inherit;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/*.card-detail-video iframe {
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.card-video-block{
  display:block;
  position: relative;
  width: 100%;
  height: inherit;
  padding-top: 56.25%;
  border-radius: 10px;
  border: 1px solid #156775;
  overflow: hidden;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-video-block-frame{
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-detail-product-doc-block-video{
  display:block;
  position: relative;
  width: 100%;
  height: inherit;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  border-radius: 10px;
  overflow: hidden;
}
.card-detail-product-doc-block-audio-frame{
  display:block;
  width: 100%;
  border-radius: 10px;
  background-color:#156775;
  height: 95px;
  position: relative;
  margin-bottom:25px;
  margin-top:25px;
}
.card-detail-product-doc p{
  font-size: 18px;
  font-weight: 700;
}
.vjs-vjsdownload {
  display: none !important;
}

span .author-name{
  display:none !important;
}
iframe .video-container.minimized-audio-player .audioDetail .author-name {
  display:none !important;
}

.card-detail-product-doc-block-frame{
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-detail-product h3{
  color: #efa707;
  font-size: 45px;
  margin: 10px 0 10px 0;
  text-align: center;
}
.card-detail-product h4{
  color: #156775;
  font-size: 35px;
  margin: 0 0 40px 0;
  text-align: center;
}
.card-detail-product p{
  color: #1a6874;
  font-size: 20px;
  margin: 0 0 40px 0;
}
.card-detail-product-title{
  color: #156775;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-align: center;
}
.card-detail-grp-card{
  text-align: center;
}
.card-detail-product-small-card{
  display: inline-block;
  width: calc(33% - 80px);
  border-radius: 10px;
  background-color: #d4ecef;
  color: #1a6874;
  padding: 25px;
  margin:15px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
.card-detail-product-small-card:hover{
  background-color: #bdd7da;
}
.card-detail-product-small-card i{
  font-size: 50px;
  font-weight: 800;
}
.card-detail-product-small-card-b{
  display: inline-block;
  width: calc(33% - 80px);
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #1a6874;
  padding: 25px;
  margin:15px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
.card-detail-product-small-card-b:hover{
  background-color: #bdd7da;
}
.card-detail-product-small-card-b i{
  font-size: 50px;
  font-weight: 800;
}

.card-detail-product-doc{
  display: block;
  position: relative;
  width: calc(100% - 50px);
  border-radius: 10px;
  background-color: #d4ecef;
  color: #1a6874;
  padding: 1px 25px 25px 25px;
  margin:15px 0 35px 0;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
.card-detail-product-doc-small-card{
  display: inline-block;
  width: calc(33% - 80px);
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #1a6874;
  padding: 25px;
  margin:15px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
.card-detail-product-doc-small-card:hover{
  background-color: #bdd7da;
}
.card-detail-product-doc-small-card i{
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 1227px) {

}
@media (max-width: 768px) {
  .card-detail-product-small-card {
    display: block;
    width: calc(100% - 85px);
  }
  .card-detail-product-small-card-b {
    display: block;
    width: calc(100% - 80px);
  }
}
.cc-revoke.cc-bottom {
  bottom: -50px !important;
}

a {
  color: #0e525e;
}
a:hover {
  color: #156775;
}
fieldset {
  border:0;
}
</pre></body></html>