/*
    Easy School Demo - Custom CSS
    Developed by: RSK World
    Founder: Molla Samser
    Designer & Tester: Rima Khatun
    
    Contact Info:
    Email: info@rskworld.com, support@rskworld.com, help@rskworld.in
    Phone: +91 93305 39277
    Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147
    
    Website: https://rskworld.in
    Specialized in: Game Development, Web Development, Mobile Development, AI Development, Development Tools
    
    This template is for educational purposes only.
    View Disclaimer: https://rskworld.in/disclaimer.php
    Terms & Conditions: https://rskworld.in/terms.php
    Privacy Policy: https://rskworld.in/privacy.php
    
    Theme Name: Easy School - Static Version
    Theme URI: http://informatique-pour-tous-avignon.fr/
    Author: Labrak Yanis
    Author URI: https://www.facebook.com/yanislabrak
    Description: Static version of Easy School theme for standalone websites

    Version: 1.0.0
    License: MIT
    License URI: https://tldrlegal.com/license/mit-license
*/

/* Watermark Styles */
.watermark-container {
    position: relative;
    display: inline-block;
}

.watermark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(11, 63, 95, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.watermark:hover {
    background: rgba(255, 193, 30, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.carousel-item {
    position: relative;
}

.carousel-item .watermark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(11, 63, 95, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.carousel-item .watermark:hover {
    background: rgba(255, 193, 30, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* SVG Background Styles */
.svg-background {
    background-image: url('logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar-brand .svg-logo {
    background: url('logo.svg') no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: inline-block;
}

/* Professional Contact Section Styles */
.professional-contact {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.developer-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.developer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.contact-info-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.service-item {
    padding: 8px 0;
    transition: all 0.3s ease;
}

.service-item:hover {
    padding-left: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.cta-section {
    background: linear-gradient(135deg, #0b3f5f 0%, #19438c 100%);
    padding: 60px 0;
}

.cta-button-professional {
    background: linear-gradient(45deg, #ffc11e, #ff8c00);
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 193, 30, 0.3);
}

.cta-button-professional:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 193, 30, 0.4);
    background: linear-gradient(45deg, #ff8c00, #ffc11e);
}

.badge-professional {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 2px;
}

.developer-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0b3f5f, #19438c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(11, 63, 95, 0.3);
}

.contact-link {
    color: #0b3f5f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #ffc11e;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .professional-contact {
        padding: 40px 0;
    }
    
    .developer-card {
        margin-bottom: 30px;
    }
    
    .cta-section {
        padding: 40px 0;
    }
}

html, 
body {
    overflow-x: hidden !important;
}

body {
  padding-top: 54px;
  font-family: Roboto;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.horraire_alignement
{
  padding-top: 5%;
  padding-bottom: 5%;
}

.custom_h2 {
  font-family: Poppins;
  line-height: 27px;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  color: #545454;
  font-size: 1.8em;
  opacity: 1;
  visibility: visible;
  text-transform: uppercase;
  text-align: left;
}

.custom_title_1 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px !important;
}

.custom_text_1 {
  font-size: 15px;
  color: #d1d3d3;
  line-height: 21px;
  text-align: left;
}

.custom_item {
  font-size: 14px;
  color: #7c7c7c;
  text-align: left;
  font-family:Montserrat;
  font-weight:400;
  font-style:normal;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.custom_item_inside {
  color: #6B6B6B !important;
}

.pre_dash {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  width: 100%;
}

.dashed_line {
  height: 1px;
  border-top: 1px solid rgb(168,168,168);
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-top-style: dashed;
}

.article_date {
  padding-top: 2%;
  font-size: 13px;
  color: #575757;
  font-family: Montserrat;
  font-weight: 500;
}

.article_title {
  font-size: 1.9em;
  line-height: 35px;
  font-weight: bold;
  color: #555;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  font-family: Montserrat;
  text-transform: uppercase;
}

.article_text p {
  font-size: 15px;
  color: #757575;
  line-height: 21px;
  text-align: justify;
  padding: 0px 0px;
  margin-right: 2%;
  text-align: justify; font-weight: 400;
}

@media screen and (min-width: 800px) {
  .article_text p {
    min-height: 5.3em;
  }
}

@media (orientation: portrait)
{
  .article_title
  {
    font-size: 1.7em;
    line-height: 35px;
    font-weight: bold;
    color: #555;
    font-style: normal;
    opacity: 1;
    visibility: visible;
    font-family: Montserrat;
    text-transform: uppercase;
  }
}

/*Image custom ratio*/

.image_ratio {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.image_ratio_full_size {
  width: 100%;
  height: 220px;
  object-fit: cover;
  overflow: hidden;
}

.image_ratio_full_size_in {
  width: 40em;
  height: 28em;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .image_ratio_full_size_in {
    width: 100%;
    height: 20em;
    object-fit: cover;
    overflow: hidden;
  }
}

.phone-padding {
    padding-left: 0%;
  }

@media screen and (max-width: 800px) {
  .phone-padding {
    padding-left: 4%;
  }
}

.phone-padding_2 {
  padding-top: 4%;
}

@media screen and (max-width: 800px) {
  .phone-padding_2 {
    padding-top: 8%;
  }
}

.actu_link {
  font-size: 14px;
  text-align: left;
  margin-top: 5px !important;
  color: black !important;
  margin-bottom: 20px !important;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
}

.btn_actu {
  background-color: #ffc11e;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  border: 1px solid #ffc11e;
  color: #0B3D5B;
  padding: 13px 21px 13px 21px;
  text-transform: uppercase;
  font-family: Montserrat;
}

.btn_actu:hover {
  background-color: #d6ab01;
    border: 1px solid #d6ab01;
    color: #0B3D5B;
}

.btn_actu:active {
  background-color: #353535;
}

.btn_actu:focus {
  background-color: #d6ab01;
  border: 1px solid #d6ab01;
  color: #0B3D5B;
}

.phone-padding_2 a {
  color: #555;
}

.phone-padding_2 a:hover {
  color: #e6be1e;
}

.top_bar_menu {
  border-top: solid 1px #E5E4E5;
}

.item_menu {
  padding-top: 10px;
  padding-bottom: 0px;
  display: block;
  font-family: Armata;
  font-size: 17px;
  color: #2E2E2E;
}

.item_menu:hover {
  color: #ffa500;
}

.item_menu_btn {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  font-family: Armata;
  font-size: 17px;
  color: #2E2E2E;
  background-color: transparent;
  border-color: transparent;
  margin: 0%;
  border: 0px;
}

.item_menu_btn:hover {
  color: #ffa500;
  background-color: transparent;
  border-color: transparent;
}

.item_menu_btn:focus {
  outline: none;
}

.item_active_menu {
  color: #ffa500 !important;
}

@media screen and (max-width: 800px) {
  .mobile_convertion {
    padding-top: 10%;
  }
}

.title_content {
  font-family: Montserrat;
  line-height: 31px;
  font-weight: 600;
  font-style: normal;
  color: #ffa500;
  font-size: 20px;
  opacity: 1;
  visibility: visible;
}

.text_content {
  text-align: justify;
  color: #757575;
  font-family: 'Roboto', sans-serif;
}

.text_content .title_content {
  font-family: Montserrat;
  line-height: 31px;
  font-weight: 400;
  font-style: normal;
  color: #ffa500;
  font-size: 20px;
  opacity: 1;
  visibility: visible;
}

.custom_h2_bis {
  font-family: Poppins;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  color: #545454;
  font-size: 1.8em;
  opacity: 1;
  visibility: visible;
  text-transform: uppercase;
  text-align: left;
  padding: 1rem 0rem 0rem 1.2rem;
  line-height: 35px;
}

.content_arround_image {
  padding-right: 7px;
  padding-left: 7px;
}

.content_image {
  padding-right: 0px;
  padding-left: 0px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 121px;
}

@media screen and (max-width: 800px) {
  .content_arround_image {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5%;
  }
  .content_image {
    padding-right: 0px;
    padding-left: 0px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 12em;
  }
}

.title_article_full {
  font-family: Poppins;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  color: #545454;
  font-size: 1.8em;
  opacity: 1;
  visibility: visible;
  text-transform: uppercase;
  text-align: left;
  padding: 1rem 0rem 0rem 1.2rem;
  line-height: 35px;
}

@media screen and (max-width: 800px) {
  .mobile_title
  {
    padding-top: 13%;
  }
}

.content_article_full {
  font-family: 'Open Sans';
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.025rem;
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
}

.ratio_img_content_full {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 10.5em;
}

@media screen and (max-width: 800px) {
  .ratio_img_content_full {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 16em;
  }
}

.img_article_full {
  width: 40em;
  height: 27em;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .img_article_full {
    width: 100%;
    height: 14em;
  }
}

.tablement {
  margin: 0;
  padding: 0;
  display: block;
}

.tablement li {
  display: table;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

.tablement li span {
  display: table-cell;
  color: #000;
}

.horraires {
  width: 85%;
  box-shadow: 0px 2px 7px #d4d4d4;
  padding: 3%;
}

@media screen and (max-width: 800px) {
  .horraires {
    width: 100%;
    box-shadow: 0px 2px 7px #d4d4d4;
    padding: 3%;
  }
}

.gallery-item1
{
  width: 15em;
  height: 15em;
  object-fit: cover;
  overflow: hidden;
}

.text_content_ml
{
  font-family: Roboto;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-style: normal;
  color: #7c7c7c;
  font-size: 15px;
  opacity: 1;
  visibility: visible;
}

.text_content_ml strong
{
    font-weight: 900;
}

.text_content p a
{
  color: #ffa500 !important;
}

.text_content .titre-niv1 span
{
  color: #ffa500 !important;
}

.content_article_full a
{
  color: darkorange !important;
}

a[href^="tel"]
{
  color: inherit;
  text-decoration: none;
}

/*Footer Start*/
.col_white_amrc {
  color:#FFF;
}

footer {
  width:100%;
  background-color:#0b3f5f;
  min-height:250px;
  padding:10px 0px 25px 0px ;
}

.pt2 {
  padding-top:40px;
  margin-bottom:20px;
}

footer p {
  font-size:13px;
  color:#CCC;
  padding-bottom:0px;
  margin-bottom:8px;
}

.mb10 {
  padding-bottom:15px;
}
.footer_ul_amrc {
  margin:0px;
  list-style-type:none;
  font-size:14px;
  padding:0px 0px 10px 0px ;
}
.footer_ul_amrc li {
  padding:0px 0px 5px 0px;
}
.footer_ul_amrc li a{
  color:#CCC;
}
.footer_ul_amrc li a:hover{
  color:#fff;
  text-decoration:none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #CCC;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.social_footer_light_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  padding-bottom: 2%;
}
.social_footer_light_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_light_ul li a {
  color: #CCC;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_light_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
/*Footer End*/

@media print 
{
  footer
  {
    display: none;
  }

  .mobile_convertion
  {
    display: none;
  }

  .gallery_presentation
  {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .gallery-picture
  {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

.img_post_ratio
{
  width: 100%;
  height: 18em;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .img_post_ratio
  {
    width: 100%;
    height: 20em;
    object-fit: cover;
    overflow: hidden;
  }
}

.bottom_block
{
  position: relative;
}

.right-bottom
{
  position: absolute;
  padding-right: 5%;
  bottom: 0;
  right: 0;
}
