/*TEXTE SOUS-LIGNE EN VERT*/
.page-content .text-underline{
    text-decoration: underline;
    color: #64af19;
}

/*LISTE PUCES TRAIT BLEU*/
.page-content ul.puces-trait-bleu li::before {   
    content: "";
    background: #0064b9;
    height: 2px;
    width: 10px;
    position: absolute;     
    top: 10px;
    left: -1.2em;
    -webkit-mask-image: none;
    opacity: 1;
        transition: all 0.3s ease;

}
.page-content ul.puces-trait-bleu li::after {
    content: "";
    background: #64af19;
    height: 2px;
    width: 10px;
    position: absolute;     
    top: 10px;
    left: -1.2em;
    -webkit-mask-image: none;
        opacity: 0;
            transition: all 0.3s ease;
}

.page-content ul.puces-trait-bleu li a:hover,
.page-content ul.puces-trait-bleu li a:focus,
.page-content ul.puces-trait-bleu li a:active {   
    color: #64af19;
}

.page-content ul.puces-trait-bleu li {   
    list-style-type: none;
    position: relative;
    left: -1em;
}

/*LISTE PUCES CARREES*/
.page-content ul.puces-carrees li::before {   
    content: "";
    background: #64af19;
    height: 5px;
    width: 5px;
    position: absolute;     
    top: 9px;
    left: -1.2em;
    -webkit-mask-image: none;
}

 .page-content ul.puces-carrees li {   
    list-style-type: none;
    position: relative;
}

/*LIENS NEW PAGE*/
.page-content .lien-standard{
    color: #0064b9;
}
.page-content .lien-standard:hover,
.page-content .lien-standard:focus,
.page-content .lien-standard:active {   
    color: #64af19;
}
.page-content .lien-standard::after {
    height: 15px;
    width: 15px;
    top: 7px;
    background-image: url(../images/picto_lien_over.svg);
}

.page-content .lien-standard::before {
    height: 15px;
    width: 15px;
    top: 7px;
    background-image: url(../images/picto_lien.svg);
}


.lien-pdf, .lien-standard {
    display: inline-block;
}

/*LIEN PDF*/
.lien-pdf::before{
    background-image: url(../images/picto_fichier.svg);
    opacity: 1;
}
.lien-pdf::after{
    background-image: url(../images/picto_fichier_over.svg);
    opacity: 0;
}



/*IMAGE RAPPORT TECHNIQUE*/
.foretvalais-icon-rapports-techniques-list img{
    max-width: 200px;
    max-height: 200px;
}



/*FORM*/
#contact-form button#Submit,
#course-form button#Submit{
    padding: 10px 30px 5px 10px;
    line-height: 25px;
    text-shadow: none;
}
#contact-form .form-horizontal .rsform-block-submit .control-label,
#course-form .form-horizontal .rsform-block-submit .control-label{
    display: none;
}
#contact-form .rsform-block-message,
#course-form .rsform-block-remarque {
    margin: 0;
    margin-bottom: 20px;
}
#contact-form input,
#course-form input{
    border: none;
    border-radius: 0;
    height: 10%;
}
#contact-form label,
#course-form label {
    font-size: 18px;
}
#contact-form textarea,
#course-form textarea {
    border: none;
    width: 100%;
    resize: none;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
}
#contact-form textarea:focus,
#course-formtextarea:focus {
    box-shadow: none;
}
#contact-form .form-horizontal .controls,
#course-form .form-horizontal .controls{
    margin-left: 0;
}
#contact-form .formRequired,
#course-form .formRequired{
    display: none;
}

#contact-form .formRed,
#course-form .formRed{
    color: #CF4D4D;
}
#contact-form .error input.rsform-error,
#contact-form .error textarea.rsform-error,
#course-form .error input.rsform-error,
#course-form .error textarea.rsform-error{
    border: 1px solid #CF4D4D;
}

#contact-form .rsform-block-recaptcha label,
#course-form .rsform-block-recaptcha label{
    display: none;
}
#course-form h2{
	font-size: 40px;
    color: #64af19;
    padding-top: 35px;
    margin-bottom: 20px;	
}
#course-form .rsform-block-libelle2,
#course-form .rsform-block-libelle1{
	font-family: 'ITCFranklinGothicStd-Book', Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
}
#course-form select:not(.form-control) {
    border: none;
    border-radius: 0;
}
#course-form button#Submit {
    border: 1px solid #0064b9;
    background: #fff;
    font-weight: bold;
    padding: 5px 30px 5px 10px;
    line-height: 30px;
    position: relative;
    color: #0064b9;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s ease;
}
#course-form button#Submit::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -30px;
    width: 37px;
    height: 34px;
    z-index: 10;
    background-color: #fff;
    -webkit-mask-image: url(../images/picto_lienimage.svg);
    mask-image: url(../images/picto_lienimage.svg);
    -webkit-mask-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: all 0.3s ease;
}
#course-form button#Submit::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -41px;
    width: 42px;
    height: 42px;
    background-color: #0064b9;
    background-size: cover;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: all 0.3s ease;
}


