body{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    color: #333;
    text-decoration: none;
    position:relative;
    background-color: #fcf3d2;
}

a {
    display: block;
    margin : auto;
    text-align: center;
    width: 60%;
    background-color: #f7e08a;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
}


option ::selection {
    background-color: #A5260A;
    color: white;
}

::selection{
    background-color: #A5260A;
    color: white;
}

.liens{
    background-color: #f7e08a;
    color: #333;
}

a:hover{
    background-color:#A5260A;
}

.relativeEntete{
    position:relative;
    min-width: 250px;
}

#map{
    width:100%;
    height:400px;
}
.imgEnteteFond{
    width: 100%;
    height: 200px;
}
/******************responsive*******************/
.colon1Marge1 {width: 6.33%;}
.colon2Marge1 {width: 14.66%;}
.colon3Marge1 {width: 23%;}
.colon4Marge1 {width: 31.33%;}
.colon6Marge1 {width: 48%;}
.colon8Marge1 {width: 64.67%;}
.colon9Marge1 {width: 73%;}
.colon12Marge1 {width: 98%;}

.colon1Marge2 {width: 4.33%;}
.colon2Marge2 {width: 12.66%;}
.col3onMarge2 {width: 21%;}
.colon4Marge2 {width: 29.33%;}
.colon6Marge2 {width: 46%;}
.colon8Marge2 {width: 62.67%;}
.colon9Marge2 {width: 71%;}
.colon12Marge2 {width: 96%;}

.colon12Marge6 {width: 88%;}

.full{
    width: 100%;
    min-height: 10px;
    padding-bottom: 20px;
}
.fullCaption{
    width: 100%;
    min-height: 10px;
}

