
body {

    background-image: url(/static/logo_gv.svg);
    background-repeat: repeat;

}



.card {
    display: block; 
    margin-bottom: 10px;
    line-height: 1.42857143;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;    
    border-radius: 15px;
   /*
 box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; */
    min-height: 420px;
    width: 258px;
    float: right;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 8px 20px 0 rgba(30, 43, 90, 0.15);
}

/* .ofr-contain > .card:first-of-type {
    background-color: #2fdbffa1;
} */

.ofr-contain >  .card:nth-of-type(2) {
    background-color:   #2fdbffa1;
}

.ofr-contain >  .card:nth-of-type(3) {
    background-color:  #9cffc78a;
}

 .btn-xlarge {
        text-align: center;
        font-size: 44px;
        font-weight: bold;
        line-height: normal;
    }   
    
.btn-xlarge span {
    font-size: 22px;
}

 .btn.primary {
    color: #fff;
    width: 100%;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top,#049cdb,#0064cd);  
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #ccc;    
 }

 /*
 .btn::after {

    color:green;
    content: "⫸";
    margin-left: auto;
 }
 */
 .sunken {

    width:100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.sunken> p {

    font-size: larger;
    font-weight: bolder;
    text-align: center;
}

.addons .addon-selected {
    width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 16px;
}




.ofr_price {

    width:100%
}

.ofr_price  td:last-of-type {

    text-align: right;
}





.addimg {

    height: 100%;
    width: 100%;
    background-image: url('../image1.jpg');
    background-size:  auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-shadow: 1px 1px 2px black;
}

.addimg li:first-child {
 margin-top: 50%;
}

#mess {
    display: flex;
    width: 100%;
    justify-content: flex-end;

}

.ofr > span {

    font-size: x-large;
}

.ofr {
width: fit-content;
 display: flex;

}


.ofr_lgo > p {



}

/* 
.container-ofrs  {

    background-image: url('../piclumen-1728895233134.png');
    background-repeat: no-repeat;
    background-position-x: center;

}
*/



.ofr_lgo{
    width: 356px;
    height: 100%;

    border-radius: 50px;
    margin-left: 5px;

    background-image: url('../image3.png');
    background-repeat: no-repeat;
    background-position-x: center;

    color:green;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: x-large;
}


.ofr_lgo2{


    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;


    margin-bottom: 20px;

    background-image: url('../images/newsky.png');
    /* background-repeat:repeat-x; */
   
    background-position-x: center;

    color:green;
    font-weight: bold;
    font-style: italic;
    
    font-size: 60px;
    /*
    justify-self: center;*/
}

.ofr_lgo2 > * {
    align-self: center;
}


:root[mb-agt="False"] .ofr_lgo2  .ofr_slgn {

    font-size: 3rem;
}


:root[mb-agt="True"] .ofr_lgo2  .ofr_slgn {

    font-size: 2rem;
}

:root[mb-agt="False"] .ofr_lgo2  .navbar-profile {
    margin-right: 20px;
}
:root[mb-agt="True"] .ofr_lgo2  .navbar-profile {
    margin-right: 10px;
}

 .ofr_lgo2  .mnbt {
    margin-left: 10px;
}

.ofr_lgo2 span:first-of-type {
    margin-left: 550px;
}


.gmlogo {
    margin-top: 5px;
    width:100%;
    height:110px;
}


output[name^="OFLOT"] {


    background-image: url(../images/oflotm.svg);

    background-repeat: no-repeat;
    background-position-x: center;

}



output[name^="OFDRM"] {

 	background-image:url('../images/ofdrmm.svg');
	background-size: 90%;    
	background-repeat: no-repeat;
    background-position-x: center;

	height: 50px;
	width: 200px;	   

}

output[name^="OFEMN"] {



 	background-image:url('../images/ofermm.svg');  
	background-repeat: no-repeat;
    background-position-x: center;



}


.ofr-contain {

    display: flex;
    justify-content: space-evenly;

}


:root[mb-agt="True"]  .ofr-contain {

    position:relative;
}

:root[mb-agt="True"] header {
    display: flex;
    justify-content: space-around;
    width: 60%;
    justify-self: center;
}

:root[mb-agt="True"] header > label {
  cursor: pointer;
  display: inline-block;

  background-color: rgba(0, 0, 0, 0.304);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 5px 10px;

}

header > .active {
  color: red;
  font-weight: bold;
}


.prev {
    position: absolute;
    left: 10px;
    margin-top: 200px;
    font-size: 4rem;
    color:green;
}

.next {
    position: absolute;
    right: 10px;
    margin-top: 200px;
    font-size: 4rem;
    color:green;
}


.adline  {

    color:white;
    font-size: 40px;
    font-weight: bolder;
    
    }

.adline span {

color:green;
    font-size: 40px;
}


[id^="pln-slide-"]:checked + .pln-slide {
    left: 0;
    z-index: 100;
    -webkit-transition: left .65s ease-out;
    transition: left .65s ease-out;
}


[id^="pln-slide-"]:not(:checked) + .pln-slide {
    display:none;
}




table[name='OFLZ'] .opt_1 li:first-of-type span {

    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-color: red;
    text-decoration-thickness:2px;

}

table[name='OFLZ'] .opt_2 td:last-of-type span {

    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-color: red;
    text-decoration-thickness:2px;
}

table[name='OFLZ'] .opt_1 li:first-of-type::before {
    content: "❌";
    margin-right: 6px;  
  }
  

table[name='OFLZ'] .opt_2 td:last-of-type::before {
    content: "❌";
    margin-right: 6px;  
}

.banner-ribbon {

    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    /*transform: rotate(90deg);*/
    width: 120px;
    height: 100px;
    overflow: hidden;

}

.banner-ribbon-inner {
    /*margin-top: 20px;
    padding: 5px;*/

    padding: 5px 40px 5px 0px;
    text-align: right;
    left: 0;
    width: 200%;
    background-color:black;

    transform: translateY(-50%) translateX(-50%) translateX(49px) rotate(45deg);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}




/*
.priceAdv {

    text-decoration: line-through;
    text-decoration-color: red;
}


.card:has(.banner-ribbon) >  .addons > .ofr_price  .okbuy >  span {

    text-decoration-color: red;
    text-decoration: line-through;

}


.card:has(.banner-ribbon) >  .banner > .okbuy >  span:hover::after {

    text-decoration: none;
    content: "GRATUIT";

}*/


/* Comparison Table */




.comparison-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}




.comparison-table th,
.comparison-table td {
  padding-left: 3px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;;
}


:root[mb-agt="False"] .comparison-table th, :root[mb-agt="False"] .comparison-table td {

  padding: 1rem;

}

.comparison-table thead tr {
  background-color: #f3f4f6;
}

.comparison-table td.center {
  text-align: center;
}



