body {
	font-size: 1.3rem;
	font-family: 'Abel';
    line-height: 1.5;
    color: #000000;
    margin: 0;
	padding:0;
	background-color: white;
  }

  p {
  font-size: 1.3rem;
margin-bottom: 1rem;
}
  
.selector-for-some-widget {
  box-sizing: content-box;
}

.border-top-right-raduis {
  border: 1px green;
  border-top-right-radius: 30px; 
 
} 

.border-top-left-raduis {
  border: 1px green;
  border-top-left-radius: 30px; 
} 

.border-raduis {
  border: 1px grey;
  border-radius: 7px; 
 
} 

.border-raduis-50 {
  border: solide 2px; 
  border-color: aliceblue;
  border-radius: 50px; 
} 

.nav-font {
	font-size: 14px;
	font-weight: bold;

}

.red {
    color: red;
} 

.slide-text-box {
	font-size: small;
	font-family: 'Abel';
    min-height: 390px;
	height: 390px;
	max-height: 390px;

} 

.t-box {
	font-family: 'Abel';

}

.ligne-hr {
    border-top-style: solid 1px;
	border-bottom-style: solid 1px;
} 

.body-color {
    background-color: #eef5ec;
} 

.citate {

	color: #7A1803;
}

.rubrique {
	
	font-size: 28px;
	color: #7A1803;
}

.grosrubrique {
	font-size: 36px;
	color: #7A1803;
}
.sous-rubrique {
	font-size: 22px;
	color: #7A1803;
}
.myfont {
	color: #7A1803;
}

.myfontdark {
	color: black;
}

.sld-txt-box {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
	font-size: 22px;
    color: #000000;
}
.txt-introd {
	font-size: small;
	font-family: 'Abel';
    color: #000000;
}

.sld-mini-txt {
    padding-top: 0;
    padding-right: 30px;
    text-align: center;
	font-size: 14px;
    line-height: 1.2;
    color: dimgrey;
}

#carousel_1 .carousel-control-prev,
#carousel_1 .carousel-control-next {
width: 40px;
height: 40px;
background-color: #404040;
border-radius: 50%;
top: calc(40% - 25px);
opacity: .4;

}

#enroll-infos .carousel-control-prev,
#enroll-infos .carousel-control-next {
width: 40px;
height: 40px;
background-color: #404040;
border-radius: 50%;
top: calc(40% - 25px);
opacity: .4;

}


.border-4coner-gray {
  border: solid 1px #cdcdcd;
  border-radius: 10px;  
	
}
.italik {
	font-style: italic;
}
.bg-b-sale {
  background-color: #F0F6F4;
}

.card-txt-color {
  font-size: 12px;
  color: #006633;
  font-weight: bold;
}

.border-4coner {
  border: 1px solid #808080;
  border-radius: 10px; 
  padding: 10px; 
} 

.b4coins {
  border: px solid #42D625;
  border-radius: 10px; 
  padding: 10px; 
 
} 
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



.card-inner { 
            position: relative; 
            width: 100%; 
            height: 100%; 
            text-align: center; 
            transition: transform 0.6s; 
            transform-style: preserve-3d; 
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
} 
        .card:hover .card-inner { 
            transform: rotateY(180deg); 
} 
.card-front, .card-back { 
            position: absolute; 
            width: 100%; 
            height: 100%; 
            backface-visibility: hidden; 
} 
.card-front { 
            background-color: #bbb; 
            color: black; 
} 
.card-back { 
            background-color: white; 
            transform: rotateY(180deg); 
} 

 .list-group { 
            position:sticky; 
            top: 105px; 
} 

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #efefef;
  bottom: 50%;
  z-index: 100;
}

.relative {
  position: relative;
  left: 0;
  right: 0;
  background: #efefef;
  bottom: 50%;
  z-index: 100;
}

.f-size  {
font-size: 20px;
}

.bg-2 {
	background-color: #f5f4f2;
}

.rubrique-1 { 
    font-size: 18px;
    background-color: #08a848; /* Green */
    color: #ffffff;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 5px;
    margin-bottom: 10px;
}
  
.corporate { 
    font-size: 18px;
    background-color: #404040; /* dark-gray */
    color: #ffffff;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.infoback {
  	background-image: url(../img/board.jpg);
	background-size:cover;
  width: 100%;
}

.bg-vert { 
    background-color: #08a848; /* Green */
 
}
.bg-lightgreen { 
    background-color:  #42D625; /* Green */
 
}
.txt-vert { 
    color: #08a848; /* Green */
 
}
.txt-maron { 
    color: #7A1803; /* maron */
 
}
.fourn-cl { 
	width: 120px;
	height: 60px;
 
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #42D625;
  color: darkblue;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
}
#myBtn:hover {
  background-color: dodgerblue;
}


.footer-top {
background: #3F3F3F;
}

.footer-bottom {
	background: #42D625;
}

.rentrée {
	font-family:Cambria, Cochin, Georgia, Times;
	color: #42D625;
}

