header{ a{ font-family: $Bold; font-weight: normal; text-transform: uppercase; font-size: $Fcourant; line-height: $Fcourant; } } h2{ font-family: $Bold; font-size: $Ftitle; font-weight: normal; text-transform: uppercase; line-height: $Ltitle; margin: 0; span{ margin-right: 1rem; } } h3{ font-family: $Bold; font-size: $Fsub-title; line-height: $Lsub-title; font-weight: normal; } h5{ font-family: $Bold; font-size: $Fcourant; line-height: 1.2rem; text-transform: uppercase; font-weight: normal; } .card-date{ time{ font-family: $Bold; font-size: $Fcourant; line-height: $Lcourant; text-transform: uppercase; font-weight: normal; } } p{ font-family: $Bold; font-weight: normal; font-size: 1.6rem; line-height: 1.9rem; margin: 1rem 0; } .card-cat{ font-family: $Bold; font-weight: normal; text-transform: uppercase; font-size: $Fcourant; line-height: $Lcourant; } .card-lieux{ font-family: $Bold; font-weight: normal; font-size: $Fcourant; text-transform: uppercase; } .content-item{ .date{ font-size: $Fsub-title; font-family: $Bold; font-weight: normal; } } .caption{ margin-top: 10px; font-size: $Fcourant; font-family: $Bold; font-weight: normal; color: $grey; } .home, .blog{ .card{ &:nth-child(5n+1){ @include card(big); } &:not(:nth-child(5n+1)){ @include card(small); } } } .news{ h5{ a{ font-size: $Fcourant!important; line-height: $Fcourant!important; } } .card-subtitle{ span{ font-size: $Fcourant!important; line-height: $Fcourant!important; } } } .item{ .item_title{ margin-bottom: 3rem; } .item_content{ width: $item_content; } .item_date{ font-family: $Bold; font-size: $Fsub-title; // line-height: $Lcourant; text-transform: uppercase; line-height: 3rem; font-weight: normal; } } .archives, .news{ .card{ .card-header{ h5{ font-size: $Fcourant!important; line-height: $Fcourant!important; } } .card-date{ time{ font-size: $Fcourant!important; line-height: $Fcourant!important; } } } } .modular{ .visit-us{ p{ text-transform: none!important; color: $grey; em,a,strong{ color: $grey; } } span{ text-transform: none!important; } .open{ text-transform: none!important; margin-top: 1rem; font-size: $Fcourant; font-family: $Bold; font-weight: normal; color: black; margin-bottom: 1rem; time{ font-size: 1.6rem!important; line-height: 1.9rem!important; &:nth-child(1){ margin-right: 4rem; } } } .adress{ span{ font-size: 1.6rem!important; line-height: 1.9rem!important; } } } #body-wrapper{ text-transform: uppercase; width: $first_card; span{ font-family: $Bold; font-size: $Fcourant; line-height: $Lcourant; } } } .form{ #custom-form{ font-family: $Bold; text-transform: uppercase; font-size: $Fcourant; .form-label{ color: $grey; } label{ color: $grey; } .form-data{ input{ text-transform: uppercase; color: black; &::placeholder{ color: $grey; } &::placeholder-shown{ color: $grey; } &::-moz-placeholder { opacity: 1; } &::-moz-placeholder-shown { opacity: 1; } } .radio{ input[type=radio] ~ span{ color: $grey; } input[type=radio]:checked ~ span{ color: black; } } textarea{ font-size: $Fcourant; text-transform: uppercase; color: black; &::placeholder{ color: $grey; } &::placeholder-shown{ color: $grey; } &::-moz-placeholder { opacity: 1; } &::-moz-placeholder-shown { opacity: 1; } } } button{ font-size: $Fcourant; text-transform: uppercase; &:hover{ cursor: pointer; } } .toast-success{ text-transform: capitalize; } } } footer{ font-family: $Bold; font-weight: normal; text-transform: uppercase; font-size: $Fcourant; color: $grey; a{ color: $grey; } }