.rowSmallHeight{
    font-size: 0;
    width: 85%;
    min-height: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.bloc{
    font-size: 20px;
    display: inline-block;
    vertical-align:top;
    min-height: 100px;
    min-width: 20px;
    margin: 2%;
}
.blocjm{
    font-size: 20px;
    display: inline-block;
    vertical-align:top;
    min-height: 100px;
    min-width: 20px;
    margin-left: 2%;
    margin-right: 2%;
}
.blocSmallHeight{
    font-size: 20px;
    display: inline-block;
    vertical-align:top;
    min-height: 10px;
    min-width: 20px;
    margin-left: 2%;
    margin-right: 2%;
}


.minSmall{ min-width: 100px;}
.minMedium{min-width: 200px;}
.minLarge{min-width: 400px;}
.maxMedium{max-width: 300px;}

.relative{position:relative;}

.shadowJm{
    box-shadow: 5px 5px 5px 5px #6f6f6f;
}

.shadowJmHaut{
    box-shadow: -5px -5px 5px 5px #6f6f6f;
}
.lightGrey{
    background-color: rgb(233, 233, 233);
}
.lightYellow{
    background-color: #f7e08a;
}

.rougeV{
    background-color: #A5260A;
    color : #ffffff;
}

.white{
    background-color: white;
}

.centrer{
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centrerBloc{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.centrerImage{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width:300px ;
}
.rightAlign
{
    text-align: right;
    vertical-align:middle;
}
.leftAlign
{
    text-align: left;
    vertical-align:middle;
}
.marginTop
{
    margin-top: 30px;
}

.marginJM{
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 2% 0 2%;

}
.max500{
    max-width: 500px;
}
.inLine{
    display: inline-block;
}

.red{
    color:red;
}

.navbar{
    margin-top: 0px;
}

    /*---------------------menu-------------------------*/
.menu{
    z-index: 5;
}
.fixedTop {
    position: fixed;
    top: 0;
    margin-top: 0px;
}
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.linksButton {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    height: 26px;
}
.linksHome {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    height: 26px;
}
.linksButton:hover{
    text-decoration: none;
    font-weight: bold;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.decRight{
    right: 20px;
}


.dropdown-content {
    display: none;
    position: absolute;
    right: -20px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

.dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #aaaaaa
}

.dropdown:hover .dropdown-content {
    display: block;

}


.dropdownMenu {
    display: inline-block;
    padding-right: 20px;
}
.dropdown-content-menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#333333 100%); /* W3C, IE10+, FF16+,*/
    color: #999999;
    text-align: center;
    z-index: 5;
    border-top-style: solid;
    border-width: 1px;
    border-color: #222222;
}

.dropdown-content-menu a {
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-menu a:hover {
    color: #ffffff;

}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.dropdownMenu:hover .dropdown-content-menu {
    display: block;
}

.largeFull{
    width: 100%;
    height: 60px;
}

.backroundGardient{
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+,*/
    color: #999999;
}

.backroundGardient:hover{
    color:#ffffff;
}
.floatRight {float: right; right: 20px;}
.floatLeft  {float:left;margin-left: 20px;}
.leftZero   {left:0;}
.displayLarge{display: none;}
.dispalySmall{display: inline-block;}
.displayLargeMenu{display: inline-block;}
.dispalySmallMenu{display: none;}



.bg-dark{
    background-image: linear-gradient(#52da34, #36a41e 50%, #31921b);
    line-height: 2.5;
    font-size: 1.2em;
}



* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}


.rowCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*background-image: linear-gradient(#02325f , #033C73 60%, #04519b);*/
    background-image: linear-gradient(#52da34, #36a41e 50%, #31921b);
}
.slide{
    width:60%;
    padding: 0px;
}

/* Hide the images by default */
.mySlides {
    display: none;
    position: relative;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev{
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;

}
.next {
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    right: 0;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.fleches{
    color: #f2f2f2;
    position: relative;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
   /* background-image: linear-gradient(#04519b, #033C73 60%, #02325f);*/
    background-image: linear-gradient(#31921b, #36a41e 50%,#52da34 );
    padding: 18px 16px 2px 0;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}
.mt-50{
    margin-top: -50px;
}


.rowJM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 2%;
    margin-left: 2%;
}
/* accordion */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: none;
}

.card2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: none;
}

.padT{
    padding-top: 40px;
}

.contour{
    border: 2px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.btnJm {
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;/* -moz -Firefox */
    -o-transition-duration: 0.3s;/* -o- Opera */
    transition-duration: 0.3s;
    cursor: pointer;
    background-color:  #FFFFFF;
}

.btnJm:hover {
    background-color: #FFFFFF;

    text-decoration: none;
;
}

.rowQuestion{
    font-size: 0;
    width: 85%;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.borderShadow1{
    box-shadow: 4px -4px 5px 0px rgba(100,100,100,1);
}
.borderShadow2{
    box-shadow: -4px 4px 5px 0px rgba(100,100,100,1);
}
.borderShadow3{

    box-shadow: 2px 2px 2px 2px rgba(100,100,100,1);
}
.retract{
    margin-left:-15px;
    margin-right: 0;
    padding-right: -18px;
    padding-left: 0;
}

.vrai{
    color:#fff;
    background-color: #31921b;
    min-width: 60px;
    margin-top: 20px;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.faux{
    color:#fff;
    background-color: #C71C22;
    min-width: 60px;
    margin-top: 20px;
}
.bottomJM{
    padding-bottom: 2rem;
}

.fushbandeau{
    margin-top: -10px;
    padding-top: 40px;
}

.bigText{
    font-size: 1.3em;
    margin-left: 0;
}



.modal-content {

    width: 120%;
}

.modal-dialog {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}
.modal-header .close {
    padding: 1rem 6rem;
    margin: -1rem -1rem -1rem auto;
}


.paddingReponse{
    margin: 2% 14% 2% 14%;
    font-size: 1.7em;
}

.pdf{
    width:100%;
    /*height:500px;*/
    height:250px;
}


.imge{

    width:90%;
    margin-left: 5%;
    margin-right: 5%;
    /*height:500px;*/
    height:100%;
}








/* *********************** BACKGROUND IMAGE *************** */

.bgImg{
    background-size: 199px 100%;
}
.bgimg1 {
    background-image: url("../images/enteteSamll.png");
    min-height: 150px;
    position: relative;
    opacity: 0.78;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg2 {
    background-image: url("../images/enteteSamll.png");
    min-height: 150px;
    position: relative;
    opacity: 0.9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
}
.caption2 {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: center;
}
.border1{
    background-color:transparent;
    font-size:20px;
    margin-left: 10%;
    margin-right: 10%;
    color: black;
}
.border2{
    background-color:transparent;
    font-size:25px;
    color: #d2a51a;
    margin-left: 10%;
    margin-right: 10%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}


.ResponsiveFontSize{
    font-size: 3em;
}



.myLink{
    color: #87CEEB;
}
.myLinkFonce{
    color: #4682B4;
}
.myLink:hover{
    color: #0a2f48;
}
.myLinkFonce:hover{
    color: #0a2f48;
}


.zIndex3{
    z-index: 3;
}

.zIndex9{
    z-index: 9;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}



@media only screen and (max-width: 767px) {     /* -----------------mobile navigation---------------------- */

    .displayLarge{display: inline-block;}
    .dispalySmall{display: none;}
    .displayLargeMenu{display: none;}
    .dispalySmallMenu{display: inline-block;}
    .dropdown-content{margin-right: -60px;}
    .slide{
        width:80%;
        padding: 0px;
    }
}

.bgimg1 {
    background-image: url("../images/enteteSamll.png");
    min-height: 225px;
    position: relative;
    opacity: 0.78;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media only screen and (max-width: 575px) {
    /* -----------------mobile navigation---------------------- */
    .retract {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

}
.bgimg1 {
    background-image: url("../images/enteteSamll.png");
    min-height: 350px;
    position: relative;
    opacity: 0.78;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





@media only screen and (max-width: 1200px) {
    .row.reorder-sm {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-sm > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr;
    }
}