.b-blue {
  border: solid 2px #0066ff;
    width: 15px;
    height: 15px;
  border-radius: 50px;
  background-color: white;
  color: black;
} 
.btnblue {
  border: solid 2px #0066ff;
  border-radius: 50px;
  background-color: rgb(240, 246, 244);
  color: black;
} 
.btnblue:hover {
  background-color: #0066ff;
  color: white;
  border-radius: 50px;
}

.btngris {
  border: solid 2px #7b7171fc;
  border-radius: 50px;
  background-color: #7b7171fc;
  color: white;
}

.btngris:hover {
  border: solid 2px #42D625;
  border-radius: 50px;
  background-color: #42D625;
  color: white;
}

.btnvert {
  border: solid 2px #009933;
  border-radius: 50px;
  background-color: white;
  color: black;
}

.btnvert:hover {
    border: solid 2px #009933;
  border-radius: 50px;
  background-color: #009933;
  color: white;
}

.btnrentree {
   align-content: center;
  border: solid 2px #42D625;
  border-radius: 50px;
  background-color: #F0F6F4;	  
  color: black;
    text-decoration: none;
}

.btnrentree:hover {
  border: solid 2px #42D625;
  border-radius: 60px;
  background-color: #42D625;
  color: white;
}

.promoolinscription {
align-content: center;
  border: solid 2px #42D625;
  border-radius: 10px; 
  color: black;
  text-decoration: none;
  background-color: white;
}

.promoolinscription:hover {
  border: solid 2px #42D625;
  border-radius: 10px;
  background-color: white;
  color: black;

}


.infopratiques {
  color: black;
  text-decoration: none;

}

.infopratiques:hover {
  color: white;
  text-decoration: none;
  background-color: #0066ff;
}
.acceuil-bg {
	
  align-content: center;
  border: solid 2px #42D625;
  border-radius: 10px; 
  color: black;
  text-decoration: none;
  background-color: aliceblue;
}

.btn1 {

  border: solid white;
  text-decoration: none;
  background-color: white;	
} 

.btn1:hover {
background-color: #42D625;
color: white;
    border-radius: 7px;
 
}

.btn2 {

  border: solid #F0F6F4;
  text-decoration: none;
  background-color: #F0F6F4;	
} 

.btn2:hover {
background-color: #42D625;
color: white;
    border-radius: 7px;
 
}


/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.counter-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #42D625;
  color: white;
}

.fa {font-size:50px;}

.section-bg {
  background-image: url(../img/board.jpg);
}
.mini-logo {
float:left;
max-width: 250px;
max-height: 25px;
}

.footer-mini-text {
  color: lightgray;
}

.footer-nav-text {
 color: white;
}

.footer-nav-text:hover {
 color: white;
text-decoration: underline;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: left;
  text-decoration: none;
  border-radius: 50%;
 margin: 2px, 2px, 2px, 2px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input:required, textarea:required {
    box-shadow:none;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}


.t-icons {
color: black;
}
.t-icons:hover {
color: white;
}


/* Contact-form start*/
contact-form {
    background-color:#F2F7F9;
    
    padding:20px;
    margin: 50px auto;    
    border: 6px solid #8FB5C1;
    border-radius:15px;
    position:relative;
}
#contact-form h1 {
    font-size:42px;
}
#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}
#contact-form input, 
#contact-form select {
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
#contact-form textarea {
    height:150px;
    resize: none;
}
#olinscription textarea {
    resize: none;
}

#olinscription1 textarea {
    resize: none;
}
#contact-form label {
    display:block;
}
#contact-form .required {
    font-weight:bold;
    color:#F00;    
}
#contact-form #submit-button {
    width: 150px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0;
    margin-right:6px;

}
#contact-form #submit-button:hover {
    background-color: #A6CFDD;
}
#contact-form #submit-button:active {
    position:relative;
    top:1px;
}
#contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
  
}
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0;
    display:block;
    width:437px;
  
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
  
}
#errors li {
    padding:2px;
    list-style:none;    
}
#errors li:before {
    content: ' - ';    
}
#errors #info {
    font-weight:bold; 
}

#errors #info:before {
    content: '';    
}
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    width: 437px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display: none;
}
#errors.visible, #success.visible {
    display:block;    
}
#req-field-desc {
    font-style:italic;
	font-size: medium;
	color: darkgray;
}
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
  	box-shadow: none; 
}
/* Normalize placeholder styles */
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
} 

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
 
    
  .form-row {
    margin-bottom: 10px;
}

.form-input {
    display: block;
}

.form-error {
    color: red;
}  
   
/* Contact-form end*/

/* confirmation-box start*/

.message-box {
  background-color: #F0F6F4;

}  

/* confirmation-box end*/


.ribbon {
  width: 120px;
  font-size: 18px;
  padding: 7px;
  position: relative;
  right: -15px;
  top: 10px;
  text-align: center;
  border-radius: 30px;
  transform: rotate(20deg);
  background-color: #ff9800; 
  color: white;
}


#suite {display: none;}

/* popum form container start*/

#popup-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup-form-container form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
    margin: 30px auto;
}

/* popum form container end*/



.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* end tooltips