/*FORMATION CONTINUE*/
.com-rsform.itemid-160 #sp-main-body,
.com-rsform.itemid-178 #sp-main-body{
	background-color: #e0efd1 !important;
}
/*RECHERCHE*/
#searchForm .form-group:first-child {
    width: 40%;
    padding-bottom: 30px;
}

#searchForm .btn-secondary {
    color: #fff;
    background-color: #0063b8;
    border-color: #0063b8;
}

#searchForm .btn-secondary:hover {
    color: #fff;
    background-color: #64af19;
    border-color: #64af19;
}


#searchForm .form-control {
    border: 1px solid #0063b8;
}


#searchForm .badge-info {
    color: #fff;
    background-color: #0063b8;
}

#searchForm .badge {
    display: inline-block;
    padding: .5em .5em;
}

.search .search-results dt.result-title {
    margin-top: 10px;
    color: #0063b8;
}

.search .search-results dt.result-title:hover {
    margin-top: 10px;
    color: #64af19;
}
@media screen and (max-width: 767px){
    #searchForm .form-group:first-child {
        width: 100%;
        padding-bottom: 30px;
    }
}


/*ERROR PAGE*/

.error-page img{
    max-width: 30%;
}

.error-page .btn-secondary {
   color: #fff;
    background-color: #0063b8;
    border-color: #0063b8;
}

.error-page .btn-secondary:hover {
    color: #fff;
    background-color: #64af19;
    border-color: #64af19;
}

.componentheading, #sp-component h2 {
    color: #64af19 !important;
    font-size: 2.5rem;
    font-family: 'ITCFranklinGothicStd-Demi', Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    padding-top: 30px;
    padding-bottom: 20px;
}

p.formDescription {
    display: none;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom:0px;
}

.rsform-block-libelle1, .rsform-block-libelle2 {
	font-weight: bold;
}


/*****NEWSLETTER PAGE*****/
.com-acymailing #sp-main-body{
    margin-bottom: 40px;
}
#acyarchivelisting h1{
    font-size: 40px;
    color: #64af19;
    padding-top: 35px;
    margin-bottom: 20px;
}
a.acymailingpopup{
    color: #0063b8 !important;
}
#acyarchivelisting #orderingoption,
#acyarchivelisting .archivePagination{
    display: none;
}
#acyarchivelisting .archiveRow {
    width: 50%;
    display: inline-block;
}
#sp-right .newsletter-div {
    background-color: #e0efd1;
    margin-top: 40px !important;
}
#sp-right .newsletter-div input[type="text"]:not(.form-control){
    border: none;
    border-radius: 0;
    width: 100% !important;
}
#sp-right .newsletter-div table.acymailing_form {
    width: 100%;
}
#sp-right .newsletter-div .acysubbuttons{
    text-align: left;
}
#sp-right .newsletter-div .acysubbuttons input.button{
    padding: 10px 30px 5px 10px;
    line-height: 25px;
    text-shadow: none;
    border: 1px solid #0064b9;
    background: #fff;
    font-weight: bold;
    position: relative;
    color: #0064b9;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s ease;
}


@media screen and (max-width: 767px){
    #acyarchivelisting .archiveRow {
        width: 100%;
    }
    #acyarchivelisting h1{
        line-height: 30px;
        font-size: 25px !important;
        color: #0064b9;
    }

    .itemid-132 form {
    	margin: 0 !important;
	}

	.itemid-132 #mod-search-searchword105{
		height: auto;
    	border: none;
	}
	.itemid-132 .mod-header-top .header-top-container .search-form .input-group .search-btn{
		padding: 0;
	    border: none;
	    margin: 5px;
	    width: 25px;
	    height: 25px;
	}
}

.offcanvas-init.itemid-132 {
    padding: 0;
}

@media (min-width: 1200px){
    .col-xl-4 {
        -ms-flex: 0 0 32.333333% !important;
        flex: 0 0 32.33% !important;
        max-width: 32.33% !important;
    }
}

@media (min-width: 992px){
    .col-lg-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
    } 
}


.header-top-container .search-form .input-group {
transition: all 0.3s ease;
justify-content: flex-end;
clip-path: inset(0 0 0 100%);
-webkit-clip-path: inset(0 0 0 100%);
}

@keyframes showSearchForm {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}


#sp-footer2 a.fa-instagram::before {
    bottom: 1px;
    right: 4px;
}
#sp-footer2 a.fa-instagram{
    margin-right: 20px;
}
@media screen and (max-width: 767px){
    #sp-footer2 a.fa-instagram{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #sp-footer2 a{
        display: flex;
    }
}


.sppb-carousel-inner>.sppb-item {
  padding:0px !important;
}

#section-id-1659943235362 .sppb-row-container {
  padding:0px;
}